]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
More #include cleanups. Again: reordering, single gtk.h includes and other
[evince.git] / ChangeLog
1 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2
3         * backend/impress/impress-document.c:
4         * backend/impress/render.h:
5         * libdocument/ev-document-factory.c:
6         * libdocument/ev-document-factory.h:
7         * libdocument/ev-document-links.h:
8         * libdocument/ev-document-misc.c:
9         * libdocument/ev-document-misc.h:
10         * properties/ev-properties-main.c:
11         * properties/ev-properties-view.c:
12         * properties/ev-properties-view.h:
13         * shell/eggfindbar.c:
14         * shell/eggfindbar.h:
15         * shell/ev-application.c:
16         * shell/ev-application.h:
17         * shell/ev-jobs.h:
18         * shell/ev-message-area.h:
19         * shell/ev-navigation-action.c:
20         * shell/ev-navigation-action.h:
21         * shell/ev-open-recent-action.c:
22         * shell/ev-open-recent-action.h:
23         * shell/ev-page-action-widget.c:
24         * shell/ev-page-action.c:
25         * shell/ev-page-action.h:
26         * shell/ev-page-cache.h:
27         * shell/ev-password-view.h:
28         * shell/ev-password.h:
29         * shell/ev-pixbuf-cache.h:
30         * shell/ev-properties-fonts.c:
31         * shell/ev-sidebar-attachments.c:
32         * shell/ev-sidebar-links.c:
33         * shell/ev-sidebar-links.h:
34         * shell/ev-sidebar-thumbnails.c:
35         * shell/ev-sidebar-thumbnails.h:
36         * shell/ev-sidebar.c:
37         * shell/ev-sidebar.h:
38         * shell/ev-stock-icons.c:
39         * shell/ev-tooltip.h:
40         * shell/ev-view.c:
41         * shell/ev-view.h:
42         * shell/ev-window.c:
43         * shell/ev-window.h:
44         * shell/main.c:
45
46         More #include cleanups. Again: reordering, single gtk.h
47         includes and other stuff.
48
49 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
50
51         * shell/eggfindbar.c:
52         * shell/ev-application.c:
53         * shell/ev-message-area.c:
54         * shell/ev-navigation-action.c:
55         * shell/ev-open-recent-action.c:
56         * shell/ev-page-action-widget.c:
57         * shell/ev-page-action.c:
58         * shell/ev-password-view.c:
59         * shell/ev-properties-dialog.c:
60         * shell/ev-properties-fonts.c:
61         * shell/ev-sidebar-attachments.c:
62         * shell/ev-sidebar-page.c:
63         * shell/ev-sidebar-thumbnails.c:
64         * shell/ev-stock-icons.c:
65         * shell/ev-tooltip.c:
66         * shell/ev-view.c:
67         * shell/ev-window.c:
68         * shell/main.c:
69
70         Cleanup many #include statements: reorder so that a
71         generic-to-specific order is used, use single gtk.h
72         includes, and some other cleanups.
73
74 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * shell/ev-jobs.h:
77
78         Add gio header.
79         
80 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
81
82         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
83         (ev_document_fc_mutex_trylock):
84         * shell/Makefile.am:
85         * shell/ev-job-queue.[ch]:
86         * shell/ev-job-scheduler.[ch]:
87         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
88         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
89         (ev_job_run), (ev_job_cancel), (ev_job_failed),
90         (ev_job_failed_from_error), (ev_job_succeeded),
91         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
92         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
93         (ev_job_links_class_init), (ev_job_render_init),
94         (notify_page_ready), (ev_job_render_page_ready),
95         (ev_job_render_run), (ev_job_render_class_init),
96         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
97         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
98         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
99         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
100         (ev_job_save_dispose), (ev_job_save_run),
101         (ev_job_save_class_init), (ev_job_print_init),
102         (ev_job_print_dispose), (ev_job_print_run),
103         (ev_job_print_class_init):
104         * shell/ev-page-cache.c:
105         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
106         (check_job_size_and_unref), (move_one_job),
107         (copy_job_to_job_info), (add_job),
108         (ev_pixbuf_cache_add_jobs_if_needed):
109         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
110         (job_fonts_finished_cb), (job_fonts_updated_cb),
111         (ev_properties_fonts_set_document):
112         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
113         (ev_sidebar_links_set_document):
114         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
115         (ev_sidebar_thumbnails_set_document),
116         (ev_sidebar_thumbnails_clear_job):
117         * shell/ev-view-private.h:
118         * shell/ev-view.c:
119         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
120         (ev_window_refresh_window_thumbnail), (password_dialog_response),
121         (ev_window_clear_load_job), (ev_window_clear_reload_job),
122         (ev_window_load_job_cb), (ev_window_reload_job_cb),
123         (window_open_file_copy_ready_cb), (ev_window_open_uri),
124         (ev_window_reload_document), (ev_window_clear_save_job),
125         (ev_window_save_job_cb), (file_save_dialog_response_cb),
126         (ev_window_clear_print_job), (ev_window_print_job_cb),
127         (ev_window_print_dialog_response_cb):
128         * shell/main.c: (main):
129
130         Rework the jobs system in order to make it simpler and more
131         extensible. It allows to run jobs in the main loop instead of
132         using a thread when it's appropriate like the fonts job. Now it's
133         also possible to cancel jobs that are currently running. 
134         
135 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * libdocument/ev-debug.c: (profile_init):
138
139         Create the hash table also when profiling service is enabled for
140         all sections.
141         
142 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * libdocument/ev-debug.[ch]: (ev_profiler_start),
145         (ev_profiler_stop):
146         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
147         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
148         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
149         (ev_job_print_run):
150         * shell/main.c: (main):
151
152         Add a profile mode available when debug is enabled. Add profilers
153         in ev-jobs.
154         
155 2008-07-23  Götz Waschk <waschk@mandriva.org>
156
157         * configure.ac: Correctly build desktop file. Fixes
158         bug #544237.
159
160 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
161
162         * configure.ac:
163         
164         Update for release 2.23.5.
165
166 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
167
168         * NEWS:
169
170         Update NEWS for 2.23.5 release.
171         
172 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * shell/ev-window.c: (ev_window_state_event),
175         (ev_window_class_init):
176
177         Intercept window manager's fullscreen request in order to run/stop
178         fullscreen mode. Fixes bug #493541.
179         
180 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * shell/ev-window.c: (find_bar_visibility_changed_cb):
183
184         Restart the job search when the find bar is opened for the second
185         time. Fixes bug #531956.
186         
187 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
190         (get_document_from_uri):
191
192         Make sure we always return a valid error struct when
193         get_document_from_uri fails. Fixes nautilus crash, see bug
194         #542548.
195         
196 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
197
198         * libdocument/ev-transition-effect.c
199         (ev_transition_effect_type_get_type),
200         (ev_transition_effect_alignment_get_type),
201         (ev_transition_effect_direction_get_type):
202         
203         Fixes bug #542924. Makes enums static to fix Solaris build.
204
205 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * shell/ev-view.c: (ev_view_key_press_event):
208
209         Add '.' keybinding for blanking the screen in presentation
210         mode. Fixes bug #542001.
211         
212 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * libdocument/ev-document-misc.c:
215         (ev_document_misc_pixbuf_from_surface):
216
217         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
218         #540950.
219         
220 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
221
222         * backend/comics/comics-document.c (comics_document_load):
223         * backend/comics/comicsdocument.evince-backend.in:
224         * configure.ac:
225         * thumbnailer/evince-thumbnailer-comics.schemas.in:
226         
227         Added support for 7-zip based cb7 comic book. Patch by
228         Kartik Rustagi. Fixes bug #532312.
229
230 2008-06-24  Bastien Nocera  <hadess@hadess.net>
231
232         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
233         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
234         Fixes bug #539972.
235
236 2008-06-24  Bastien Nocera  <hadess@hadess.net>
237
238         * shell/Makefile.am:
239         * shell/ev-application.c (ev_application_init),
240         (ev_application_get_media_keys):
241         * shell/ev-application.h:
242         * shell/ev-marshal.list:
243         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
244         (proxy_destroy), (on_media_player_key_pressed),
245         (ev_media_player_keys_init), (ev_media_player_keys_focused),
246         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
247         * shell/ev-media-player-keys.h:
248         * shell/ev-window.c (ev_window_go_previous_page),
249         (ev_window_go_next_page), (ev_window_go_first_page),
250         (ev_window_go_last_page), (ev_window_start_presentation),
251         (ev_window_dispose), (view_actions_focus_in_cb):
252         * shell/ev-window.h: When building with D-Bus support, listen
253         for multimedia key events from gnome-settings-daemon. This allows
254         to go to the next/previous/first/last pages using, respectively,
255         Next/Previous/Rewing/Fast Forward. The Play button is used to start
256         a presentation. Fixes bug #539971.
257
258 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
259
260         * configure.ac:
261         
262         Update for release 2.23.4.
263
264 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
265
266         * NEWS:
267
268         Update news for 2.23.4 release.
269         
270 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
273         * shell/ev-sidebar-thumbnails.c:
274         (ev_sidebar_thumbnails_set_loading_icon),
275         (ev_sidebar_thumbnails_refresh):
276         * shell/ev-window.c: (ev_window_error_message),
277         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
278         (ev_window_set_document):
279
280         Do not crash opening documents with no pages and show a warning
281         message in the message area. Fixes bugs #537574 and #171588.
282         
283 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * shell/Makefile.am:
286         * shell/ev-file-monitor.[ch]:
287         * shell/ev-window.c: (ev_window_document_changed),
288         (ev_window_clear_reload_job), (ev_window_load_job_cb),
289         (ev_window_reload_job_cb), (ev_window_open_uri),
290         (ev_window_reload_document), (ev_window_cmd_view_reload),
291         (ev_window_dispose):
292
293         Automaticly reload the document when the file has changed on
294         disk. Bug #304249.
295         
296 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
297
298         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
299         * libdocument/ev-image.c: (ev_image_save_tmp):
300         * libdocument/ev-module.c: (ev_module_load):
301         * shell/ev-application.c: (ev_application_shutdown),
302         (ev_application_get_print_settings):
303         * shell/ev-sidebar-attachments.c:
304         (ev_sidebar_attachments_button_press),
305         (ev_sidebar_attachments_drag_data_get):
306         * shell/ev-window.c: (window_save_file_copy_ready_cb),
307         (ev_window_print_finished), (ev_window_print_send),
308         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
309         (ev_window_preview_print_finished), (ev_window_do_preview_print),
310         (ev_window_cmd_preview_print):
311         * shell/main.c: (load_files_remote):
312         Fix some build warnings under GCC 4.3.0. (#537535).
313
314 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * shell/ev-jobs.c: (ev_job_render_dispose):
317
318         Fix a crash in debug mode. Patch by Daniel M German.
319         
320 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * shell/ev-window.c:
323
324         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
325         
326 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/ev-window.c: (ev_window_print_send),
329         (ev_window_do_preview_print):
330
331         Use the window title as print job name instead of just
332         "evince-print". Fixes bug #534493.
333         
334 2008-05-19  Frederic Peters  <fpeters@0d.be>
335
336         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
337         Bug #533897.
338
339 2008-05-19  Frederic Peters  <fpeters@0d.be>
340
341         * help/reference/Makefile.am: added missing libevmountoperation to
342         gtkdoc-scanobj libraries.  Bug #533896.
343
344 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
345
346         * properties/ev-properties-view.c (get_default_user_units):
347         Fixes check for default units string translation. Bug #533323.
348
349 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
350
351         * backend/impress/iksemel.c (sax_core): Fix a free() that should
352         be an iks_free(). Fix an array overflow in the XML parser that
353         would occur whenever the number of attributes in a tag was greater
354         than 0 and divisible by 6. Fixes GNOME bug #530852.
355
356 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * backend/djvu/djvu-document-private.h:
359         * backend/djvu/djvu-links.c:
360         * backend/djvu/djvu-text.c:
361         * backend/djvu/djvu-document.c: (djvu_handle_events),
362         (djvu_wait_for_message), (djvu_document_load),
363         (document_get_page_size), (djvu_document_render),
364         (djvu_document_thumbnails_get_thumbnail),
365         (djvu_document_file_exporter_end):
366
367         Make sure load job doesn't finish successfully when the document
368         is not successfully decoded by libdjvu. Fixes bug #530202.
369         
370 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * configure.ac:
373         * libdocument/Makefile.am:
374         * libdocument/ev-debug.[ch]:
375         * libdocument/ev-document.c:
376         * shell/ev-jobs.c: (ev_job_links_dispose),
377         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
378         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
379         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
380         (ev_job_render_page_ready), (ev_job_render_run),
381         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
382         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
383         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
384         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
385         (ev_job_print_new), (ev_job_print_run):
386         * shell/main.c: (main):
387
388         Add debug mode based on gedit code. Add debug messages in
389         ev-jobs.
390         
391 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * libdocument/ev-document-factory.c: (get_document_from_uri):
394
395         Fix memory leak.
396         
397 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
398
399         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
400         (get_mime_type_from_data), (get_document_from_uri),
401         (ev_document_factory_get_document):
402         
403         Improved error message about file opening failture.
404         Bug #529129.
405
406 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
407
408         * data/evince-toolbar.xml:
409         
410         Allow to add SaveAs to toolbar.
411
412 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * shell/ev-view-private.h:
415         * shell/ev-view.[ch]: (ev_view_button_release_event),
416         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
417         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
418         (ev_view_update_primary_selection), (clear_link_selected),
419         (ev_view_copy_link_address):
420         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
421
422         Update also the primary selection when copying a link
423         address. Fixes bug #520855.
424         
425 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * libdocument/ev-document-factory.c: (get_document_from_uri):
428
429         Use the pixbuf backend only when the mime type is not supported by
430         any of the other backend so that tiff documents, for instance, are
431         handled by the tiff backend instead of the pixbuf backend. fixes
432         bug #520290.
433         
434 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * cut-n-paste/Makefile.am:
437
438         Add evmountoperation to subdirs list.
439         
440 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * configure.ac:
443
444         Fix libspectre check in configure script. Fixes bug #528549.
445         
446 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * configure.ac:
449         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
450         * shell/Makefile.am:
451         * shell/ev-window.c: (ev_window_load_remote_failed),
452         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
453
454         Add GtkMountOperation (renamed to avoid conflicts) to be able to
455         open documents in remote locations that are not mounted.
456         
457 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
460         (bitmap_convert_msb8):
461         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
462         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
463
464         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
465         
466 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
469         (ev_job_render_new), (ev_job_render_set_selection_info),
470         (ev_job_render_run):
471         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
472         (check_job_size_and_unref),
473         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
474         (add_job), (ev_pixbuf_cache_get_selection_surface):
475
476         Create the render context needed for rendering a page in the render
477         thread so that we don't block the main thread. Simplify
478         EvJobRender API.
479         
480 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
481
482         * libdocument/Makefile.am:
483         * libdocument/ev-page.[ch]:
484         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
485         (ev_render_context_new), (ev_render_context_set_page):
486         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
487         (ev_form_field_finalize), (ev_form_field_class_init):
488         * libdocument/ev-document-forms.[ch]:
489         (ev_document_forms_get_form_fields):
490         * libdocument/ev-document.[ch]: (ev_document_get_page),
491         (ev_document_get_page_size), (ev_document_get_page_label):
492         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
493         (ev_job_render_run), (ev_job_thumbnail_new),
494         (ev_job_thumbnail_run), (ev_job_print_run):
495         * shell/ev-page-cache.c: (ev_page_cache_new):
496         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
497         (check_job_size_and_unref), (add_job):
498         * shell/ev-sidebar-thumbnails.c: (add_range):
499         * shell/ev-view.c: (ev_view_form_field_get_region),
500         (ev_view_form_field_button_create_widget),
501         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
502         (ev_view_handle_form_field), (ev_view_size_allocate),
503         (get_selected_text):
504         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
505         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
506         (pdf_document_get_page), (pdf_document_get_page_label),
507         (pdf_document_render), (pdf_document_get_info),
508         (pdf_document_document_iface_init),
509         (pdf_document_thumbnails_get_thumbnail),
510         (pdf_document_thumbnails_get_dimensions),
511         (pdf_document_file_exporter_do_page),
512         (pdf_selection_render_selection),
513         (pdf_selection_get_selected_text),
514         (pdf_selection_get_selection_region),
515         (pdf_selection_get_selection_map),
516         (pdf_document_forms_get_form_fields),
517         (pdf_document_forms_form_field_text_get_text),
518         (pdf_document_forms_form_field_text_set_text),
519         (pdf_document_forms_form_field_button_set_state),
520         (pdf_document_forms_form_field_button_get_state),
521         (pdf_document_forms_form_field_choice_get_item),
522         (pdf_document_forms_form_field_choice_get_n_items),
523         (pdf_document_forms_form_field_choice_is_item_selected),
524         (pdf_document_forms_form_field_choice_select_item),
525         (pdf_document_forms_form_field_choice_toggle_item),
526         (pdf_document_forms_form_field_choice_unselect_all),
527         (pdf_document_forms_form_field_choice_set_text),
528         (pdf_document_forms_form_field_choice_get_text):
529         * backend/ps/ev-spectre.c: (ps_document_get_page),
530         (ps_document_get_page_size), (ps_document_get_page_label),
531         (ps_document_render), (ps_document_document_iface_init),
532         (ps_document_file_exporter_do_page):
533         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
534         (tiff_document_render), (tiff_document_render_pixbuf),
535         (tiff_document_file_exporter_do_page):
536         * backend/pixbuf/pixbuf-document.c:
537         (pixbuf_document_get_page_size):
538         * backend/comics/comics-document.c:
539         (comics_document_get_page_size), (comics_document_render_pixbuf):
540         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
541         (djvu_document_render), (djvu_selection_get_selected_text),
542         (djvu_document_thumbnails_get_thumbnail),
543         (djvu_document_file_exporter_do_page),
544         (djvu_document_find_get_result):
545         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
546         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
547         (dvi_document_thumbnails_get_thumbnail),
548         (dvi_document_file_exporter_do_page):
549         * backend/impress/impress-document.c:
550         (impress_document_get_page_size),
551         (impress_document_render_pixbuf):
552         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
553
554         Add EvPage so that we can hold a reference to the backend
555         page. Form fields keep now a reference to the poppler page
556         improving performance since we don't have to create/destroy the
557         poppler field for every form operation. This will be needed for
558         annotations too.
559         
560 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * data/evince-ui.xml:
563         * shell/ev-window.c:
564
565         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
566         
567 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * configure.ac:
570         * backend/ps/Makefile.am:
571
572         Remove gs stuff from ps backend.
573         
574 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * configure.ac:
577         * backend/pdf/ev-poppler.cc:
578
579         Bump poppler requirement to 0.8.0.
580         
581 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
582
583         * NEWS:
584         * configure.ac:
585
586         Update for release 2.22.1.1
587
588 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * configure.ac:
591
592         Fix build (again) when poppler version is 0.6
593         
594 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * backend/djvu/djvu-links.c: (build_tree):
597
598         Make sure link title is a valid utf8 string. Fixes bug #526517.
599         
600 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * configure.ac:
603
604         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
605         #526799.
606         
607 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
608
609         * configure.ac:
610         
611         Update for release 2.22.1.
612
613 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * NEWS:
616
617         Update for upcoming release.
618
619 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * configure.ac:
622         * backend/dvi/dvidocument.evince-backend.in:
623
624         Add compressed dvi to the list of supported mime types. Patch by
625         Ed Catmur. Fixes bug #307087.
626
627 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-jobs.c: (ev_job_print_get_page_list):
630
631         Fix a crash when printing a range that doesn't specify the start or
632         end page. Fixes bug #524288.
633
634 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * shell/ev-window.c: (ev_window_cmd_continuous),
637         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
638         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
639         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
640         (ev_window_run_presentation), (ev_window_stop_presentation),
641         (ev_window_cmd_view_presentation),
642         (ev_window_cmd_leave_fullscreen),
643         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
644
645         Do not unfullscreen and fullscreen again the window when changing
646         from fullscreen to presentation mode and vice versa. Fixes bug
647         #524112.
648         
649 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
652
653         Do not crash when thumbnail failed to render in PS backend. Fixes
654         bug #525015.
655         
656 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
657
658         * shell/ev-window.c: (window_open_file_copy_ready_cb),
659         (ev_window_load_file_remote), (ev_window_open_uri):
660
661         Handle errors when opening remote files.
662         
663 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
664
665         * shell/ev-page-action.c: (ev_page_action_grab_focus):
666
667         Only grab the focus for the current visible proxy widget. Fixes
668         bug #521224.
669         
670 2008-03-30  Emil Soleyman  <emil@nishra.com>
671
672         * shell/ev-window.c: (launch_external_uri):
673         
674         Reuse g_app_info_launch_default_for_uri to
675         save some code and fix bug #525009.
676
677 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
678
679         * shell/ev-window.c (image_save_dialog_response_cb):
680
681         Use g_str_has_suffix. See bug #523069.
682
683 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * configure.ac:
686
687         Add a configure option to enable/diable DBus. Patch by Rémi
688         Cardona. Fixes bug 521797.
689
690 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
693
694         Fix printing in documents with rotated pages. Patch by Eugen
695         Dedu. Fixes bug #512648.
696         
697 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
698
699         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
700         (ev_link_from_action):
701
702         Fix warning messages.
703         
704 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * shell/ev-window.c: (image_save_dialog_response_cb):
707
708         Do not append the extension to filename when saving an image
709         if the filename alredy contains the extension. Fixes bug #523069.
710         
711 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * shell/ev-view.[ch]: (ev_view_find_cancel):
714         * shell/ev-window.c: (find_bar_close_cb):
715
716         Cancel the find operation when the find bar is closed. Fixes bug
717         #508845.
718         
719 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * backend/ps/psdocument.evince-backend.in:
722
723         Make ps backend module resident. Fixes bug #520607.
724         
725 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * shell/ev-jobs.c: (ev_job_print_run):
728
729         Invert collate action in order to work as expected, fix reverse
730         printing so that it doesn't start with a blank page and fix number
731         of copies. Patch by Eugen Dedu. Fixes bug #365332.
732         
733 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
734
735         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
736
737         Fix build with poppler <= 0.7.2
738         
739 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * libdocument/ev-document-misc.c:
742         (ev_document_misc_surface_from_pixbuf):
743
744         Fix selections with poppler-splash.
745         
746 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * configure.ac:
749         * backend/pdf/ev-poppler.cc:
750
751         Fix build with poppler >= 0.7.2
752         
753 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
754
755         * configure.ac:
756         
757         Update for release 2.22.0
758
759 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * NEWS:
762
763         Update for upcoming release.
764
765 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
766
767         * shell/ev-window.c (ev_window_print_dialog_response_cb):
768
769         Bug 495107 – Handle print dialog responses correctly
770
771         Correctly handle print dialog response. Properly fixes
772         the above mentioned bug.
773
774 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
777
778         Make sure print job is only run when the print button is
779         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
780         
781 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * backend/pdf/pdfdocument.evince-backend.in:
784         * libdocument/ev-backends-manager.c:
785         (ev_backends_manager_load_backend),
786         (ev_backends_manager_get_document):
787         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
788
789         Allow making backend modules resident. This is needed only for
790         some backends like pdf to avoid registering glib types more than
791         once.
792         
793 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
794
795         * backend/comics/comics-document.c:
796         * backend/djvu/djvu-document.c:
797         * backend/impress/impress-document.c:
798         * backend/pdf/ev-poppler.cc:
799         * backend/pixbuf/pixbuf-document.c:
800         * backend/ps/ev-spectre.c:
801         * backend/ps/ps-document.c:
802         * backend/tiff/tiff-document.c:
803         * libdocument/ev-document.h:
804         * properties/ev-properties-main.c:
805
806         Use g_type_module_add_interface instead of
807         g_type_add_interface_static. Fixes bug #519679.
808         
809 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
810
811         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
812         Added. Returns whether the animation has everything necessary to run.
813         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
814         is ready just because it's been created. Fixes #519106.
815         (draw_one_page): Do not show the "Loading..." text in presentation
816         mode, there was a slim probability that this could happen.
817
818 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
821
822         Duplicate mime_type string before freeing it so that it doesn't
823         always fail when getting mime type from uri. Fixes bug #518874.
824         
825 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * shell/ev-view.c: (ev_view_form_field_choice_changed):
828
829         Fix a crash when a choice form field doesn't have any item
830         selected. Fixes bug #518831
831         
832 2008-02-25  Alexander Larsson  <alexl@redhat.com>
833
834         * shell/ev-window.c (ev_window_clear_temp_file):
835         Use g_file_has_prefix instead of renamed
836         g_file_contains_file.
837
838         * configure.ac:
839         Require new glib for above change.
840         
841 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * libdocument/ev-image.c: (ev_image_finalize),
844         (ev_image_save_tmp):
845
846         Return a real uri instead of a filename when saving an
847         image. Fixes images drag an drop from evince to nautilus. 
848         
849 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * backend/pdf/ev-poppler.cc:
852         (pdf_document_images_get_image_mapping):
853
854         Return the image list in the right order. Fixes bug #516237.
855         
856 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
857
858         * backend/impress/impress-document.c:
859         (impress_document_thumbnails_get_thumbnail):
860
861         Remove unused variable to avoid a compiler warning.
862
863 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
864
865         * configure.ac:
866         
867         Update for release 2.21.91.
868
869 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * configure.ac:
872         * shell/Makefile.am:
873         * shell/ev-application.[ch]:
874         * shell/ev-sidebar-links.c:
875         * shell/ev-utils.[ch]:
876         * shell/ev-window.[ch]:
877
878         Remove libgnomeprint support. Fixes bug #512370.
879         
880 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
881
882         * thumbnailer/evince-thumbnailer.c: (main):
883
884         Initialize glib type system before using it. Fixes bug #513934.
885         
886 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
887
888         * properties/ev-properties-main.c:
889
890         Add missing #include.
891         
892 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * configure.ac:
895         * backend/djvu/djvu-document.c: (djvu_document_render):
896         * backend/tiff/tiff-document.c: (tiff_document_render):
897
898         Use the new cairo function cairo_format_stride_for_width when
899         available. Fixes bug #482720.
900
901 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
904         (get_mime_type_from_data), (get_document_from_uri):
905
906         Use g_content_type_guess() only when slow is true in
907         get_document_from_uri(). Fix several memory leaks.
908         
909 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
910
911         * libdocument/ev-document-factory.c:
912         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
913         (get_document_from_uri):
914
915         Use g_content_type_guess () to get mimetype for files.
916         Bug #510401.
917
918 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * thumbnailer/Makefile.am:
921
922         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
923         
924 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
925
926         * configure.ac:
927
928         Fix build with --without-libgnome. Fixes bug #512771.
929         
930 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
931
932         * backend/dvi/Makefile.am: Install only dvi
933         module. Fixes bug #512718.
934
935 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
936
937         * properties/ev-properties-main.c: (nautilus_module_initialize):
938         
939         Initialize backends in properties tab. Fixes bug
940         #512720.
941
942 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
943
944         * properties/Makefile.am: No need to link with 
945         libraries. Fixes bug #512719.
946
947 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
948
949         * NEWS:
950         * configure.ac:
951         
952         Update for release 2.21.90.
953
954 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * shell/ev-window.c: (ev_window_cmd_escape):
957
958         Fix compile warning.
959         
960 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
963
964         Fix printing in dvi backend when filename contains white
965         espaces. Fixes bug #502839.
966         
967 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
970         (screensaver_disable_x11):
971         * shell/Makefile.am:
972         * shell/xdg-user-dir-lookup.c: Removed
973         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
974         * shell/ev-view.c: (ev_view_presentation_transition_start):
975         * shell/ev-window.c: (ev_window_cmd_file_open),
976         (ev_window_cmd_save_as), (presentation_set_timeout):
977
978         Remove #ifdefs that are no longer needed.
979         
980 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * shell/ev-view.[ch]: (ev_view_button_release_event),
983         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
984         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
985         (ev_window_cmd_escape):
986
987         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
988         
989 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
990
991         * configure.ac:
992         * backend/comics/comics-document.c: (comics_document_load):
993         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
994         (ev_attachment_set_property), (ev_attachment_init),
995         (ev_attachment_save), (ev_attachment_launch_app),
996         (ev_attachment_open):
997         * libdocument/ev-document-factory.c: (get_document_from_uri):
998         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
999         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1000         * shell/ev-jobs.c:
1001         * shell/ev-password.c: (ev_password_dialog_set_property),
1002         (ev_password_dialog_save_password):
1003         * shell/ev-sidebar-attachments.c:
1004         (ev_sidebar_attachments_drag_data_get):
1005         * shell/ev-window-title.c: (get_filename_from_uri):
1006         * shell/ev-window.c: (ev_window_clear_temp_file),
1007         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1008         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1009         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1010         (launch_external_uri), (image_save_dialog_response_cb),
1011         (attachment_save_dialog_response_cb):
1012         * shell/main.c: (load_files), (load_files_remote), (main):
1013         * thumbnailer/evince-thumbnailer.c: (main):
1014
1015         Port to gio and drop gnome-vfs dependency. Fixes bug
1016         #510401. Based on patch by Cosimo Cecchi.
1017         
1018 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1019
1020         * NEWS:
1021
1022         Fixed formatting inconsistencies (spaces vs. tabs)
1023
1024 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1025
1026         * shell/ev-window.c:
1027
1028         Use top/up/bottom/down arrows instead of
1029         first/left/last/right in the toolbar and menu actions.
1030         This fixes issues with RTL languages and is visually
1031         consistent with the page view. Fixes bug #170081.
1032
1033 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1034
1035         * NEWS:
1036
1037         Fixed some inaccuracies pointed out by Carlos Garcia
1038         Campos.
1039
1040 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1041
1042         * NEWS:
1043         * data/evince.schemas.in:
1044         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1045
1046         Override PDF restrictions by default. Fixes bug #382700.
1047
1048 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1049
1050         * NEWS: Updated for upcoming release
1051
1052 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1055
1056         Fix memory leak.
1057         
1058 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1059
1060         * shell/ev-window.c: (register_custom_actions):
1061         
1062         Added comment for translators
1063
1064 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * shell/ev-view.c: (ev_view_button_release_event):
1067
1068         Do not create the idle function for kinetic scrolling if we are
1069         not in a drag operation.
1070
1071 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1072
1073         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1074         (ev_view_button_press_event), (ev_view_motion_notify_event),
1075         (ev_view_button_release_event):
1076
1077         Restore cursor after autoscrolling. Fixes bug #509958.
1078
1079 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * configure.ac:
1082         * backend/pdf/ev-poppler.cc:
1083         (pdf_document_images_get_image_mapping),
1084         (pdf_document_images_get_image),
1085         (pdf_document_document_images_iface_init):
1086         * libdocument/ev-document-images.[ch]:
1087         (ev_document_images_get_image_mapping),
1088         (ev_document_images_get_image):
1089         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1090         (ev_image_get_id), (ev_image_save_tmp):
1091         * shell/ev-jobs.c: (ev_job_render_run):
1092         * shell/ev-view.c: (ev_view_drag_data_get):
1093         * shell/ev-window.c: (image_save_dialog_response_cb),
1094         (ev_view_popup_cmd_copy_image):
1095
1096         Do not render images when rendering the page but on demand. It
1097         reduces the memory comsumption.
1098         
1099 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1100
1101         * configure.a:
1102         * shell/ev-password.c:
1103
1104         Make gnome-keyring optional. Fixes bug #509676.
1105         
1106 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1107
1108         * shell/ev-pixbuf-cache.c: (add_job):
1109
1110         Initialize include_images variable as FALSE instead of TRUE.
1111         
1112 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1113
1114         * configure.ac:
1115         * cut-n-paste/Makefile.am:
1116         * cut-n-paste/fileformatchooser/Makefile.am:
1117         * cut-n-paste/fileformatchooser/egg-macros.h:
1118         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1119         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1120         * shell/Makefile.am:
1121         * shell/ev-utils.c:
1122         (file_chooser_dialog_add_writable_pixbuf_formats),
1123         (get_gdk_pixbuf_format_by_extension):
1124         * shell/ev-utils.h:
1125         * shell/ev-window.c: (ev_window_error_message),
1126         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1127         
1128         Simplify image format selection on save.
1129
1130 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1131
1132         * shell/ev-view.c: (ev_view_scroll_event):
1133         
1134         Repair gorizontal scrolling with shift. Fixes
1135         bug #483412.
1136
1137 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1138         
1139         * MAINTAINERS:
1140
1141         Fix formatting issues.
1142         
1143 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1144
1145         * backend/comics/comics-document.c: (comics_regex_quote):
1146         
1147         Don't overquote special chars except of '. See bug 
1148         502500. Thanks to Tom Parker.
1149
1150 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1151
1152         * MAINTAINERS:
1153         
1154         Added Nickolay and Carlos, since they're doing most of
1155         the releases nowadays.
1156
1157 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1158
1159         * properties/Makefile.am:
1160
1161         Get the nautilus extension dir properly instead of using
1162         a hack. Fixes bug #505359.
1163
1164 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1165
1166         * properties/Makefile.am:
1167         
1168         Install nautilus extension into new place. See bug
1169         #505359. Thanks to Matthias Clasen, Brian Pepple and
1170         Damien Carbery.
1171
1172 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1173
1174         * shell/ev-window.c: (ev_window_get_recent_file_label):
1175         
1176         RTL marker in recent file list. See bug #509076.
1177
1178 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1179
1180         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1181         * shell/ev-window.c: (image_save_dialog_response_cb):
1182
1183         Fix compile warnings due to unused variables.
1184         
1185 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1186
1187         * configure.ac:
1188         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1189         * backend/ps/ev-spectre.c: (ps_document_render):
1190
1191         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1192
1193 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1194
1195         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1196         (ev_transition_animation_paint): Implement "fade" effect.
1197
1198 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1199
1200         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1201         (ev_transition_animation_paint): Implement "uncover" effect.
1202
1203 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1204
1205         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1206         (ev_transition_animation_paint): Implement "cover" effect.
1207
1208 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1209
1210         * shell/ev-transition-animation.c (ev_transition_animation_push)
1211         (ev_transition_animation_paint): Implement "push" effect.
1212
1213 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1214
1215         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1216         (ev_transition_animation_paint): Implement "dissolve" effect.
1217
1218 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1219
1220         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1221         (ev_transition_animation_paint): Implement "wipe" effect.
1222
1223 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1224
1225         * shell/ev-transition-animation.c (ev_transition_animation_box)
1226         (ev_transition_animation_paint): Implement "box" effect.
1227
1228 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1229
1230         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1231         (ev_transition_animation_paint): Implement "blinds" effect.
1232
1233 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1234
1235         * shell/ev-transition-animation.c (ev_transition_animation_split)
1236         (ev_transition_animation_paint): Implement "split" effect.
1237
1238 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1239
1240         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1241         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1242         (ev_view_transition_animation_start) 
1243         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1244         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1245         (ev_view_next_page) (ev_view_previous_page):
1246         
1247         Use EvTransitionAnimation to drive page changes in the presentation
1248         mode, the animation will wait to start until both the origin and 
1249         destination page surfaces are available. Fixes #458460.
1250
1251         (draw_loading_text):
1252
1253         Remove workaround for bug #320352, it's now fixed properly.
1254
1255
1256 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1257
1258         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1259         will contain the implementations for page transition animations, at
1260         the moment it just has the "replace" effect.
1261         * shell/Makefile.am: Added these files to build.
1262
1263 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1264
1265         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1266         animations.
1267         * shell/Makefile.am: Added these files to build.
1268
1269 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1270
1271         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1272         implementation to get_effect() in EvDocumentTransitionIface.
1273
1274 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1275
1276         * libdocument/ev-transition-effect.[ch]: New files, define a page
1277         transition effect, at the moment it maps PopplerPageTransition to a
1278         GObject.
1279         * libdocument/Makefile.am: Added these files to build.
1280         * libdocument/ev-document-transition.[ch]
1281         (ev_document_transition_get_effect): New method, gets the
1282         EvTransitionEffect returned by the interface implementation, with
1283         fallback to the "replace" effect.
1284
1285 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1286
1287         * configure.ac:
1288         * cut-n-paste/Makefile.am:
1289         * cut-n-paste/fileformatchooser/Makefile.am:
1290         * cut-n-paste/fileformatchooser/egg-macros.h:
1291         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1292         * shell/Makefile.am:
1293         * shell/ev-window.c: (image_save_dialog_response_cb),
1294         (ev_view_popup_cmd_save_image_as):
1295
1296         Allow exporting images in any format supported by
1297         GdkPixbuf. Fixes bug #500209.
1298         
1299 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1300
1301         * backend/pixbuf/pixbuf-document.c:
1302
1303         More warnings fixed.
1304         
1305 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1308         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1309         * backend/djvu/djvu-text.h:
1310         * backend/tiff/tiff-document.c: (tiff_document_render):
1311
1312         Fix compile warnings.
1313         
1314 2007-12-28  Christian Persch  <chpe@gnome.org>
1315
1316         * **/*.c: Include config.h. Bug #504721.
1317
1318 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * configure.ac:
1321         * Makefile.am:
1322         * po/POTFILES.in:
1323         * backend/comics/Makefile.am:
1324         * backend/comics/comics-document.[ch]:
1325         * backend/comics/comicsdocument.evince-backend.in:
1326         * backend/djvu/Makefile.am:
1327         * backend/djvu/djvu-document.[ch]:
1328         * backend/djvu/djvudocument.evince-backend.in:
1329         * backend/dvi/Makefile.am:
1330         * backend/dvi/dvi-document.[c]:
1331         * backend/dvi/dvidocument.evince-backend.in:
1332         * backend/impress/Makefile.am:
1333         * backend/impress/impress-document.[ch]:
1334         * backend/impress/impressdocument.evince-backend.in:
1335         * backend/pdf/Makefile.am:
1336         * backend/pdf/ev-poppler.cc:
1337         * backend/pdf/ev-poppler.h:
1338         * backend/pdf/pdfdocument.evince-backend.in:
1339         * backend/pixbuf/Makefile.am:
1340         * backend/pixbuf/pixbuf-document.[ch]:
1341         * backend/pixbuf/pixbufdocument.evince-backend.in:
1342         * backend/ps/Makefile.am:
1343         * backend/ps/ev-spectre.[ch]:
1344         * backend/ps/ps-document.[ch]:
1345         * backend/ps/psdocument.evince-backend.in:
1346         * backend/tiff/Makefile.am:
1347         * backend/tiff/tiff-document.[ch]:
1348         * backend/tiff/tiffdocument.evince-backend.in:
1349         * libdocument/Makefile.am:
1350         * libdocument/ev-backends-manager.[ch]:
1351         * libdocument/ev-module.[ch]:
1352         * libdocument/ev-document.h:
1353         * libdocument/ev-document-factory.[ch]:
1354         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1355         (get_compression_from_mime_type), (get_document_from_uri),
1356         (ev_document_factory_get_document), (file_filter_add_mime_types),
1357         (ev_document_factory_add_filters):
1358         * shell/Makefile.am:
1359         * shell/ev-window-title.c: (get_filename_from_uri):
1360         * shell/main.c: (main):
1361         * thumbnailer/Makefile.am:
1362         * thumbnailer/evince-thumbnailer.c: (main):
1363
1364         Plugin system for backends. Fixes bug #351348.
1365         
1366 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1367
1368         * shell/ev-view-private.h:
1369         * shell/ev-view.c: (ev_view_drag_update_momentum),
1370         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1371         (ev_view_button_release_event), (ev_view_destroy):
1372         
1373         Kinetic scrolling implemented as requested in
1374         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1375
1376 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1377
1378         * data/evince-toolbar.xml:
1379         * data/evince-ui.xml:
1380         * shell/ev-view-private.h:
1381         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1382         (ev_view_button_press_event), (ev_view_motion_notify_event),
1383         (ev_view_button_release_event), (ev_view_init),
1384         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1385         (ev_view_set_cursor):
1386         * shell/ev-view.h:
1387         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1388         (ev_window_cmd_view_autoscroll):
1389         
1390         Autoscroll feature with the context menu. Fixes bug 
1391         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1392
1393 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1396
1397         Disconnect also page-ready signal when removing a job because the
1398         page size has changed. Thanks to kripken
1399         <kripkensteiner@gmail.com>.
1400
1401 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1402
1403         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1404         
1405         Scroll pages in page entry with mouse wheel. Fixes bug
1406         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1407
1408 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1409
1410         * backend/dvi/Makefile.am:
1411         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1412         (mdvi_cairo_device_init):
1413         * backend/dvi/mdvi-lib/common.h:
1414         * backend/dvi/mdvi-lib/mdvi.h:
1415         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1416         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1417         (mdvi_build_path_from_cwd):
1418
1419         Add ps specials support in dvi backend when libspectre is
1420         present. Fixes bug #386005.
1421         
1422 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * configure.ac:
1425         * backend/ps/Makefile.am:
1426         * backend/ps/ev-spectre.[ch]:
1427         
1428         Use libspectre, if available, for the ps backend. Fixes bugs
1429         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1430
1431 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1432         
1433         * backend/comics/comics-document.c: (comics_document_load):
1434         
1435         Cygwin build issue fix.
1436
1437 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1438
1439         * shell/ev-view.c: (ev_view_set_zoom):
1440
1441         Do not limit the minimum zoom factor when sizing mode is best bit
1442         or fit width. Fixes bug #503805.
1443         
1444 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1447         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1448         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1449         (ev_link_dest_get_property), (ev_link_dest_set_property),
1450         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1451         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1452         (ev_link_dest_new_fitr):
1453         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1454         (goto_fith_dest), (goto_xyz_dest):
1455
1456         Do not change left, top and zoom values when they are null in PDF
1457         destinations. Fixes bug #460658.
1458         
1459 2007-12-10  Christian Persch  <chpe@gnome.org>
1460
1461         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1462         (ev_view_accessible_class_init),
1463         (ev_view_accessible_idle_do_action),
1464         (ev_view_accessible_action_do_action),
1465         (ev_view_accessible_action_get_description),
1466         (ev_view_accessible_action_set_description),
1467         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1468         (ev_view_accessible_factory_init),
1469         (ev_view_accessible_factory_get_accessible_type):
1470         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1471         private data, and G_DEFINE_TYPE. Bug #502843.
1472
1473 2007-12-08  Christian Persch  <chpe@gnome.org>
1474
1475         * shell/ev-metadata-manager.c: (item_free),
1476         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1477         (value_free), (parse_value), (parseItem),
1478         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1479         (save_values): Use GSlice to allocate small amounts of memory. Bug
1480         #475972.
1481
1482 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1485
1486         Restore cursor to normal after a drag operation. Fixes bug
1487         #501603.
1488         
1489 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1490
1491         * NEWS:
1492         * configure.ac:
1493         
1494         Update for release 2.21.1
1495
1496 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1497
1498         * configure.ac:
1499         * cut-n-paste/gedit-message-area/Makefile.am:
1500         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1501         * shell/Makefile.am:
1502         * shell/ev-message-area.[ch]:
1503         * shell/ev-window.c: (ev_window_set_message_area),
1504         (ev_window_error_message_response_cb), (ev_window_error_message),
1505         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1506         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1507         (ev_attachment_popup_cmd_open_attachment),
1508         (attachment_save_dialog_response_cb), (ev_window_set_document),
1509         (ev_window_init):
1510
1511         Use a message area instead of a popup dialog for error
1512         notifications. Fixes bug #337495.
1513         
1514 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1517         (ev_window_run_fullscreen):
1518
1519         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1520         
1521 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * ev-sidebar-thumbnails.c: (update_visible_range),
1524         (ev_sidebar_thumbnails_refresh),
1525         (ev_sidebar_thumbnails_set_document),
1526         (ev_sidebar_thumbnails_support_document):
1527
1528         Show thumbnails for documents with one page. Fixes bug #358751.
1529         
1530 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * shell/ev-window.c:
1533         (ev_window_load_print_settings_from_metadata),
1534         (ev_window_save_print_settings), (ev_window_print_finished),
1535         (ev_window_print_range):
1536
1537         Print settings that are specific to the document are now saved per
1538         document in the metadata file. Fixes bug #488806.
1539         
1540 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1541
1542         * backend/tiff/tiff-document.c: (tiff_document_render):
1543
1544         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1545         
1546 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-application.[ch]: (get_find_string_from_args),
1549         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1550         (ev_application_open_uri_list):
1551         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1552         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1553         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1554         (ev_window_cmd_recent_file_activate),
1555         (ev_window_open_recent_action_item_activated),
1556         (ev_window_print_send), (open_remote_link):
1557         * shell/main.c: (arguments_parse):
1558
1559         Add a command line option for search. Fixes bug #497710.
1560         
1561 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1562
1563         * shell/ev-jobs.c: (ev_job_print_new):
1564
1565         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1566         
1567 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1568
1569         * data/evince-toolbar.xml:
1570         * shell/Makefile.am:
1571         * shell/ev-application.c: (ev_application_init):
1572         * shell/ev-open-recent-action.[ch]:
1573         * shell/ev-window.c:
1574         (ev_window_open_recent_action_item_activated),
1575         (register_custom_actions):
1576
1577         Add an expander to the open toolbar item which pops up a dropdown
1578         menu with the recently used documents. Fixes bug #487215.
1579         
1580 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * shell/ev-window.c: (ev_window_open_uri),
1583         (ev_window_cmd_view_reload):
1584
1585         Do not jump to the first page when reloading by running evince
1586         from the command line. Fixes bug #490847.
1587         
1588 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1589
1590         * shell/ev-window.c: (ev_window_cmd_help_contents):
1591
1592         Plugged memory leak when help file is not found. Fixes bug
1593         #490762.
1594         
1595 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * configure.ac:
1598
1599         Enable djvu, dvi and comics backends by default. Fixes bug
1600         #437121.
1601         
1602 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * configure.ac:
1605         * cut-n-paste/Makefile.am:
1606         * cut-n-paste/recent-files/*: Removed
1607         * help/reference/Makefile.am:
1608         * shell/Makefile.am:
1609         * shell/ev-application.[ch]: (ev_application_shutdown),
1610         (ev_application_init):
1611         * shell/ev-window.c: (ev_window_add_recent),
1612         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1613
1614         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1615         
1616 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1617
1618         * shell/ev-window.c: (launch_external_uri):
1619
1620         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1621         and report error if the URL is not supported (#489910).
1622
1623 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1626         (pdf_document_file_exporter_begin_page),
1627         (pdf_document_file_exporter_end_page):
1628
1629         Fix printing with poppler splash backend. Fixes bug #489774.
1630         
1631 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1632
1633         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1634         * shell/ev-print-job.c: (ev_print_job_class_init):
1635
1636         Fix a crash when printing with the gnome-print dialog. Fixes bug
1637         #488939.
1638         
1639 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1640
1641         * backend/pixbuf/pixbuf-document.c:
1642
1643         Fix an implicit function definition warning (#487655)
1644
1645 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1646
1647         * shell/ev-window.c:
1648
1649         Fix conflicting shortcut for view sade pane and presentation.
1650         
1651 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1652
1653         * backend/pdf/ev-poppler.cc:
1654         (pdf_document_file_exporter_begin_page),
1655         (pdf_document_file_exporter_do_page),
1656         (pdf_document_file_exporter_end_page),
1657         (pdf_document_file_exporter_iface_init):
1658         * libdocument/ev-file-exporter.[ch]:
1659         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1660         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1661         (ev_job_print_run):
1662
1663         When printing multiple pages per sheet in reverse option, do not
1664         invert the order of the pages in every sheet, but the order of the
1665         sheets. Do not print blank pages when page range is invalid. Fixes
1666         bugs #484857 and #485521.
1667         
1668 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1669
1670         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1671         (ev_job_print_run):
1672         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1673
1674         Respect ranges order when printing more than one range in random
1675         order.
1676         
1677 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1678
1679         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1680         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1681
1682         Rotate also the window icon when document is rotated. Fixes bug
1683         #474681.
1684         
1685 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1688         (pdf_document_forms_get_form_fields):
1689
1690         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1691         Matthias Drochner.
1692         
1693 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * configure.ac:
1696         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1697
1698         Use poppler_page_render_for_printing() instead of
1699         poppler_page_render() if available when exporting to a ps or pdf
1700         file. Fixes bug #476627.
1701         
1702 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1703
1704         * shell/ev-window.c: (ev_window_run_fullscreen):
1705
1706         Do not show the toolbar in fullscreen mode if the main toolbar is
1707         not visible. Fixes bug #483048.
1708         
1709 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * shell/ev-view.c: (ev_view_button_press_event):
1712
1713         Give priority to form fields over images when deciding whether a
1714         button press event is over an image or form field. It allows edit
1715         form fields when they are over a background image. Fixes bug
1716         #477841.
1717         
1718 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1719
1720         * NEWS:
1721         * configure.ac:
1722         
1723         Update for release 2.20.0
1724
1725 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1726
1727         * backend/pdf/ev-poppler.cc:
1728
1729         Remove #ifdef HAVE_FORMS, so that forms support works again.
1730
1731 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1732
1733         * configure.ac:
1734         * data/evince.desktop.in.in:
1735         
1736         Fixes desktop file issues. See bug #473471.
1737
1738 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1741         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1742         (ev_job_queue_remove_job):
1743         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1744         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1745         * shell/ev-window.c: (ev_window_clear_save_job),
1746         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1747         (ev_window_dispose):
1748
1749         Move save a copy task to its own job so that it's carried out in a
1750         thread avoiding another lock in the main thread. Use
1751         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1752         can be saved to a pathin another file system. Fixes bug #456891.
1753         
1754 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1755
1756         * NEWS:
1757         * configure.ac:
1758         
1759         Update for release 2.19.92
1760
1761 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1762
1763         * configure.ac:
1764         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1765         (pdf_selection_get_selection_region),
1766         (pdf_selection_get_selection_map),
1767         (ev_form_field_from_poppler_field):
1768
1769         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1770         and triple click selections are enabled again now.
1771
1772 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * shell/ev-window.c: (ev_window_add_history):
1775
1776         Make sure not to use the history with documents not supporting
1777         links. Fixes bug #468954.
1778
1779 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * shell/ev-window.c: (ev_window_load_job_cb):
1782
1783         Restart the search when reloading a document with the find bar
1784         visible. Fixes bug #461962.
1785
1786 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * shell/ev-window.c: (setup_document_from_metadata),
1789         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1790
1791         Do not jump to the first page when reloading a document from the
1792         last page.
1793
1794 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * shell/ev-window.c: (update_chrome_flag),
1797         (setup_sidebar_from_metadata),
1798         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1799         (ev_window_cmd_edit_find_next),
1800         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1801         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1802         (find_bar_close_cb), (view_actions_focus_in_cb):
1803
1804         Do not update visibility when changing a chrome flag so that it's
1805         possible to update several flags and update visibility only once
1806         for all of them.
1807
1808 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1811
1812         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1813         supported by gtk+. Fixes bug #460907.
1814
1815 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * shell/ev-view.c: (view_update_range_and_current_page):
1818
1819         Make sure current-page <= end-page in continuous mode. Fixes bug
1820         #454950.
1821
1822 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * backend/pdf/ev-poppler.cc: (build_tree):
1825
1826         Ignore outline items without a title. Fixes bug #453913.
1827
1828 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1831         (ev_view_button_release_event), (ev_view_leave_notify_event):
1832
1833         Use always drag mouse cursor during a drag operation. Fixes bug
1834         #470564.
1835
1836 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1839         (pdf_selection_get_selection_region),
1840         (pdf_selection_get_selection_map):
1841
1842         Temporarily disable double and triple selections since it depends on
1843         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1844         released and the update of the external dependency minimal version
1845         approved.
1846
1847 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1850         (pdf_document_file_exporter_do_page):
1851         * libdocument/ev-file-exporter.h:
1852         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1853         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1854
1855         Actually fix printing regressions. Remove orientation from
1856         EvPrintContext since it's redundant.
1857
1858 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1861         * backend/impress/impress-document.c:
1862         (impress_document_document_iface_init):
1863         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1864         * backend/djvu/djvu-document.c:
1865         (djvu_document_document_iface_init),
1866         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1867         * backend/tiff/tiff-document.c:
1868         (tiff_document_document_iface_init):
1869         * backend/pixbuf/pixbuf-document.c:
1870         (pixbuf_document_document_iface_init):
1871         * backend/comics/comics-document.c:
1872         (comics_document_document_iface_init):
1873         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1874         (pdf_selection_render_selection),
1875         (pdf_selection_get_selected_text),
1876         (pdf_selection_get_selection_region),
1877         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1878         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1879         (ev_selection_get_selection_region),
1880         (ev_selection_get_selection_map):
1881         * libdocument/ev-document.[ch]:
1882         * shell/ev-pixbuf-cache.[ch]: (add_job),
1883         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1884         * shell/ev-view-private.h:
1885         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1886         (ev_job_render_run):
1887         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1888         * shell/ev-view.c: (start_selection_for_event),
1889         (ev_view_button_press_event), (ev_view_drag_data_get),
1890         (ev_view_drag_data_received), (ev_view_button_release_event),
1891         (compute_new_selection_text), (compute_selections),
1892         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1893         (ev_view_primary_get_cb):
1894
1895         Add support for double and triple click selections.
1896
1897 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1898
1899         * NEWS:
1900         * configure.ac:
1901
1902         Update for release 2.19.4
1903
1904 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1905
1906         * shell/ev-view-private.h:
1907         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1908         (ev_view_set_highlight_search):
1909         * shell/ev-view.h:
1910         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1911         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1912         (find_bar_visibility_changed_cb):
1913         
1914         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1915
1916 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1917
1918         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1919         (pdf_document_file_exporter_begin),
1920         (pdf_document_file_exporter_do_page):
1921         * shell/ev-jobs.c: (ev_job_print_run):
1922         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1923
1924         Create always a portrait cairo surface and rotate when needed for
1925         landscape. It fixes printing problems in real printers.
1926
1927 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1928
1929         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1930         * libdocument/ev-file-exporter.[ch]:
1931         (ev_file_exporter_get_capabilities):
1932         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1933         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1934
1935         Adjust number of pages per row according to page orientation when
1936         printing 2 or 6 pages per sheet.
1937
1938 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * shell/ev-window.c: (ev_window_print_send):
1941
1942         Reset also cups setting to 1 when printing multiple pages per
1943         sheet. Fixes bug #468853.
1944
1945 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * libdocument/ev-document-misc.c:
1948         (ev_document_misc_surface_rotate_and_scale):
1949
1950         Use directly cairo_surface_get_content() when creating a similar
1951         surface as suggested by Jeff Muizelaar. Thanks again.
1952
1953 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1954
1955         * backend/djvu/djvu-document.c: (djvu_document_render):
1956         * backend/tiff/tiff-document.c: (tiff_document_render):
1957         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1958         * libdocument/ev-document-misc.c:
1959         (ev_document_misc_surface_from_pixbuf),
1960         (ev_document_misc_surface_rotate_and_scale):
1961
1962         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1963         creating page surfaces. Fixes bug #453123. Thank you very much to
1964         Jeff Muizelaar <jeff@infidigm.net>.
1965
1966 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * shell/ev-page-cache.c: (ev_page_cache_new),
1969         (ev_page_cache_get_thumbnail_size):
1970         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1971         (ev_sidebar_thumbnails_set_loading_icon):
1972
1973         Also store in page-cache the dimensions of the thumbnails so that
1974         they can be used to create the correct loading icon in the side
1975         pane. Fixes bug #466857.
1976
1977 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * backend/pdf/ev-poppler.cc:
1980         (pdf_document_thumbnails_get_thumbnail):
1981
1982         Fix thumbnails rotation in pdf documents that include embedded 
1983         thumbnails.
1984
1985 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1986
1987         * backend/pdf/ev-poppler.cc:
1988
1989         Don't use #ifdef in macro expansion. Some compilers don't
1990         like that. Closes bug #467042.
1991
1992 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1993
1994         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1995         
1996         Fixes memory leak in djvu backend.
1997
1998 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1999
2000         * data/icons/32x32/Makefile.am:
2001         * data/icons/32x32/actions/Makefile.am:
2002         * data/icons/32x32/actions/view-page-cont.svg:
2003         * data/icons/32x32/actions/view-page-facing.svg:
2004         * data/icons/48x48/Makefile.am:
2005         * data/icons/48x48/actions/Makefile.am:
2006         * data/icons/48x48/actions/view-page-cont.svg:
2007         * data/icons/48x48/actions/view-page-facing.svg:
2008         
2009         Icons for a new sizes.
2010
2011 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2012
2013         * shell/ev-page-cache.c: (build_height_to_page),
2014         (ev_page_cache_get_height_to_page):
2015         
2016         Fixes invalid read, see bug #466401.
2017
2018 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2021         (set_drag_cursor):
2022         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2023         (configure_item_cursor), (new_pixbuf_from_widget):
2024
2025         Fix multihead problems in toolbar editor. Fixes bug #382055.
2026
2027 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * shell/ev-window.c: (ev_window_cmd_file_open),
2030         (ev_window_cmd_save_as):
2031
2032         Use g_get_user_special_dir when available instead of
2033         xdg_user_dir_lookup.
2034
2035 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2036
2037         * MAINTAINERS:
2038         
2039         Updated according to request on desktop-devel.
2040
2041 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2044
2045         Do not use cairo_rectangle and cairo_clip since we are
2046         not using cairo_fill but cairo_paint. Use the same cairo context
2047         for every page in the same expose event.
2048
2049 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2050
2051         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2052         leak.
2053
2054 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * configure.ac:
2057         * NEWS:
2058
2059         Release 0.9.3
2060
2061 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * libdocument/ev-document-info.h:
2064         * libdocument/ev-document.h:
2065         * shell/ev-page-action.h:
2066         * shell/ev-sidebar-links.h:
2067
2068         Fix a headers problem with ev-link
2069         
2070         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2071         * shell/ev-view-private.h:
2072         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2073         (get_link_area), (ev_view_query_tooltip),
2074         (ev_view_leave_notify_event), (ev_view_destroy),
2075         (ev_view_class_init):
2076
2077         Use new gtk tooltips when available instead of ev-tooltip.
2078         
2079 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * shell/ev-window.c: (update_chrome_visibility),
2082         (ev_window_sidebar_visibility_changed_cb):
2083
2084         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2085         
2086 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2087
2088         * shell/ev-navigation-action.c:
2089         (ev_navigation_action_history_changed),
2090         (ev_navigation_action_set_history):
2091         * shell/ev-navigation-action-widget.c:
2092         (ev_navigation_action_widget_init):
2093         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2094
2095         Fix compile warnings.
2096         
2097 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2098
2099         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2100         (egg_editable_toolbar_dispose):
2101
2102         Fix memory leak.
2103         
2104 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2107         (screensaver_disable_x11):
2108         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2109         * shell/ev-window.c: (presentation_set_timeout):
2110         * shell/ev-view.c: (ev_view_presentation_transition_start):
2111
2112         Use g_timeout_add_seconds instead of g_timeout_add when
2113         available.
2114         
2115 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2118
2119         Set horizontal scrollbar policy to AUTOMATIC instead of
2120         NEVER. Workaround for bug #449462.
2121         
2122 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * shell/ev-jobs.c: (ev_job_render_page_ready):
2125
2126         Add page_ready callback to main loop with high priority and hold
2127         a reference to job during idle.
2128         
2129 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * configure.ac:
2132         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2133         (pdf_document_file_exporter_begin),
2134         (pdf_document_file_exporter_do_page),
2135         (pdf_document_file_exporter_get_capabilities):
2136         * libdocument/ev-file-exporter.h:
2137         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2138         * shell/ev-window.c: (ev_window_print_send),
2139         (ev_window_print_dialog_response_cb):
2140
2141         Allow printing multiple pages per sheet. Fixes bug #395573.
2142         
2143 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2144
2145         * shell/ev-view.c: (tip_from_link):
2146         
2147         Check for NULL, fixes bug #460862.
2148
2149 2007-07-29  Christian Persch  <chpe@gnome.org>
2150
2151         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2152         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2153         (ev_window_cmd_preview_print):
2154         
2155         Fixes bug #437681 - blocks while enumerating printers.
2156
2157 2007-07-29  Christian Persch  <chpe@gnome.org>
2158
2159         * shell/ev-window.c: (ev_window_screen_changed):
2160         
2161         Don't use deprecated gtk+ function. See bug #460909.
2162
2163 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * shell/ev-utils.c: (get_num_monitors):
2166         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2167
2168         Do not use display before initializing it. Remove compile
2169         warnings.
2170
2171 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2172
2173         * shell/ev-view.c: (ev_view_class_init):
2174         
2175         Unix-like hjkl bindings added. See bug #458111.
2176
2177 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2178
2179         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2180         * shell/ev-utils.h:
2181         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2182         (ev_view_update_view_size):
2183         * shell/ev-view.h:
2184         * shell/ev-window.c: (ev_window_update_actions),
2185         (setup_view_from_metadata), (ev_window_screen_changed),
2186         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2187         (zoom_control_changed_cb):
2188         * shell/ev-window.h:
2189         
2190         Reorganizes utility functions.
2191
2192 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2195         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2196         (add_job), (ev_pixbuf_cache_get_surface),
2197         (ev_pixbuf_cache_get_link_mapping),
2198         (ev_pixbuf_cache_get_image_mapping),
2199         (ev_pixbuf_cache_get_form_field_mapping),
2200         (ev_pixbuf_cache_get_text_mapping):
2201         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2202         (notify_page_ready), (ev_job_render_page_ready),
2203         (ev_job_render_run):
2204
2205         Add page_ready signal to notify that page is ready as soon as
2206         possible even if other page elements like links, forms, images or
2207         text mapping are not ready yet.
2208
2209 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2212         (dvi_document_file_exporter_do_page),
2213         (dvi_document_file_exporter_get_capabilities),
2214         (dvi_document_file_exporter_iface_init):
2215         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2216         (ps_document_file_exporter_do_page),
2217         (ps_document_file_exporter_get_capabilities),
2218         (ps_document_file_exporter_iface_init):
2219         * backend/djvu/djvu-document.c:
2220         (djvu_document_file_exporter_begin),
2221         (djvu_document_file_exporter_end),
2222         (djvu_document_file_exporter_get_capabilities),
2223         (djvu_document_file_exporter_iface_init):
2224         * backend/tiff/tiff-document.c:
2225         (tiff_document_file_exporter_begin),
2226         (tiff_document_file_exporter_get_capabilities),
2227         (tiff_document_document_file_exporter_iface_init):
2228         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2229         (pdf_document_file_exporter_do_page),
2230         (pdf_document_file_exporter_get_capabilities),
2231         (pdf_document_file_exporter_iface_init):
2232         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2233         (ev_file_exporter_get_capabilities):
2234         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2235         (idle_print_handler), (ev_print_job_print):
2236         * shell/ev-jobs.c: (ev_job_print_run):
2237         * shell/ev-window.c: (ev_window_print_send),
2238         (ev_window_print_range):
2239
2240         Use capabilities to know which options should be offered by the
2241         print dialog depending on the document backend.
2242
2243 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2246
2247         Give priority to forms over text to set the cursor.
2248
2249 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * shell/ev-view-private.h:
2252         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2253         (ev_view_leave_notify_event), (ev_view_finalize),
2254         (ev_view_get_property), (ev_view_class_init):
2255
2256         Use IBEAM cursor for text form fields and NORMAL cursor for read
2257         only fields. Remove unused status attribute.
2258
2259 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2262
2263         Update region for current selected items also for checkbox
2264         buttons, since they can behave as radio buttons when they are in a
2265         set.
2266
2267 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * configure.ac:
2270         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2271
2272         Get max length of text form fields.
2273
2274 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2277         * libdocument/ev-form-field.h:
2278         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2279
2280         Fix build with current poppler cvs head.
2281
2282 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2285         * shell/eggfindbar.c: (egg_find_bar_init):
2286
2287         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2288         deprecation. Fixes bug #455667
2289
2290 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2291
2292         * NEWS:
2293         * configure.ac:
2294         
2295         Update for release 0.9.2
2296
2297 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * shell/ev-view.c: (ev_view_form_field_text_save),
2300         (ev_view_form_field_choice_save):
2301
2302         Fix a crash when closing whith a form widget visible.
2303
2304 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2305
2306         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2307
2308         Update also the region of the current selected button when
2309         clicking on another button if they are radio buttons.
2310
2311 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2312
2313         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2314         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2315         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2316         (ev_pixbuf_cache_get_link_mapping),
2317         (ev_pixbuf_cache_get_image_mapping),
2318         (ev_pixbuf_cache_get_form_field_mapping),
2319         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2320         * shell/ev-view.c: (ev_view_form_field_get_region),
2321         (ev_view_form_field_button_create_widget),
2322         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2323         (job_finished_cb):
2324
2325         Redraw only form field region instead of the whole page when
2326         reloading a page to show changes on the form field.
2327
2328 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * shell/ev-view.c: (ev_view_form_field_choice_save):
2331
2332         Fix selection of first item in list form fields.
2333
2334 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2337         (ev_pixbuf_cache_reload_page),
2338         (ev_pixbuf_cache_get_form_field_mapping):
2339
2340         Some refactoring to avoid duplicated code.
2341
2342 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * configure.ac:
2345         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2346         (ev_form_field_from_poppler_field),
2347         (pdf_document_forms_get_form_fields),
2348         (pdf_document_forms_form_field_text_get_text),
2349         (pdf_document_forms_form_field_text_set_text),
2350         (pdf_document_forms_form_field_button_set_state),
2351         (pdf_document_forms_form_field_button_get_state),
2352         (pdf_document_forms_form_field_choice_get_item),
2353         (pdf_document_forms_form_field_choice_get_n_items),
2354         (pdf_document_forms_form_field_choice_is_item_selected),
2355         (pdf_document_forms_form_field_choice_select_item),
2356         (pdf_document_forms_form_field_choice_toggle_item),
2357         (pdf_document_forms_form_field_choice_unselect_all),
2358         (pdf_document_forms_form_field_choice_set_text),
2359         (pdf_document_forms_form_field_choice_get_text),
2360         (pdf_document_document_forms_iface_init):
2361         * libdocument/Makefile.am:
2362         * libdocument/ev-form-field.[ch]:
2363         * libdocument/ev-document-forms.[ch]:
2364         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2365         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2366         (add_job), (ev_pixbuf_cache_reload_page),
2367         (ev_pixbuf_cache_get_form_field_mapping):
2368         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2369         * shell/ev-view-private.h:
2370         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2371         (ev_view_handle_cursor_over_xy),
2372         (ev_view_get_form_field_at_location),
2373         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2374         (ev_view_form_field_button_create_widget),
2375         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2376         (ev_view_form_field_text_create_widget),
2377         (ev_view_form_field_choice_save),
2378         (ev_view_form_field_choice_changed),
2379         (ev_view_form_field_choice_create_widget),
2380         (ev_view_handle_form_field), (ev_view_size_allocate),
2381         (ev_view_realize), (draw_end_presentation_page),
2382         (ev_view_button_press_event), (ev_view_remove_all),
2383         (ev_view_motion_notify_event), (ev_view_key_press_event),
2384         (ev_view_enter_notify_event), (highlight_find_results),
2385         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2386         (ev_view_class_init), (page_changed_cb),
2387         (on_adjustment_value_changed), (ev_view_set_presentation),
2388         (merge_selection_region), (ev_view_set_cursor),
2389         (ev_view_reset_presentation_state):
2390         
2391         Merge evince-forms branch.
2392
2393 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2394
2395         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2396
2397         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2398         This script also updates itself from libegg
2399
2400         * cut-n-paste/toolbar-editor/egg*:
2401         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2402         libegg
2403
2404 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2405
2406         * shell/ev-window.c:
2407         
2408         Adds a nice icon to page action during toolbar editing.
2409         See bug #452872.
2410
2411 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2412
2413         * data/evince-toolbar.xml:
2414         * shell/ev-window.c:
2415         
2416         Let user add a presentation and fullscreen icons on toolbar.
2417         See bug #449734.
2418
2419 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2420
2421         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2422
2423         new script to keep in sync with toolbareditor in libegg
2424
2425         * cut-n-paste/toolbar-editor/*: 
2426
2427         Run update-toolbareditor-from-libegg so we are in sync again. 
2428         Fixes bug #452850.
2429         
2430
2431 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * shell/ev-sidebar-links.c: (job_finished_callback):
2434
2435         Do not connect selection changed signal more than once. Fixes bug
2436         #349433.
2437
2438 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2439
2440         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2441
2442         Do not change sidebar chrome flag when pressing F9 key in
2443         presentation mode.
2444
2445 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * backend/pdf/ev-poppler.cc:
2448         (pdf_document_thumbnails_get_dimensions):
2449
2450         Make sure thumbnails width and height is not <= 0. Fixes a crash
2451         with some pdf documents which have really small pages.
2452
2453 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2454
2455         * shell/main.c: (main):
2456
2457         Fixes program description translation issue.
2458         Bug #450148.
2459
2460 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2461
2462         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2463
2464         Do not change current page when returning from black/white mode
2465         in presentation. Fixes bug #415032.
2466
2467 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2468
2469         * NEWS:
2470         * configure.ac:
2471         
2472         Update for release 0.9.1
2473
2474 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2475
2476         * backend/dvi/dvi-document.c:
2477         (dvi_document_finalize),
2478         (dvi_document_file_exporter_format_supported),
2479         (dvi_document_file_exporter_begin),
2480         (dvi_document_file_exporter_do_page),
2481         (dvi_document_file_exporter_end),
2482         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2483         
2484         PDF exporter for dvi documents. Fixes bug #441319.
2485
2486 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * shell/ev-window.c: (ev_window_clear_print_job):
2489
2490         Clear gtk print job when job has finished. Fixes bug #447612.
2491
2492 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * shell/ev-window.c: (ev_window_print_send),
2495         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2496
2497         Add preview button to print dialog. Fixes bug #445419.
2498
2499 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * backend/dvi/Makefile.am:
2502         * backend/dvi/pixbuf-device.[ch]: Removed
2503         * backend/dvi/cairo-device.[ch]: Added
2504         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2505         * backend/dvi/dvi-document.c: (dvi_document_load),
2506         (dvi_document_render), (dvi_document_finalize),
2507         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2508         (dvi_document_do_color_special):
2509         * libdocument/ev-document-misc.[ch]:
2510         (ev_document_misc_pixbuf_from_surface):
2511
2512         Port dvi backend to cairo and fix a problem with colors. 
2513
2514 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2515
2516         * shell/ev-view.c: (draw_one_page):
2517
2518         Draw only visible region.
2519
2520 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2521
2522         * backend/djvu/djvu-document.c: (djvu_document_render):
2523
2524         Fix rotation in djvu backend.
2525
2526 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2529         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2530         (ev_pixbuf_cache_get_image_mapping),
2531         (ev_pixbuf_cache_get_text_mapping):
2532
2533         Redraw view every time we have a new surface. Fixes bug #443587.
2534
2535 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * libdocument/ev-document.c: (ev_document_info_free):
2538
2539         Fix memory leaks.
2540
2541 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * backend/dvi/dvi-document.c: (dvi_document_render),
2544         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2545         * backend/impress/impress-document.c:
2546         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2547         (impress_document_render), (impress_document_document_iface_init),
2548         (impress_document_thumbnails_get_thumbnail):
2549         * backend/djvu/djvu-document-private.h:
2550         * backend/djvu/djvu-document.c: (djvu_document_render),
2551         (djvu_document_finalize), (djvu_document_document_iface_init),
2552         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2553         * backend/tiff/tiff-document.c: (tiff_document_render),
2554         (tiff_document_render_pixbuf),
2555         (tiff_document_document_iface_init):
2556         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2557         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2558         (pdf_selection_render_selection):
2559         * backend/comics/comics-document.c:
2560         (comics_document_render_pixbuf), (comics_document_render),
2561         (comics_document_document_iface_init):
2562         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2563         (pixbuf_document_document_iface_init):
2564         * libdocument/ev-document-misc.[ch]:
2565         (ev_document_misc_surface_from_pixbuf),
2566         (ev_document_misc_surface_rotate_and_scale):
2567         * libdocument/ev-document.[ch]: (ev_document_render):
2568         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2569         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2570         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2571         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2572         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2573         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2574         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2575         (render_finished_cb), (ev_job_render_run):
2576         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2577         (merge_selection_region):
2578
2579         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2580         and selections.
2581
2582 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * shell/ev-window-title.c: (ev_window_title_update):
2585
2586         Fix memory leak.
2587
2588 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * shell/ev-view.c: (draw_loading_text):
2591
2592         Show loading text centered. Fixes bug #433061
2593
2594 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * shell/ev-sidebar-thumbnails.c:
2597         (ev_sidebar_thumbnails_set_loading_icon):
2598
2599         Remove a mutex in the main thread that blocks the UI in heavy
2600         documents.
2601
2602 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2605
2606         Set points_set to TRUE so that selections don't disappear after a
2607         zoom change.
2608
2609 2007-06-07  Michael Monreal  <infernux@web.de>
2610
2611         * data/icons/16x16/actions/Makefile.am:
2612         * data/icons/16x16/actions/zoom.svg:
2613         * data/icons/22x22/actions/Makefile.am:
2614         * data/icons/22x22/actions/zoom.svg:
2615         * data/icons/24x24/actions/Makefile.am:
2616         * shell/ev-stock-icons.c:
2617         * shell/ev-stock-icons.h:
2618         * shell/ev-window.c:
2619         
2620         Zoom icon artwork. See bug #444795.
2621
2622 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2623
2624         * shell/ev-metadata-manager.c: Remove extraneous function
2625         (Closes: #444386)
2626
2627 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2628
2629         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2630         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2631         (ev_metadata_manager_set), (ev_metadata_manager_save):
2632         Simplify the timeout, no need for modified anymore
2633
2634 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2635
2636         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2637         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2638         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2639         (ev_metadata_manager_save): Adapted patch from Arjan van de
2640         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2641         time, saves on power (Closes: #443851)
2642
2643 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * configure.ac:
2646         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2647         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2648
2649         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2650
2651 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2652
2653         * shell/ev-window.c: (ev_window_add_history):
2654
2655         Check if history is NULL
2656
2657 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2658
2659         * libdocument/ev-image.c: (ev_image_finalize):
2660         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2661         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2662         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2663         (ev_tmp_uri_unlink):
2664
2665         Add functions to delete temporary files created by evince in a safe
2666         way.
2667
2668         * shell/ev-window.c: (ev_window_clear_local_uri),
2669         (open_xfer_update_progress_callback),
2670         (save_xfer_update_progress_callback), (ev_window_save_remote),
2671         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2672         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2673         (attachment_save_dialog_response_cb),
2674         (ev_attachment_popup_cmd_save_attachment_as):
2675
2676         Allow saving a copy of a document, image or attachment to a remote
2677         location. Fixes bug #440754. 
2678
2679 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2680
2681         * configure.ac:
2682         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2683
2684         Fix build with current poppler from cvs head. 
2685
2686 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2687
2688         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2689
2690         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2691         directory exists.
2692
2693 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2694
2695         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2696         * shell/ev-window.c:
2697
2698         Change sidebar ordering. Fixes bug #439939.
2699
2700 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2701
2702         * backend/comics/Makefile.am:
2703         
2704         Fixes build with --without-libgnome.
2705
2706 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2707         
2708         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2709
2710         Update cursor and tooltip on page change and view scroll. Fixes bug
2711         #439217.
2712
2713 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2714
2715         * NEWS:
2716         * configure.ac:
2717         
2718         Update for release 0.9.0
2719
2720 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2721
2722         * backend/djvu/djvu-document-private.h:
2723         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2724         (djvu_document_finalize),
2725         (djvu_document_file_exporter_format_supported),
2726         (djvu_document_file_exporter_begin),
2727         (djvu_document_file_exporter_do_page),
2728         (djvu_document_file_exporter_end),
2729         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2730         
2731         Implemented printing with djvu. Bug #437998.
2732
2733 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * backend/impress/zip.c:
2736         Add missing ulong definition.
2737
2738         * backend/ps/ps-interpreter.c:
2739         Add missing headers.
2740
2741         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2742
2743 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2744
2745         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2746
2747         Add missing call to parent class dispose method. 
2748
2749 2007-05-12  Ross Burton  <ross@openedhand.com>
2750
2751         * shell/main.c:
2752         Sync keybindings manually when building without libgnome
2753         (#437925).
2754
2755 2007-05-12  Ross Burton  <ross@openedhand.com>
2756
2757         * shell/ev-window.c:
2758         Respect the screen when opening help (#437866).
2759
2760 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * data/evince-ui.xml:
2763         * shell/ev-application.[ch]: (get_print_settings_from_args),
2764         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2765         (ev_application_open_uri_list):
2766         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2767         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2768         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2769         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2770         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2771         (ev_window_dispose):
2772         * shell/main.c: (arguments_parse):
2773
2774         Add print button in preview mode. Fixes bug #396475. 
2775
2776 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2777
2778         * cut-n-paste/zoom-control/ephy-zoom.h:
2779         
2780         Fixes zoom level factors. See bug #408119 for details.
2781
2782 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2783
2784         * backend/comics/comics-document.c: (comics_regex_quote),
2785         (extract_argv):
2786         
2787         Correctly quote symbols. Fixes crash in the bug
2788         #415370.
2789
2790 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2791
2792         * shell/ev-navigation-action-widget.c:
2793         (ev_navigation_action_widget_init),
2794         (ev_navigation_action_widget_class_init),
2795         (ev_navigation_action_widget_button_press_event):
2796         
2797         Connect to button-press event on correct widget. Fixes
2798         bug #431988
2799
2800 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2801
2802         * shell/ev-application.c: (ev_application_open_window),
2803         (ev_application_add_icon_path_for_screen),
2804         (ev_application_open_uri_at_dest):
2805         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2806         * shell/ev-navigation-action.c: (build_menu):
2807         
2808         Add app-specific icons to our icon theme. Fixes bug
2809         #425508.
2810
2811 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2812
2813         * shell/ev-history.c: (ev_history_class_init),
2814         (ev_history_add_link):
2815         * shell/ev-history.h:
2816         * shell/ev-navigation-action.c:
2817         (ev_navigation_action_history_changed),
2818         (ev_navigation_action_set_history), (build_menu),
2819         (ev_navigation_action_finalize):
2820         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2821         
2822         Make navigation action unsensitive instead of showing
2823         menu with unsensitive word. Fixes bug #417392.
2824
2825 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * shell/ev-application.[ch]: (ev_application_shutdown),
2828         (ev_application_get_print_settings),
2829         (ev_application_set_print_settings):
2830         * shell/ev-window.c:
2831
2832         Remember print settings. Fixes bug #349102. 
2833
2834 2007-05-08  Christian Persch  <chpe@gnome.org>
2835
2836         * configure.ac:
2837         * properties/ev-properties-view.c:
2838
2839         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2840         Bug #382438.
2841
2842 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * configure.ac:
2845         * properties/ev-properties-view.c: (ev_regular_paper_size):
2846
2847         Use gtk+ builtin paper list to identify the document's paper size.
2848         Fixes bug #382438. 
2849
2850 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * configure.ac:
2853
2854         Fix build when compiling with thumbnailer and libgnome support. 
2855
2856 2007-05-04  Ross Burton  <ross@openedhand.com>
2857
2858         * configure.ac:
2859         Add --without-libgnome, check for libgnome and libgnomeui
2860         separately, and add them to the symbols as required.
2861
2862         * libdocument/ev-file-helpers.c:
2863         When building without libgnome, use g_get_user_config_dir instead
2864         of gnome_user_dir_get.
2865
2866         * shell/ev-application.c:
2867         When building without libgnome, don't use session management.
2868
2869         * shell/main.c:
2870         When building without libgnome, don't use GnomeProgram or
2871         initialise the authentication manager.
2872
2873         This fixes #328842.
2874
2875 2007-05-04  Ross Burton  <ross@openedhand.com>
2876
2877         * shell/ev-window.c:
2878         Don't use libgnome to open help, instead call Yelp directly.
2879
2880 2007-05-04  Ross Burton  <ross@openedhand.com>
2881
2882         * shell/ev-sidebar-attachments.c:
2883         Don't use libgnome to lookup icons for MIME types, instead copy
2884         code from GTK+ to do it manually.
2885
2886 2007-05-04  Ross Burton  <ross@openedhand.com>
2887
2888         * configure.ac:
2889         Add libxml to the dependencies for SHELL_CORE (#435818).
2890
2891 2007-05-02  Ross Burton  <ross@openedhand.com>
2892
2893         * configure.ac:
2894         * Makefile.am:
2895         Add --disable-thumbnailer (#434825)
2896
2897 2007-05-02  Ross Burton  <ross@openedhand.com>
2898
2899         * shell/ev-window.c:
2900         Add missing includes, fix indentation.
2901
2902         * shell/main.c:
2903         Fix indentation.
2904
2905 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2906
2907         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2908         ev_application_open_uri_at_dest instead of ev_application_open_uri
2909         preventing new document always being opened in a new window even if there
2910         is an empty window.
2911
2912 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2913
2914         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2915         (egg_recent_view_uimanager_finalize):
2916         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2917         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2918         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2919         (ev_pixbuf_cache_dispose):
2920         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2921         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2922         
2923         Add missing chain to parent class methods. Fixes
2924         bug #433128.
2925
2926 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2927
2928         * data/Makefile.am (update-icon-cache): Updates
2929         gtk-update-icon-cache in uninstall-hook.
2930
2931 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * shell/ev-window.c: (ev_window_setup_document),
2934         (ev_window_set_document), (ev_window_load_job_cb):
2935         * shell/ev-view.c: (setup_caches):
2936         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2937
2938         Start rendering pages before any other jobs. 
2939
2940 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * shell/ev-window.c: (ev_window_stop_fullscreen),
2943         (ev_window_stop_presentation):
2944
2945         Update chrome visibility before window unfullscreen. 
2946
2947 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * data/Makefile.am:
2950         * data/evince-ui.xml:
2951         * shell/ev-stock-icons.[ch]:
2952         * shell/ev-application.[ch]: (ev_application_shutdown),
2953         (ev_application_init), (ev_application_get_toolbars_model):
2954         * shell/ev-window.c: (update_chrome_visibility),
2955         (fullscreen_toolbar_setup_item_properties),
2956         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2957         (ev_window_run_presentation), (ev_window_stop_presentation),
2958         (ev_window_run_preview), (ev_window_screen_changed),
2959         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2960         (ev_window_dispose), (ev_window_init):
2961
2962         Make fullscreen toolbar always visible. Do not use egg toolbars for
2963         fullscreen and preview modes since such toolbars are not editables.
2964         Fixes bugs #300278, #338910 and #316188.  
2965
2966 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2967
2968         * shell/ev-application.c:
2969         * shell/ev-job-queue.c:
2970         * shell/ev-metadata-manager.c:
2971         * shell/ev-stock-icons.c:
2972         * shell/ev-window.c:
2973         * shell/main.c:
2974         
2975         Developers documentation updated.
2976
2977 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2978
2979         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2980
2981         Check whether uri is valid before launching it. Fixes bug #427664.
2982
2983 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2984
2985         * shell/ev-window.c:
2986
2987         Change key accelerator for Open a Copy menu entry which is in conflict
2988         with Close. Fixes bug #427321.
2989
2990 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2991
2992         * NEWS:
2993         * configure.ac:
2994         
2995         Update for release 0.8.1
2996
2997 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2998
2999         * shell/ev-window.c: (setup_size_from_metadata):
3000         
3001         Do not make window bigger than screen. Fixes bug 
3002         #388985.
3003
3004 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3005
3006         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3007         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3008
3009         Use default resolution when it's not provided by document. Fixes bug
3010         #408762.
3011
3012 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * configure.ac:
3015         * thumbnailer/Makefile.am:
3016         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3017         * thumbnailer/evince-thumbnailer.schemas.in:
3018         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3019
3020         Add support for ps, eps and compressed documents thumbnails. Do not
3021         ignore size parameter. 
3022
3023 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3024
3025         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3026         (dvi_document_do_color_special):
3027         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3028
3029         Implement font color specials in the DVI backend. Fixes bug #303651.
3030
3031 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3032
3033         Fixup the previous commit:
3034
3035         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3036         * shell/xdg-user-dir-lookup.c: Make the function non-static
3037         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3038
3039 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3040
3041         * shell/ev-window.c (file_open_dialog_response_cb): Use
3042         the xdg-user-dirs DOCUMENTS folder as default folder when
3043         opening a file chooser.  (#424858)
3044
3045         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3046         xdg-user-dirs.
3047
3048 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * shell/ev-window.c: (ev_window_load_job_cb):
3051
3052         Do not setup view from metadata on preview mode. 
3053
3054 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3055
3056         * shell/main.c:
3057
3058         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3059
3060 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3061
3062         * shell/ev-view.c: (ev_view_primary_get_cb):
3063
3064         Check pointer != NULL before using it. Fixes bug #416841. 
3065
3066 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3067
3068         * NEWS:
3069         * configure.ac:
3070         
3071         Release 0.8.0
3072
3073 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3076
3077         Do not render thumbnails when sidebar thumbnail page is not visible
3078         at startup. Fixes bug #416447. 
3079
3080 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3081
3082         * data/evince.desktop.in.in:
3083
3084         "Application" is not a valid category in the freedesktop specification.
3085
3086 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * libdocument/ev-file-helpers.[ch]: (compression_run),
3089         (ev_file_uncompress), (ev_file_compress):
3090         * shell/ev-window.c: (file_save_dialog_response_cb):
3091
3092         Save document compressed when saving a copy of a compressed document.
3093         Fixes bug #334542.
3094
3095 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3098
3099         Allow deleting in goto window entry in presentation mode. 
3100
3101 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3102
3103         * Makefile.am: Dist MAINTAINERS.
3104
3105 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * shell/ev-window.c: (ev_window_update_actions):
3108
3109         Fix zoom shortcut keys when searching. Fixes bug #409828.
3110
3111 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3112
3113         * shell/ev-window.c: (ev_window_setup_document):
3114
3115         Fix crash when loading documents with only one page. 
3116
3117 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3118
3119         * backend/dvi/dvi-document.c:
3120         (dvi_document_thumbnails_get_dimensions),
3121         (dvi_document_thumbnails_get_thumbnail):
3122         * backend/impress/impress-document.c:
3123         (impress_document_thumbnails_get_thumbnail),
3124         (impress_document_thumbnails_get_dimensions):
3125         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3126         (ps_document_thumbnails_get_dimensions):
3127         * backend/djvu/djvu-document.c:
3128         (djvu_document_thumbnails_get_dimensions),
3129         (djvu_document_thumbnails_get_thumbnail):
3130         * backend/tiff/tiff-document.c:
3131         (tiff_document_thumbnails_get_thumbnail),
3132         (tiff_document_thumbnails_get_dimensions):
3133         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3134         (pdf_document_thumbnails_get_thumbnail),
3135         (pdf_document_thumbnails_get_dimensions):
3136         * backend/comics/comics-document.c:
3137         (comics_document_thumbnails_get_thumbnail),
3138         (comics_document_thumbnails_get_dimensions):
3139         * backend/pixbuf/pixbuf-document.c:
3140         (pixbuf_document_thumbnails_get_thumbnail),
3141         (pixbuf_document_thumbnails_get_dimensions):
3142         * libdocument/ev-document-thumbnails.[ch]:
3143         (ev_document_thumbnails_get_thumbnail),
3144         (ev_document_thumbnails_get_dimensions):
3145         * libdocument/ev-document-misc.[ch]:
3146         (ev_document_misc_get_thumbnail_frame):
3147         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3148         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3149         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3150         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3151         (ev_sidebar_thumbnails_refresh):
3152         * shell/ev-window.c: (ev_window_setup_document):
3153         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3154
3155         Use an EvRenderContext for rendering thumbnails instead of a suggested
3156         width, so that different sized pages get sized proportionally.
3157
3158 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * shell/ev-view.c: (ev_view_button_press_event),
3161         (ev_view_key_press_event):
3162
3163         Fix critical warnings when there is no document loaded. 
3164
3165 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3166
3167         * shell/ev-page-action-widget.c:
3168         * shell/ev-navigation-action.c:
3169         * shell/ev-window.c:
3170
3171         Fix compile warnings. 
3172
3173 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * backend/djvu/djvu-text.h:
3176         * backend/djvu/djvu-document.c:
3177         * backend/djvu/djvu-text-page.c:
3178         * backend/djvu/djvu-links.c:
3179         * backend/djvu/djvu-text-page.h:
3180         * backend/djvu/djvu-text.c:
3181         
3182         Fix build on Mac. Fixes bug #392186. Patch by
3183         <ephraim_owns@hotmail.com>
3184
3185 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3186
3187         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3188
3189         Restore cairo context before rendering every page when printing a PDF
3190         document into a PDF file. 
3191
3192 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * backend/ps/gstypes.h:
3195         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3196         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3197         (ps_document_thumbnails_get_thumbnail):
3198
3199         Handle PostScript page orientation. Fixes bug #318568.
3200
3201 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * backend/ps/Makefile.am:
3204         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3205         (document_load), (ps_document_load), (save_document),
3206         (save_page_list), (ps_document_get_n_pages),
3207         (ps_document_get_page_size), (ps_document_get_info),
3208         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3209         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3210         (ps_document_thumbnails_get_thumbnail),
3211         (ps_document_thumbnails_get_dimensions),
3212         (ps_document_document_thumbnails_iface_init):
3213         * backend/ps/ps.[ch]: (psgetpagebox):
3214         * backend/ps/ps-interpreter.[ch]:
3215
3216         Add support for thumbnails in ps backend. Fixes bug #164755. 
3217
3218 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3219
3220         * NEWS:
3221         * configure.ac:
3222         
3223         Release 0.7.2
3224
3225 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3228         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3229         (ev_window_dispose):
3230
3231         Use document thumbnail as window icon. Fixes bug #384442.
3232
3233 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3234
3235         * configure.ac:
3236
3237         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3238         duplicated adding application/x-bzpostscript instead. 
3239
3240 2007-02-11  Tom Parker  <palfrey@tevp.net>
3241
3242         * backend/ps/ps-document.c: (document_load):
3243
3244         Check return value of psscan before trying
3245         to use it. Fixes bug #372414.
3246
3247 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3250
3251         Fix invalid free in ev-page-cache. Fixes bug #404745.
3252
3253 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3254
3255         * test/Makefile.am:
3256         * test/test3.py:
3257         
3258         Added reload test case.
3259
3260 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3261
3262         * po/POTFILES.in:
3263         * backend/djvu/djvu-document.c: (djvu_document_load):
3264
3265         Check whether there are missing files in indirect multipage djvu
3266         documents. Fixes bug #361683. 
3267
3268 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3269
3270         * test/Makefile.am:
3271         * test/test-mime.bin:
3272         * test/test3.py:
3273         
3274         Added test for slow mime type
3275
3276 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3279
3280         Add some checks and call parent_class->finalize. Fixes bug #404745.
3281
3282 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3283
3284         * shell/ev-navigation-action.c: (connect_proxy):
3285         
3286         Fixes dropdown history menu. Thanks a lot Carlos!
3287
3288 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3289
3290         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3291
3292         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3293         bug #373715.
3294
3295 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3296
3297         * backend/ps/ps.c: (psscan):
3298
3299         Fix memory leak. 
3300
3301 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * configure.ac:
3304         * libdocument/ev-file-helpers.c: 
3305
3306         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3307
3308 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * configure.ac:
3311         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3312         (ps_interpreter_start), (document_load), (save_document),
3313         (save_page_list):
3314         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3315         * libdocument/ev-document-factory.c:
3316         (ev_document_factory_get_from_mime), (get_document_from_uri),
3317         (free_uncompressed_uri), (ev_document_factory_get_document):
3318         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3319
3320         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3321
3322 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3323
3324         * libdocument/ev-document.h:
3325
3326         Fix typo in function name. 
3327
3328 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * backend/ps/ps-document.c: (ps_interpreter_finished),
3331         (ps_interpreter_start), (ps_interpreter_failed):
3332
3333         Handle ghostscript interpreter crashes. 
3334
3335 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * shell/ev-window.c: (ev_window_open_uri),
3338         (window_configure_event_cb):
3339
3340         Setup window size and position before showing it. Fixes bug #401711.
3341
3342 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3343
3344         * backend/ps/Makefile.am:
3345         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3346         (ps_document_dispose), (ps_document_class_init),
3347         (ps_interpreter_input), (ps_interpreter_output),
3348         (ps_interpreter_error), (setup_interpreter_env),
3349         (ps_interpreter_start), (ps_interpreter_stop),
3350         (ps_interpreter_failed), (ps_interpreter_is_ready),
3351         (check_filecompressed), (document_load), (ps_document_load),
3352         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3353         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3354         (render_page):
3355
3356         Rework ps-document. Code cleanups, remove deprecated code. 
3357
3358 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-view.c: (ev_view_button_press_event):
3361
3362         Do not start an image drag and drop operation when pointer is on 
3363         text, so that we can select text when the whole background is an
3364         image. 
3365
3366 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-window.c: (ev_window_update_actions): 
3369
3370         Disable all zoom related actions during presentation mode. 
3371
3372 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3373
3374         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3375
3376         Do not zoom in or out on presentation mode. Fixes bug #401305.
3377
3378 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3379
3380         * shell/ev-navigation-action.c: (connect_proxy),
3381         (create_menu_item), (ev_navigation_action_class_init):
3382         
3383         Correctly show menu and fix crash when navigaton 
3384         action is out of toolbar visible area.
3385
3386 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3387
3388         * data/Makefile.am:
3389         * data/evince.1:
3390         
3391         Added man file
3392
3393 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3394
3395         * help/reference/* :
3396         * configure.ac:
3397         
3398         Added gtk-doc based documentation for Evince.
3399         Still in initial state but I hope it will
3400         grow.
3401         
3402         * configure.ac:
3403         
3404         Lower dbus requirement to 0.70
3405
3406 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-window.c: (ev_window_add_history):
3409
3410         Fix memory leak. 
3411
3412 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3413
3414         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3415         * shell/ev-view.h:
3416         * shell/ev-window.c: (ev_window_add_history):
3417         
3418         Correctly handle named destination links
3419
3420 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3421
3422         * NOTES:
3423         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3424         * backend/pdf/ev-poppler.cc:
3425         * libdocument/ev-document-links.h:
3426         * libdocument/ev-link.c: (ev_link_get_page):
3427         * libdocument/ev-link.h:
3428         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3429         (ev_history_add_link):
3430         * shell/ev-history.h:
3431         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3432         (new_history_menu_item), (build_menu):
3433         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3434         * shell/ev-sidebar-links.c: (create_loading_model),
3435         (print_section_cb), (ev_sidebar_links_construct),
3436         (fill_page_labels), (update_page_callback_foreach),
3437         (update_page_callback), (job_finished_callback):
3438         * shell/ev-view.c: (ev_view_handle_link):
3439         * shell/ev-window.c: (ev_window_find_chapter),
3440         (ev_window_add_history), (view_handle_link_cb),
3441         (history_changed_cb):
3442         
3443         Implements another history variant
3444
3445 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * shell/ev-window.c: (view_external_link_cb):
3448         * shell/ev-view.c: (ev_view_button_release_event):
3449
3450         Open links in new window when clicking with middle button. 
3451
3452 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3453
3454         * shell/ev-navigation-action.c: (new_history_menu_item):
3455         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3456         * shell/ev-view.c: (ev_view_handle_link):
3457         * shell/ev-window.c:
3458         
3459         Store link before jump, not the destination. For me it 
3460         seems like more natural history behavior.
3461
3462 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3463
3464         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3465         (ev_navigation_action_class_init):
3466         * shell/ev-navigation-action.h:
3467         * shell/ev-page-action.c: (activate_cb):
3468         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3469         (ev_page_cache_set_current_page_history):
3470         * shell/ev-page-cache.h:
3471         * shell/ev-sidebar-thumbnails.c:
3472         (ev_sidebar_tree_selection_changed),
3473         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3474         * shell/ev-view-private.h:
3475         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3476         * shell/ev-view.h:
3477         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3478         (ev_window_setup_document), (ev_window_load_job_cb):
3479         * shell/ev-window.h:
3480         
3481         History finally works as expected.
3482
3483 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3484
3485         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3486
3487         Do not update links treeview if it doesn't have a model assigned yet. 
3488
3489 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3492         (ev_sidebar_links_class_init), (update_page_callback):
3493
3494         Do not update links treeview when sidepane is not visible. 
3495
3496 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3497
3498         * shell/ev-marshal.list:
3499         * shell/ev-page-action.c: (activate_cb),
3500         (ev_page_action_class_init):
3501         * shell/ev-page-action.h:
3502         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3503         * shell/ev-window.c:
3504         
3505         Remove activate_link signal, not required.
3506
3507 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3508
3509         * shell/ev-navigation-action.c: (build_menu):
3510         
3511         Reorder menu items and build menu with fixed length.
3512
3513 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3514
3515         * shell/ev-view.c: (get_selected_text):
3516         
3517         Normalize text to fix ligatures problem. See bug
3518         #341947 for details.
3519
3520 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3523
3524         Fix memory leak in ev-page-cache. 
3525
3526 2007-01-25  Tom Parker <palfrey@tevp.net>
3527
3528         * backend/impress/impress-document.c: (impress_document_load),
3529         (impress_document_finalize), (impress_document_init):
3530         * properties/ev-properties-main.c: (ev_properties_get_pages):
3531         
3532         Correctly handle impress document errors. Fixes nautilus
3533         crash in property page #370491.
3534
3535 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3536
3537         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3538         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3539         (ev_job_queue_remove_job):
3540         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3541         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3542         (ev_job_load_run):
3543         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3544         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3545         (ev_window_load_job_cb), (xfer_update_progress_callback),
3546         (ev_window_open_uri), (ev_window_dispose):
3547         * shell/main.c: (main):
3548
3549         Do file transfer asynchronously in the main thread instead of
3550         synchronously in the load thread. Fixes bugs #399694, #398307 and
3551         #343542.
3552
3553 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3554
3555         * shell/ev-jobs.c: (ev_job_xfer_run):
3556
3557         Load the document with the font-config lock held. 
3558
3559 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3560
3561         * backend/ps/ps-document.c: (start_interpreter):
3562
3563         Fix memory leaks in ps backend. 
3564
3565 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3566
3567         * backend/impress/impress-document.c:
3568         (impress_document_render_pixbuf):
3569
3570         Do not acquire fontconfig lock in impress backend, since it is using
3571         the main loop for rendering. 
3572
3573 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3574
3575         * po/POTFILES.in: 
3576
3577         Remove mdvi files that shouldn't be translated. 
3578
3579 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3580
3581         * shell/ev-view-private.h:
3582         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3583         (ev_view_set_zoom):
3584
3585         Render "loading..." text into a cairo surface instead of directly into
3586         the window so that fontconfig lock is only needed once and UI is not
3587         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3588
3589 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3592         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3593
3594         Use icon theme associated with the window screen rather than default. 
3595
3596 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3597
3598         * configure.ac:
3599
3600         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3601
3602 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3603
3604         * data/icons/*/apps/evince.*:
3605
3606         Move Evince icons under new apps directory.
3607
3608         * data/icons/*/actions/*:
3609
3610         Add new custom themeable Evince icons: view-page-continuous, 
3611         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3612         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3613
3614         * configure.ac:
3615
3616         Add new directories to AC_CONFIG_FILES.
3617
3618         * shell/ev-stock-icons.c:
3619         * shell/ev-stock-icons.h:
3620
3621         Use new custom themeable icons.
3622
3623 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3624
3625         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3626
3627         Do not draw white background page in presentation mode. 
3628
3629 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3630
3631         * shell/ev-view.c: Remove unused gnome-vfs include.
3632
3633 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3634
3635         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3636         
3637         Format string is corrected, fixes bug #397129.
3638
3639 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3640
3641         * shell/ev-window.c: (ev_window_setup_recent):
3642
3643         Do not include in recent menu inexistent documents. Fixes
3644         bug #339171.
3645
3646 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * po/POTFILES.skip: 
3649
3650         Update POTFILES.skip file according to current source tree. 
3651
3652 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * shell/ev-window.c: (file_save_dialog_response_cb):
3655
3656         Do Save a copy in atomic way. Fixes bug #328266. 
3657
3658 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3661
3662         Keep selected cell always visible in index treeview.
3663
3664 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3665         
3666         * shell/ev-view.c: (ev_view_size_allocate):
3667
3668         Restore horizontal scrollbar after switching to/from fullscreen
3669         or presentation mode. Fixes bug #331728.
3670
3671 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3672
3673         * shell/ev-view-private.h:
3674         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3675         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3676         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3677         (ev_view_can_zoom_out):
3678
3679         Use max and min scale values in the view iby taking dpi into account. 
3680
3681 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3682
3683         * configure.ac:
3684         * NEWS:
3685
3686         Release 0.7.1
3687
3688 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * shell/ev-window.c: (ev_window_print_send):
3691
3692         Send print job to printer with some settings set to default values,
3693         since we have already exported to a file according to such settings
3694         and they could be taken twice by some printers. 
3695
3696 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3697
3698         * shell/ev-jobs.c: (ev_job_xfer_run):
3699         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3700
3701         Show main window and load document with the font-config lock held. 
3702
3703 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * configure.ac:
3706         * shell/ev-application.c: (ev_application_register_service):
3707         * shell/main.c: (load_files_remote):
3708
3709         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3710
3711 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3712
3713         * doc/debugging.txt:
3714         
3715         Remove obsolete documentation.
3716
3717 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3718
3719         * Makefile.am:
3720         * backend/Makefile.am:
3721         * backend/comics/Makefile.am:
3722         * backend/djvu/Makefile.am:
3723         * backend/dvi/Makefile.am:
3724         * backend/ev-async-renderer.c:
3725         * backend/ev-async-renderer.h:
3726         * backend/ev-attachment.c:
3727         * backend/ev-attachment.h:
3728         * backend/ev-backend-marshal.c:
3729         * backend/ev-document-factory.c:
3730         * backend/ev-document-factory.h:
3731         * backend/ev-document-find.c:
3732         * backend/ev-document-find.h:
3733         * backend/ev-document-fonts.c:
3734         * backend/ev-document-fonts.h:
3735         * backend/ev-document-images.c:
3736         * backend/ev-document-images.h:
3737         * backend/ev-document-info.h:
3738         * backend/ev-document-links.c:
3739         * backend/ev-document-links.h:
3740         * backend/ev-document-misc.c:
3741         * backend/ev-document-misc.h:
3742         * backend/ev-document-security.c:
3743         * backend/ev-document-security.h:
3744         * backend/ev-document-thumbnails.c:
3745         * backend/ev-document-thumbnails.h:
3746         * backend/ev-document-transition.c:
3747         * backend/ev-document-transition.h:
3748         * backend/ev-document.c:
3749         * backend/ev-document.h:
3750         * backend/ev-file-exporter.c:
3751         * backend/ev-file-exporter.h:
3752         * backend/ev-image.c:
3753         * backend/ev-image.h:
3754         * backend/ev-link-action.c:
3755         * backend/ev-link-action.h:
3756         * backend/ev-link-dest.c:
3757         * backend/ev-link-dest.h:
3758         * backend/ev-link.c:
3759         * backend/ev-link.h:
3760         * backend/ev-render-context.c:
3761         * backend/ev-render-context.h:
3762         * backend/ev-selection.c:
3763         * backend/ev-selection.h:
3764         * backend/impress/Makefile.am:
3765         * backend/pdf/Makefile.am:
3766         * backend/pixbuf/Makefile.am:
3767         * backend/ps/Makefile.am:
3768         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3769         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3770         (start_interpreter), (stop_interpreter), (document_load),
3771         (ps_document_next_page), (render_page):
3772         * backend/tiff/Makefile.am:
3773         * comics/Makefile.am:
3774         * comics/comics-document.c:
3775         * comics/comics-document.h:
3776         * configure.ac:
3777         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3778         * djvu/Makefile.am:
3779         * djvu/djvu-document-private.h:
3780         * djvu/djvu-document.c:
3781         * djvu/djvu-document.h:
3782         * djvu/djvu-links.c:
3783         * djvu/djvu-links.h:
3784         * djvu/djvu-text-page.c:
3785         * djvu/djvu-text-page.h:
3786         * djvu/djvu-text.c:
3787         * djvu/djvu-text.h:
3788         * dvi/Makefile.am:
3789         * dvi/dvi-document.c:
3790         * dvi/dvi-document.h:
3791         * dvi/fonts.c:
3792         * dvi/fonts.h:
3793         * dvi/mdvi-lib/Makefile.am:
3794         * dvi/mdvi-lib/afmparse.c:
3795         * dvi/mdvi-lib/afmparse.h:
3796         * dvi/mdvi-lib/bitmap.c:
3797         * dvi/mdvi-lib/bitmap.h:
3798         * dvi/mdvi-lib/color.c:
3799         * dvi/mdvi-lib/color.h:
3800         * dvi/mdvi-lib/common.c:
3801         * dvi/mdvi-lib/common.h:
3802         * dvi/mdvi-lib/defaults.h:
3803         * dvi/mdvi-lib/dvimisc.c:
3804         * dvi/mdvi-lib/dviopcodes.h:
3805         * dvi/mdvi-lib/dviread.c:
3806         * dvi/mdvi-lib/files.c:
3807         * dvi/mdvi-lib/font.c:
3808         * dvi/mdvi-lib/fontmap.c:
3809         * dvi/mdvi-lib/fontmap.h:
3810         * dvi/mdvi-lib/fontsrch.c:
3811         * dvi/mdvi-lib/gf.c:
3812         * dvi/mdvi-lib/hash.c:
3813         * dvi/mdvi-lib/hash.h:
3814         * dvi/mdvi-lib/list.c:
3815         * dvi/mdvi-lib/mdvi.h:
3816         * dvi/mdvi-lib/pagesel.c:
3817         * dvi/mdvi-lib/paper.c:
3818         * dvi/mdvi-lib/paper.h:
3819         * dvi/mdvi-lib/pk.c:
3820         * dvi/mdvi-lib/private.h:
3821         * dvi/mdvi-lib/setup.c:
3822         * dvi/mdvi-lib/sp-epsf.c:
3823         * dvi/mdvi-lib/special.c:
3824         * dvi/mdvi-lib/sysdeps.h:
3825         * dvi/mdvi-lib/t1.c:
3826         * dvi/mdvi-lib/tfm.c:
3827         * dvi/mdvi-lib/tfmfile.c:
3828         * dvi/mdvi-lib/tt.c:
3829         * dvi/mdvi-lib/util.c:
3830         * dvi/mdvi-lib/vf.c:
3831         * dvi/pixbuf-device.c:
3832         * dvi/pixbuf-device.h:
3833         * impress/Makefile.am:
3834         * impress/common.h:
3835         * impress/document.c:
3836         * impress/f_oasis.c:
3837         * impress/f_oo13.c:
3838         * impress/iksemel.c:
3839         * impress/iksemel.h:
3840         * impress/imposter.h:
3841         * impress/impress-document.c:
3842         * impress/impress-document.h:
3843         * impress/internal.h:
3844         * impress/r_back.c:
3845         * impress/r_draw.c:
3846         * impress/r_geometry.c:
3847         * impress/r_gradient.c:
3848         * impress/r_style.c:
3849         * impress/r_text.c:
3850         * impress/render.c:
3851         * impress/render.h:
3852         * impress/zip.c:
3853         * impress/zip.h:
3854         * lib/Makefile.am:
3855         * lib/ev-debug.c:
3856         * lib/ev-debug.h:
3857         * lib/ev-file-helpers.c:
3858         * lib/ev-file-helpers.h:
3859         * lib/ev-gui.c:
3860         * lib/ev-gui.h:
3861         * lib/ev-tooltip.c:
3862         * lib/ev-tooltip.h:
3863         * libdocument/Makefile.am:
3864         * libdocument/ev-file-helpers.c:
3865         * pdf/Makefile.am:
3866         * pdf/ev-poppler.cc:
3867         * pdf/ev-poppler.h:
3868         * pixbuf/Makefile.am:
3869         * pixbuf/pixbuf-document.c:
3870         * pixbuf/pixbuf-document.h:
3871         * properties/Makefile.am:
3872         * ps/Makefile.am:
3873         * ps/gsdefaults.c:
3874         * ps/gsdefaults.h:
3875         * ps/gsio.c:
3876         * ps/gsio.h:
3877         * ps/gstypes.h:
3878         * ps/ps-document.c:
3879         * ps/ps-document.h:
3880         * ps/ps.c:
3881         * ps/ps.h:
3882         * shell/Makefile.am:
3883         * shell/ev-application.h:
3884         * shell/ev-sidebar-links.c:
3885         * shell/ev-sidebar-links.h:
3886         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3887         (ev_gui_menu_position_tree_selection):
3888         * shell/ev-utils.h:
3889         * shell/ev-view.c: (ev_view_finalize):
3890         * shell/ev-window.c:
3891         * shell/main.c: (main):
3892         * thumbnailer/Makefile.am:
3893         * tiff/Makefile.am:
3894         * tiff/tiff-document.c:
3895         * tiff/tiff-document.h:
3896         * tiff/tiff2ps.c:
3897         * tiff/tiff2ps.h:
3898         
3899         Reorganize source tree.
3900
3901 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * backend/ev-document-factory.c:
3904
3905         Do not include ev-poppler.h when pdf is disabled. 
3906
3907 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3908
3909         * configure.ac:
3910         * data/evince-ui.xml:
3911         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3912         (pdf_document_document_images_iface_init):
3913         * backend/Makefile.am:
3914         * backend/ev-document-images.[ch]:
3915         * backend/ev-image.[ch]:
3916         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3917         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3918         (ev_job_xfer_run):
3919         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3920         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3921         (ev_pixbuf_cache_get_image_mapping):
3922         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3923         (view_menu_popup_cb), (ev_window_dispose),
3924         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3925         (ev_view_popup_cmd_copy_image):
3926         * shell/ev-view-private.h:
3927         * shell/ev-view.c: (ev_view_get_image_at_location),
3928         (ev_view_do_popup_menu), (ev_view_popup_menu),
3929         (ev_view_button_press_event), (ev_view_drag_data_get),
3930         (ev_view_drag_motion), (ev_view_drag_data_received),
3931         (ev_view_motion_notify_event), (ev_view_button_release_event),
3932         (ev_view_finalize), (ev_view_class_init):
3933
3934         Add image handling support. Fixes bugs #310008 and #325047. Images
3935         selection is not supported yet. 
3936
3937 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3938
3939         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3940         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3941         (ev_view_init):
3942
3943         Move view drag and drop stuff to ev-view.
3944
3945 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3946
3947         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3948         * shell/ev-view.c: (clear_selection): 
3949
3950         Clear selection also in pixbuf cache.
3951
3952 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3953
3954         * data/evince.desktop.in.in:
3955         
3956         Change icon name in desktop file. See bug #390734
3957         for details.
3958
3959 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3960
3961         * thumbnailer/Makefile.am:
3962
3963         Use top_builddir instead top_srcdir for generated schema
3964         file installation. Fixes bug #390161.
3965
3966 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * configure.ac:
3969         * backend/Makefile.am:
3970         * backend/ev-document-transition.[ch]:
3971         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3972         (pdf_document_page_transition_iface_init):
3973         * shell/ev-view-private.h:
3974         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3975         (ev_view_set_presentation), (transition_next_page),
3976         (ev_view_presentation_transition_stop),
3977         (ev_view_presentation_transition_start), (ev_view_next_page):
3978
3979         Add page transition support in presentation mode. At the moment only
3980         page duration is supported, but not transition effects. Fixes bug
3981         #309815.
3982
3983 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3984
3985         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3986
3987         Run find_link_dest with document lock held, since it's called by links
3988         thread and main thread at the same time. 
3989
3990 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3991
3992         * shell/ev-view.c: (goto_dest):
3993
3994         Update page-cache when page is changed by the view, so that
3995         page-changed signal is emitted. 
3996
3997 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3998
3999         * test/test1.py:
4000         * test/test2.py:
4001
4002         Use C locale in tests. 
4003
4004 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-window.c: (ev_window_run_presentation):
4007         * shell/ev-view-private.h:
4008         * shell/ev-view.c: (ev_view_set_presentation):
4009
4010         Restore zoom settings when back from presentation mode. 
4011
4012 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4013
4014         * shell/ev-window.c: (ev_window_run_presentation):
4015
4016         Always use "best fit" zoom in presentation mode.
4017         Fixes bug #389195.
4018
4019 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4020
4021         * shell/ev-view.c: (ev_view_goto_window_create):
4022
4023         Show "Jump to page" label in the page jumping popup in
4024         presentation mode instead of just a GtkEntry.
4025
4026 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4027
4028         * shell/ev-window.c: (launch_external_uri):
4029
4030         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4031         #378085.
4032
4033 2006-12-22  Elijah Newren  <newren gmail com>
4034
4035         * configure.ac: explicitly check for libxml2.  Fixes #388795
4036
4037 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4038
4039         * shell/ev-view-private.h:
4040         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4041         (ev_view_goto_window_delete_event), (key_is_numeric),
4042         (ev_view_goto_window_key_press_event),
4043         (ev_view_goto_window_button_press_event),
4044         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4045         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4046         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4047
4048         Allow jumping to another page by typing a page number in presentation
4049         mode. It uses a popup window with an entry. Fixes bug #353625.
4050
4051 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4052
4053         * configure.ac:
4054         * properties/ev-properties-view.c: (ev_get_default_user_units),
4055         (ev_regular_paper_size):
4056         
4057         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4058         to Damien Carbery <damien.carbery@sun.com> and
4059         Yevgen Muntyan <muntyan@tamu.edu>.
4060
4061 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4062
4063         * shell/ev-window.c: (setup_document_from_metadata):
4064
4065         Make sure Evince doesn't restore the view on the last
4066         page when a document is reopened. Fixes bug #383381.
4067
4068 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4069
4070         * shell/ev-view.c: (draw_loading_text):
4071
4072         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4073
4074 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4075
4076         * configure.ac:
4077         * NEWS:
4078
4079         Release 0.7.0
4080
4081 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4082
4083         * configure.ac:
4084         * pdf/ev-poppler.cc: (pdf_print_context_free),
4085         (pdf_document_file_exporter_begin),
4086         (pdf_document_file_exporter_do_page):
4087
4088         Make cairo-pdf depedency optional. 
4089
4090 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4091
4092         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4093
4094         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4095
4096 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4097
4098         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4099         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4100         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4101         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4102         * shell/ev-view.c: (draw_loading_text):
4103         * shell/ev-window.c: (ev_window_cmd_file_properties):
4104
4105         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4106         related to using FontConfig from different threads.
4107         
4108 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * shell/ev-view.c: (draw_loading_text):
4111
4112         Acquire lock document when drawing "Loading..." text so that only one
4113         thread will use FontConfig at the same time. Fixes bug #374750.
4114
4115 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4116
4117         * shell/ev-page-action.[ch]: (activate_cb):
4118         * shell/ev-window.c: (activate_label_cb):
4119
4120         Check if text inserted in page entry is a valid page number when it
4121         doesn't match to any document page label. Fixes bug #383165.
4122
4123 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4124         * shell/ev-window.c:
4125
4126         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4127         available with GTK < 2.10. Added an ifdef to avoid compilation
4128         error.
4129
4130 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4131
4132         * configure.ac:
4133         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4134
4135         Fix ps backend in multihead systems.
4136
4137 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4138
4139         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4140         * shell/ev-window.c: (ev_window_get_screen_dpi),
4141         (ev_window_update_actions), (setup_view_from_metadata),
4142         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4143
4144         Take screen DPI into account when zooming. Fixes bug #318285.
4145
4146 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4147
4148         * data/Makefile.am:
4149
4150         Cleaned up/slightly refactored Makefile.am. Added GConf
4151         schemas uninstallation as well.
4152
4153 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4154
4155         * Makefile.am:
4156         * test/Makefile.am:
4157
4158         Fight with autotools to fix make check. Make distcheck
4159         works fine as well now!
4160
4161 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4162
4163         * shell/ev-view.c: (draw_end_presentation_page):
4164
4165         Corrected "end of presentation" string.
4166
4167 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4168
4169         * shell/ev-view.c: (ev_view_key_press_event):
4170
4171         Correctly propagate key press event so that up/down keys
4172         work as expected (correct behaviour was broken by
4173         black/white screen key bindings for presentations).
4174
4175 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4176
4177         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4178         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4179         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4180         (pdf_selection_get_selection_region),
4181         (pdf_selection_get_selection_map):
4182
4183         Add "static" to some private functions. 
4184
4185 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4186
4187         * lib/ev-tooltip.h:
4188         * properties/ev-properties-view.h:
4189         * shell/ev-jobs.h:
4190         * shell/ev-properties-dialog.h:
4191         * shell/ev-properties-fonts.h:
4192         * shell/ev-sidebar-links.h:
4193         * shell/ev-sidebar-thumbnails.h:
4194         * shell/ev-sidebar.h:
4195         * shell/ev-window.h:
4196         
4197         Fixes CHACK type in class casts. See bug #385343
4198         for details.
4199
4200 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * shell/ev-view-private.h:
4203         * shell/ev-view.c: (draw_end_presentation_page),
4204         (ev_view_expose_event), (ev_view_key_press_event),
4205         (ev_view_class_init), (ev_view_init):
4206
4207         Blank screen in presentation mode when pressing 'b' (filling with
4208         black) or 'w' (filling with white) keys. Fixes bug #358132.
4209
4210 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4211
4212         * data/evince-toolbar.xml:
4213         * shell/ev-window.c:
4214         
4215         Use stock icon for Select All action. Fixes
4216         bug #382652.
4217
4218 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4219
4220         * shell/ev-view.c: (get_doc_point_from_offset),
4221         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4222
4223         Add links support in rotated documents. Fixes bug #343733.
4224
4225 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4226
4227         * shell/ev-view-private.h:
4228         * shell/ev-view.c: (draw_end_presentation_page),
4229         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4230
4231         Show a blank page after the last page in presentation mode with a
4232         message indicating that presentation has finished and how to exit. 
4233
4234 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * shell/ev-window.c: (fullscreen_timeout_cb):
4237
4238         Hide cursor after a while in presentation mode. 
4239
4240 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4241
4242         * backend/ev-document-info.h:
4243         * data/evince-properties.glade:
4244         * pdf/ev-poppler.cc:
4245         * properties/ev-properties-view.c: (ev_regular_paper_size),
4246         (ev_properties_view_set_info):
4247         * ps/ps-document.c: (ps_document_get_info):
4248
4249         Adds a paper size field to the properties dialog. Fixes
4250         bug #307315. Patch by Kasper Svendsen (with some i18n
4251         changes done by me).
4252
4253 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4254
4255         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4256         (screensaver_init_dbus), (totem_scrsaver_new),
4257         (totem_scrsaver_init):
4258         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4259         * shell/ev-application.c: (ev_application_register_service),
4260         (ev_application_screensaver_enable),
4261         (ev_application_screensaver_disable):
4262         * shell/ev-application.h:
4263         * shell/ev-window.c: (ev_window_run_presentation),
4264         (ev_window_stop_presentation), (build_comments_string),
4265         (ev_window_init):
4266         
4267         Move screensaver handling to application. No more
4268         message on startup.
4269
4270 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * configure.ac:
4273         * backend/Makefile.am:
4274         * backend/ev-file-exporter.[ch]:
4275         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4276         * ps/ps-document.c: (ps_document_file_exporter_*):
4277         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4278         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4279         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4280         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4281
4282         Allow printing to PDF when suppoted by the backend.
4283         
4284 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4285
4286         * shell/ev-window.c: (build_comments_string):
4287
4288         Use always "Document Viewer" in about dialog. 
4289
4290 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4291
4292         * djvu/djvu-document.c: (djvu_document_get_page_size):
4293
4294         Display a warning message when get_pageinfo fails. 
4295
4296 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4297
4298         * Makefile.am:
4299         * backend/Makefile.am:
4300         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4301         * configure.ac:
4302         * shell/ev-window.c: (build_comments_string):
4303         
4304         Make pdf compilation optional. See bug #38007.
4305
4306 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4307
4308         * ps/ps.c: (get_next_text):
4309
4310         Fix CVE-2006-5864.
4311
4312 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4313
4314         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4315         * shell/ev-navigation-action.c: (connect_proxy),
4316         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4317         
4318         Do not call g_type_class_peek_parent twice.
4319
4320 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4321
4322         * configure.ac:
4323         * data/icons/24x24/.cvsignore:
4324         * data/icons/24x24/Makefile.am:
4325         * data/icons/24x24/evince.png:
4326         * data/icons/Makefile.am:
4327         
4328         Add 24x24 icon. Thanks to 
4329         Michael Monreal <infernux@web.de>.
4330
4331 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4332
4333         * configure.ac: Fix typo in configure.ac. Thanks
4334         to dmacks@netspace.org for notification.
4335
4336 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4337
4338         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4339         
4340         Drop dbus include, fixes compilation with older dbus.
4341
4342 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4343
4344         * configure.ac:
4345         * cut-n-paste/Makefile.am:
4346         * cut-n-paste/totem-screensaver/.cvsignore
4347         * cut-n-paste/totem-screensaver/Makefile.am:
4348         * cut-n-paste/totem-screensaver/README:
4349         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4350         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4351         * shell/Makefile.am:
4352         * shell/ev-window.c: (ev_window_run_presentation),
4353         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4354         (ev_window_init):
4355
4356         Implemented screensaver enabling/disabling for
4357         presentation mode (not fullscreen mode). Code stolen
4358         from Totem (with some minor tweaks). Fixes bug #338889.
4359
4360 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4361
4362         * configure.ac:
4363
4364         Bump gnome-icon-theme requirements. We use the rotation
4365         icons that appeared recently.
4366
4367 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4368
4369         * shell/ev-history.c: (ev_history_add_page):
4370         * shell/ev-history.h:
4371         * shell/ev-window.c: (page_changed_cb):
4372         
4373         Use page labels instead of numbers.
4374
4375 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4376
4377         * data/evince-toolbar.xml:
4378         * po/POTFILES.in:
4379         * shell/Makefile.am:
4380         * shell/ev-navigation-action-widget.c:
4381         (ev_navigation_action_widget_init),
4382         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4383         (menu_detacher), (ev_navigation_action_widget_set_menu),
4384         (menu_position_func), (popup_menu_under_arrow),
4385         (ev_navigation_action_widget_toggled),
4386         (ev_navigation_action_widget_button_press_event):
4387         * shell/ev-navigation-action-widget.h:
4388         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4389         (ev_navigation_action_set_window), (activate_menu_item_cb),
4390         (new_history_menu_item), (new_empty_history_menu_item),
4391         (build_menu), (menu_activated_cb), (connect_proxy),
4392         (create_tool_item), (ev_navigation_action_init),
4393         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4394         * shell/ev-navigation-action.h:
4395         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4396         (ev_page_action_widget_set_page_cache),
4397         (ev_page_action_widget_finalize),
4398         (ev_page_action_widget_class_init), (match_selected_cb),
4399         (display_completion_text), (match_completion), (build_new_tree_cb),
4400         (get_filter_model_from_model),
4401         (ev_page_action_widget_update_model):
4402         * shell/ev-page-action-widget.h:
4403         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4404         (connect_proxy):
4405         * shell/ev-page-action.h:
4406         * shell/ev-stock-icons.c:
4407         * shell/ev-stock-icons.h:
4408         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4409         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4410         (register_custom_actions):
4411         * shell/main.c:
4412         
4413         Preliminary history implementation
4414
4415 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4418         (dvi_document_class_init), (dvi_document_init_params):
4419         * dvi/mdvi-lib/font.c: (font_reference):
4420         
4421         Add reference to subfont. Fixes bug #374277.
4422
4423 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4424
4425         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4426         (ev_window_cmd_file_open_copy_at_dest):
4427
4428         Fix a race condition when creating symlink. Increase the counter
4429         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4430         Mathias Hasselmann).
4431
4432 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4433
4434         * backend/Makefile.am:
4435         * backend/ev-attachment.c: (ev_attachment_open):
4436         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4437         (ev_tmp_dir), (ev_tmp_filename):
4438         * shell/ev-sidebar-attachments.c:
4439         (ev_sidebar_attachments_drag_data_get):
4440         * shell/ev-window.c: (ev_window_clear_temp_file):
4441
4442         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4443         in ensure_dir_exists. Abort without crashing when we can't create
4444         user's directory.
4445
4446 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4447
4448         * data/evince-ui.xml:
4449         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4450         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4451         (ev_window_cmd_file_open_copy_at_dest),
4452         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4453         (ev_view_popup_cmd_open_link_new_window):
4454
4455         Allow opening a copy of the current document in a new window. Fixes bug
4456         #357472
4457
4458 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * data/evince-toolbar.xml:
4461         
4462         Add rotate right and rotate left to available items for toolbar.
4463         
4464         * data/evince-ui.xml:
4465         * shell/ev-window.c: (ev_window_init):
4466         
4467         Customize toolbar with right click. Fixes bug #372451.
4468
4469 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4470
4471         * shell/ev-window.c: 
4472         
4473         Use "object-rotate-{left,right}" stock icons. Fixes 
4474         bug #373863.
4475
4476 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4477
4478         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4479         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4480         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4481         (ev_window_open_uri):
4482         * shell/main.c: (arguments_parse):
4483
4484         Remove temp file created when evince is used by GTK+ in
4485         preview mode. Fixes bug #365282. 
4486
4487 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4488
4489         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4490         
4491         Fixes bug #372474 - Side pane disabled when entering 
4492         and leaving fullscreen mode.
4493
4494 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4495
4496         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4497         * data/Makefile.am:
4498         * data/evince-preview-toolbar.xml:
4499         * data/evince-toolbar.xml:
4500         * shell/ev-application.c: (ev_application_shutdown),
4501         (ev_application_init), (ev_application_get_toolbars_model):
4502         * shell/ev-application.h:
4503         * shell/ev-window.c: (update_chrome_visibility),
4504         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4505         (ev_window_cmd_edit_toolbar), (ev_window_init):
4506         
4507         Fixes bug #364364 - toolbar editor shows zoom actions again.
4508
4509 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4510
4511         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4512
4513         Do not take margins into consideration for paper size when printing.
4514         Really fixes bug #350491.
4515
4516 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4517
4518         * data/evince-ui.xml:
4519         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4520         (ev_window_cmd_file_print_setup),
4521         (ev_window_print_dialog_response_cb),
4522         (ev_window_setup_action_sensitivity):
4523
4524         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4525
4526 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4527
4528         * shell/ev-window.c: (ev_window_print_range):
4529
4530         Revert my previuos commit, since printing to PDF is not supported by
4531         evince yet. 
4532
4533 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4534
4535         * shell/ev-window.c: (ev_window_print_range):
4536
4537         Enable print to a PDF. Fixes bug #332121.
4538
4539 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4540
4541         * shell/ev-application-service.xml:
4542         * shell/ev-application.[ch]: (ev_application_open_window),
4543         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4544         (ev_application_open_uri), (ev_application_open_uri_list):
4545         * shell/ev-window.c: (file_open_dialog_response_cb),
4546         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4547         (drag_data_received_cb), (open_remote_link):
4548         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4549
4550         Add support for multiscreen systems. Fixes bug #316206.
4551
4552 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4553
4554         * shell/ev-jobs.[ch]: (ev_job_print_new),
4555         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4556         (ev_job_print_do_page):
4557         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4558
4559         Allow printing only odd/even pages. Fixes bug #367289.
4560
4561 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4562
4563         * test/test1.py:
4564         * test/test2.py:
4565
4566         Re-add locale settings to test files.
4567
4568 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * data/evince-ui.xml:
4571         * shell/ev-window.c: (set_action_properties):
4572         
4573         Removed garbage from code and ui.
4574
4575 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4576
4577         * shell/ev-window.c: (ev_window_cmd_help_about):
4578
4579         Shamelessly add my name to the list of contributors.
4580
4581 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4582
4583         * test/test1.py:
4584         * test/test2.py:
4585
4586         Cleaned up the dogtail scripts.
4587
4588 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4589
4590         * shell/ev-view.c: (draw_loading_text): Don't render
4591         "loading..." text in presentation mode. Temporary
4592         workaround for bug #320352.
4593
4594 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4595
4596         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4597         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4598
4599         Use print settings scale, copies, collate and reverse which were
4600         ignored. Fixes bug #359032.
4601
4602 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4603
4604         * configure.ac:
4605         * data/evince-password.glade:
4606         * test/Makefile.am:
4607         * test/test-encrypt.pdf:
4608         * test/test-links.pdf:
4609         * test/test1.py:
4610         * test/test2.py:
4611
4612         Add automated UI tests for evince with dogtail. See
4613         bug #300948.    
4614
4615 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4616
4617         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4618
4619         Hide fullscreen toolbar when switching to another desktop workspace.
4620         Fixes bug #338871
4621
4622 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4623
4624         * shell/ev-window-title.c: 
4625         
4626         Test for .dvi in title of pdf documents.
4627
4628 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4629
4630         * shell/ev-view.c: (ev_view_scroll):
4631
4632         Page Up/Down should do page jumps in "Best fit" mode.
4633         If a user has explicitly chosen to view exactly one page
4634         at a time, scrolling just a part of the page when
4635         pressing Page Up/Down is not right. Fixes bug #323107.
4636
4637 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4638
4639         * NEWS:
4640         * configure.ac:
4641         
4642         Update for 0.6.1
4643
4644 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4645
4646         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4647         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4648         
4649         Correctly disconnect from job signals on destroy.
4650
4651 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4652
4653         * shell/ev-view-private.h:
4654         * shell/ev-view.c: (view_set_adjustment_values),
4655         (view_update_range_and_current_page),
4656         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4657         
4658         Fixes bug #343199, current page now follows find page.
4659
4660 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4661
4662         * backend/ev-document-factory.c:
4663         * configure.ac:
4664         Assigned OpenDocument presenation MIME type to the
4665         Impress backend. Added some missing (but harmless)
4666         #ifdefs in the document factory as well to make things
4667         consistent again. Fixes bug #360658.
4668
4669 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4670
4671         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4672         * backend/ev-document-find.c: (ev_document_find_get_type):
4673         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4674         * backend/ev-document-links.c: (ev_document_links_get_type):
4675         * backend/ev-document-security.c: (ev_document_security_get_type):
4676         * backend/ev-document-thumbnails.c:
4677         (ev_document_thumbnails_get_type):
4678         * backend/ev-document.c: (ev_document_get_type):
4679         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4680         * backend/ev-selection.c: (ev_selection_get_type):
4681         * cut-n-paste/recent-files/egg-recent-model.c:
4682         (egg_recent_model_get_type):
4683         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4684         (egg_recent_view_uimanager_get_type):
4685         * cut-n-paste/recent-files/egg-recent-view.c:
4686         (egg_recent_view_get_type):
4687         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4688         (egg_editable_toolbar_get_type):
4689         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4690         (egg_toolbar_editor_get_type):
4691         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4692         (egg_toolbars_model_get_type):
4693         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4694         (egg_tree_multi_drag_source_get_type):
4695         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4696         (ephy_zoom_action_get_type):
4697         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4698         (ephy_zoom_control_get_type):
4699         * impress/r_back.c: (_imp_fill_back):
4700         * properties/ev-properties-main.c:
4701         (ev_properties_plugin_register_type):
4702         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4703         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4704         (ev_view_accessible_factory_get_type):
4705
4706         Reduce relocations. Bug #360616.
4707
4708 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * backend/ev-document-factory.c:
4711         (ev_document_factory_get_document):
4712         
4713         Load document even if extension is wrong.
4714
4715 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4716
4717         * shell/ev-metadata-manager.c: (save_values):
4718         * shell/ev-window.c: (setup_size_from_metadata),
4719         (setup_view_from_metadata), (ev_window_setup_document),
4720         (ev_window_xfer_job_cb), (window_configure_event_cb):
4721         
4722         Set size according to the document size/page size ratio.
4723         That should correct rather wierd behaviour of the previous
4724         commit.
4725
4726 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4727
4728         * shell/ev-window.c: (setup_view_from_metadata):
4729         
4730         Set size for new windows from previous window size.
4731         See bugs #354968 and #168450 for details. Thanks
4732         to Meik Hellmund.
4733
4734 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4735
4736         * djvu/djvu-links.c: (build_tree):
4737
4738         Fix memory leak.
4739
4740 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4741
4742         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4743         
4744         Don't make sidebar close button insensitive. Fixes
4745         bug #357871.
4746
4747 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4748
4749         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4750         (ev_window_set_view_accels_sensitivity):
4751         
4752         Don't enable Slash on documents which don't support
4753         find. Fixes bug #358648.
4754
4755 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4756
4757         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4758         open dialog fall back to the current document uri if the
4759         filechooser hasn't been used before. Fixes bug #356980.
4760
4761 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4762
4763         * shell/ev-window.c: (ev_window_setup_recent), 
4764         (ev_window_get_recent_file_label):
4765
4766         Escape underscores in filenames of recent file items.
4767
4768 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4769
4770         * configure.ac:
4771         
4772         Bumped poppler requirements, really 0.5.3 is very 
4773         buggy, now we require 0.5.4.
4774
4775 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4776
4777         * djvu/Makefile.am:
4778         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4779         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4780         (djvu_document_document_links_iface_init):
4781         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4782         (number_from_string_10), (get_djvu_link_dest),
4783         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4784         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4785         (djvu_links_get_links), (djvu_links_find_link_dest),
4786         (djvu_links_get_links_model):
4787         * djvu/djvu-links.h:
4788         
4789         Add support for links and bookmarks in djvu documents. Thanks
4790         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4791         patch.
4792
4793 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4794
4795         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4796         
4797         Reopen should reload document. Fixes 
4798         bug 327951.
4799
4800 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * configure.ac:
4803         * data/Makefile.am:
4804         * data/evince-16.png:
4805         * data/evince-22.png:
4806         * data/evince.png:
4807         * data/evince.svg:
4808         * data/icons/16x16/Makefile.am:
4809         * data/icons/16x16/evince.png:
4810         * data/icons/22x22/Makefile.am:
4811         * data/icons/22x22/evince.png:
4812         * data/icons/48x48/Makefile.am:
4813         * data/icons/48x48/evince.png:
4814         * data/icons/Makefile.am:
4815         * data/icons/scalable/Makefile.am:
4816         * data/icons/scalable/evince.svg:
4817         
4818         Install icons with correct names. Fixes
4819         bug #354429.
4820
4821 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4822
4823         * shell/ev-view.c: (ev_view_button_release_event):
4824
4825         Don't open links with middle mouse button. Fixes bug #353649
4826
4827 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4828
4829         * NEWS:
4830         * configure.ac:
4831         
4832         Update for release 0.6.0
4833
4834 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4837         Implement Close named action. Patch by Carlos Garcia Campos.
4838
4839 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4840
4841         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4842         
4843         Don't clear link mapping on copy_job_to_job_info. Fixes
4844         bug 346168.
4845
4846 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4847
4848         * shell/main.c: (main):
4849
4850         Revert my previous commit, gnome_program_init owns the option context.
4851         Fix another memory leak in main. Both caught by Christian Persch. 
4852
4853 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * shell/main.c: (main):
4856
4857         Fix memory leak.
4858
4859 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4860
4861         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4862
4863         Fix crash when opening a pdf with password protection. 
4864
4865 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4866
4867         * pdf/ev-poppler.cc: (pdf_document_search_free):
4868
4869         Fix memory leak. 
4870
4871 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4872
4873         * backend/ev-document-factory.c:
4874         (ev_document_factory_get_document):
4875         * tiff/tiff-document.c: (tiff_document_finalize):
4876         
4877         More correct handling of document loading. Fixes
4878         bug #349043.
4879
4880 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4881
4882         * backend/ev-attachment.c: (ev_attachment_save):
4883
4884         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4885         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4886
4887 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4888         
4889         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4890         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4891
4892 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4893
4894         * shell/ev-sidebar-thumbnails.c:
4895
4896         Do not render thumbnails unless thumbnails page is active in the
4897         sidebar.
4898
4899 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4900
4901         * shell/ev-properties-dialog.c:
4902
4903         Fix dialogue spacing. Bug #351370.
4904
4905 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4906
4907         * configure.ac:
4908
4909         Use lowercase gettext catalog file names (evince.mo
4910         instead of Evince.mo)
4911
4912 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4913
4914         * shell/ev-sidebar-attachments.c:
4915
4916         GtkIconTheme is now screen safe too. Fixes bug #350878
4917
4918 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4919
4920         * shell/ev-window.c:
4921
4922         GtkRecent manager is now screen safe. Fixes bug #350145
4923
4924 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4925
4926         * shell/ev-sidebar.c: (ev_sidebar_init):
4927         
4928         Make sidebar close icon smaller. Fix for bug 350177.
4929         See also bugs 350176 and 165770.
4930
4931 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4932
4933         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4934
4935         Ignore zoom for xyz destinations when it's <= 1, keeping user
4936         preferences instead. Set correct sizing-mode for fith and fitv
4937         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4938
4939 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4940
4941         * NEWS:
4942         * configure.ac:
4943         
4944         Update for release 0.5.5
4945
4946 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4947         
4948         * shell/ev-window.c: (ev_window_cmd_escape)
4949
4950         Escape unfocus page entry. Fixes bug #345809.
4951
4952 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4953
4954         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4955         (build_tree), (pdf_document_links_get_links),
4956         (pdf_document_links_find_link_dest):
4957         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4958         (goto_xyz_dest):
4959
4960         Convert from PDF style coordinates to X style coordinates in the
4961         backend rather than in the view. Fixes bug #338440
4962
4963 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4964
4965         * shell/ev-window.c:
4966         
4967         Remove Ctrl+Shift+T shortcut for toolbars. See
4968         the bug #350098.
4969
4970 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4971
4972         * configure.ac:
4973
4974         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4975         of this. 
4976
4977 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4978
4979         * configure.ac:
4980         * cut-n-paste/Makefile.am:
4981         * data/evince-ui.xml:
4982         * shell/Makefile.am:
4983         * shell/ev-application.[ch]:
4984         * shell/ev-window.c:
4985
4986         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4987         #349273
4988
4989 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4990
4991         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4992         findbar code: s/help/search/
4993
4994 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4995
4996         * shell/ev-window.c: (setup_document_from_metadata),
4997         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4998         (setup_view_from_metadata):
4999         
5000         Fix memory leaks.
5001
5002 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5003
5004         * autogen.sh, configure.ac: 
5005         
5006         Update automake usage. See bug 349292.
5007
5008 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * shell/eggfindbar.c: (egg_find_bar_class_init),
5011         (entry_activate_callback), (egg_find_bar_init),
5012         (egg_find_bar_set_status_text):
5013         * shell/eggfindbar.h:
5014         
5015         Unify Evince findbar with Epiphany. Nice patch
5016         from Fabricio Silva <silva@crans.org> and
5017         Frederic Peters <fpeters@entrouvert.com>. See
5018         bug #339966 for details.
5019
5020 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5021
5022         * data/evince.desktop.in.in:
5023         
5024         Correct information for bugzilla. Thanks to
5025         Olaf Vitters, see bug #348855.
5026
5027 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * shell/ev-jobs.[ch]:
5030         * shell/ev-sidebar-links.c:
5031         * shell/ev-window.[ch]:
5032
5033         GtkPrintJob doesn't support print ranges or current page, so we export
5034         to a ps file now when printing ranges or current page.
5035
5036 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5037
5038         * pdf/ev-poppler.cc:
5039         * shell/ev-window.c: (do_action_named):
5040
5041         We should be more clear about bugzilla. See the
5042         poppler bug #7623.
5043
5044 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5045
5046         * configure.ac:
5047         * shell/Makefile.am:
5048         * shell/ev-job-queue.c:
5049         * shell/ev-jobs.[ch]:
5050         * shell/ev-sidebar-links.c:
5051         * shell/ev-window.[ch]:
5052         
5053         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5054         #348422
5055
5056 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5057
5058         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5059         * shell/ev-application-service.xml:
5060         * shell/ev-application.[ch]:
5061         * shell/ev-jobs.[ch]:
5062         * shell/ev-window.[ch]: (ev_window_run_preview):
5063         * shell/main.c: 
5064
5065         Add preview mode to use evince as a printing previewer. It also adds
5066         other command line options for fullscreen and presentation modes.
5067         Fixes bugs #347822, #317031
5068
5069 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5070
5071         * NEWS:
5072         * configure.ac:
5073         
5074         Update for release 0.5.4
5075
5076 2006-07-11  Bastien Nocera <hadess@hadess.net>
5077
5078         * Makefile.am:
5079         * backend/Makefile.am:
5080         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5081         * backend/ev-document-factory.h:
5082         * configure.ac:
5083         * impress/.cvsignore:
5084         * impress/Makefile.am:
5085         * impress/common.h:
5086         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5087         (imp_get_page), (imp_next_page), (imp_prev_page),
5088         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5089         * impress/f_oasis.c: (render_object), (render_page),
5090         (get_geometry), (_imp_oasis_load):
5091         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5092         (_imp_oo13_load):
5093         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5094         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5095         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5096         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5097         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5098         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5099         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5100         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5101         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5102         (iks_new_within), (iks_insert), (iks_insert_cdata),
5103         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5104         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5105         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5106         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5107         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5108         (iks_cdata), (iks_cdata_size), (iks_has_children),
5109         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5110         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5111         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5112         (iks_tree), (iks_load), (iks_save):
5113         * impress/iksemel.h:
5114         * impress/imposter.h:
5115         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5116         (imp_render_draw_bezier_real), (imp_render_get_size),
5117         (imp_render_set_fg_color), (imp_render_draw_line),
5118         (imp_render_draw_rect), (imp_render_draw_polygon),
5119         (imp_render_draw_arc), (imp_render_draw_bezier),
5120         (imp_render_open_image), (imp_render_get_image_size),
5121         (imp_render_scale_image), (imp_render_draw_image),
5122         (imp_render_close_image), (imp_render_markup),
5123         (imp_render_get_text_size), (imp_render_draw_text),
5124         (impress_document_load), (impress_document_save),
5125         (impress_document_get_n_pages), (impress_document_get_page_size),
5126         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5127         (impress_document_finalize), (impress_document_class_init),
5128         (impress_document_can_get_text), (impress_document_get_info),
5129         (impress_document_document_iface_init),
5130         (impress_document_thumbnails_get_thumbnail),
5131         (impress_document_thumbnails_get_dimensions),
5132         (impress_document_document_thumbnails_iface_init),
5133         (impress_document_init):
5134         * impress/impress-document.h:
5135         * impress/internal.h:
5136         * impress/r_back.c: (_imp_fill_back):
5137         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5138         (_imp_draw_image), (_imp_tile_image):
5139         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5140         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5141         (r_polyline):
5142         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5143         (r_draw_gradient_complex), (r_draw_gradient):
5144         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5145         (r_get_bullet):
5146         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5147         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5148         (r_text):
5149         * impress/render.c: (imp_create_context), (imp_context_set_page),
5150         (imp_context_set_step), (imp_render), (imp_delete_context):
5151         * impress/render.h:
5152         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5153         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5154         (zip_load_xml), (zip_get_size), (zip_load):
5155         * impress/zip.h:
5156         * shell/ev-utils.c:
5157         
5158         New backend to support impress slides. Fixes bug #30867.
5159
5160 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5161
5162         * shell/ev-utils.c: (using_postscript_printer):
5163         
5164         Fixes crash when print using PAPI backend,
5165         bug #345012.
5166
5167 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5168
5169         * shell/ev-jobs.c: (ev_job_xfer_run):
5170         * shell/ev-window.c: (password_dialog_response),
5171         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5172         (ev_window_dispose):
5173         Fixes bug #344160: if the xfer job doesn't complete
5174         because a password is required, reload the existing
5175         instance instead of creating a new one.
5176
5177 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5178
5179         * shell/main.c: (main): Call gdk_threads_init. Thus
5180         we'll avoid errors in auth dialog. Fix for the bug
5181         #343347.
5182
5183 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5184
5185         * configure.ac: Advertise pixbuf support, fix
5186         for the bug 343317.
5187
5188 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5189
5190         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5191         (ev_sidebar_thumbnails_set_document):
5192         
5193         Update sidebar thumbnails after reloading.
5194
5195 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5196
5197         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5198         * shell/ev-jobs.h:
5199         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5200         (ev_window_cmd_view_reload), (ev_window_init):
5201         
5202         Don't crash on reload. Fix for the bug #343167.
5203
5204 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5205
5206         * shell/ev-jobs.c: (ev_job_render_run):
5207         
5208         Check for document links.
5209
5210 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5211
5212         * backend/ev-attachment.c: (ev_attachment_save),
5213         (ev_attachment_launch_app), (ev_attachment_open):
5214         * backend/ev-document-factory.c: (get_document_from_uri):
5215         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5216         (egg_recent_view_uimanager_set_list):
5217         * ps/ps-document.c: (check_filecompressed), (document_load),
5218         (ps_document_load):
5219         * shell/ev-metadata-manager.c: (load_values):
5220         * shell/ev-password.c: (ev_password_dialog_set_property):
5221         * shell/ev-view.c: (tip_from_link):
5222         * shell/ev-window.c: (file_save_dialog_response_cb),
5223         (ev_window_print_dialog_response_cb):
5224         
5225         Use consistent quoting style. Fix for the bug #320285.
5226
5227 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5228
5229         * shell/ev-jobs.c: (ev_job_xfer_run):
5230         * shell/main.c: (load_files):
5231                 
5232         Open links with anchors. Fix for the bug #339836.
5233
5234 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5235
5236         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5237         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5238         (ev_link_dest_set_property), (ev_link_dest_finalize),
5239         (ev_link_dest_class_init), (ev_link_dest_new_named),
5240         (ev_link_dest_new_page_label):
5241         * backend/ev-link-dest.h:
5242         * shell/ev-application.c: (ev_application_open_uri):
5243         * shell/ev-view.c: (goto_dest):
5244         * shell/ev-window.c:
5245         * shell/ev-window.h:
5246         
5247         Fix page-label command line option. Bug #342070.
5248
5249 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5250
5251         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5252         
5253         Don't show highlight rects if page can't be showed. Fix for 
5254         the bug #342076
5255
5256 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * shell/ev-window.c: (setup_sidebar_from_metadata),
5259         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5260         
5261         Setup sidebar from metadata even if there is no document
5262         loaded. Fix for the bug #342807.
5263
5264 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5265
5266         * cut-n-paste/toolbar-editor/Makefile.am:
5267         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5268         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5269         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5270         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5271         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5272         (popup_context_menu_cb), (button_press_event_cb),
5273         (configure_item_sensitivity), (configure_item_cursor),
5274         (configure_item_tooltip), (connect_widget_signals),
5275         (action_sensitive_cb), (create_item_from_action),
5276         (create_item_from_position), (toolbar_drag_data_received_cb),
5277         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5278         (toolbar_drag_leave_cb), (configure_drag_dest),
5279         (toggled_visibility_cb), (toolbar_visibility_refresh),
5280         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5281         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5282         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5283         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5284         (egg_editable_toolbar_dispose),
5285         (egg_editable_toolbar_set_ui_manager),
5286         (egg_editable_toolbar_get_selected),
5287         (egg_editable_toolbar_set_selected), (set_edit_mode),
5288         (egg_editable_toolbar_set_property),
5289         (egg_editable_toolbar_get_property),
5290         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5291         (egg_editable_toolbar_new_with_model),
5292         (egg_editable_toolbar_get_edit_mode),
5293         (egg_editable_toolbar_set_edit_mode),
5294         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5295         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5296         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5297         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5298         (item_added_or_removed_cb), (toolbar_removed_cb),
5299         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5300         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5301         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5302         (editor_create_item_from_name), (append_table),
5303         (update_editor_sheet), (egg_toolbar_editor_init):
5304         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5305         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5306         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5307         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5308         (toolbar_node_free), (egg_toolbars_model_get_flags),
5309         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5310         (egg_toolbars_model_get_name), (impl_add_item),
5311         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5312         (parse_data_list), (parse_item_list), (parse_toolbars),
5313         (egg_toolbars_model_load_toolbars), (parse_available_list),
5314         (parse_names), (egg_toolbars_model_load_names),
5315         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5316         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5317         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5318         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5319         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5320         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5321         (egg_toolbars_model_set_types), (fill_avail_array),
5322         (egg_toolbars_model_get_name_avail),
5323         (egg_toolbars_model_get_name_flags),
5324         (egg_toolbars_model_set_name_flags):
5325         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5326         * cut-n-paste/toolbar-editor/eggintl.h:
5327         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5328         (egg_tree_multi_drag_source_get_type),
5329         (egg_tree_multi_drag_source_row_draggable),
5330         (egg_tree_multi_drag_source_drag_data_delete),
5331         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5332         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5333         (path_list_free), (set_context_data), (get_context_data),
5334         (get_info), (egg_tree_multi_drag_drag_data_get),
5335         (egg_tree_multi_drag_motion_event),
5336         (egg_tree_multi_drag_button_press_event),
5337         (egg_tree_multi_drag_add_drag_support):
5338         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5339         * shell/ev-application.c: (ev_application_init),
5340         (ev_application_save_toolbars_model):
5341         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5342         (ev_window_cmd_edit_toolbar), (ev_window_init):
5343         
5344         Sync toolbareditor with epiphany and libegg
5345
5346 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5347
5348         * configure.ac: 
5349
5350         Depend on poppler 0.5.2
5351
5352 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5353
5354         * shell/ev-jobs.c: (ev_job_render_run):
5355         
5356         Check if document supports links iterface.
5357
5358 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * NEWS:
5361         * configure.ac:
5362         
5363         Update for release 0.5.3
5364
5365 2006-05-13  Michael Plump  <plumpy@skylab.org>
5366
5367         * configure.ac:
5368         * shell/Makefile.am:
5369         * shell/main.c: (main):
5370         
5371         Port to GOption command line parsing. Fix for the 
5372         bug #327518
5373
5374 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5375
5376         * shell/ev-window.c: (ev_window_cmd_help_about):
5377         
5378         Do not wrap license. Fix for the bug #309460.
5379
5380 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5381
5382         * configure.ac:
5383         * properties/ev-properties-main.c: (ev_properties_get_pages):
5384         * shell/ev-application.c: (ev_application_open_window),
5385         (ev_application_open_uri_at_dest):
5386         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5387         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5388         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5389         * shell/ev-utils.c: (save_print_config_to_file):
5390         * shell/ev-window.c: (ev_window_cmd_save_as),
5391         (ev_attachment_popup_cmd_save_attachment_as):
5392         * shell/main.c: (load_files_remote):
5393         
5394         Bump requirements to gtk 2.8 and drop all ifdefs used.
5395
5396 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5397
5398         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5399         * shell/ev-window.c: (ev_window_init):
5400         
5401         Show attachments page.
5402
5403 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5404
5405         * po/POTFILES.in:
5406         * shell/ev-attachment-bar.c:
5407         * shell/ev-attachment-bar.h:
5408         * shell/ev-sidebar-attachments.c:
5409         (ev_sidebar_attachments_icon_cache_add),
5410         (icon_theme_get_pixbuf_from_mime_type),
5411         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5412         (ev_sidebar_attachments_icon_cache_refresh),
5413         (ev_sidebar_attachments_get_attachment_at_pos),
5414         (ev_sidebar_attachments_popup_menu_show),
5415         (ev_sidebar_attachments_popup_menu),
5416         (ev_sidebar_attachments_button_press),
5417         (ev_sidebar_attachments_update_icons),
5418         (ev_sidebar_attachments_drag_data_get),
5419         (ev_sidebar_attachments_get_property),
5420         (ev_sidebar_attachments_destroy),
5421         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5422         (ev_sidebar_attachments_new),
5423         (ev_sidebar_attachments_set_document),
5424         (ev_sidebar_attachments_support_document),
5425         (ev_sidebar_attachments_get_label),
5426         (ev_sidebar_attachments_page_iface_init):
5427         * shell/ev-sidebar-attachments.h:
5428         * shell/ev-window.c: (update_chrome_visibility),
5429         (setup_sidebar_from_metadata), (ev_window_setup_document),
5430         (ev_window_sidebar_current_page_changed_cb),
5431         (attachment_bar_menu_popup_cb), (ev_window_init):
5432         
5433         Move attachments bar to sidebar.
5434
5435 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5436
5437         * pdf/ev-poppler.cc:
5438         * shell/ev-application.[ch]:
5439         * shell/main.c:
5440
5441         Fix some memory leaks.
5442
5443 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5444
5445         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5446
5447         Change the properties dialog response to
5448         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5449         will make the dialog go away when the user presses
5450         enter. With gtk+ >= 2.9 this will happen anyway, but for
5451         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5452         escape by default. Fixes bug #340539. See also bug
5453         #101293 for the gtk+ part.
5454
5455 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5456
5457         * shell/ev-view.c (tip_from_action_named): Replace some strings
5458         that were wrong. Closes #340970.
5459
5460 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5461
5462         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5463
5464         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5465         #341049
5466
5467 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5468
5469         * djvu/Makefile.am:
5470         * dvi/Makefile.am:
5471         * dvi/mdvi-lib/Makefile.am:
5472         * properties/Makefile.am:
5473         * ps/Makefile.am:
5474         * shell/Makefile.am:
5475         * thumbnailer/Makefile.am:
5476         
5477         Due to broken libtool that is unable to track dependencies
5478         of noinst libraries we are forced to explicitely point
5479         libraries for binary. Fix for the bug #333334.
5480
5481 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5482
5483         * data/evince.desktop.in.in:
5484         * shell/ev-view.c: (view_update_range_and_current_page),
5485         (ev_view_next_page), (ev_view_previous_page):
5486         * shell/ev-window.c: (update_chrome_visibility),
5487         (setup_sidebar_from_metadata), (ev_window_setup_document),
5488         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5489         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5490         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5491         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5492         (ev_window_stop_presentation), (ev_window_focus_in_event),
5493         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5494         (ev_window_init):
5495         * thumbnailer/Makefile.am:
5496         
5497         Update fullscreen and presentation timeout handling. Hide
5498         cursor in presentation after timeout. Fix for the bugs
5499         #136359 and #336981.
5500
5501 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5502
5503         * backend/ev-link-action.[ch]:
5504         * pdf/ev-poppler.cc: (ev_link_from_action):
5505         * shell/ev-view-private.h:
5506         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5507         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5508
5509         Add support for Named Action links
5510
5511 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5512
5513         * backend/Makefile.am:
5514         * backend/ev-document-links.[ch]:
5515         * backend/ev-document.[ch]:
5516         * backend/ev-link-action.[ch]:
5517         * backend/ev-link-dest.[ch]:
5518         * backend/ev-link.[ch]:
5519         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5520         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5521         * shell/ev-page-action.c: (build_new_tree_cb):
5522         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5523         (links_page_num_func), (update_page_callback):
5524         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5525         (tip_from_link):
5526         * shell/ev-jobs.c:
5527         * shell/ev-window.[ch]: (ev_window_open_uri),
5528         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5529         * shell/ev-application.[ch]: (ev_application_open_window),
5530         (ev_application_open_uri):
5531
5532         Rework links system, it adds support for remote links now and it makes
5533         easier to add new kinds of actions and destinations. Fixes bug #317292
5534
5535 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * data/Makefile.am:
5538         * data/evince.png:
5539         * data/evince-16.png:
5540         * data/evince-22.png:
5541         * data/evince.svg:
5542         * shell/main.c: (main):
5543         
5544         Evince use it's own icon. Fix for the bug #313392.
5545
5546         * shell/ev-window.c: (fullscreen_timeout_cb),
5547         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5548         (ev_window_cmd_help_about), (ev_window_dispose):
5549         
5550         Simplify fullscreen timeout code.
5551
5552 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5553
5554         * backend/ev-attachment.c: 
5555         * shell/ev-attachment-bar.c:
5556         * shell/ev-window.c:
5557
5558         Allow multiple selection of attachments
5559
5560 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5561
5562         * shell/ev-view.c: (view_update_range_and_current_page),
5563         (ev_view_scroll):
5564         
5565         Fix for the bug #312573 – Optimal selection of current 
5566         page among visible pages.
5567
5568 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5569
5570         * configure.ac:
5571         * djvu/Makefile.am:
5572         * djvu/djvu-text.h:
5573         
5574         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5575         for the bug 339868.
5576
5577 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5578
5579         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5580
5581 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5582
5583         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5584         dictated by the GNOME HIG. Fixes bug #339235.
5585
5586 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5587
5588         * data/evince-ui.xml:
5589         * shell/ev-view.c: (ev_view_can_find_previous):
5590         * shell/ev-view.h:
5591         * shell/ev-window.c: (ev_window_update_actions),
5592         (ev_window_cmd_edit_find_previous):
5593
5594         Add support for "Find Previous" as dictated by the GNOME HIG. A
5595         menu item is added and some glue code to make it all work is added
5596         to various files.
5597
5598 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5599
5600         * configure.ac: Award myself the "useless use of cat" award.
5601
5602 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5603
5604         * po/LINGUAS: New file listing all supported languages.
5605
5606         * configure.in: Use po/LINGUAS instead of including all languages
5607         directly in this file. See the wiki for more information:
5608         http://live.gnome.org/GnomeGoals/PoLinguas
5609
5610 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5611
5612         * backend/ev-document-factory.c:
5613
5614         Do not load the document twice when there isn't errors
5615
5616 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5617
5618         * backend/ev-attachment.c: 
5619
5620         Fix a crash when there isn't a default application to open an
5621         attachment
5622
5623 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5624
5625         * backend/ev-attachment.[ch]:
5626         * shell/ev-attachment-bar.[ch]:
5627
5628         Added missing files. 
5629
5630 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5631
5632         * backend/Makefile.am:
5633         * data/evince-ui.xml:
5634         * backend/ev-attachment.[ch]:
5635         * backend/ev-document.[ch]: (ev_document_has_attachments),
5636         (ev_document_get_attachments):
5637         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5638         (attachment_save_to_buffer), (pdf_document_get_attachments),
5639         (pdf_document_document_iface_init):
5640         * shell/Makefile.am:
5641         * shell/ev-attachment-bar.[ch]:
5642         * shell/ev-window.c:
5643
5644         Add support for PDF attachments. Fixes bug #325143
5645
5646 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * backend/ev-document-factory.c: (get_document_from_uri),
5649         (ev_document_factory_get_document):
5650         * backend/ev-document-factory.h:
5651         * properties/ev-properties-main.c: (ev_properties_get_pages):
5652         * shell/Makefile.am:
5653         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5654         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5655         (ev_job_queue_remove_job):
5656         * shell/ev-job-queue.h:
5657         * shell/ev-job-xfer.c:
5658         * shell/ev-job-xfer.h:
5659         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5660         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5661         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5662         (ev_job_xfer_run):
5663         * shell/ev-jobs.h:
5664         * shell/ev-window.c: (ev_window_is_empty),
5665         (password_dialog_response), (ev_window_clear_xfer_job),
5666         (ev_window_xfer_job_cb), (ev_window_open_uri),
5667         (ev_window_cmd_focus_page_selector),
5668         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5669         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5670         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5671         (ev_window_dispose):
5672         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5673         
5674         * Cleanup mime type detection on document load. Fix for the
5675         bug #336448.
5676
5677 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5680         
5681         Fix crash on exit, described in the bug #336825.
5682
5683 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * backend/ev-document-factory.c:
5686         (ev_document_factory_get_from_mime),
5687         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5688         (ev_document_factory_get_document),
5689         (file_filter_add_mime_list_and_free),
5690         (ev_document_factory_add_filters):
5691         * backend/ev-document-factory.h:
5692         * properties/ev-properties-main.c: (ev_properties_get_pages):
5693         * shell/Makefile.am:
5694         * shell/ev-application.c:
5695         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5696         * shell/ev-window.c: (ev_window_cmd_file_open),
5697         (ev_window_cmd_save_as):
5698         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5699         
5700         Rework factory functions so they are placed now in a single 
5701         file ev-document-factory.c
5702
5703 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5704
5705         * shell/ev-window.c: (update_chrome_visibility):
5706         
5707         Fix for the bug 166566 - don't show menubar in fullscreen
5708         mode.
5709
5710 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5711
5712         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5713
5714 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5715
5716         * shell/ev-view.c: (ev_view_expose_event):
5717         
5718         More correctly draw loading text when document
5719         is empty.
5720
5721 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5722
5723         * shell/ev-view.c: (ev_view_scroll):
5724         
5725         Fix for the bug #334854, page down and page up switch
5726         pages in presentation mode.
5727
5728 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5729
5730         * shell/ev-window.c: (ev_window_set_action_sensitive),
5731         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5732         (ev_window_set_view_accels_sensitivity),
5733         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5734         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5735         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5736         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5737         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5738         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5739         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5740         (view_actions_focus_in_cb), (ev_window_init):
5741         
5742         Fix for the bug #333902, now it's possible to search
5743         words with slash.
5744
5745 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5746
5747         * configure.ac: Added Breton translation.
5748         * po/br.po: Added Breton translation.
5749
5750 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5751
5752         * shell/ev-window-title (ev_window_title_update):
5753
5754         Fix memory leak in window title. Fixes bug #333944
5755
5756 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5757
5758         * shell/ev-metadata-manager.c (parseItem):
5759
5760         Fix memory leaks. Fixes bug #333945
5761
5762 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5763         
5764         * NEWS, configure.ac, TODO:
5765         
5766         Update for release 0.5.2.
5767
5768 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5769
5770         * shell/ev-view.c: (view_update_range_and_current_page),
5771         (page_changed_cb):
5772         
5773         Don't jump on scrolling, fix for the bug #333127.
5774
5775 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5778         
5779         Scroll by one page in presentation mode. Fix for the bug
5780         #332993.
5781
5782 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5783
5784         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5785
5786 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5787
5788         * configure.ac  Added lv in ALL_LINGUAS line.
5789
5790 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5791         
5792         * NEWS, configure.ac:
5793         
5794         Update for release 0.5.1
5795
5796 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5797
5798         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5799         * backend/ev-document-misc.h:
5800         * shell/ev-view.c: (draw_one_page):
5801         
5802          Clairfy what page the toolbar page number applies to. Fix
5803          for the bug #328102.
5804
5805 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5806
5807         * shell/ev-view-private.h:
5808         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5809         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5810         (ev_view_search_changed):
5811         * shell/ev-view.h:
5812         * shell/ev-window.c: (find_bar_search_changed_cb):
5813         
5814         Dont't jump to find result if window was scrolled during search.
5815         Fix for the bug #313266.
5816
5817 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5818
5819         * shell/eggfindbar.c: (egg_find_bar_class_init):
5820         * shell/eggfindbar.h:
5821         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5822         * shell/ev-view-private.h:
5823         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5824         (ev_view_class_init), (ev_sizing_mode_get_type),
5825         (ev_scroll_type_get_type):
5826         * shell/ev-view.h:
5827         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5828         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5829         (ev_window_init):
5830         
5831         Fix for the bug 319133 - Find entry should allow text scroll.
5832
5833 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5834
5835         * shell/ev-view-private.h:
5836         * shell/ev-view.c: (view_update_range_and_current_page),
5837         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5838         (ev_view_set_document), (update_find_status_message),
5839         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5840         (ev_view_find_previous):
5841         
5842         Fix for the bug #319137. Search now takes account for scrolling.
5843
5844 2006-02-19  Michael Hofmann <mh21@piware.de>
5845
5846         * configure.ac:
5847         * djvu/Makefile.am:
5848         * djvu/djvu-document-private.h:
5849         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5850         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5851         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5852         (djvu_document_can_get_text), (djvu_document_get_text),
5853         (djvu_document_document_iface_init),
5854         (djvu_document_thumbnails_get_thumbnail),
5855         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5856         (djvu_document_find_get_result),
5857         (djvu_document_find_page_has_results),
5858         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5859         (djvu_document_find_iface_init):
5860         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5861         (djvu_text_page_selection), (djvu_text_page_limits_process),
5862         (djvu_text_page_limits), (djvu_text_page_copy),
5863         (djvu_text_page_position), (djvu_text_page_union),
5864         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5865         (djvu_text_page_box), (djvu_text_page_append_text),
5866         (djvu_text_page_search), (djvu_text_page_prepare_search),
5867         (djvu_text_page_new), (djvu_text_page_free):
5868         * djvu/djvu-text-page.h:
5869         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5870         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5871         (djvu_text_n_results), (djvu_text_has_results),
5872         (djvu_text_get_result), (djvu_text_get_progress):
5873         * djvu/djvu-text.h:
5874         
5875         Text search in djvu. Fix for the bug #303415.
5876
5877 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5878
5879         * configure.ac:
5880         * shell/ev-window.c: (ev_window_cmd_save_as):
5881         
5882         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5883         Thanks to Gary Coady <gary@lyranthe.org>
5884
5885 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5886
5887         * shell/ev-print-job.c: (idle_print_handler):
5888         
5889         Inverse order printing, bug #320919.
5890
5891 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * data/evince-toolbar.xml:
5894         * shell/ev-window.c:
5895         
5896         Allow to add sidebar checkbutton on toolbar. Fix
5897         for the bug #144577.
5898
5899 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5900
5901         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5902         
5903         Add checks that have sense for empty ps document.
5904
5905 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5906
5907         * configure.ac: Include PS in mime types list. 
5908
5909 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5910
5911         * configure.ac:
5912         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5913         * ps/gsdefaults.h:
5914         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5915         
5916         Runtime check for gs interpreter. Fix for the bug #320868.
5917         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5918
5919 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5920
5921         * shell/ev-application.c: 
5922
5923         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5924         dbus>=0.60, so that the request is not queued. 
5925
5926 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * configure.ac:
5929         * shell/Makefile.am:
5930         * shell/ev-sidebar-links.c: (print_section_cb):
5931         * shell/ev-utils.c:
5932         * shell/ev-utils.h:
5933         * shell/ev-window.c: (update_action_sensitivity),
5934         (ev_window_close_dialogs), (ev_window_print):
5935         * shell/ev-window.h:
5936         
5937         Make printing support optional. Patch from Eduardo de Barros Lima
5938         <eduardo.lima@indt.org.br> for the bug #330546.
5939
5940 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5941
5942         * shell/ev-view-private.h:
5943         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5944         (ev_view_set_document):
5945         * shell/ev-view.h:
5946         * shell/ev-window.c: (ev_window_load_job_cb),
5947         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5948         (ev_window_init):
5949
5950         Draw Loading message during xfer job. Fix for the bug #329495.
5951
5952 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5953
5954         * comics/comics-document.c: (comics_regex_quote),
5955         (comics_document_load), (extract_argv):
5956         
5957         Correcly quote regexp before passing it to unzip.
5958
5959 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5960
5961         * shell/ev-page-cache.c: (build_height_to_page),
5962         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5963         (ev_page_cache_get_dual_even_left):
5964         * shell/ev-page-cache.h:
5965         * shell/ev-view.c: (view_update_range_and_current_page),
5966         (get_page_y_offset), (get_page_extents):
5967         
5968         Place even pages to the left if document has less then
5969         two pages. Fix for the bug #328856.
5970
5971 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5972
5973         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5974         
5975         Correct comics scheme. This make evince create thumbnails
5976         for comic books. Fix for the bug 329088.
5977
5978 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5979
5980         * data/evince-password.glade: Don't explicitly set
5981         invisible_char to the current default value in case
5982         the default changes; let GTK+ do its magic.
5983
5984 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5985
5986         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5987         real filename to tmp filename since often document
5988         type is determined by extension.
5989
5990 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5991
5992         * shell/ev-view.c: (add_scroll_binding_keypad),
5993         (ev_view_binding_activated), (ev_view_class_init):
5994         
5995         Add keybindings for percision-scrolling of display area. 
5996         Fix for the bug #314072.
5997
5998 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5999
6000         * data/evince.desktop.in.in:
6001         
6002         Add GTK to the list of categories. Fix for the bug #328034.
6003
6004 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6005
6006         * shell/ev-application.c: (ev_application_shutdown),
6007         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6008         * shell/ev-application.h:
6009         * shell/ev-window.c: (file_open_dialog_response_cb),
6010         (ev_window_cmd_file_open):
6011         
6012         Save last uri in file chooser dialog. Fix for the bug #327950.
6013
6014 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6015
6016         * NEWS:
6017         * README:
6018         
6019         Final update for release 0.5.0
6020         
6021         * shell/Makefile.am:
6022         
6023         Remove disable deprecated until we'll require libgnome-2.13.7
6024         and port to GOption argument parsing. See bug 327518.
6025
6026 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6027
6028         * comics/comics-document.c: (comics_document_save):
6029         * djvu/djvu-document.c: (djvu_document_save):
6030         * dvi/dvi-document.c: (dvi_document_save):
6031         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6032         * lib/ev-file-helpers.h:
6033         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6034         * tiff/tiff-document.c: (tiff_document_save):
6035         
6036         Use common save function for backends.
6037
6038 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6039
6040         * backend/ev-document-types.c:
6041         
6042         Fix crash on saving pixbuf.
6043
6044 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6045
6046         * cut-n-paste/recent-files/egg-recent-item.c:
6047         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6048         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6049         (parse_info_free), (valid_element), (start_element_handler),
6050         (end_element_handler), (text_handler), (egg_recent_model_filter),
6051         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6052         (egg_recent_model_monitor), (egg_recent_model_read),
6053         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6054         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6055         (egg_recent_model_set_property), (egg_recent_model_class_init),
6056         (egg_recent_model_init), (egg_recent_model_add_full),
6057         (egg_recent_model_delete), (egg_recent_model_get_list),
6058         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6059         (egg_recent_model_set_filter_mime_types),
6060         (egg_recent_model_clear_group_filter),
6061         (egg_recent_model_set_filter_groups),
6062         (egg_recent_model_clear_scheme_filter),
6063         (egg_recent_model_set_filter_uri_schemes),
6064         (egg_recent_model_remove_expired):
6065         * cut-n-paste/recent-files/egg-recent-util.c:
6066         (egg_recent_util_get_icon):
6067         * cut-n-paste/recent-files/egg-recent-util.h:
6068         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6069         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6070         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6071         (egg_recent_view_uimanager_set_property),
6072         (egg_recent_view_uimanager_get_property),
6073         (egg_recent_view_uimanager_class_init),
6074         (egg_recent_view_uimanager_init),
6075         (egg_recent_view_uimanager_set_label_width),
6076         (egg_recent_view_uimanager_get_label_width):
6077         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6078         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6079         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6080         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6081         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6082         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6083         
6084         Update from libegg.
6085
6086 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6087
6088         * shell/ev-page-cache.c: (build_height_to_page),
6089         (ev_page_cache_get_height_to_page):
6090         * shell/ev-page-cache.h:
6091         * shell/ev-view.c: (view_update_range_and_current_page),
6092         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6093         (ev_view_previous_page):
6094         
6095         Dual mode places even pages to the left. Fix for the bug #309393.
6096
6097         * shell/ev-view.h:
6098         * shell/ev-window.c: (update_action_sensitivity),
6099         (setup_view_from_metadata), (view_menu_popup_cb):
6100         
6101         Don't restore presentation in empty windows, more intelligent
6102         next page behaviour in dual mode.
6103
6104         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6105         (ev_pixbuf_cache_clear_job_sizes):
6106         
6107         Cleanup job callback on removal. Fix for the bug #325886.
6108
6109 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6110
6111         * ps/ps.c: (psscan):
6112         
6113         Commit workaround Mozilla problem. Fix for the bug #325919
6114         
6115         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6116         (save_item):
6117         
6118         Fix for year 2038 problem.
6119
6120 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6121
6122         * shell/ev-window.c: (setup_document_from_metadata),
6123         (ev_window_cmd_view_reload):
6124
6125         Clamp page recieved from metadata in valid values. Fix
6126         for the bug #325986.
6127
6128 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6129
6130         * MAINTAINERS: 
6131         Add MAINTAINERS as requested on desktop-devel-list.
6132
6133 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6134
6135         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6136         (mime_type_supported_by_gdk_pixbuf),
6137         (ev_document_factory_get_mime_types),
6138         (ev_document_factory_get_all_mime_types):
6139         
6140         Don't add pixbuf mime types if pixbuf backend is disabled.
6141         
6142         * shell/ev-application.c: (ev_application_get_uri_window):
6143         
6144         Fix for the bug 325815 - unhandled MIME type message doesn't 
6145         appear a second time. 
6146         
6147         * shell/ev-document-types.c: (ev_document_types_add_filters):
6148         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6149         (password_dialog_response), (ev_window_popup_password_dialog),
6150         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6151         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6152         (ev_window_run_presentation), (ev_window_stop_presentation),
6153         (save_sizing_mode), (ev_window_zoom_changed_cb),
6154         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6155         (ev_window_dual_mode_changed_cb),
6156         (ev_window_sidebar_current_page_changed_cb),
6157         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6158         (window_state_event_cb), (window_configure_event_cb):
6159         
6160         Cleanup additional uris holded by EvWindow.
6161
6162 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6163
6164         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6165         (ev_view_can_previous_page), (ev_view_can_next_page):
6166         * shell/ev-view.h:
6167         * shell/ev-window.c: (update_action_sensitivity):
6168         
6169         Two page scrolling with Space and PageUp in dual mode. Second fix 
6170         for the bug #316608.
6171
6172 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6173
6174         * shell/ev-view.c: (scroll_to_current_page):
6175         
6176         Correctly clamp adjustment value. Fix for the bug
6177         #325808.
6178
6179 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6180
6181         * shell/ev-sidebar-links.c: (print_section_cb):
6182         * shell/ev-window.c: (ev_window_get_uri),
6183         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6184         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6185         (ev_window_dispose):
6186         
6187         Make print dialog non-modal. Fix for the bug #325622.
6188
6189 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6190
6191         * shell/ev-metadata-manager.c:
6192         * shell/ev-utils.c: (using_pdf_printer),
6193         (using_postscript_printer), (load_print_config_from_file),
6194         (save_print_config_to_file):
6195         * shell/ev-utils.h:
6196         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6197         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6198         (setup_view_from_metadata), (ev_window_setup_document),
6199         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6200         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6201         (ev_window_run_presentation), (ev_window_stop_presentation),
6202         (save_sizing_mode), (ev_window_zoom_changed_cb),
6203         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6204         (ev_window_dual_mode_changed_cb),
6205         (ev_window_sidebar_current_page_changed_cb),
6206         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6207         (window_state_event_cb), (window_configure_event_cb),
6208         (ev_window_init):
6209         
6210         Setting saving behaviour fixes.
6211
6212 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6213
6214         * configure.ac:
6215         
6216         Make antialiasing gs options better and allow
6217         to change them during configure. Fix for the 
6218         bug #319049.
6219
6220 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * shell/ev-window.c: (setup_view_from_metadata):
6223         
6224         Remember if last window was maximized. Fix for the
6225         bug #323797.
6226
6227 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6228
6229         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6230
6231 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6232
6233         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6234         * shell/ev-page-action.c: (build_new_tree_cb):
6235         * shell/ev-sidebar-links.c: (links_page_num_func),
6236         (update_page_callback_foreach), (update_page_callback):
6237         * shell/ev-view.c: (scroll_to_current_page):
6238         
6239         Fix for the bug #325067 with more intelligent selection
6240         of current link in sidebar. Make sidebar handle links
6241         of FITR-like type more correctly.
6242
6243         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6244         (dvi_pixbuf_put_pixel):
6245         
6246         Fix memory consumtion with disabled alpha channel.
6247
6248 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6249
6250         * data/evince-ui.xml:
6251         * shell/ev-window.c: (view_menu_popup_cb),
6252         (ev_popup_cmd_open_link), (ev_window_init):
6253         
6254         Update context menu for internal links. Fix for the bug
6255         #325066.
6256
6257 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6258
6259         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6260         
6261         Bind context menu to keyboard also. Fix for the bug
6262         #325065.
6263
6264 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * shell/ev-view.c: (selection_scroll_timeout_cb):
6267         
6268         Horizontal scroll on selection also.
6269
6270 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * shell/ev-metadata-manager.c: (parse_value):
6273         * shell/ev-view.c: (goto_xyz_link):
6274         
6275         Correct zoom setup and metadata save broken in 
6276         some locales.
6277
6278 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * shell/ev-view-private.h:
6281         * shell/ev-view.c: (scroll_to_current_page),
6282         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6283         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6284         (page_changed_cb), (ev_view_set_continuous),
6285         (ev_view_set_dual_page), (ev_view_set_presentation):
6286         
6287         Delay scroll until allocation to correctly position page. Fix
6288         for the bug #317334.
6289
6290 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6291
6292         * NEWS:
6293         * configure.ac:
6294         
6295         Update NEWS and require poppler 0.5.0.
6296
6297 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6298         
6299         * data/evince-ui.xml:
6300         * shell/ev-view-private.h:
6301         * shell/ev-view.c: (ev_view_get_link_at_location),
6302         (handle_link_over_xy), (ev_view_button_press_event),
6303         (ev_view_button_release_event), (ev_view_class_init):
6304         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6305         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6306         (ev_window_init):
6307         
6308         Implement right-click context menu.
6309
6310 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6311
6312         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6313         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6314         (mdvi_pixbuf_device_render):
6315         * pdf/ev-poppler.cc:
6316
6317         Don't generate thumbnails with alpha. See bug #324077.
6318         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6319
6320 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6321
6322         * shell/ev-window.c: (setup_chrome_from_metadata):
6323         
6324         Fix typo that was hiding toolbar.
6325
6326 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6327
6328         * shell/ev-view-private.h:
6329         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6330         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6331         (ev_view_button_release_event), (ev_view_destroy):
6332         
6333         Small cleanup and autoscrolling during selection. Thanks to 
6334         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6335
6336 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6337
6338         * configure.ac:
6339         
6340         Correctly check for comics option.
6341
6342 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6343         * Makefile.am:
6344         * configure.ac:
6345         * backend/Makefile.am:
6346         * backend/ev-document-factory.c:
6347         * shell/ev-document-types.c:
6348
6349         Included option in configure to make ps backend 
6350         compilation optional with --disable-ps.
6351
6352 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6353
6354         * backend/ev-document-factory.c:
6355         * comics/Makefile.am:
6356         * comics/comics-document.c: (comics_document_load):
6357         * comics/ev-cbr-mime.xml:
6358         * configure.ac:
6359         
6360         Comics mime types are added to shared-mime-info CVS. Now
6361         we don't need to install our own mime types.
6362
6363 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6364
6365         * shell/ev-window.c:
6366         
6367         Add shortcut for "save a copy" menu entry. Fix for
6368         the bug #324582.
6369
6370 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6371
6372         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6373         (job_finished_cb), (new_selection_pixbuf_needed),
6374         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6375         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6376         
6377         Rework selection job info logic and fix critical warning.
6378
6379 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6380
6381         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6382
6383 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6384
6385         * data/evince-ui.xml:
6386         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6387         
6388         Enter as shortcut key for next page. Fix for the bug
6389         #321394.
6390
6391 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6392
6393         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6394
6395 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6396
6397         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6398         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6399         (new_selection_pixbuf_needed),
6400         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6401         (clear_job_selection):
6402         
6403         Too early for 0.5. Pixbuf cache code cleaned a bit.
6404
6405 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6406
6407         * NEWS:
6408         * configure.ac:
6409         
6410         Release 0.5.0 preparation
6411
6412 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * comics/Makefile.am:
6415         * configure.ac:
6416         * shell/ev-document-types.c: (ev_document_types_add_filters):
6417         
6418         More advanced handling of custom mime type installation.
6419
6420 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6421
6422         * data/evince.schemas.in:
6423         * shell/ev-metadata-manager.c: (value_free),
6424         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6425         (ev_metadata_manager_get), (ev_metadata_manager_set):
6426         * shell/ev-metadata-manager.h:
6427         * shell/ev-window.c: (update_chrome_flag),
6428         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6429         (setup_document_from_metadata), (setup_chrome_from_metadata),
6430         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6431         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6432         (ev_window_view_toolbar_cb),
6433         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6434         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6435         
6436         Save last document settings and reuse them for new documents.
6437
6438 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6439
6440         * Makefile.am:
6441         * backend/Makefile.am:
6442         * backend/ev-document-factory.c:
6443         * backend/ev-document-factory.h:
6444         * comics/Makefile.am:
6445         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6446         (comics_document_load), (comics_document_save),
6447         (comics_document_get_n_pages), (comics_document_get_page_size),
6448         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6449         (comics_document_class_init), (comics_document_can_get_text),
6450         (comics_document_get_info), (comics_document_document_iface_init),
6451         (comics_document_init), (get_supported_image_extensions),
6452         (comics_document_thumbnails_get_geometry),
6453         (comics_document_thumbnails_get_thumbnail),
6454         (comics_document_thumbnails_get_dimensions),
6455         (comics_document_document_thumbnails_iface_init), (extract_argv):
6456         * comics/comics-document.h:
6457         * comics/ev-cbr-mime.xml:
6458         * configure.ac:
6459         * po/POTFILES.in:
6460         * shell/ev-application.c: (ev_application_register_service):
6461         * shell/ev-document-types.c: (ev_document_types_add_filters):
6462         * thumbnailer/Makefile.am:
6463         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6464         
6465         New CBR/CBZ backend for comic books.
6466
6467 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6468
6469         * shell/main.c: (load_files_remote):
6470
6471         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6472         warning on startup of second instance is fixed. It
6473         is bug #320353.
6474
6475 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6476
6477         * shell/ev-window.c: (ev_window_finalize):
6478         
6479         Fix double free that cause crash.
6480
6481 2005-10-29  Bastien Nocera <hadess@hadess.net>
6482
6483         * tiff/tiff-document.c: (tiff_document_load):
6484         
6485         Fix memory leak.
6486
6487 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6488
6489         * po/POTFILES.in:
6490         * shell/Makefile.am:
6491         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6492         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6493         (ev_view_accessible_get_text),
6494         (ev_view_accessible_get_character_at_offset),
6495         (ev_view_accessible_get_text_before_offset),
6496         (ev_view_accessible_get_text_at_offset),
6497         (ev_view_accessible_get_text_after_offset),
6498         (ev_view_accessible_get_character_count),
6499         (ev_view_accessible_get_caret_offset),
6500         (ev_view_accessible_set_caret_offset),
6501         (ev_view_accessible_get_run_attributes),
6502         (ev_view_accessible_get_default_attributes),
6503         (ev_view_accessible_get_character_extents),
6504         (ev_view_accessible_get_offset_at_point),
6505         (ev_view_accessible_get_n_selections),
6506         (ev_view_accessible_get_selection),
6507         (ev_view_accessible_add_selection),
6508         (ev_view_accessible_remove_selection),
6509         (ev_view_accessible_set_selection),
6510         (ev_view_accessible_text_iface_init),
6511         (ev_view_accessible_idle_do_action),
6512         (ev_view_accessible_action_do_action),
6513         (ev_view_accessible_action_get_n_actions),
6514         (ev_view_accessible_action_get_description),
6515         (ev_view_accessible_action_get_name),
6516         (ev_view_accessible_action_set_description),
6517         (ev_view_accessible_action_iface_init),
6518         (ev_view_accessible_get_type), (ev_view_accessible_new),
6519         (ev_view_accessible_factory_get_accessible_type),
6520         (ev_view_accessible_factory_create_accessible),
6521         (ev_view_accessible_factory_class_init),
6522         (ev_view_accessible_factory_get_type):
6523         * shell/ev-view-accessible.h:
6524         * shell/ev-view-private.h:
6525         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6526         * shell/ev-view.h:
6527         
6528         Initial accessibility support.
6529
6530 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6531
6532         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6533
6534 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6535
6536         * shell/ev-print-job.c: (idle_print_handler):
6537         
6538         Fix for bug Bug 318916: Printing multiple pages.
6539
6540 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6541
6542         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6543
6544 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546         * pdf/ev-poppler.cc:
6547         
6548         Thumnail dimensions unified with other backends.
6549         
6550         * shell/ev-window-title.c: (ev_window_title_update):
6551         
6552         Fix warning.
6553
6554 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6555
6556         * data/ev-stock-zoom-fit-width.png:
6557         
6558         Remove unused file.
6559
6560 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6561
6562         * configure.ac:
6563         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6564         (djvu_document_finalize):
6565         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6566         (dvi_document_finalize):
6567         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6568         (pixbuf_document_save), (pixbuf_document_finalize):
6569         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6570         (tiff_document_finalize):
6571         
6572         Save a copy implemented for various backends.
6573
6574 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6575
6576         * configure.ac:
6577         
6578         Don't link with ltiff if tiff is disabled.
6579
6580 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6581
6582         * pdf/GDKSplashOutputDev.cc:
6583         * pdf/GDKSplashOutputDev.h:
6584         * pdf/Thumb.cc:
6585         * pdf/Thumb.h:
6586         * pdf/pdf-document.cc:
6587         * pdf/pdf-document.h:
6588         * pdf/test-gdk-output-dev.cc:
6589         
6590         Remove old unused files.
6591
6592 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6593
6594         * shell/ev-window.c: (ev_window_setup_document):
6595         
6596         Fixed warnings on reload and probably crash reason.
6597
6598 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6599
6600         * properties/ev-properties-view.c:
6601         (ev_properties_view_format_date):
6602         
6603         Check if date is invalid. Fix for bug 318134.
6604
6605 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6606
6607         * shell/ev-window-title.c:
6608         
6609         Add .indd files (Adobe Indesign) to the list of "bad
6610         extensions".
6611
6612 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6613
6614         * data/evince-ui.xml:
6615         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6616         
6617         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6618
6619 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6620
6621         * shell/ev-window.c: (launch_link), (launch_external_uri),
6622         (view_external_link_cb):
6623
6624         URL-escape link before passing it to gnome_vfs_url_show.
6625
6626 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6627
6628         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6629         there isn't text selected.
6630
6631 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6632
6633         * shell/ev-view.c: (handle_link_over_xy):
6634
6635         Check tooltip is valid utf8 before showing it
6636
6637 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6638
6639         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6640
6641 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6642
6643         * shell/ev-window-title.c: (ev_window_title_update):
6644
6645         Guard against using g_strstrip on NULL. Fixes bug #317291.
6646
6647 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6648
6649         * pdf/ev-poppler.cc:
6650
6651         Show title even for unknown links
6652
6653 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6654
6655         * shell/ev-window-title.c: (ev_window_title_update):
6656
6657         Strip the title string
6658
6659 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6660
6661         * shell/ev-window-title.c:
6662
6663         Add .rtf to the bad extensions list
6664
6665 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6666
6667         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6668         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6669
6670         Ignore link coordinates if they are outside page bounds
6671
6672 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6673
6674         * backend/ev-link.c: (ev_link_type_get_type),
6675         (ev_link_get_filename), (ev_link_get_params),
6676         (ev_link_get_property), (ev_link_set_property),
6677         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6678         * backend/ev-link.h:
6679         * pdf/ev-poppler.cc:
6680         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6681         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6682         (ev_window_init):
6683
6684         Implement launch links. Delegate external link opening to
6685         the window.
6686
6687 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6688
6689         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6690         (ev_link_get_right), (ev_link_get_property),
6691         (ev_link_set_property), (ev_link_class_init),
6692         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6693         * backend/ev-link.h:
6694         * pdf/ev-poppler.cc:
6695         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6696
6697         Implement fitr links
6698
6699 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6700
6701         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6702         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6703         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6704         (ev_view_size_request_continuous),
6705         (ev_view_size_request_dual_page),
6706         (ev_view_size_request_single_page), (ev_view_size_allocate),
6707         (ev_view_zoom_for_size_continuous_and_dual_page),
6708         (ev_view_zoom_for_size_continuous),
6709         (ev_view_zoom_for_size_dual_page),
6710         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6711         (ev_sizing_mode_get_type):
6712         * shell/ev-view.h:
6713         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6714
6715         Do not use modes for link, we need to calculate size ad hoc.
6716         Still not perfect because of the usual scrollbar issues grrr.
6717
6718 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6719
6720         * backend/ev-link.c: (ev_link_type_get_type),
6721         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6722         * backend/ev-link.h:
6723         * pdf/ev-poppler.cc:
6724         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6725         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6726         (ev_view_size_request_continuous),
6727         (ev_view_size_request_dual_page),
6728         (ev_view_size_request_single_page), (ev_view_size_allocate),
6729         (zoom_for_size_fit_height),
6730         (ev_view_zoom_for_size_continuous_and_dual_page),
6731         (ev_view_zoom_for_size_continuous),
6732         (ev_view_zoom_for_size_dual_page),
6733         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6734         (ev_sizing_mode_get_type):
6735         * shell/ev-view.h:
6736         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6737
6738         Implement FIT_HEIGHT mode (only for links).
6739         Implement FITH links
6740
6741 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6742
6743         * shell/ev-window-title.c: (get_filename_from_uri),
6744         (ev_window_title_sanitize_extension), (ev_window_title_update),
6745         (ev_window_title_set_document), (ev_window_title_set_uri),
6746         (ev_window_title_free):
6747         * shell/ev-window-title.h:
6748         * shell/ev-window.c: (ev_window_setup_document),
6749         (ev_window_popup_password_dialog):
6750
6751         Refactor window title building while fixing it for
6752         password documents.
6753
6754 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6755
6756         * pdf/ev-poppler.cc:
6757
6758         Escape link title before setting it in the model
6759
6760 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6761
6762         * shell/ev-application.c: (removed_from_session), (save_session),
6763         (init_session), (ev_application_get_empty_window),
6764         (ev_application_init), (ev_application_get_windows):
6765         * shell/ev-application.h:
6766         * shell/ev-window.c: (ev_window_finalize):
6767
6768         Add a function to retrieve window list and share it where
6769         necessary.
6770         Implement session handling, works pretty well thanks to the
6771         metadata system.
6772
6773 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6774
6775         * shell/ev-password.c: (ev_password_item_created_callback),
6776         (ev_password_dialog_save_password):
6777         
6778         Fix for bug 316972. Use async gnome-keyring API.
6779
6780 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6781
6782         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6783         Remove unused unrealize handler. Add scroll handling to
6784         ev_view_scroll_event for presentation mode (bug #316708),
6785         and fix the event state checks there.
6786
6787 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6788
6789         * shell/ev-page-action.c: (page_changed_cb):
6790
6791         "marco, maybe we should be crazy and jump right to 6! :)"
6792
6793         Bryan Clark, Sep 2005
6794
6795 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6796
6797         * ps/ps-document.c: (save_document), (ps_document_save),
6798         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6799         (ps_document_ps_export_end):
6800
6801         Fix unstructured documents save and print
6802
6803 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6804
6805         * shell/ev-application.c: (ev_application_open_uri):
6806
6807         Fix window size persistance
6808
6809 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6810
6811         * shell/ev-view.c: (ev_view_button_release_event):
6812
6813         Based on a patch from carlosgc@gnome.org. Mouse buttons
6814         switch pages in presentation mode.
6815
6816 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6817
6818         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6819
6820         Dont cast to int before scaling
6821
6822 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6823
6824         * backend/ev-link.c: (ev_link_type_get_type),
6825         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6826         (ev_link_new_page_fith):
6827         * backend/ev-link.h:
6828         * pdf/ev-poppler.cc:
6829         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6830
6831         Implement FIT and FITH links
6832
6833 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6834
6835         * pdf/ev-poppler.cc:
6836
6837         Return 0 results when search is not in progress.
6838
6839         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6840         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6841
6842         Update menu sensitivity when cancelling search
6843
6844 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6845
6846         * shell/ev-view.c: (ev_view_can_find_next):
6847
6848         Take all pages in consideration, not just current one
6849
6850 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6851
6852         * shell/ev-page-cache.c:
6853         * shell/ev-page-cache.h:
6854         * shell/ev-view.c: (ev_view_binding_activated),
6855         (ev_view_next_page), (ev_view_previous_page),
6856         (ev_sizing_mode_get_type):
6857         * shell/ev-view.h:
6858         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6859         (ev_window_cmd_go_next_page):
6860
6861         Move page next/previous functions from page chace to
6862         view and change it to move by 2 page steps in dual mode.
6863
6864 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6865
6866         * shell/ev-window.c: (update_sidebar_visibility),
6867         (setup_sidebar_from_metadata), (ev_window_setup_document),
6868         (setup_view_from_metadata):
6869
6870         Show the index by default when there is one     
6871
6872 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6873
6874         * shell/ev-window-title.c: (ev_window_title_set_document):
6875
6876         Missing null check
6877
6878 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6879
6880         * shell/ev-view.c: (view_update_range_and_current_page):
6881         
6882         Allow display of last odd page in dual view. Fix for 316347.
6883
6884 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6885
6886         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6887         
6888         Make close button default. Fix for 316383.
6889
6890 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6893         
6894         Mark close button as default. Fix for 316381.
6895
6896 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6897
6898         * backend/ev-link.c: (ev_link_class_init):
6899
6900         Allow negative doubles in left/top properties
6901
6902 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6903
6904         * shell/ev-window.c:
6905
6906         Remove a bunch of strings that was used only
6907         by the statusbar.
6908
6909 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6910
6911         * shell/ev-window-title.c: (get_filename_from_uri),
6912         (ev_window_title_set_document):
6913
6914         When title has a confusing extension, show also
6915         the document filename inside ()
6916
6917 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6918
6919         * shell/Makefile.am:
6920         * shell/ev-window-title.c: (ev_window_title_new),
6921         (ev_window_title_update), (ev_window_title_set_type),
6922         (ev_window_title_set_document), (ev_window_title_free):
6923         * shell/ev-window-title.h:
6924         * shell/ev-window.c: (ev_window_setup_document),
6925         (password_dialog_response), (ev_window_popup_password_dialog),
6926         (ev_window_dispose), (ev_window_init):
6927
6928         Factor out and cleanup window title code
6929
6930 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6931
6932         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6933         (unable_to_load):
6934
6935         Make dialog transient so it doesnt block other windows
6936
6937 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6938
6939         * pdf/ev-poppler.cc:
6940         
6941         Fix pdf thumbnails rendering.
6942
6943 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6944
6945         * shell/ev-window.c: (fullscreen_set_timeout):
6946         
6947         Increase timeout to hide full screen popup. Bug 
6948         316123. 
6949
6950 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6951
6952         * data/evince.schemas.in:
6953         * shell/ev-window.c: (update_action_sensitivity):
6954
6955         Allow the user to override document restrictions. Fix for bug
6956         305818.
6957
6958 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6959
6960         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6961         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6962         (ev_window_class_init): Fix multihead behaviour of fullscreen
6963         toolbar popup. Fixes bug #315451.
6964
6965 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6966
6967         * configure.ac:
6968         * data/evince-password.glade:
6969         * shell/ev-password.c: (ev_password_dialog_set_property),
6970         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6971         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6972         (ev_password_dialog_entry_changed_cb),
6973         (ev_password_dialog_entry_activated_cb),
6974         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6975         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6976         (ev_password_dialog_set_bad_pass):
6977         * shell/ev-password.h:
6978         * shell/ev-window.c: (password_dialog_response),
6979         (ev_window_popup_password_dialog):
6980         
6981         Support for gnome-keyring for encrypted PDF's.
6982
6983 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6984
6985         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6986         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6987         (ev_view_enter_notify_event), (ev_view_class_init):
6988         
6989         More precise handling of enter_notify/leave_notify events
6990         in EvView. Fix for bug 315470.
6991
6992 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6993
6994         * shell/ev-window.c: (fullscreen_timeout_cb),
6995         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6996         (ev_window_dispose):
6997
6998         leak fix: unref fullscreen_timeout_source before clearing it
6999
7000 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * configure.ac, dvi/mdvi/Makefile.am: 
7003         
7004         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7005
7006 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7007
7008         * backend/ev-link.c: (ev_link_new_page_xyz):
7009         * pdf/ev-poppler.cc:
7010         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7011
7012         Fix some bugs with xyz links, respect zoom
7013
7014 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7015
7016         * shell/ev-window.c: (page_changed_cb),
7017         (setup_document_from_metadata), (update_sidebar_visibility),
7018         (setup_view_from_metadata), (ev_window_run_fullscreen),
7019         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7020         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7021         (ev_window_dual_mode_changed_cb),
7022         (ev_window_sidebar_current_page_changed_cb):
7023
7024         null check uri before setting and getting metadata
7025
7026 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7027
7028         * dvi/Makefile.am:
7029         * properties/Makefile.am:
7030         * shell/Makefile.am:
7031         * thumbnailer/Makefile.am:
7032
7033         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7034
7035 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7036
7037         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7038         (selection_changed_callback):
7039         * shell/ev-sidebar-links.h:
7040
7041         Add a signal for link activation.
7042
7043         * shell/ev-view.c: (ev_view_goto_link),
7044         (ev_view_button_release_event):
7045         * shell/ev-view.h:
7046         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7047         (ev_window_init):
7048
7049         Implement the signal so that we can handle all link types.
7050
7051         * shell/ev-page-cache.c:
7052
7053         Remove unused set_link function
7054
7055 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7056
7057         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7058
7059         Add some space from the cursor, hardcoded but I couldnt
7060         find a better way.
7061
7062 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7063
7064         * lib/ev-tooltip.c:
7065
7066         Use mozilla style vs gtk style, way better for links.
7067
7068         * shell/ev-view.c: (ev_view_motion_notify_event),
7069         (ev_view_destroy), (ev_view_init):
7070
7071         Deactive tooltip when the link hovered is changed.
7072
7073 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7074
7075         * backend/ev-document.h:
7076         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7077         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7078         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7079         (ev_link_new_page), (ev_link_new_page_xyz):
7080         * backend/ev-link.h:
7081         * pdf/ev-poppler.cc:
7082         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7083         (go_to_link), (tip_from_link):
7084
7085         Implement xyz links, still not functional. Links are a total
7086         mess, will need to refactor and bugfix a lot :(
7087
7088 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7089
7090         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7091
7092 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7093
7094         * data/evince-ui.xml:
7095         * data/evince.schemas.in:
7096         * shell/Makefile.am:
7097         * shell/ev-window.c: (update_chrome_visibility),
7098         (password_dialog_response), (ev_window_load_job_cb),
7099         (ev_window_xfer_job_cb), (ev_window_open_uri),
7100         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7101         (ev_window_init):
7102
7103         Remove the statusbar. This regress loading feedback, need to
7104         check with Bryan what we want to do there...
7105
7106 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7107
7108         * lib/ev-tooltip.c: (ev_tooltip_init):
7109
7110         Fix tooltip border and size handling
7111
7112 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7113
7114         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7115         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7116         (ev_tooltip_timeout), (ev_tooltip_activate),
7117         (ev_tooltip_deactivate):
7118         * lib/ev-tooltip.h:
7119         * shell/ev-view.c: (ev_view_motion_notify_event):
7120
7121         Delay popup showing. Mirror gtk logic/times.
7122
7123 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7124
7125         * lib/Makefile.am:
7126         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7127         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7128         (ev_tooltip_set_text), (ev_tooltip_set_position):
7129         * lib/ev-tooltip.h:
7130
7131         Simple widget to show tooltips at a custom position
7132
7133         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7134         (ev_view_destroy):
7135
7136         Use it for links. First go, needs work
7137
7138 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7139
7140         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7141         HIG fixes.  Use title capitalization for window title. Use 12 
7142         pixels of space between the dialog's vbox and action area.
7143
7144 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7145
7146         * shell/ev-window.c: (file_open_dialog_response_cb),
7147         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7148         (ev_window_cmd_save_as):
7149
7150         Make file pickers not modal and refactor code some
7151
7152 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7153
7154         * shell/ev-sidebar.h:
7155         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7156         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7157         (ev_sidebar_class_init), (ev_sidebar_select_page),
7158         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7159         (ev_sidebar_set_page):
7160
7161         Add a current page property and allow to get/set it
7162
7163         * shell/ev-window.c: (setup_view_from_metadata),
7164         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7165
7166         Persist current sidebar page per document
7167
7168 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7169
7170         * data/evince.schemas.in:
7171         * shell/ev-window.c: (update_chrome_visibility),
7172         (setup_document_from_metadata), (update_sidebar_visibility),
7173         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7174         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7175         (ev_window_run_presentation), (ev_window_stop_presentation),
7176         (ev_window_view_sidebar_cb),
7177         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7178         (load_chrome), (ev_window_init):
7179
7180         Persist size/visibility of sidebar per document
7181
7182 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7183
7184         * shell/ev-view.c (draw_loading_text): Draw loading text.
7185
7186 2005-09-02  Dan Damian  <dand@gnome.ro>
7187
7188         * configure.in: Added "ro" to ALL_LINGUAS.
7189
7190 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7191
7192         * shell/ev-view.c: (clear_caches):
7193
7194         ev_page_cache_get doesnt return a reference,
7195         dont try to unref it.
7196
7197 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7198
7199         * shell/main.c: (load_files_remote):
7200
7201         Fix timestamp parameter with dbus <= 0.33
7202
7203 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7204
7205         * data/evince.schemas.in:
7206
7207         Add missing full stop
7208
7209 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7210
7211         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7212         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7213
7214         Plug some memory leaks
7215
7216 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7217
7218         * configure.ac:
7219         * lib/ev-debug.c: (trap_handler):
7220
7221         Check for execinfo.h and use it only if it exists.
7222         Ported from Epiphany (bug #314776).
7223
7224 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7225
7226         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7227
7228 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7229
7230         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7231         * po/id.po      : Added Indonesian translation
7232
7233 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7234
7235         * shell/main.c:
7236         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7237         * NEWS: Release 0.4.0
7238
7239 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7240
7241         * configure.ac: catch another gtk+-2.8ism
7242         * shell/main.c: Make work with gtk+-2.6
7243
7244 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7245
7246         * shell/ev-application-service.xml: Add 'timestamp' argument to
7247           ev_application_open_window and ev_application_open_uri methods.
7248
7249         * shell/ev-application.h: Add 'timestamp' argument to
7250           ev_application_open_window, ev_application_open_uri,
7251           and ev_application_open_uri_list functions.
7252
7253         * shell/ev-application.c (ev_application_open_window,
7254           ev_application_open_uri, ev_application_open_uri_list): Change
7255           functions that show/present windows to use a timestamp if one
7256           is passed in.
7257
7258         * shell/ev-window.c (ev_window_cmd_file_open,
7259           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7260         * shell/main.c (load_files): Modify calls to ev_application to
7261           include GDK_CURRENT_TIME as timestamp.
7262
7263         * shell/main.c (load_files_remote): Obtain timestamp for client
7264           instance from GDK and pass to server instance so new windows are
7265           focused properly.  Fix dbus_g_proxy_call() calls by including second
7266           G_TYPE_INVALID.
7267           
7268         Closes bug #314475.
7269
7270 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7271
7272         * shell/ev-window.c (ev_window_finalize): Check for
7273         avail. EvWindows when quiting to handle the finalize better,
7274         #314497
7275
7276 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7277         
7278         * properties/ev-properties-view.c: 
7279         
7280         Set textdomain to libglade. Fixes translation problem in property page.
7281
7282 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7283
7284         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7285         * dvi/Makefile.am:
7286         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7287         * dvi/mdvi-lib/Makefile.am:
7288         
7289         Fix rotation of thumbnails, ported to new API. Moved library
7290         dependencies earlier, probably it will fix linkage problem.
7291
7292 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7293
7294         * backend/ev-document-misc.c:
7295         (ev_document_misc_get_thumbnail_frame):
7296         * backend/ev-document-misc.h:
7297         * configure.ac:
7298         * pdf/ev-poppler.cc:
7299         * shell/Makefile.am:
7300         * shell/ev-sidebar-thumbnails.c: (add_range),
7301         (ev_sidebar_thumbnails_set_loading_icon),
7302         (ev_sidebar_thumbnails_refresh),
7303         (ev_sidebar_thumbnails_set_document):
7304         * shell/ev-sidebar-thumbnails.h:
7305         * shell/ev-view.c: (ev_view_motion_notify_event),
7306         (ev_view_set_property), (ev_view_get_property),
7307         (ev_view_class_init), (ev_view_set_rotation):
7308         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7309         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7310         (ev_window_init):
7311         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7312         Redo rotation (again).  prepare for 0.4.0
7313
7314 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7315
7316         * configure.ac: Bump poppler requirement to 0.4.1.
7317
7318         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7319         argument to poppler_page_render_selection() call.
7320
7321 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7322
7323         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7324         (djvu_document_thumbnails_get_thumbnail):
7325         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7326         (dvi_document_thumbnails_get_thumbnail):
7327         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7328         (pixbuf_document_thumbnails_get_thumbnail):
7329         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7330         
7331         Update rotation direction of backends to fit with pdf and ps.
7332
7333 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7334
7335         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7336         * backend/ev-async-renderer.h:
7337         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7338         (setup_page), (ps_document_get_page_size),
7339         (ps_async_renderer_render_pixbuf):
7340         * ps/ps-document.h:
7341         * shell/ev-jobs.c: (ev_job_render_run):
7342
7343         Fix orientation in the postscript document
7344
7345 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7346
7347         * pdf/ev-poppler.cc:
7348         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7349         * shell/ev-view.c: (highlight_find_results):
7350
7351         Adapt to the new poppler rotation API. Fix text maps on landscape
7352         documents.
7353
7354 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7355
7356         * shell/ev-view.c (compute_new_selection_text): get the correct
7357         region when selecting in modes other than continuous.
7358
7359 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7360
7361         * shell/main.c (main): remove redundant g_warnings.
7362
7363 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7364
7365         * shell/Makefile.am: Don't include autogenerated
7366         file ev-application-service.h into distribution, since
7367         it causes dbus crash. Fix for bugs 313724 and 313443. 
7368
7369 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7370
7371         * configure.ac: Fix sed expression for FreeBSD. Thanks
7372         to Joe Marcus Clark <marcus@freebsd.org>
7373         
7374         * shell/eggfindbar.c: (entry_activate_callback),
7375         (entry_changed_callback), (egg_find_bar_init),
7376         (egg_find_bar_set_search_string):
7377         
7378         Made findbar buttons unsensitive if there is no text in
7379         entry. Fix for the bug 313285.
7380
7381 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7382
7383         * ps/ps-document.c: Use g_filename_display_name for displaying
7384         filenames and revert string freeze breackage
7385
7386 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7387
7388         * NEWS:
7389         * configure.ac:
7390
7391         Update for 0.3.4
7392
7393         * shell/Makefile.am:
7394
7395         Add ev-application-service.xml to extra dist
7396
7397         * shell/ev-view.c: (find_page_at_location):
7398
7399         Remove unused function (fix warning)
7400
7401 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7402
7403         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7404         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7405         
7406         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7407         bug 313623.
7408
7409 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7410
7411         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7412         * shell/ev-window.c:
7413         Fix build warnings
7414
7415 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7416
7417         * configure.ac: Update script to get dbus version.
7418         Fix for the bug #313443.
7419
7420 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7421
7422         * shell/ev-window.c: (ev_window_cmd_escape):
7423         
7424         Return focus back to view on escape. Fix for bug 313295.
7425
7426 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7427
7428         * shell/ev-window.c: (update_window_title),
7429         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7430         (ev_window_cmd_save_as):
7431         
7432         Correct conversion from uri to displayable string. Fix for
7433         bug 313296.
7434
7435 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7436
7437         * ps/ps-document.c: convert filename to utf8 when there is an error
7438         loading document. Fixes #309915
7439
7440 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7441
7442         * configure.ac:
7443
7444         We depend on poppler 0.4.0
7445
7446 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7447
7448         * configure.ac:
7449         * NEWS: Release 0.3.3.
7450         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7451
7452 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7453
7454         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7455         add a couple missing mnemonics to menu items, use title 
7456         capitalization for menu items and window titles, and add 
7457         ellipsis to open menu item.     
7458
7459 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7460
7461         * pdf/ev-poppler.cc:
7462         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7463         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7464         (ev_view_get_rotation):
7465         * shell/ev-view.h:
7466         * shell/ev-window.c: (setup_view_from_metadata),
7467         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7468         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7469         disk.
7470
7471 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7472
7473         * configure.ac: Added tr to ALL_LINGUAS
7474
7475 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7476
7477         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7478         requires several clicks to find word. Thanks to 
7479         Colin Slater <kiltedtaco@gmail.com>.
7480
7481 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7482
7483         * data/evince.desktop.in.in: Hide menu entry and
7484         rename it to "Document Viewer". Fix for bug 
7485         #312399.
7486
7487 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7488
7489         * shell/ev-page-action.c (ev_page_action_class_init): 
7490
7491         Point to the correct function in constructor of the
7492         activate_label signal
7493
7494 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7495
7496         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7497         * shell/ev-jobs.h: Make thread safe.
7498
7499 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7500
7501         * shell/ev-view.c: (view_update_range_and_current_page):
7502         Don't update page range if we are scrolling to some document
7503         point.
7504
7505 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7506
7507         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7508         when getting max_page_width, fix drawing in dual mode.
7509
7510 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7511
7512         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7513         getting the area for select_all.
7514
7515 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7516
7517         * backend/ev-selection.c: (ev_selection_render_selection):
7518         * backend/ev-selection.h:
7519         * pdf/ev-poppler.cc:
7520         * shell/ev-jobs.c: (ev_job_render_new):
7521         * shell/ev-jobs.h:
7522         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7523         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7524         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7525         (ev_view_class_init):
7526
7527         Change selection color on focus in and focus out events.  Also,
7528         poppler now uses GdkColor for specifying the selection colors, so
7529         drop some awkward conversion code.
7530
7531 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7532
7533         * configure.ac: Added Hebrew translation
7534
7535 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7536
7537         * NOTES:
7538         * backend/ev-selection.c: (ev_selection_render_selection):
7539         * backend/ev-selection.h:
7540         * pdf/ev-poppler.cc:
7541         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7542         (ev_job_render_run):
7543         * shell/ev-jobs.h:
7544         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7545         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7546         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7547         (ev_pixbuf_cache_style_changed),
7548         (ev_pixbuf_cache_get_selection_pixbuf),
7549         (ev_pixbuf_cache_set_selection_list),
7550         (ev_pixbuf_cache_get_selection_list):
7551         * shell/ev-pixbuf-cache.h:
7552         * shell/ev-utils.c: (ev_print_region_contents):
7553         * shell/ev-utils.h:
7554         * shell/ev-view.c: (ev_view_queue_draw_page),
7555         (selection_update_idle_cb), (ev_view_motion_notify_event),
7556         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7557         (setup_caches), (ev_view_find_next), (merge_selection_region),
7558         (selection_free):
7559         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7560
7561         Clean up selection to be much smoother!
7562
7563 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7564
7565         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7566         to poppler_page_render_selection().
7567
7568 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7569
7570         * ps/ps-document.c: (save_page_list): Use
7571         unzipped document when printing. Thanks to 
7572         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7573         311016.
7574
7575 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * shell/ev-window.c: (update_action_sensitivity):
7578         
7579         Disable print and save respect to lockdown gconf keys. Fix
7580         for 312342.
7581
7582 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * configure.ac:
7585         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7586         (write_to_temp_file), (ev_file_set_contents):
7587         * shell/ev-utils.h:
7588         * shell/ev-window.c: (save_print_config_to_file):
7589         
7590         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7591         Fix for bug 312238
7592
7593 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7594
7595         * shell/ev-window.c: (load_print_config_from_file),
7596         (save_print_config_to_file), (ev_window_print_range):
7597
7598         Persist the print settings. Fixes bug #311578.
7599
7600 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7601
7602         * djvu/djvu-document.c: (djvu_document_get_page_size),
7603         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7604         (djvu_document_thumbnails_get_thumbnail):
7605         * dvi/dvi-document.c: (dvi_document_get_page_size),
7606         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7607         (dvi_document_thumbnails_get_dimensions),
7608         (dvi_document_thumbnails_get_thumbnail):
7609         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7610         (pixbuf_document_render_pixbuf),
7611         (pixbuf_document_document_iface_init),
7612         (pixbuf_document_thumbnails_get_thumbnail):
7613         
7614         Update backends to make them build with new rotation system.
7615
7616 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * help/C/figures/evince_start_window.png:
7619         
7620         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7621
7622 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7623
7624         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7625         * shell/ev-pixbuf-cache.h:
7626         * shell/ev-sidebar-thumbnails.c:
7627         (ev_sidebar_thumbnails_get_property), (add_range),
7628         (adjustment_changed_cb):
7629         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7630         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7631         we were thumbnailing the entire docment on startup, slowing us
7632         down hugely. 
7633
7634 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7635
7636         * shell/ev-page-cache.c: (ev_page_cache_new):
7637         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7638         == 0, fixes #310306.
7639
7640 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7641
7642         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7643         (ev_view_rotate_left):
7644
7645         Account rotation in doc_rect_to_view_rect.
7646         Ensure rotation doesnt go out of bounds.
7647
7648 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7649
7650         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7651
7652         Correct and cleanup w/h swapping
7653
7654 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7655
7656         * backend/ev-document-thumbnails.c:
7657         (ev_document_thumbnails_get_thumbnail):
7658         * backend/ev-document-thumbnails.h:
7659         * backend/ev-document.c:
7660         * backend/ev-document.h:
7661         * backend/ev-render-context.c: (ev_render_context_new),
7662         (ev_render_context_set_rotation):
7663         * backend/ev-render-context.h:
7664         * pdf/ev-poppler.cc:
7665         * ps/ps-document.c: (ps_document_document_iface_init):
7666         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7667         * shell/ev-jobs.h:
7668         * shell/ev-page-cache.c: (build_height_to_page),
7669         (ev_page_cache_new), (ev_page_cache_get_size),
7670         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7671         (ev_page_cache_get_height_to_page):
7672         * shell/ev-page-cache.h:
7673         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7674         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7675         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7676         (ev_pixbuf_cache_get_selection_pixbuf):
7677         * shell/ev-pixbuf-cache.h:
7678         * shell/ev-print-job.c: (idle_print_handler):
7679         * shell/ev-sidebar-thumbnails.c: (add_range):
7680         * shell/ev-view.c: (view_update_range_and_current_page),
7681         (get_page_y_offset), (get_page_extents),
7682         (ev_view_size_request_continuous_dual_page),
7683         (ev_view_size_request_continuous),
7684         (ev_view_size_request_dual_page),
7685         (ev_view_size_request_single_page), (draw_one_page),
7686         (ev_view_set_rotation), (ev_view_rotate_right),
7687         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7688         (ev_view_zoom_for_size_continuous_and_dual_page),
7689         (ev_view_zoom_for_size_continuous),
7690         (ev_view_zoom_for_size_dual_page),
7691         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7692         (ev_view_select_all):
7693         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7694         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7695         (tiff_document_document_iface_init),
7696         (tiff_document_thumbnails_get_thumbnail):
7697
7698         Use rotation rather than orientation. It's easier and enough
7699         for our needs.
7700
7701 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7702
7703         * shell/ev-page-cache.c: (build_height_to_page),
7704         (ev_page_cache_new), (ev_page_cache_get_size),
7705         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7706         (ev_page_cache_get_height_to_page):
7707         * shell/ev-page-cache.h:
7708         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7709         (ev_view_size_request_continuous_dual_page),
7710         (ev_view_size_request_continuous),
7711         (ev_view_zoom_for_size_continuous_and_dual_page),
7712         (ev_view_zoom_for_size_continuous):
7713
7714         Make the page cache aware of page orientation.
7715
7716 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7717
7718         * backend/ev-document-thumbnails.c:
7719         (ev_document_thumbnails_get_thumbnail):
7720         * backend/ev-document-thumbnails.h:
7721         * backend/ev-document.c:
7722         * backend/ev-document.h:
7723         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7724         * backend/ev-ps-exporter.h:
7725         * pdf/ev-poppler.cc:
7726         * ps/ps-document.c: (ps_document_document_iface_init),
7727         (ps_document_ps_export_do_page):
7728         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7729         * shell/ev-jobs.h:
7730         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7731         (ev_page_cache_get):
7732         * shell/ev-page-cache.h:
7733         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7734         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7735         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7736         * shell/ev-pixbuf-cache.h:
7737         * shell/ev-print-job.c: (idle_print_handler):
7738         * shell/ev-sidebar-thumbnails.c: (add_range):
7739         * shell/ev-view.c: (view_update_range_and_current_page),
7740         (get_page_extents), (ev_view_size_request_dual_page),
7741         (ev_view_size_request_single_page), (draw_one_page),
7742         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7743         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7744         (ev_view_zoom_for_size_dual_page),
7745         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7746         (ev_view_select_all):
7747         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7748         * tiff/tiff-document.c: (tiff_document_get_page_size),
7749         (tiff_document_get_orientation), (rotate_pixbuf),
7750         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7751         (tiff_document_thumbnails_get_thumbnail),
7752         (tiff_document_ps_export_do_page), (tiff_document_init):
7753
7754         Really make use of the orientation bit of the render context.
7755         Use the render context in a few more places in the backend API.
7756         This regress orientation, but now it's done right. Will try to
7757         fix it up asap...
7758
7759 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7760
7761         * shell/ev-view.c: (ensure_rectangle_is_visible):
7762
7763         Patch by Nickolay V. Shmyrev to fix find flickering
7764
7765 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7766
7767         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7768         duplex parameters to ::begin.
7769
7770         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7771         * shell/ev-print-job.c (idle_print_handler): 
7772         * ps/ps-document.c (ps_document_ps_export_begin): 
7773         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7774         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7775         implementations. Poppler backend needs poppler cvs. Rest has
7776         unchanged behavior.
7777
7778 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7779
7780         * shell/ev-window.c (using_pdf_printer): new function.
7781         (ev_window_print_range): print a less techy message if someone
7782         tries to print to PDF.
7783
7784 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7785
7786         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7787         from "unknown font" string. Bug #311431
7788
7789 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7790
7791         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7792
7793 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7794
7795         Bug #311280
7796         
7797         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7798         name for PopplerFontTypes
7799         (pdf_document_fonts_fill_model): add font type to the detail column
7800
7801         * backend/ev-document-fonts.h: added
7802         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7803
7804         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7805         font name and font details, add a little markup.
7806         (ev_properties_fonts_init): use the new cell data func, specify ypad
7807         property for the cell renderer.
7808         (ev_properties_fonts_set_document): add the details column.
7809
7810 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7811
7812         * configure.ac: Added "pl" to ALL_LINGUAS.
7813
7814 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7815
7816         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7817
7818 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7819
7820         * help/ChangeLog: Started this for translations of manual.
7821         * configure.ac, autogen.sh, .cvsignore: Migrated to
7822         gnome-doc-utils. Patch in bug #311222.
7823
7824 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7825
7826         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7827         #ifdef this away to fix an unused-function warning.
7828
7829 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7830
7831         * configure.ac: Added 'gl' to ALL_LINGUAS.
7832
7833 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7834
7835         * configure.ac: Added ne in ALL_LINGUAS
7836         
7837 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7838
7839         * shell/ev-view.c: (ev_view_leave_notify_event):
7840         
7841         Clear status message when pointer leaves view. Fix for bug
7842         #310818 
7843
7844 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7845
7846         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7847
7848 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7849
7850         * shell/ev-view.c: (ev_view_leave_notify_event),
7851         (ev_view_class_init):
7852         
7853         Set cursor to normal then leaving view.
7854
7855 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * configure.ac:
7858         
7859         Fix required djvulibre version.
7860
7861 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7862
7863         *configure.ac: Hindi (hi) language added
7864
7865 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7866
7867         *configure.ac: Punjabi (pa) Language added
7868
7869 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7870
7871         * data/evince-ui.xml, shell/ev-window.c:
7872         
7873         Add keypad accelerators for zooming. Fix for bug 308128.
7874
7875 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7876
7877         * Makefile.am:
7878         * backend/Makefile.am:
7879         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7880         * configure.ac:
7881         * shell/ev-document-types.c: (ev_document_types_add_filters):
7882
7883         Allow to enable/disable the pixbuf backend.
7884         Default to off for now. If we want it enabled we should
7885         really put mime types in the desktop, implement properties etc.
7886
7887         * properties/evince-properties.c:
7888
7889         Initialize error to NULL.
7890         Check error is not NULL before freeing.
7891
7892 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7893
7894         * shell/ev-window.c:
7895
7896         Use F5 as presentation accell
7897
7898 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7899
7900         * shell/ev-window.c: (update_chrome_visibility),
7901         (ev_window_create_fullscreen_popup), (ev_window_init):
7902
7903         Do not leak the fullscreen toolbar
7904
7905 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * shell/ev-window.c: (view_actions_focus_in_cb),
7908         (view_actions_focus_out_cb):
7909
7910         These has a return value! Fix totally random focus
7911         issues we was seeing.
7912
7913 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7914
7915         * shell/main.c: (load_files_remote):
7916
7917         Allow open more than one file
7918
7919 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7920
7921         * shell/main.c: (load_files_remote):
7922
7923         Fix for dbus 0.33. bug #309975
7924
7925 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7926
7927         * properties/ev-properties-main.c: (ev_properties_get_pages):
7928
7929         Actually return NULL for types we dont support
7930
7931 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7932
7933         * po/POTFILES.in:
7934
7935         Remove empty lines.
7936
7937 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7938
7939         * backend/ev-document-factory.c:
7940         (ev_document_factory_get_document):
7941
7942         Do not try to create the object if type
7943         is invalid.
7944
7945 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7946
7947         * ps/ps-document.c: (ps_document_dispose),
7948         (ps_async_renderer_render_pixbuf):
7949         * ps/ps-document.h:
7950
7951         Do not leak the target window
7952
7953 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * shell/ev-application.c: (ev_application_init):
7956
7957         Let tbe check file existence for us.
7958         Add a comment about eggrecent mime filter.
7959
7960 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * data/evince-ui.xml:
7963         * shell/ev-application.c: (ev_application_shutdown),
7964         (ev_application_init), (ev_application_get_toolbars_model),
7965         (ev_application_get_recent_model),
7966         (ev_application_save_toolbars_model):
7967         * shell/ev-application.h:
7968         * shell/ev-window.c: (ev_window_add_recent),
7969         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7970         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7971         (ev_window_init):
7972
7973         Use common toolbar and recent models for all windows.
7974         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7975
7976 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7977
7978         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7979         successfully check for gtk_icon_view_get_visible_range.
7980
7981 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7982
7983         * djvu/Makefile.am:
7984         * dvi/Makefile.am:
7985         
7986         Fix djvu and dvi backend build.
7987
7988 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7989
7990         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7991         (new_separator_pixbuf):
7992
7993         Don't leak windows.
7994
7995 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7996
7997         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7998
7999         HIGification of toolbar editor dialogue.
8000
8001 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8002
8003         * configure.ac:
8004         * shell/Makefile.am:
8005
8006         Ever build metadata manager since it's just
8007         disabled at runtime now.
8008
8009 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8010
8011         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8012         (ev_metadata_manager_get), (ev_metadata_manager_set):
8013         * shell/ev-metadata-manager.h:
8014
8015         Add an _init functions that enabled metadata management
8016         at runtime.
8017
8018         * shell/ev-window.c: (page_changed_cb),
8019         (setup_document_from_metadata), (ev_window_setup_document),
8020         (setup_view_from_metadata), (ev_window_open_uri),
8021         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8022         (ev_window_run_presentation), (ev_window_stop_presentation),
8023         (save_sizing_mode), (ev_window_zoom_changed_cb),
8024         (ev_window_continuous_changed_cb),
8025         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8026         (window_configure_event_cb):
8027
8028         Remove all ugly metadata define since we deal with it
8029         at runtime now.
8030
8031         * shell/main.c: (load_files_remote), (main):
8032
8033         Add support for dbus cvs head. Hopefully didnt break one
8034         of the other versions now!
8035
8036         If we dont get a response from the dbus server just
8037         give up with it and not enable metadata.
8038
8039 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8040
8041         * Makefile.am:
8042         * backend/Makefile.am:
8043         * configure.ac:
8044         * cut-n-paste/recent-files/Makefile.am:
8045         * cut-n-paste/toolbar-editor/Makefile.am:
8046         * cut-n-paste/zoom-control/Makefile.am:
8047         * lib/Makefile.am:
8048         * pdf/Makefile.am:
8049         * pixbuf/Makefile.am:
8050         * properties/Makefile.am:
8051         * ps/Makefile.am:
8052         * shell/Makefile.am:
8053         * thumbnailer/Makefile.am:
8054         * tiff/Makefile.am:
8055
8056         Make frontends depend on just libev.
8057         Rework and group CFLAGS/LIBS definitions.
8058         Cleanups.
8059
8060 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8061
8062         * shell/ev-window:
8063
8064         do not unnecessarily save zoom
8065
8066         * configure.ac:
8067         * lib/ev-file-helpers.c: (ev_dot_dir):
8068         * shell/Makefile.am:
8069         * shell/dummy.cc:
8070
8071         Some cleanups
8072
8073 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8074
8075         * configure.ac:
8076         
8077         Remove unnecessary dependencies
8078
8079 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8080
8081         * properties/Makefile.am:
8082         * thumbnailer/Makefile.am:
8083         * tiff/Makefile.am:
8084
8085         Some more cleanups. Was really necessary
8086         but I probably introduced bugs, feel free
8087         to flame :)
8088
8089 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8090
8091         * backend/Makefile.am:
8092         * configure.ac:
8093         * cut-n-paste/recent-files/Makefile.am:
8094         * cut-n-paste/toolbar-editor/Makefile.am:
8095         * cut-n-paste/zoom-control/Makefile.am:
8096         * lib/Makefile.am:
8097         * pdf/Makefile.am:
8098         * pixbuf/Makefile.am:
8099         * properties/Makefile.am:
8100         * ps/Makefile.am:
8101         * shell/Makefile.am:
8102         * thumbnailer/Makefile.am:
8103         * tiff/Makefile.am:
8104
8105         Use gnome-common macros when possible.
8106         Cleanup dependencies.
8107         Actually disable deprecated where possible.
8108
8109 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8110
8111         * Makefile.am:
8112         * backend/Makefile.am:
8113         * properties/Makefile.am:
8114         * shell/Makefile.am:
8115         * thumbnailer/Makefile.am:
8116
8117         This should solve the circular dep without
8118         requiring dir reorg!
8119
8120         * shell/ev-window.c: (setup_view_from_metadata):
8121
8122         Never restore window size/position when the
8123         window is already visible.
8124
8125 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8126
8127         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8128
8129         Return a boolean from timeout func. Fix ported from gedit.
8130
8131 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8132
8133         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8134
8135 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8136
8137         * shell/ev-document-types.c: set "All Documents" as default filter in
8138         open dialog
8139
8140 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8141
8142         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8143         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8144         (ev_metadata_manager_set_boolean): fix value/val thinko.
8145
8146 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8147
8148         * shell/ev-window.c: (setup_view_from_metadata),
8149         (window_state_event_cb), (window_configure_event_cb),
8150         (ev_window_init):
8151
8152         Remember window position and maximized state
8153
8154 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8155
8156         * configure.ac:
8157
8158         Fix DBUS configure checks.
8159
8160         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8161         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8162         (ev_metadata_manager_set_boolean):
8163
8164         Plug mem leaks.
8165
8166         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8167         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8168         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8169         (ev_window_continuous_changed_cb),
8170         (ev_window_dual_mode_changed_cb), (ev_window_new):
8171
8172         Fix the build without DBUS.
8173
8174 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8175
8176         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8177         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8178         (ev_metadata_manager_set_string),
8179         (ev_metadata_manager_set_boolean):
8180         * shell/ev-metadata-manager.h:
8181
8182         Add support for some more types
8183
8184         * shell/ev-view.c: (scroll_to_current_page),
8185         (ev_view_get_continuous), (ev_view_set_continuous),
8186         (ev_view_get_dual_page):
8187         * shell/ev-view.h:
8188         * shell/ev-window.c: (page_changed_cb),
8189         (setup_document_from_metadata), (ev_window_setup_document),
8190         (setup_view_from_metadata), (ev_window_open_uri),
8191         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8192         (ev_window_run_presentation), (ev_window_stop_presentation),
8193         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8194         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8195         (ev_window_update_dual_page_action),
8196         (ev_window_continuous_changed_cb),
8197         (ev_window_dual_mode_changed_cb), (ev_window_init):
8198
8199         Remember a bunch of view/document properties. Prolly some
8200         are still missing but it's getting interesting.
8201
8202 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8203
8204         * configure.ac: check if dbus-binding-tool is installed. Not the
8205         case on current Ubuntu breezy, it seems.
8206
8207 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8208
8209         * data/evince.desktop.in.in:
8210         
8211         Allow open uri lists and add TryExec field.
8212
8213 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8214
8215         * configure.ac:
8216
8217         Enable dbus when available, do not require a configure
8218         option.
8219
8220 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8221
8222         * configure.ac:
8223
8224         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8225         disabled.
8226
8227 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8228         Marco Pesenti Gritti  <mpg@redhat.com>
8229
8230         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8231         
8232         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8233         functions to the format required by dbus
8234
8235         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8236         errors. Use the RPC parameters in the expected way
8237
8238 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8239
8240         * Makefile.am:
8241         * properties/Makefile.am:
8242         * properties/ev-properties-main.c: (ev_properties_get_pages):
8243
8244         Support all mime types
8245
8246         * shell/Makefile.am:
8247         * thumbnailer/Makefile.am:
8248         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8249         (evince_thumbnail_pngenc_get):
8250
8251         Use the document factory
8252
8253 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8254
8255         * backend/Makefile.am:
8256         * backend/ev-document-factory.c:
8257         (mime_type_supported_by_gdk_pixbuf),
8258         (ev_document_type_get_from_mime),
8259         (ev_document_factory_get_document),
8260         (ev_document_factory_get_backend),
8261         (ev_document_factory_get_mime_types),
8262         (ev_document_factory_get_all_mime_types):
8263         * backend/ev-document-factory.h:
8264         * shell/Makefile.am:
8265         * shell/ev-document-types.c: (get_document_from_uri),
8266         (ev_document_types_get_document),
8267         (file_filter_add_mime_list_and_free),
8268         (ev_document_types_add_filters):
8269         * shell/ev-document-types.h:
8270         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8271         * shell/ev-properties-dialog.c:
8272         (ev_properties_dialog_set_document):
8273         * shell/ev-window.c: (ev_window_cmd_file_open),
8274         (ev_window_cmd_save_as):
8275         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8276
8277         Rework document types managing to avoid code duplication
8278         and actually abstract from backend implementations.
8279         Also provide a minimal factory api that can be used by
8280         thumbnailer/properties.
8281
8282 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8283
8284         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8285         Plug a mem leak.
8286         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8287         HIG spacings.
8288
8289 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8290
8291         * shell/ev-properties-dialog.c
8292         (ev_properties_dialog_set_document): only call
8293         ev_properties_fonts_set_document() if the document implements the
8294         fonts interface
8295
8296 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8297
8298         * configure.ac:
8299         * properties/Makefile.am:
8300         * properties/ev-properties-view.c:
8301         (ev_properties_view_register_type):
8302         * properties/ev-properties-view.h:
8303         * properties/ev-properties-main.h:
8304
8305         Implement nautilus plugin for properties.
8306         Works only for pdf atm, I need to rework the
8307         document types stuff to get this to work
8308         for all backends...
8309
8310 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8311
8312         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8313         (ev_properties_fonts_set_document): use
8314         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8315
8316 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8317
8318         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8319         them
8320         (PlaceImage, tiff2ps_process_page): use
8321         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8322
8323
8324 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8325
8326         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8327         (main): to call gnome_authentication_manager_init. Should fix
8328         Bug #308510
8329
8330         * configure.ac: that requires libgnomeui 2.6.0.
8331
8332 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8333
8334         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8335         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8336         use the new tiff2ps interfaces
8337
8338         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8339         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8340
8341         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8342         structure instead of global variables.  Remove use of static
8343         variables in functions.
8344
8345 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8346
8347         * shell/ev-page-action.c: unref the completion after setting it to the
8348         entry
8349
8350 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8351
8352         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8353         postscript files
8354
8355 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8356
8357         * shell/ev-window.c (update_action_sensitivity): disable
8358         File->Print if the document does not implement the ps exporter
8359         interface
8360
8361 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8362
8363         * Makefile.am:
8364         * configure.ac:
8365         * data/evince-properties.glade:
8366         * properties/.cvsignore:
8367         * properties/Makefile.am:
8368         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8369         (ev_properties_view_class_init), (ev_properties_view_format_date),
8370         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8371         (ev_properties_view_init), (ev_properties_view_new):
8372         * properties/ev-properties-view.h:
8373         * shell/Makefile.am:
8374         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8375         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8376         (ev_properties_dialog_new):
8377         * shell/ev-properties-dialog.h:
8378         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8379         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8380         (update_progress_label), (job_fonts_finished_cb),
8381         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8382         * shell/ev-properties-fonts.h:
8383         * shell/ev-properties.c:
8384         * shell/ev-properties.h:
8385         * shell/ev-window.c: (ev_window_setup_document),
8386         (ev_window_cmd_file_properties):
8387
8388         Split the properties pages in two different objects, depend
8389         only on the backend where possible, use widgets instead
8390         of gobject for the glade part, reimplement the dialog
8391         itself with gtk.
8392         I need this to implement nautilus properties page.
8393
8394 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8395
8396         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8397         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8398         (tiff_document_document_ps_exporter_iface_init): implement the ps
8399         exporter interface for tiff documents
8400
8401         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8402         libtiff to implement TIFF postscript export
8403
8404         * tiff/tiff2ps.h: added a header file for external tiff2ps
8405         functions.
8406
8407         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8408         tiff2ps.h
8409
8410 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8411
8412         * shell/ev-view.c: (scroll_to_current_page),
8413         (ev_view_set_fullscreen), (ev_view_set_presentation):
8414         
8415         Scroll to current page when exit from presentation
8416
8417 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8418
8419         * shell/ev-window.c: (update_document_mode),
8420         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8421         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8422         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8423         
8424         Exit from fullscreen mode when switch to presentation. Fix for
8425         bug 309365
8426
8427 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8428
8429         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8430         return NULL if the document does not implement the selection
8431         interface.
8432
8433 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8434
8435         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8436         reported height by using the resolution aspect ratio
8437         (tiff_document_render_pixbuf): scale the pixbuf using the
8438         resolution aspect ratio
8439
8440 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8441
8442         * configure.ac:
8443         
8444         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8445         <kiltedaco@gmail.com>
8446         
8447         * djvu/djvu-document.c: (djvu_document_get_orientation),
8448         (djvu_document_set_orientation), (djvu_document_get_page_size),
8449         (rotate_pixbuf), (djvu_document_render_pixbuf),
8450         (djvu_document_document_iface_init):
8451         * dvi/dvi-document.c: (dvi_document_get_orientation),
8452         (dvi_document_set_orientation), (dvi_document_get_page_size),
8453         (rotate_pixbuf), (dvi_document_render_pixbuf),
8454         (dvi_document_document_iface_init):
8455         
8456         Dvi and djvu backends are ported to new API
8457
8458 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8459
8460         * backend/ev-selection.c: (ev_selection_get_selection_region),
8461         (ev_selection_get_selection_map):
8462         * backend/ev-selection.h:
8463         * pdf/ev-poppler.cc:
8464         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8465         * shell/ev-jobs.h:
8466         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8467         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8468         (ev_pixbuf_cache_get_text_mapping):
8469         * shell/ev-pixbuf-cache.h:
8470         * shell/ev-view.c: (location_in_text),
8471         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8472         support to EvView.  Now we can see where we can select!  Sweet!
8473
8474 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8475
8476         * shell/ev-view.c (ev_view_button_press_event): Fix
8477         event->y + view->scroll_x typo.
8478
8479 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8480
8481         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8482         sub-GdkPixbuf instead of passing dest_x and dest_y.
8483         
8484         * shell/ev-view.c: (view_point_to_doc_point),
8485         (view_rect_to_doc_rect), (ev_view_button_press_event),
8486         (ev_view_motion_notify_event), (compute_new_selection_rect),
8487         (gdk_rectangle_point_in), (compute_new_selection_text),
8488         (compute_selections): Update selection code to keep the selection
8489         around as two points and not as a normalized rectangle, and fix
8490         page level selection in two-column mode.
8491
8492 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8493
8494         * shell/ev-window.c: (window_configure_event_cb): 
8495         
8496         Fix compilation
8497         
8498 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8499
8500         * pdf/ev-poppler.cc:
8501
8502         Fix compilation
8503
8504 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8505
8506         * shell/Makefile.am:
8507         * shell/ev-metadata-manager.c: (item_free),
8508         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8509         (parse_value), (parseItem), (load_values),
8510         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8511         (save_values), (save_item), (get_oldest), (resize_items),
8512         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8513         * shell/ev-metadata-manager.h:
8514
8515         Metadata manager from gedit but modified to use GValue, so that
8516         we dont need to keep converting from strings.
8517
8518         * configure.ac:
8519
8520         ENABLE_METADATA conditional, on when dbus is on
8521
8522         * shell/ev-application.c: (ev_application_open_uri):
8523
8524         Show the window after load so that we can initialize
8525         window size before it's showed.
8526
8527         * shell/ev-window.c: (ev_window_setup_from_metadata),
8528         (ev_window_open_uri), (window_configure_event_cb),
8529         (ev_window_init):
8530
8531         Save and load metadata information about window size.
8532         Not yet keeping states in account.
8533
8534         * shell/main.c: (main):
8535
8536         Shutdown metadata manager.
8537
8538 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8539
8540         * shell/ev-application-service.xml:
8541         * configure.ac:
8542         * shell/Makefile.am:
8543         * shell/ev-application.c:
8544         * shell/ev-application.h:
8545         * shell/ev-window.c:
8546         * shell/ev-window.h:
8547         * shell/main.c:
8548
8549         Add an optional dbus interface (--enable-dbus).
8550         Rework application code, mainly to be easier to
8551         use "remotely".
8552         Do not open multiple windows with the same document,
8553         spatial evince!
8554
8555 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8556
8557         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8558         pixbuf iff it exists.
8559
8560 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8561
8562         * shell/*:
8563         * backend/ev-render-context.[ch]:
8564         * backend/ev-selection.[ch]:
8565
8566         Massive changes.  We now support text selection of pdfs, and not
8567         just rectangular selection.  This is pretty broken still, but I
8568         want to get something into CVS.
8569
8570 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8571
8572         * pdf/ev-poppler.cc:
8573         
8574         Fix for Bug 309080: crash on window close.
8575         
8576         * shell/ev-page-action.c: (page_changed_cb):
8577         
8578         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8579         jensgr@gmx.net (Jens Granseuer).
8580
8581 2005-06-25  Marcel Telka  <marcel@telka.sk>
8582
8583         * configure.in (ALL_LINGUAS): Added sk.
8584
8585 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8586
8587         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8588         not a document open
8589
8590 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8591
8592         * NEWS:
8593         * configure.ac:
8594
8595         Release 0.3.2
8596
8597         * cut-n-paste/recent-files/Makefile.am:
8598
8599         Fix make distcheck
8600
8601 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8602
8603         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8604         (pixbuf_document_set_orientation), (rotate_pixbuf),
8605         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8606         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8607
8608         Implement rotation and cleanup the code a bit.
8609
8610         * tiff/tiff-document.c: (tiff_document_get_page_size),
8611         (tiff_document_get_orientation), (tiff_document_set_orientation),
8612         (rotate_pixbuf), (tiff_document_render_pixbuf),
8613         (tiff_document_document_iface_init), (tiff_document_init):
8614
8615         Implement rotation. Was the quicker solution for the release
8616         but we really need to share this code in the shell.
8617
8618 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8619
8620         * pdf/ev-poppler.cc:
8621
8622         Enable rotation, require poppler cvs. Fix a leak.
8623
8624 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8625
8626         * shell/ev-window.c: (update_action_sensitivity):
8627         
8628         Make properties unsensitive if document backend doesn't provide
8629         any info
8630
8631 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8632
8633         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8634         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8635         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8636         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8637         (bitmap_flip_rotate_counter_clockwise):
8638         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8639         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8640         (buff_gets):
8641         * dvi/mdvi-lib/common.h:
8642         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8643         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8644         (opendvi), (mdvi_reload), (mdvi_init_context),
8645         (mdvi_destroy_context), (mdvi_dopage), (special):
8646         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8647         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8648         (file_hash_free), (register_encoding), (parse_spec),
8649         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8650         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8651         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8652         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8653         (mdvi_register_font_type), (mdvi_unregister_font_type),
8654         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8655         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8656         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8657         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8658         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8659         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8660         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8661         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8662         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8663         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8664         (mdvi_unregister_special), (mdvi_flush_specials):
8665         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8666         (t1_font_remove):
8667         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8668         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8669         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8670         (free_font_metrics), (flush_font_metrics):
8671         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8672         (tt_font_remove):
8673         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8674         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8675         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8676         (dstring_insert), (dstring_new), (dstring_reset):
8677         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8678         
8679         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8680         avoid conflict with libtool on FC4
8681         
8682         * shell/ev-window.c: (ev_window_cmd_help_about):
8683         
8684         Update copyright year. Fix for bug 308828.
8685
8686 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8687
8688         * shell/ev-view.c: (add_scroll_binding_keypad),
8689         (ev_view_binding_activated), (ev_view_class_init),
8690         (on_adjustment_value_changed):
8691         
8692         Bug 170874: Arrow keys switch pages in presentation mode
8693
8694 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8695
8696         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8697         
8698         Fix for Bug 308265: Sidebar dissappears coming out of 
8699         Presentation mode
8700
8701 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8702
8703         * shell/ev-application.c: (ev_application_open):
8704         * shell/ev-document-types.c: (ev_document_types_add_filters),
8705         (ev_document_types_add_filters_for_type):
8706         * shell/ev-document-types.h:
8707         * shell/ev-window.c: (ev_window_cmd_save_as):
8708         
8709         Suggest basename as template when saving, provide filters
8710         for save dialog. It's bug 308402
8711
8712 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8713
8714         * pdf/ev-poppler.cc:
8715         * shell/ev-sidebar-links.c: (job_finished_callback):
8716         * shell/ev-view.c: (update_find_status_message):
8717         
8718         Some leaks fixed
8719
8720 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8721
8722         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8723         (egg_recent_view_uimanager_set_list):
8724
8725         Fix buglet in !show_numbers case.
8726
8727 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8728
8729         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8730         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8731
8732         Use pango ellipsisation.
8733
8734         * pdf/ev-poppler.cc:
8735
8736         Fix refcount leak, from nsh.
8737
8738 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8739
8740         * cut-n-paste/recent-files/Makefile.am:
8741         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8742         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8743         
8744         Removed EggRecentViewGtk
8745         
8746         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8747         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8748         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8749         (ev_window_setup_recent):
8750         
8751         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8752         with other projects
8753
8754 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8755
8756         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8757         (egg_recent_view_gtk_finalize):
8758
8759         Fix memory leak
8760
8761         * cut-n-paste/toolbar-editor/Makefile.am:
8762         
8763         Fix location of cursor icon.
8764         
8765         * pdf/ev-poppler.cc:
8766         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8767         (display_completion_text), (match_completion):
8768         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8769         (selection_changed_callback), (create_loading_model),
8770         (print_section_cb), (links_page_num_func),
8771         (update_page_callback_foreach):
8772         * shell/ev-window.c: (ev_window_dispose):
8773         
8774         Small memory fixes. Links model now store objects instead
8775         of pointers to improve memory management. 
8776
8777 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8778
8779         * shell/ev-window.c: (zoom_control_changed_cb):
8780         
8781         Fix update of zoom control (bug 308268).
8782
8783 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8784
8785         * shell/ev-properties.c (set_property): escape the text correctly.
8786         Handles non-UTF-8 properties and escaped properties.  Also, sets
8787         the text to "<i>None</i>" if the property isn't set.
8788
8789         * data/evince-properties.glade: Change the label to be ellipsized,
8790         and give it a minimum size.
8791
8792 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8793
8794         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8795         * shell/ev-sidebar-links.c: (create_loading_model):
8796         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8797         * shell/ev-view.c: (ev_view_set_document):
8798         * shell/ev-window.c: (ev_window_dispose):
8799         
8800         Various small fixes, mostly memory leaks. Thanks to valgrind.
8801
8802 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8803
8804         * ps/ps-document.c: remove the locale.h include again ;-). And
8805         kill the (bogus) setlocale/savelocale business.
8806
8807 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8808
8809         * ps/ps-document.c:
8810         
8811         Include locale.h to fix build
8812         
8813         * shell/ev-sidebar.c:
8814         
8815         Remove unnecessary includes
8816
8817 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8818
8819         * dvi/dvi-document.c: (dvi_document_load):
8820         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8821         * po/POTFILES.in:
8822         
8823         Check for incorrect dvi files. Fix parsing dvi on AMD64
8824         platform. Thanks to tester@tester.ca (Olivier Crete).
8825
8826 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8827
8828         * shell/ev-page-action.c: (match_selected_cb),
8829         (display_completion_text), (match_completion), (update_model):
8830         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8831         (expand_open_links):
8832         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8833         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8834         (ev_sidebar_set_document):
8835         * shell/ev-window.c: (ev_window_xfer_job_cb),
8836         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8837         
8838         Fixed lot's of memory leaks, for example, memory leak on reload, 
8839         described in bug 307793.
8840
8841 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8842
8843         * pdf/ev-poppler.cc:
8844         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8845         (update_visible_range), (adjustment_changed_cb),
8846         (ev_sidebar_thumbnails_fill_model),
8847         (ev_sidebar_thumbnails_refresh),
8848         (ev_sidebar_tree_selection_changed),
8849         (ev_sidebar_icon_selection_changed),
8850         (ev_sidebar_thumbnails_use_icon_view),
8851         (ev_sidebar_thumbnails_set_document):
8852         * shell/ev-sidebar-thumbnails.h:
8853         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8854         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8855
8856         Refresh thumbnails when changing orientation. Not fully
8857         working yet becuase of a sidebar bug.
8858
8859         Set page orientation to poppler page everywhere. This sucks
8860         really need to fix poppler.
8861
8862 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8863
8864         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8865         (egg_recent_view_gtk_new_menu_item),
8866         (egg_recent_view_gtk_set_property),
8867         (egg_recent_view_gtk_get_property),
8868         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8869         (egg_recent_view_gtk_set_tooltip_func),
8870         (egg_recent_view_gtk_set_label_width),
8871         (egg_recent_view_gtk_get_label_width):
8872         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8873
8874         Sync with libegg (ellipsize labels)
8875
8876 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8877
8878         * data/evince-ui.xml:
8879         * shell/ev-window.c: (ev_window_cmd_go_forward),
8880         (ev_window_cmd_go_backward):
8881         
8882         Shift + PageUp moves 10 Pages. Fix for 306125
8883
8884 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8885
8886         * pdf/ev-poppler.cc:
8887
8888         Add a flag to check if orientation has been overriden
8889
8890 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8891
8892         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8893         field if necessary.
8894
8895         * ps/ps.h: add creator field to document.
8896
8897         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8898         set creator field.
8899
8900 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8901
8902         * data/evince-properties.glade:
8903         * shell/ev-properties.c: (ev_properties_set_document):
8904
8905         s/PDF Version/Format
8906
8907 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8908
8909         * shell/ev-properties.c: (ev_properties_set_document):
8910
8911         Remove unnecessary translations
8912
8913 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8914
8915         * cut-n-paste/toolbar-editor/Makefile.am:
8916
8917         Correct library name    
8918
8919 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8920
8921         * configure.ac:
8922         * cut-n-paste/recent-files/egg-recent-model.c:
8923         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8924         (egg_recent_model_unlock_file):
8925         * cut-n-paste/recent-files/egg-recent-util.c:
8926         (egg_recent_util_get_unique_id):
8927         * cut-n-paste/recent-files/update-from-egg.sh:
8928         * cut-n-paste/toolbar-editor/Makefile.am:
8929         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8930         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8931         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8932         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8933         (egg_toolbars_model_get_type):
8934         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8935
8936         Better makefile for toolbar editor and update everything
8937         to latest libegg.
8938
8939 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8940
8941         * shell/ev-window.c: (update_document_mode):
8942
8943         Prefer presentation mode when the document
8944         require fullscreen.
8945
8946 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8947
8948         * data/evince-ui.xml:
8949         * shell/ev-window.c:
8950
8951         Add control-equal for zooming
8952
8953 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8954
8955         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8956
8957 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8958
8959         * backend/ev-document.c: (ev_document_get_orientation):
8960         * backend/ev-document.h:
8961         * pdf/ev-poppler.cc:
8962         * ps/ps-document.c: (ps_document_get_orientation),
8963         (ps_document_set_orientation), (ps_document_document_iface_init):
8964
8965         Add a get_orientation api. Improve set_orientation.
8966
8967         * data/evince-ui.xml:
8968         * shell/ev-view.c: (ev_view_set_orientation),
8969         (ev_view_rotate_right), (ev_view_rotate_left):
8970         * shell/ev-view.h:
8971         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8972         (ev_window_cmd_edit_rotate_right):
8973
8974         Better ui for changing document orientation
8975
8976 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8977
8978         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8979         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8980         * shell/ev-sidebar-links.h:
8981         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8982         (ev_sidebar_page_iface_init):
8983         * shell/ev-sidebar-page.h:
8984         * shell/ev-sidebar-thumbnails.c:
8985         (ev_sidebar_thumbnails_get_property),
8986         (ev_sidebar_thumbnails_class_init),
8987         (ev_sidebar_thumbnails_set_document):
8988         * shell/ev-sidebar-thumbnails.h:
8989         * shell/ev-view.c: (ev_view_motion_notify_event):
8990         * shell/ev-window.c: (update_chrome_visibility),
8991         (ev_window_cmd_focus_page_selector),
8992         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8993         (sidebar_page_main_widget_update_cb), (ev_window_init):
8994         
8995         Autoraise toolbar on GoToPage binding and fix bindings in
8996         EvSidebarThumbnails page.
8997
8998 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8999
9000         * shell/ev-properties.c: (update_progress_label):
9001
9002         Hide the progress label when finished; bug #307697.
9003
9004 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9005
9006         * pdf/ev-poppler.cc:
9007
9008         Enable is_open for links, you will need poppler cvs
9009
9010         * shell/ev-properties.c: (job_fonts_finished_cb):
9011
9012         Get a lock on the document when filling the tree view
9013
9014 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9015
9016         * backend/ev-document-links.h:
9017         * pdf/ev-poppler.cc:
9018         * shell/ev-sidebar-links.c: (create_loading_model),
9019         (expand_open_links), (job_finished_callback):
9020
9021         Expand links when specified by the document.
9022         Depend on a poppler api (defined out for now)
9023
9024 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9025
9026         * shell/ev-properties.c: (ev_properties_dispose),
9027         (ev_properties_class_init), (dialog_destroy_cb),
9028         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9029         (ev_properties_set_document), (ev_properties_new),
9030         (ev_properties_show):
9031         * shell/ev-properties.h:
9032
9033         Make it an object, cleanup the code, api to show it as transient
9034         and to set the document.
9035
9036         * shell/ev-window.c: (ev_window_setup_document),
9037         (ev_window_cmd_file_properties):
9038
9039         Adapt to EvProperties changes, do not show multiple
9040         times, update it when document changes.
9041
9042 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9043
9044         * ps/gstypes.h:
9045         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9046         (ps_document_set_orientation), (ps_document_document_iface_init):
9047         * ps/ps-document.h:
9048
9049         Implement orientation here too
9050
9051         * shell/ev-properties.c: (ev_properties_new):
9052         * data/evince-properties.glade:
9053
9054         Hide the fonts page for backends that doesnt
9055         support it.     
9056
9057 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9058
9059         * backend/ev-document.c: (ev_document_set_orientation):
9060         * backend/ev-document.h:
9061         * pdf/ev-poppler.cc:
9062
9063         Add orientation api. Currently poppler api is not optimal,
9064         we need to set orientation every time we _get a page.
9065         I will try to fix that at some point.
9066
9067         * data/evince-ui.xml:
9068         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9069         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9070
9071         Add orientation menu items
9072
9073         * shell/ev-page-cache.c: (ev_page_cache_clear):
9074         * shell/ev-page-cache.h:
9075
9076         Add api to clear the cache
9077
9078         * shell/ev-view.c: (setup_caches), (clear_caches),
9079         (ev_view_set_document), (ev_view_zoom_out),
9080         (ev_view_set_orientation):
9081         * shell/ev-view.h:
9082
9083         Implement orientation changing
9084
9085 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9086
9087         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9088         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9089         * backend/ev-document-fonts.h:
9090
9091         Separate scan and fill so that we can incrementally fill from
9092         the main thread. Add a progress api.
9093
9094         * data/evince-properties.glade:
9095         * pdf/ev-poppler.cc:
9096         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9097         * shell/ev-jobs.h:
9098         * shell/ev-properties.c: (update_progress_label),
9099         (job_fonts_finished_cb), (setup_fonts_view):
9100
9101         Incrementally feel the list and show the progress
9102         percentage in a label like acrobat does.
9103
9104         You are going to need poppler cvs
9105
9106 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9107
9108         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9109         * backend/ev-document-fonts.h:
9110         * pdf/ev-poppler.cc:
9111
9112         Make fonts model fill incrementally.
9113
9114         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9115         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9116         (ev_job_queue_remove_job):
9117         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9118         (ev_job_fonts_new), (ev_job_fonts_run):
9119         * shell/ev-jobs.h:
9120
9121         New job for fonts scanning
9122
9123         * shell/ev-properties.c: (job_fonts_finished_cb),
9124         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9125         * shell/ev-properties.h:
9126         * shell/ev-window.c: (ev_window_cmd_file_properties):
9127
9128         Incrementally feel the treeview using the new job. Show Loading...
9129         message until scanning is completed.
9130
9131         Hopefully I didnt break the build without the poppler patch.
9132
9133 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9134
9135         * shell/ev-application.c: (ev_application_open):
9136         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9137         (ev_document_type_get_type), (ev_document_type_lookup):
9138         * shell/ev-document-types.h:
9139         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9140         * shell/ev-job-xfer.h:
9141         * shell/ev-window.c: (ev_window_clear_local_uri),
9142         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9143         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9144         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9145         
9146         Transfer remote documents to tmp directory to display them later.
9147
9148 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9149
9150         * backend/ev-document-info.h:
9151         * shell/ev-properties.c: (ev_properties_new):
9152
9153         s/GTime*/GTime. Not sure why we was using a pointer
9154         at all there!
9155
9156 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9157
9158         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9159         situations.  That situation is that you're using GTK+-HEAD with
9160         the patch at #306726 is applied, and you have a document with <
9161         1500 pages in it.  It's not quite as uniformly nice as the
9162         TreeView, but should be better in the long run.
9163
9164         I'm pretty sure I guarded against breaking compilation with
9165         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9166         I missed some.
9167
9168         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9169         widget yet, so I commented that code out
9170         enable_view_actions_for_widget() for now.  Need to figure this
9171         out.
9172
9173         * shell/ev-page-action.c (match_selected_cb): emit the right
9174         signals.  Our cool C-l completion now works.
9175
9176 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9177
9178         * backend/Makefile.am:
9179         * backend/ev-document-fonts.c:
9180         * backend/ev-document-links.c:
9181         * backend/ev-document.c: (ev_document_load):
9182         * backend/ev-document.h:
9183         * backend/ev-job-queue.c:
9184         * backend/ev-job-queue.h:
9185         * backend/ev-jobs.c:
9186         * backend/ev-jobs.h:
9187         * backend/ev-page-cache.c:
9188         * backend/ev-page-cache.h:
9189
9190         EvPageCache and EvJobs are moved to shell.
9191
9192         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9193         (ev_tmp_filename):
9194         * lib/ev-file-helpers.h:
9195         
9196         New helper to work with temporary files
9197         
9198         * shell/Makefile.am:
9199         * shell/ev-application.c: (ev_application_open):
9200         * shell/ev-application.h:
9201         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9202         (remove_job_from_async_queue), (add_job_to_async_queue),
9203         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9204         (handle_job), (search_for_jobs_unlocked),
9205         (no_jobs_available_unlocked), (ev_render_thread),
9206         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9207         (ev_job_queue_add_job), (move_job_async), (move_job),
9208         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9209         * shell/ev-job-queue.h:
9210         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9211         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9212         * shell/ev-job-xfer.h:
9213         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9214         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9215         (ev_job_links_class_init), (ev_job_render_init),
9216         (ev_job_render_dispose), (ev_job_render_class_init),
9217         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9218         (ev_job_thumbnail_class_init), (ev_job_load_init),
9219         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9220         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9221         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9222         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9223         * shell/ev-jobs.h:
9224         * shell/ev-page-action.c: (ev_page_action_set_document):
9225         * shell/ev-page-cache.c: (ev_page_cache_init),
9226         (ev_page_cache_class_init), (ev_page_cache_finalize),
9227         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9228         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9229         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9230         (ev_page_cache_get_title), (ev_page_cache_get_size),
9231         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9232         (ev_page_cache_get_height_to_page),
9233         (ev_page_cache_get_max_label_chars),
9234         (ev_page_cache_get_page_label),
9235         (ev_page_cache_has_nonnumeric_page_labels),
9236         (ev_page_cache_get_info), (ev_page_cache_next_page),
9237         (ev_page_cache_prev_page), (ev_page_cache_get):
9238         * shell/ev-page-cache.h:
9239         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9240         (ev_pixbuf_cache_clear_job_sizes),
9241         (ev_pixbuf_cache_add_jobs_if_needed),
9242         (ev_pixbuf_cache_set_page_range):
9243         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9244         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9245         * shell/ev-sidebar-thumbnails.c:
9246         (ev_sidebar_tree_selection_changed),
9247         (ev_sidebar_thumbnails_set_document):
9248         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9249         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9250         (ev_statusbar_get_context_id), (ev_statusbar_push),
9251         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9252         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9253         (ev_statusbar_set_progress):
9254         * shell/ev-statusbar.h:
9255         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9256         (ev_view_find_previous):
9257         * shell/ev-window.c: (ev_window_is_empty),
9258         (ev_window_setup_document), (password_dialog_response),
9259         (ev_window_clear_jobs), (ev_window_load_job_cb),
9260         (ev_window_xfer_job_cb), (ev_window_open_uri),
9261         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9262         (ev_window_print), (ev_window_print_range),
9263         (ev_window_state_event), (ev_window_cmd_view_reload),
9264         (menu_item_select_cb), (menu_item_deselect_cb),
9265         (view_status_changed_cb), (ev_window_dispose),
9266         (drag_data_received_cb), (ev_window_init):
9267         * shell/ev-window.h:
9268         * shell/main.c: (load_files):
9269         
9270         New statusbar to show progress on idle. Two new jobs - 
9271         xfer job and load job to load document in background. And update
9272         of page_cache clients to new location of code.
9273
9274 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9275
9276         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9277         selection in open dialog. It also remembers the last visited directory 
9278         in the current session.
9279
9280 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9281
9282         * shell/ev-properties.c: (ev_properties_new):
9283         * shell/ev-properties.h:
9284         * shell/ev-window.c: (ev_window_cmd_file_properties):
9285         
9286         Get document info from page cache instead of document itself.
9287         This should fix crash related to race conditions described in
9288         bug 306545.
9289
9290 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9291
9292         * ps/ps-document.c: (ps_document_init),
9293         (send_ps), (get_page_box), (output), (catchPipe), (input),
9294         (stop_interpreter), (file_length), (file_readable),
9295         (check_filecompressedb), (ps_document_enable_interpreter),
9296         (document_load), (ps_async_renderer_render_pixbuf):
9297         * ps/ps-document.h:
9298
9299         Big cleanup of the ps code
9300
9301 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9302
9303         * backend/Makefile.am:
9304         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9305         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9306         * backend/ev-async-renderer.h:
9307
9308         Add an async renderer interface (method + callback) which
9309         is useful for backends like ps.
9310
9311         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9312         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9313         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9314         (ev_job_queue_add_job), (move_job_async), (move_job),
9315         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9316
9317         Add queues for async renderer, these are executed on the
9318         main thread.
9319
9320         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9321         (ev_job_render_run):
9322         * backend/ev-jobs.h:
9323
9324         If the backend support async renderer interface use it.
9325
9326         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9327         (setup_pixmap), (ps_document_get_type),
9328         (ps_async_renderer_render_pixbuf),
9329         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9330
9331         Implement async renderer interface.
9332
9333 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9334
9335         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9336
9337         Cleanup links job on exit.
9338
9339 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9340
9341         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9342         (drag_data_get_cb), (drag_data_received_cb):
9343         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9344         (drag_data_get_cb), (parse_item_list),
9345         (egg_toolbar_editor_load_actions):
9346         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9347         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9348         (parse_item_list), (parse_toolbars):
9349         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9350         (dvi_pixbuf_put_pixel):
9351         
9352         Fix gcc 4.0 warnings
9353
9354 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9355
9356         * ps/ps-document.c: (start_interpreter):
9357
9358         Fix warning when loading ps
9359
9360 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9361
9362         * ps/ps-document.c: (output):
9363
9364         Fix crash when priting gs error messages.
9365
9366 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9367
9368         * backend/ev-page-cache.c: (_ev_page_cache_new):
9369         * backend/ev-page-cache.h:
9370
9371         Use a const to return title so that we dont double
9372         free it. Small cleanup and fix a leak.
9373
9374         * shell/ev-window.c: (update_window_title):
9375
9376         strdup value from get_title.
9377
9378 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9379
9380         * shell/ev-sidebar-links.c: (job_finished_callback),
9381         (ev_sidebar_links_set_document):
9382
9383         Cleanup the old job when changing document
9384
9385 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9386
9387         * shell/ev-stock-icons.c:
9388         * shell/ev-stock-icons.h:
9389         * shell/ev-window.c:
9390         
9391         Add stock icons for actions that can appear in toolbar. Fix for
9392         bug 306566.
9393
9394 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9395
9396         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9397         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9398         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9399         * backend/ev-page-cache.h:
9400         * shell/ev-view.c: (scroll_to_current_page),
9401         (view_update_range_and_current_page), (get_page_y_offset),
9402         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9403         (ev_view_size_request_continuous),
9404         (ev_view_zoom_for_size_continuous_and_dual_page),
9405         (ev_view_zoom_for_size_continuous):
9406         
9407         More compact EvView layout in document with pages of different size.
9408
9409 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9410
9411         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9412         compilation.
9413
9414 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9415
9416         * shell/ev-view.c: (view_set_adjustment_values):
9417         * shell/ev-window.c: (ev_window_cmd_file_properties):
9418         
9419         A bit different fix for rounding problem but it has no
9420         problems on startup. Make properties window transient to parent.
9421
9422 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9423
9424         * pdf/ev-poppler.cc:
9425         
9426         More commenting of font stuff.
9427
9428 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9429
9430         * pdf/ev-poppler.cc:
9431
9432         Comment out some more fonts stuff. Should really
9433         work without the poppler patch now.
9434
9435 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9436
9437         * pdf/ev-poppler.cc:
9438
9439         Adapt to api change
9440
9441 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9442
9443         * data/evince-properties.glade:
9444         * pdf/ev-poppler.cc:
9445         * shell/ev-properties.c: (setup_fonts_view):
9446
9447         Set the column title. Show the dialog only
9448         once everything is setup.
9449         Getting font info can be very slow... will
9450         prolly need to make this threaded too.
9451
9452 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9453
9454         * backend/Makefile.am:
9455         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9456         (ev_document_fonts_get_fonts_model):
9457         * backend/ev-document-fonts.h:
9458         * data/evince-properties.glade:
9459         * pdf/ev-poppler.cc:
9460         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9461         * shell/ev-properties.h:
9462         * shell/ev-window.c: (ev_window_cmd_file_properties):
9463
9464         Implement fonts list. Defined out for now, since it depends
9465         on a not yet committed poppler patch.
9466
9467 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9468
9469         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9470         page + 1.
9471
9472         * shell/ev-window.c: Make sure we add the timeout when we get a
9473         focus-in event.
9474
9475         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9476         adjustment->value before calculating the zoom factor to average
9477         out all of our rounding errors.  The page no longer 'drifts' when
9478         resizing.
9479
9480 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9481
9482         * data/evince-properties.glade:
9483         * shell/ev-properties.c: (ev_properties_format_date),
9484         (set_property):
9485         
9486         Labels don't expand when the dialogue is resized.
9487         strftime result needs to be converted to UTF-8. Thanks
9488         to Christian Persch <chpe@gnome.org>.
9489
9490 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9491
9492         * data/evince-properties.glade:
9493
9494         Hide the fonts tab
9495
9496 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9497
9498         * backend/ev-document-info.h:
9499         * backend/ev-document.c: (ev_document_info_free):
9500         * data/evince-properties.glade:
9501         * pdf/ev-poppler.cc:
9502         * ps/ps-document.c: (ps_document_get_info):
9503         * shell/ev-properties.c: (ev_properties_format_date),
9504         (set_property), (ev_properties_new):
9505         * shell/ev-properties.h:
9506         * shell/ev-window.c: (ev_window_cmd_file_properties):
9507
9508         Rework properties code to take only EvPropertyInfo
9509         in the constructor so that it can be useful for
9510         nautilus plugin too.
9511
9512         Deal with backends that doesnt support some properties.
9513         Make set property code generic.
9514
9515 2005-06-04  Christian Persch <chpe@gnome.org>
9516
9517         * data/evince-properties.glade:
9518
9519         fix spacings, make resizeable, and make data labels
9520         selectable + ellipsised
9521
9522 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9523
9524         * backend/ev-document-info.h:
9525         * data/Makefile.am:
9526         * data/evince-ui.xml:
9527         * pdf/ev-poppler.cc:
9528         * shell/Makefile.am:
9529         * shell/ev-window.c: (update_action_sensitivity),
9530         (ev_window_cmd_file_properties):
9531
9532         Initial go at file properties. Patch by
9533         Emil Soleyman-Zomalan <emil@soleyman.com>.
9534         Needs love see #169583
9535
9536 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9537
9538         * ps/ps-document.c: (output):
9539         * ps/ps.c: (psscan):
9540
9541         Try to render even if psscan fails.
9542
9543 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9544
9545         * ps/ps.c: (psscan), (pscopydoc):
9546
9547         Port buffered reading code from gv
9548
9549 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9550
9551         * ps/ps-document.c: (interpreter_message), (output):
9552
9553         Do not fail on interpreter messages
9554
9555 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9556
9557         * backend/ev-document-misc.c:
9558         (ev_document_misc_get_thumbnail_frame):
9559
9560         Pages can be 0 x 0, dont assert on this case
9561
9562 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9563
9564         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9565         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9566
9567         Correctly manage our reference on document. Finally the reload
9568         huge leak is gone...
9569
9570 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9571
9572         * ps/ps-document.c: (ps_document_dispose):
9573
9574         Forgot to chain it to the parent. Thanks chpe.
9575
9576 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9577
9578         * ps/ps-document.c: (ps_document_dispose),
9579         (ps_document_class_init), (stop_interpreter), (document_load):
9580
9581         Cleanup dispose a bit. Dont leak the whole pixmap.
9582
9583 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9584
9585         * pdf/ev-poppler.cc:
9586
9587         Release the poppler document on dispose
9588
9589 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9590
9591         * shell/ev-view.c: (ev_view_set_document):
9592
9593         Release ref on the pixbuf cache when changing
9594         document.
9595
9596 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9597
9598         * ps/ps-document.c: (ps_document_get_info):
9599
9600         Fix a double free
9601
9602 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9603
9604         * backend/ev-page-cache.c: (ev_page_cache_init),
9605         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9606         * backend/ev-page-cache.h:
9607         * shell/ev-page-action.c: (page_changed_cb):
9608         
9609         Set page action entry width depending on labels width. Fix
9610         for bug 305202.
9611
9612 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9613
9614         * backend/ev-link.c: (ev_link_class_init):
9615
9616         Allow -1 as page value (error)
9617
9618 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9619
9620         * shell/ev-sidebar-thumbnails.c:
9621         (ev_sidebar_thumbnails_set_document):
9622         * shell/ev-view.c: (scroll_to_current_page),
9623         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9624         (page_changed_cb), (on_adjustment_value_changed),
9625         (ev_view_set_document):
9626
9627         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9628         Fix bug 305377
9629
9630 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9631
9632         * configure.ac:
9633         * djvu/djvu-document.c: (djvu_document_get_page_size):
9634
9635         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9636         bug 301993.
9637
9638 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9639
9640         * shell/ev-view.c (draw_one_page): modify the expose handling to
9641         get the shadows.
9642
9643         * shell/ev-window.c (update_action_sensitivity): Respect
9644         permissions field.  Kowtow to the man.
9645
9646         * pdf/ev-poppler.cc: Get the permissions field.
9647
9648         * tiff/*c: Make a tiny bit more robust.
9649
9650 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9651
9652         * djvu/djvu-document.c:
9653         
9654         Pop messages from djvu context message queue.
9655
9656 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9657
9658         * configure.ac, Makefile.am, shell/Makefile.am:
9659         * tiff/Makefile.am, shell/ev-document-types.c:
9660         
9661         Cleanup tiff configure checks. Fix for bug 305218.
9662
9663 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9664
9665         * configure.ac: Added "uk" to ALL_LINGUAS.
9666
9667 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9668
9669         * cut-n-paste/zoom-control/ephy-zoom.c:
9670         (ephy_zoom_get_changed_zoom_level):
9671         * cut-n-paste/zoom-control/ephy-zoom.h:
9672         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9673         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9674         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9675         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9676         (zoom_control_changed_cb), (ev_window_init):
9677         
9678         Fix minor points related to moving best fit up. Introduce
9679         "zoom" property and make zoom control change it's value on
9680         notify::zoom signals. Fix for 305080.
9681
9682 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9683
9684         * data/evince-ui.xml:
9685         * shell/ev-window.c: (set_view_actions_sensitivity):
9686         
9687         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9688
9689 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9690
9691         * configure.ac:
9692
9693         Depends on poppler 0.3.2
9694
9695 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9696
9697         * cut-n-paste/recent-files/egg-recent-item.c:
9698         (egg_recent_item_get_short_name):
9699         * cut-n-paste/toolbar-editor/Makefile.am:
9700         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9701         (new_pixbuf_from_widget):
9702         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9703         * cut-n-paste/toolbar-editor/egg-marshal.c:
9704         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9705         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9706
9707         Sync
9708
9709 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9710
9711         * tiff/tiff-document.c: Rough TIFF backend.
9712
9713 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9714
9715         * NEWS:
9716         * configure.ac:
9717         * cut-n-paste/toolbar-editor/Makefile.am:
9718
9719         Release 0.3.1
9720
9721 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9722
9723         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9724         (ev_view_find_next), (ev_view_find_previous):
9725
9726         Remove the locks around get_n_results   
9727
9728 2005-05-21  Juerg Billeter  <j@bitron.ch>
9729
9730         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9731
9732         Pass correct number of pages to poppler.
9733
9734 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9735
9736         * configure.ac:
9737         * data/Makefile.am:
9738         * data/evince.desktop.in: 
9739         * data/evince.desktop.in.in:
9740         * po/POTFILES.in:
9741         
9742         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9743
9744 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9745
9746         * shell/ev-view.c: (view_update_adjustments),
9747         (view_set_adjustment_values): cast adjustmen->value to (int)
9748         before using it.  Otherwise, we get off by a pixel in some
9749         situations.
9750
9751         (draw_one_page): Draw the border on expose.
9752
9753 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9754
9755         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9756         adjustment when the mode changes, #304923
9757
9758 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9759
9760         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9761         flickering on resize but still use gdk_window_scroll on
9762         scrolling
9763
9764 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9765
9766         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9767         option, #170458
9768
9769 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9770
9771         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9772         second page on page_changed if possible, #304669
9773
9774 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9775
9776         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9777         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9778
9779 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9780
9781         * .cvsignore:
9782         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9783         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9784         (ev_view_zoom_for_size_presentation),
9785         (ev_view_zoom_for_size_continuous_and_dual_page),
9786         (ev_view_zoom_for_size_continuous),
9787         (ev_view_zoom_for_size_dual_page),
9788         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9789         * shell/ev-view.h:
9790         * shell/ev-window.c: (update_view_size),
9791         (ev_window_sizing_mode_changed_cb):
9792
9793         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9794         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9795         an infinite loop, #304769
9796
9797
9798 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9799
9800         * data/evince-ui.xml:
9801         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9802         * shell/ev-window.c: (set_view_actions_sensitivity):
9803
9804         Make PgUp/Down behave like Space
9805
9806 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9807
9808         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9809         * backend/ev-ps-exporter.h:
9810         * pdf/ev-poppler.cc:
9811         * ps/ps-document.c: (ps_document_ps_export_begin):
9812         * shell/ev-print-job.c: (idle_print_handler):
9813
9814         Adapt to new poppler api
9815
9816 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9817
9818         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9819         (ephy_zoom_control_init):
9820
9821         Translate zoom levels
9822
9823 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9824
9825         * cut-n-paste/zoom-control/ephy-zoom.c:
9826         (ephy_zoom_get_zoom_level_index):
9827
9828         Fix current zoom -> zoom control match
9829
9830 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9831
9832         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9833         rather than the scrolled_window that it's in. Fixes bug #304655.
9834
9835 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9836
9837         * shell/ev-view.c: (view_update_adjustments),
9838         (view_set_adjustment_values), (view_update_range_and_current_page),
9839         (view_scroll_to_page), (set_scroll_adjustment),
9840         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9841         (ev_view_scroll), (ev_view_scroll_view),
9842         (ensure_rectangle_is_visible), (find_page_at_location),
9843         (get_link_at_location), (go_to_link), (status_message_from_link),
9844         (ev_view_size_request_continuous_dual_page),
9845         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9846         (ev_view_unrealize), (ev_view_expose_event),
9847         (ev_view_button_press_event), (ev_view_motion_notify_event),
9848         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9849         (draw_rubberband), (highlight_find_results), (draw_one_page),
9850         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9851         (ev_view_init), (find_changed_cb), (page_changed_cb),
9852         (on_adjustment_value_changed), (ev_view_new),
9853         (ev_view_set_document), (ev_view_set_zoom),
9854         (ev_view_set_continuous), (ev_view_set_dual_page),
9855         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9856         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9857         (ev_view_zoom_for_size_presentation),
9858         (ev_view_zoom_for_size_continuous_dual_page),
9859         (ev_view_zoom_for_size_continuous),
9860         (ev_view_zoom_for_size_dual_page),
9861         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9862         (ev_view_get_status), (ev_view_set_status),
9863         (update_find_status_message), (ev_view_get_find_status),
9864         (ev_view_set_find_status), (jump_to_find_result),
9865         (jump_to_find_page), (compute_selections), (clear_selection),
9866         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9867         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9868         (ev_view_update_primary_selection),
9869         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9870         * shell/ev-view.h:
9871         * shell/ev-window.c: (ev_window_open_page_label),
9872         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9873         (ev_window_init):
9874         * shell/ev-window.h:
9875         * shell/main.c: (load_files):
9876
9877         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9878         when resizing.  Remove the bin_window().  Also, patch from James
9879         Bowes to fix command line page, #300641
9880         
9881 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9882
9883         * data/evince-ui.xml:
9884         * shell/ev-view.c:
9885         * shell/ev-view.h:
9886         * shell/ev-window.c: (update_action_sensitivity):
9887
9888         Get rid of View->Normal Size, it's just confusing
9889
9890 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9891
9892         * backend/ev-document-info.h:
9893         * backend/ev-document.c: (ev_document_info_free): Free the
9894         EvDocumentInfo.
9895
9896         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9897         (clear_range), (add_range), (update_visible_range),
9898         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9899         (ev_sidebar_thumbnails_set_document):
9900         * shell/ev-window.c: (ev_window_setup_document): Only render the
9901         visible thumbnails.  It takes an instant to render, but it uses
9902         much less memory.
9903
9904 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9905
9906         * shell/ev-sidebar-links.c: (popup_menu_cb):
9907
9908         Select first item
9909
9910 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9911
9912         * lib/Makefile.am:
9913         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9914         (button_press_cb), (ev_sidebar_links_construct):
9915
9916         Show the popup menu also on keybindings
9917
9918 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9919
9920         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9921         * shell/ev-window.h:
9922
9923         Expose api to print a range (with dialog). Make private _print use
9924         it.
9925
9926         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9927         (ev_sidebar_links_construct):
9928
9929         Show a print context menu on linkx, it prints the selected
9930         section.
9931
9932 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9933
9934         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9935         button.
9936
9937 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9938
9939         * AUTHORS:
9940
9941         Update
9942
9943         * shell/ev-window.c: (build_comments_string),
9944         (ev_window_cmd_help_about):
9945
9946         Show poppler version/backend and authors
9947
9948 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9949
9950         * cut-n-paste/zoom-control/ephy-zoom.c:
9951         (ephy_zoom_get_zoom_level_index):
9952         * cut-n-paste/zoom-control/ephy-zoom.h:
9953
9954         Move the best fit items at the top of the list
9955
9956 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9957
9958         * shell/ev-marshal.list:
9959         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9960         (activate_cb), (match_selected_cb), (activate_link_cb),
9961         (connect_proxy), (ev_page_action_class_init):
9962         * shell/ev-page-action.h:
9963
9964         Use signals to notify action activation. Hopefully
9965         I did not break completion since I cant test...
9966
9967         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9968         (register_custom_actions):
9969
9970         Connect to page selector actions and also grab focus on
9971         the view when activated.
9972
9973 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9974
9975         * pdf/ev-poppler.cc:
9976         * backend/ev-page-cache.c: make page size calculation consistent
9977         and set it to (int)( width * scale + 0.5).  This makes the weird
9978         line going through the middle of the page go away.
9979
9980         * shell/ev-view.c: move painting the background page after
9981         checking the expose area covers us.
9982
9983 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9984
9985         * data/evince-password.glade:
9986         
9987         Mark labels as not translatable. Fix for bug 302842.
9988
9989 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9990
9991         * configure.ac: Added "es" to ALL_LINGUAS.
9992
9993 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9994
9995         * data/evince-toolbar.xml:
9996         * shell/ev-window.c: (update_action_sensitivity),
9997         (ev_window_setup_document), (ev_window_set_page_mode),
9998         (ev_window_init):
9999
10000         Remove some leftover code from jrb first continous
10001         attempt. Use the new actions, we still need good icons
10002         though...
10003
10004 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10005
10006         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10007
10008         Update label when connecting proxy. Fix a warning with NULL
10009         page_cache.
10010
10011 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10012
10013         * data/evince-ui.xml:
10014         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10015         * shell/ev-page-action.h:
10016         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10017
10018         Add mnemonic for edit toolbar.
10019         ctrl+l focus the page entry.
10020
10021 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10022
10023         * lib/Makefile.am:
10024         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10025         (ev_window_init):
10026         * shell/main.c: (main):
10027
10028         Put the toolbar xml in evince own dot dir
10029
10030 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10031
10032         * shell/ev-window.c: (ev_window_init):
10033
10034         Make the toolbar not removable
10035
10036 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10037
10038         * data/evince-ui.xml:
10039         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10040         * shell/ev-sidebar-links.h:
10041         * shell/ev-sidebar-thumbnails.c:
10042         (ev_sidebar_thumbnails_get_treeview):
10043         * shell/ev-sidebar-thumbnails.h:
10044         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10045         (ev_view_class_init):
10046         * shell/ev-view.h:
10047         * shell/ev-window.c: (update_action_sensitivity),
10048         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10049         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10050         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10051         (ev_window_init):
10052
10053         This is evil... Make space/backspace global accelerators but
10054         enable them only for some widgets (sidebars and view).
10055         I dont like it, but I dont know a better way... :/
10056
10057 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10058
10059         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10060         (ev_page_action_widget_finalize),
10061         (ev_page_action_widget_class_init), (update_page_cache):
10062
10063         Keep a weak reference on proxy->page_cache so that we
10064         dont try to disconnect the signal if the object is already
10065         gone. Maybe there is a better way to cleanup reference handling
10066         in page action though...
10067
10068 2005-05-10  Juerg Billeter  <j@bitron.ch>
10069
10070         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10071         * backend/ev-ps-exporter.h:
10072         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10073         * ps/ps-document.c: (ps_document_ps_export_begin):
10074         
10075         Change api to pass print range to ps_exporter_begin. The pdf backend
10076         requires this information.
10077         
10078         * shell/ev-print-job.c: (idle_print_handler):
10079         
10080         Adapt to api change
10081
10082 2005-05-10  Juerg Billeter  <j@bitron.ch>
10083
10084         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10085         (idle_print_handler)
10086         * shell/ev-window.c: (ev_window_print):
10087
10088         Support printing page range, based on patch by Amaury Jacquot
10089
10090 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10091
10092         * data/evince-toolbar.xml:
10093
10094         Add zoom control to available items
10095
10096 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10097
10098         * shell/ev-window.c: (update_action_sensitivity):
10099
10100         Set slash action insensitive when appropriate
10101
10102 2005-05-10  Christian Persch <chpe@gnome.org>
10103
10104         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10105
10106         Fix warning on the overflow menu
10107
10108 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10109
10110         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10111
10112         Check for uri correctness/existence
10113
10114 2005-05-09  Juerg Billeter  <j@bitron.ch>
10115
10116         * shell/ev-window.c: (using_postscript_printer):
10117
10118         LPD printers use postscript, too
10119
10120 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10121
10122         * shell/ev-window.c: (register_custom_actions):
10123
10124         The zoom one is actually sort of useful,
10125         put it back
10126
10127 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10128
10129         * shell/ev-window.c: (register_custom_actions):
10130
10131         Hide page/zoom controls from overflow, they
10132         are useless.
10133
10134 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10135
10136         * cut-n-paste/update-from-egg.sh:
10137         
10138         Share it between all cut-n-paste subdirs
10139
10140         * cut-n-paste/recent-files/Makefile.am:
10141
10142         Fix to use "global" update-from-egg.sh
10143
10144         * cut-n-paste/recent-files/egg-recent-model.c:
10145         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10146         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10147         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10148         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10149
10150         Update from libegg
10151
10152         * cut-n-paste/toolbar-editor/Makefile.am:
10153
10154         Fix to use "global" update-from-egg.sh
10155
10156         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10157
10158         Update from libegg
10159
10160 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10161
10162         * configure.ac:
10163         * cut-n-paste/Makefile.am:
10164         * cut-n-paste/recent-files/Makefile.am:
10165         * cut-n-paste/toolbar-editor/.cvsignore:
10166         * cut-n-paste/toolbar-editor/Makefile.am:
10167         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10168         (egg_editable_toolbar_get_type), (get_toolbar_position),
10169         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10170         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10171         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10172         (set_item_drag_source), (create_item_from_action), (create_item),
10173         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10174         (popup_toolbar_context_menu_cb), (free_dragged_item),
10175         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10176         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10177         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10178         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10179         (item_added_cb), (item_removed_cb),
10180         (egg_editable_toolbar_construct),
10181         (egg_editable_toolbar_disconnect_model),
10182         (egg_editable_toolbar_deconstruct),
10183         (egg_editable_toolbar_set_model),
10184         (egg_editable_toolbar_set_ui_manager),
10185         (egg_editable_toolbar_set_property),
10186         (egg_editable_toolbar_get_property),
10187         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10188         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10189         (egg_editable_toolbar_new_with_model),
10190         (egg_editable_toolbar_get_edit_mode),
10191         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10192         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10193         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10194         (new_pixbuf_from_widget), (new_separator_pixbuf),
10195         (update_separator_image), (style_set_cb),
10196         (_egg_editable_toolbar_new_separator_image),
10197         (egg_editable_toolbar_get_model):
10198         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10199         * cut-n-paste/toolbar-editor/egg-marshal.c:
10200         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10201         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10202         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10203         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10204         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10205         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10206         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10207         (editor_drag_data_delete_cb), (drag_data_get_cb),
10208         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10209         (editor_create_item), (update_editor_sheet), (setup_editor),
10210         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10211         (parse_item_list), (model_has_action), (update_actions_list),
10212         (egg_toolbar_editor_load_actions):
10213         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10214         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10215         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10216         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10217         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10218         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10219         (egg_toolbars_model_add_separator), (impl_add_item),
10220         (parse_item_list), (egg_toolbars_model_add_toolbar),
10221         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10222         (impl_get_item_data), (impl_get_item_type),
10223         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10224         (egg_toolbars_model_init), (free_toolbar),
10225         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10226         (egg_toolbars_model_remove_toolbar),
10227         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10228         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10229         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10230         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10231         (egg_toolbars_model_get_item_data),
10232         (egg_toolbars_model_get_item_type):
10233         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10234         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10235         * data/Makefile.am:
10236         * data/evince-toolbar.xml:
10237         * data/evince-ui.xml:
10238         * data/hand-open.png:
10239         * po/POTFILES.in:
10240         * shell/Makefile.am:
10241         * shell/ev-window.c: (update_chrome_visibility),
10242         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10243         (ev_window_dispose), (ev_window_init):
10244
10245         Implement epiphany like toolbar editor. Based on patch by
10246         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10247
10248 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10249
10250         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10251
10252         Use set_cursor instead of set_selection, so that
10253         the keyboard focus moves too.
10254
10255 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10256
10257         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10258
10259         Fix infinite loop when loading Type1 fonts
10260
10261 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10262
10263         * data/evince-ui.xml:
10264         * shell/ev-window.c:
10265
10266         Slash -> Find
10267
10268 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10269
10270         * configure.ac:
10271
10272         Make --disable really disable
10273
10274 2005-05-07  Juerg Billeter  <j@bitron.ch>
10275
10276         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10277
10278         Compare page labels even without has_labels set, fixes setting page
10279         with entry
10280
10281 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10282
10283         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10284         (ev_view_set_cursor), (ev_view_button_press_event),
10285         (ev_view_motion_notify_event), (ev_view_button_release_event),
10286         (ev_view_init):
10287
10288         Implement middle button scrolling. Based on a patch
10289         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10290
10291 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10292
10293         * shell/ev-document-types.c: (get_slow_mime_type),
10294         (get_document_type_from_mime), (ev_document_type_lookup):
10295         * shell/ev-document-types.h:
10296
10297         Change api to lookup from uri. Do fast lookup first, if the
10298         type is unknown try with data sniffing.
10299
10300         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10301         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10302
10303         Adapt to api change
10304
10305 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10306
10307         * thumbnailer/Makefile.am:
10308
10309         Fix distcheck
10310
10311 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10312
10313         * NEWS:
10314         * configure.ac:
10315
10316         Release 0.3.0
10317
10318         * data/evince-ui.xml:
10319
10320         Hide presentation mode for now
10321
10322         * shell/ev-view.c: (highlight_find_results):
10323
10324         Show current find selection only on current page
10325
10326 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10327
10328         * shell/ev-view.c: (ev_view_select_all):
10329
10330         Compute size of the actual page, not of
10331         the current one.
10332
10333 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10334
10335         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10336         (view_rect_to_doc_rect), (compute_selections),
10337         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10338         (ev_view_copy), (ev_view_primary_get_cb),
10339         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10340         (ev_view_button_press_event), (ev_view_motion_notify_event),
10341         (ev_view_button_release_event), (page_changed_cb):
10342
10343         Fix text selection
10344
10345 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10346
10347         * shell/ev-view.c: (compute_border), (get_page_extents),
10348         (doc_rect_to_view_rect), (highlight_find_results),
10349         (ev_view_bin_expose), (ev_view_select_all),
10350         (ev_view_motion_notify_event), (update_find_status_message),
10351         (jump_to_find_result), (jump_to_find_page):
10352
10353         First go at fixing search, still buggy
10354
10355 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10356
10357         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10358         dropdown box and button at the top of the sidebar.
10359
10360 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10361
10362         * configure.ac: Output zoom-control Makefile.
10363         * cut-n-paste/Makefile.am: build zoom-control subdir.
10364         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10365         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10366         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10367         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10368         * cut-n-paste/zoom-control/ephy-zoom.c:
10369         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10370         from epiphany, and modified to add a separator into the menu.
10371         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10372         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10373         zoom-control action.
10374         * shell/Makefile.am: Include zoom-control flags.
10375         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10376         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10377         (ev_view_zoom_for_size_presentation),
10378         (ev_view_zoom_for_size_continuous_and_dual_page),
10379         (ev_view_zoom_for_size_continuous),
10380         (ev_view_zoom_for_size_dual_page),
10381         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10382         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10383         ev_view_get_zoom and ev_view_get_sizing_mode.
10384         * shell/ev-view.h:
10385         * shell/ev-window.c: (update_action_sensitivity),
10386         (update_sizing_buttons), (zoom_control_changed_cb),
10387         (register_custom_actions): Initialize and use the zoom-control 
10388         widget.
10389
10390 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10391
10392         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10393         preview cache back to 1.  Don't know when it got set to 0.
10394         
10395         * shell/ev-view.c: (compute_border), (ev_view_realize),
10396         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10397         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10398         (ev_view_get_fullscreen), (ev_view_set_presentation),
10399         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10400         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10401         * shell/ev-view.h:
10402         * shell/ev-window.c:
10403         (update_chrome_visibility),
10404         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10405         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10406         (update_document_mode), (ev_window_update_fullscreen_action),
10407         (ev_window_fullscreen), (ev_window_unfullscreen),
10408         (ev_window_cmd_view_fullscreen),
10409         (ev_window_update_presentation_action),
10410         (ev_window_run_presentation), (ev_window_stop_presentation),
10411         (ev_window_cmd_view_presentation), (ev_window_state_event),
10412         (ev_window_focus_in_event), (ev_window_focus_out_event),
10413         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10414         * data/evince-ui.xml: Initial presentation mode.  We should
10415         probably hide this until it's done, as it's quite rough.  Also,
10416         change full-screen to fullscreen and add two getters to EvView.
10417
10418 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10419
10420         * shell/ev-page-action.c: (update_page_cache),
10421         (ev_page_action_dispose):
10422         * shell/ev-window.c: (destroy_fullscreen_popup),
10423         (ev_window_create_fullscreen_popup):
10424
10425         Use connect_object rather than explicitly
10426         disconnect on dispose.
10427
10428 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10429
10430         * shell/ev-page-action.c: (update_page_cache),
10431         (ev_page_action_dispose):
10432
10433 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10434
10435         * backend/ev-page-cache.c: (_ev_page_cache_new),
10436         (ev_page_cache_set_page_label),
10437         (ev_page_cache_has_nonnumeric_page_labels):
10438         * backend/ev-page-cache.h:
10439         * shell/ev-page-action.c: (update_pages_label):
10440         
10441         If all page labels are numeric, fallback to default
10442         way to display number of pages. See bug 173185.
10443
10444 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10445
10446         * shell/ev-page-action.c: (ev_page_action_dispose):
10447         * shell/ev-view.c: (view_update_range_and_current_page):
10448         * shell/ev-window.c: (ev_window_dispose):
10449         
10450         Set page on scroll in continuous mode. Fixes bug 301986.
10451         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10452
10453 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10454
10455         * configure.ac:
10456
10457         Require poppler 0.3.0
10458
10459 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10460         
10461         * shell/Makefile.am, configure.ac: Fix build problems
10462         with t1lib. Bug 301996.
10463
10464 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10465
10466         * shell/ev-view.c: (ev_view_scroll_event):
10467         
10468         Scroll up increase zoom
10469
10470 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10471
10472         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10473         (ev_view_set_sizing_mode),
10474         (ev_view_zoom_for_size_continuous_and_dual_page),
10475         (ev_view_zoom_for_size_continuous):
10476         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10477         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10478         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10479         (ev_window_init):
10480
10481         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10482         Fix for 165473 and 165472.
10483
10484 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10485
10486         * po/POTFILES.in:
10487         * thumbnailer/Makefile.am:
10488         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10489         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10490         * thumbnailer/evince-thumbnailer.schemas.in:
10491         
10492         Make thumbnailer schemas translatable. Fix for bug 301773
10493         
10494         * thumbnailer/evince-thumbnailer-djvu.schemas:
10495         * thumbnailer/evince-thumbnailer-dvi.schemas:
10496         * thumbnailer/evince-thumbnailer.schemas:
10497
10498         Removed files
10499
10500 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10501
10502         * shell/ev-view.c (ev_view_init): forgot to set this.
10503
10504 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10505
10506         * shell/ev-view.c: (find_page_at_location),
10507         (get_link_at_location),
10508         (ev_view_set_show_border), (ev_view_set_spacing),
10509         (ev_view_zoom_for_size_continuous_and_dual_page),
10510         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10511         Also, add a quick fix measuring of widths.  Also, removed
10512         ev_view_set_spacing and ev_view_set_show_border.
10513         
10514         * shell/ev-window.c: (ev_window_unfullscreen),
10515         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10516
10517 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10518
10519         * shell/ev-view.c: (view_update_range_and_current_page),
10520         (page_changed_cb):
10521         
10522         Fix crash on exit and scrolling to page in continuous view.
10523
10524 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10525
10526         * TODO:
10527         * backend/ev-page-cache.c: (_ev_page_cache_new),
10528         (ev_page_cache_get_max_width_size),
10529         (ev_page_cache_get_max_height_size):
10530         * backend/ev-page-cache.h:
10531         * data/evince-ui.xml:
10532         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10533         * shell/ev-view.c: (view_update_adjustments),
10534         (view_update_range_and_current_page), (get_bounding_box_size),
10535         (ev_view_size_request_continuous_and_dual_page),
10536         (ev_view_size_request_continuous),
10537         (ev_view_size_request_dual_page),
10538         (ev_view_size_request_single_page), (ev_view_size_request),
10539         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10540         (ev_view_bin_expose), (ev_view_expose_event),
10541         (ev_view_set_property), (ev_view_get_property),
10542         (ev_view_class_init), (ev_view_init), (ev_view_new),
10543         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10544         (ev_view_set_dual_page), (ev_view_set_full_screen),
10545         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10546         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10547         (ev_view_zoom_out), (zoom_for_size_fit_width),
10548         (zoom_for_size_best_fit),
10549         (ev_view_zoom_for_size_continuous_and_dual_page),
10550         (ev_view_zoom_for_size_continuous),
10551         (ev_view_zoom_for_size_dual_page),
10552         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10553         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10554         * shell/ev-view.h:
10555         * shell/ev-window.c: (update_action_sensitivity),
10556         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10557         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10558         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10559         (ev_window_cmd_view_zoom_out), (update_view_size),
10560         (ev_window_set_sizing_mode), (ev_window_init):
10561
10562         Add Continuous and Dual page modes.
10563
10564 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10565
10566         * dvi/dvi-document.c: (dvi_document_load),
10567         (dvi_document_thumbnails_get_thumbnail),
10568         (dvi_document_init_params): Fix up some mixups between
10569         width and height to correct thumbnail rendering.
10570
10571 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10572
10573         * dvi/mdvi-lib/private.h:
10574         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10575         
10576         Suppess output for kpathsea during font generation. Thanks to
10577         James Bowes
10578
10579 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10580
10581         * NEWS:
10582         * configure.ac:
10583
10584         Release 0.2.1
10585
10586         * Makefile.am: fix distcheck.
10587
10588 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10589
10590         * shell/ev-sidebar-links.c: (selection_changed_callback),
10591         (update_page_callback), (row_activated_callback),
10592         (job_finished_callback), (ev_sidebar_links_set_document):
10593         
10594         Fix for bug #169901. Double click on links expands tree.
10595
10596 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10597
10598         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10599         hard-coded style. Fix for bug 170111
10600
10601 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10602
10603         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10604         locking.
10605
10606 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10607
10608         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10609
10610 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10611
10612         * pdf/ev-poppler.cc:
10613         * shell/ev-view.c: (highlight_find_results):
10614
10615         Fix find on single page documents
10616
10617 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10618
10619         * data/evince.schemas.in: fix for bug 301390
10620
10621 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10622
10623         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10624         (ev_view_zoom_out), (ev_view_zoom_normal):
10625         * shell/ev-view.h:
10626         * shell/ev-window.c: (update_action_sensitivity),
10627         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10628         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10629         (ev_window_cmd_view_normal_size):
10630
10631         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10632         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10633         better than oom. 
10634
10635 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10636
10637         * configure.ac:
10638
10639         Depend on 2.57, 2.59 doesnt seem to be necessary
10640
10641 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10642
10643         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10644         (create_tool_item):
10645
10646         Put back total number of pages as (1 of 1234)
10647
10648 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10649
10650         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10651         remove the job.
10652
10653         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10654         function.  This helps debugging.
10655
10656 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10657
10658         * djvu/djvu-document.c: (djvu_document_class_init),
10659         (djvu_document_get_info), (djvu_document_document_iface_init):
10660         * dvi/dvi-document.c: (dvi_document_class_init),
10661         (dvi_document_get_info), (dvi_document_document_iface_init):
10662
10663         Dummy implementation of get_info method for dvi and
10664         djvu. Fix crashes with those backends
10665
10666 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10667
10668         * data/evince.desktop.in:
10669
10670         Add application/x-gzpostscript
10671
10672 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10673
10674         * data/evince.schemas.in: Added real long descriptions, 
10675         closes bug 172496 
10676
10677         * README: Added actual text, closes bug 171869
10678
10679 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10680
10681         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10682
10683         Thumbnail page 0
10684
10685 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10686
10687         * backend/ev-document-info.h:
10688
10689         s/GDate */GDate so we can just use g_free
10690
10691 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10692
10693         * shell/ev-window.c: (update_document_mode),
10694         (ev_window_setup_document):
10695
10696         Show the window in fullscreen when specified by
10697         the document
10698
10699 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10700
10701         * backend/ev-document.c: (ev_document_class_init),
10702         (ev_document_get_info), (ev_document_render_pixbuf):
10703         * backend/ev-document.h:
10704         * backend/ev-page-cache.c: (_ev_page_cache_new):
10705         * pdf/ev-poppler.cc:
10706         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10707         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10708         * ps/ps-document.c: (ps_document_class_init), (document_load),
10709         (ps_document_get_info), (ps_document_document_iface_init):
10710
10711         Remove get_title from the interface, we can just use document info
10712
10713 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10714
10715         * backend/Makefile.am:
10716         * backend/ev-document.c: (ev_document_render_get_info):
10717         * backend/ev-document.h:
10718         * pdf/ev-poppler.cc:
10719
10720         Initial support for document info. Based on jrb patch.
10721
10722 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10723
10724         * shell/ev-window.c: (ev_window_state_event),
10725         (ev_window_class_init), (ev_window_init):
10726         
10727         Doesn't show resize grip when maximized. See bug #301053
10728
10729 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10730
10731         * po/POTFILES.in:
10732         
10733         ev-sidebar-thumbnails now has translatable labels
10734         
10735         * shell/Makefile.am:
10736         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10737         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10738         (ev_sidebar_links_page_iface_init):
10739         * shell/ev-sidebar-links.h:
10740         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10741         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10742         (ev_sidebar_page_get_label):
10743         * shell/ev-sidebar-page.h:
10744         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10745         (ev_sidebar_thumbnails_set_document),
10746         (ev_sidebar_thumbnails_support_document),
10747         (ev_sidebar_thumbnails_get_label),
10748         (ev_sidebar_thumbnails_page_iface_init):
10749         * shell/ev-sidebar-thumbnails.h:
10750         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10751         (ev_sidebar_set_document):
10752         * shell/ev-sidebar.h:
10753         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10754         
10755         Small rework of sidebar code. Now sidebar pages should implement
10756         EvSidebarPage interface. That makes page management in EvSidebar
10757         easier. See bug #164811 for details
10758
10759 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10760
10761         * shell/ev-application.c: (ev_application_open):
10762         * shell/ev-document-types.c:
10763         
10764         Fix build error and small problem with application exit
10765
10766 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10767
10768         * thumbnailer/Makefile.am:
10769         * thumbnailer/evince-thumbnailer-djvu.schemas:
10770         * thumbnailer/evince-thumbnailer-dvi.schemas:
10771         
10772         Conditionally install schemas for djvu/dvi thumbnailer
10773
10774 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10775
10776         * shell/ev-document-types.h: 
10777         * shell/ev-document-types.c: 
10778         New files, handling the mapping from mimetypes to backends
10779         
10780         * shell/ev-window.c: 
10781         * thumbnailer/evince-thumbnailer.c:     
10782         Use the ev-document-types code
10783         
10784         * shell/Makefile.am: 
10785         Added new convenience library libevbackendfactory_la, containing
10786         the new mimetype->backend logic; moved the backends into it.
10787
10788         * thumbnailer/Makefile.am:
10789         Make the thumbnailer link with the libevbackend.la convenience
10790         library, rather than having a duplicate of the backend logic here.
10791
10792 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10793
10794         * shell/ev-stock-icons.c: constify some vars.
10795         * shell/ev-window.c: ditto.
10796
10797 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10798
10799         * ps/ps-document.c (get_page_orientation):
10800
10801         Respect document orientation 
10802
10803 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10804
10805         * djvu/Makefile.am:
10806         * dvi/Makefile.am:
10807         * shell/Makefile.am:
10808         
10809         Move library dependencies to components.
10810         
10811         * shell/ev-window.c: (update_window_title),
10812         (start_loading_document):
10813         
10814         Fix display of uris with spaces. Bug 168358.
10815
10816 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10817
10818         * shell/ev-sidebar-links.c: (selection_changed_cb):
10819         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10820         (ev_view_button_release_event), (ev_view_set_document):
10821         * shell/ev-view.h:
10822         * shell/ev-window.c: (find_bar_search_changed_cb):
10823         * shell/ev-window.h: Minor cleanups removing some dead code.
10824
10825 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10826
10827         * backend/ev-page-cache.c: (_ev_page_cache_new):
10828         
10829         Set current page to 0 if document has pages.
10830
10831 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10832
10833         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10834
10835         Initialize GError to NULL, fix a crash when loading fails.
10836
10837 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10838
10839         * shell/ev-window.c: (update_view_size):
10840
10841         Calculate shadow size only when there is actually
10842         a shadow.
10843
10844 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10845
10846         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10847         * shell/ev-view.h:
10848
10849         Allow setting view spacing, default to 0
10850
10851         * shell/ev-window.c: (ev_window_unfullscreen),
10852         (ev_window_cmd_view_fullscreen), (ev_window_init):
10853
10854         Remove spacing in fullscreen mode
10855
10856 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10857
10858         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10859         (ev_view_size_request), (expose_bin_window),
10860         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10861         * shell/ev-view.h:
10862         * shell/ev-window.c: (ev_window_unfullscreen),
10863         (ev_window_cmd_view_fullscreen):
10864
10865         Do not draw the border in fulscreen
10866
10867 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10868
10869         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10870         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10871         (find_page_at_location), (page_changed_cb):
10872
10873         Rework border calculation, so that I can more easily disable it.
10874         Code somewhat cleaner too.
10875
10876 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10877
10878         * backend/ev-page-cache.c: (ev_page_cache_init),
10879         (_ev_page_cache_new):
10880
10881         Remove some assertions, documents can have 0 pages.
10882         Make initial current page -1.
10883
10884         * shell/ev-page-action.c: (page_changed_cb):
10885
10886         Show "" if current page is -1
10887
10888         * shell/ev-window.c: (update_action_sensitivity),
10889         (ev_window_setup_document):
10890
10891         When document has 0 pages do not set the view
10892         and make nearly everything insensitive.
10893
10894 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10895
10896         * shell/ev-page-view.c:
10897         * shell/ev-page-view.h:
10898
10899         Remove unused files.
10900         
10901         * shell/ev-sidebar-thumbnails.c:
10902         (ev_sidebar_thumbnails_set_document):
10903         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10904         (ev_sidebar_supports_document):
10905         * shell/ev-sidebar.h:
10906         * shell/ev-window.c: (ev_window_setup_document):
10907         
10908         Doesn't show thumbnails if document has 1 page. Make
10909         sidebar menu entries sensitive only if if they have 
10910         sense. Fix bug 164811. 
10911
10912 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10913
10914         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10915         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10916         (ev_view_zoom_out), (ev_view_set_size):
10917
10918         Rework sizing to deal with documents with not uniform page
10919         size.
10920
10921 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10922
10923         * backend/ev-page-cache.c: (_ev_page_cache_new):
10924
10925         Fix several page size caching bugs
10926
10927 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10928
10929         * shell/ev-window.c: (set_action_properties):
10930
10931         Make all toolbar items translatable
10932
10933 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10934
10935         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10936         (save_page_list), (ps_document_save),
10937         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10938         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10939         (ps_document_ps_exporter_iface_init):
10940         * ps/ps-document.h:
10941
10942         Based on a patch by J�rg Billeter <j@bitron.ch>
10943         
10944         Implement print and save a copy for the ps backend.
10945
10946 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10947
10948         * backend/ev-document.h:
10949         * djvu/djvu-document.c: (djvu_document_can_get_text),
10950         (djvu_document_document_iface_init):
10951         * dvi/dvi-document.c: (dvi_document_can_get_text),
10952         (dvi_document_document_iface_init):
10953         * pdf/ev-poppler.cc:
10954         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10955         (pixbuf_document_document_iface_init):
10956         * ps/ps-document.c: (ps_document_can_get_text),
10957         (ps_document_document_iface_init):
10958         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10959         * shell/ev-window.c: (update_action_sensitivity):
10960
10961         Fix the crash when trying to copy in backends that doesnt
10962         support it. We can implement a better solution once we
10963         do real text selection.
10964
10965 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10966
10967         * data/evince-ui.xml:
10968         * shell/ev-window.c: (ev_window_cmd_escape):
10969         
10970         Work around the Escape conflict (find bar and unfullscreen)
10971
10972 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10973
10974         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10975         
10976         Fix for #300233. Next page correctly handles document end.
10977         
10978         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10979         (ev_sidebar_thumbnails_class_init),
10980         (ev_sidebar_thumbnails_set_document),
10981         (ev_sidebar_thumbnails_clear_job),
10982         (ev_sidebar_thumbnails_clear_model):
10983         
10984         Cleanup thumbnail jobs on document changes.
10985         
10986         * shell/ev-view.c: (add_scroll_binding_keypad),
10987         (add_scroll_binding_shifted), (ev_view_class_init):
10988         
10989         Shift + Space scrolls up. Fix for #173184
10990         
10991         * shell/ev-window.c: (ev_window_open_page),
10992         (ev_window_cmd_view_reload):
10993         
10994         Fix reload (Bug #300094)
10995
10996 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10997
10998         
10999         * dvi/mdvi-lib/assoc.c:
11000         * dvi/mdvi-lib/assoc.h: Removed garbage files
11001         
11002         * dvi/mdvi-lib/bitmap.c:
11003         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11004         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11005         * dvi/mdvi-lib/color.h: Antialias of rules
11006         
11007         * dvi/mdvi-lib/common.h:
11008         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11009         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11010         * dvi/mdvi-lib/files.c:
11011         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11012         * dvi/mdvi-lib/mdvi.h:
11013         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11014         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11015         * dvi/mdvi-lib/util.c: Fix compile warnings
11016         
11017         * dvi/dvi-document.c:
11018         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11019         (dvi_document_thumbnails_get_thumbnail),
11020         (dvi_document_document_thumbnails_iface_init):
11021         * dvi/mdvi-lib/Makefile.am:
11022         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11023         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11024         
11025         Dvi backend now renders thumbnails
11026
11027 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11028
11029         * shell/main.c: (main): 
11030         
11031         Save accelerators on exit. Fixes bug #172095.
11032
11033 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11034
11035         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11036         update priority" comment.
11037
11038         * backend/ev-job-queue.c: Give a way to change priority.
11039
11040 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11041
11042         * shell/ev-page-action.c: Fix logic.
11043
11044 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11045
11046         * shell/ev-view.c: (ev_view_can_find_next):
11047         * shell/ev-window.c: (ev_window_setup_document):
11048
11049         Check that the document supports find
11050
11051 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11052
11053         * data/evince-ui.xml:
11054         * shell/ev-view.c: (ev_view_can_find_next):
11055         * shell/ev-view.h:
11056         * shell/ev-window.c: (update_action_sensitivity),
11057         (find_changed_cb), (ev_window_setup_document),
11058         (ev_window_cmd_edit_find_next):
11059
11060         Add Edit->Find Next
11061
11062 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11063
11064         * pdf/ev-poppler.cc:
11065         * shell/ev-print-job.c: (idle_print_handler):
11066
11067         Make printing work again
11068
11069 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11070
11071         * shell/ev-page-action.h:
11072         * shell/ev-page-action.c: (ev_page_action_widget_init),
11073         (ev_page_action_widget_class_init), (page_changed_cb),
11074         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11075         (get_filter_model_from_model), (match_selected_cb),
11076         (display_completion_text), (match_completion), (update_model),
11077         (connect_proxy), (ev_page_action_set_property),
11078         (ev_page_action_get_property), (ev_page_action_set_document),
11079         (ev_page_action_set_model), (ev_page_action_class_init): Big
11080         reworking to make completions work iff we have >= GTK-2.7.0
11081                 
11082         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11083         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11084         (job_finished_cb): We now have a 'model' property that is set when
11085         the links are loaded.  This can be caught with "notify::model"
11086
11087         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11088         listen for the model to be set, and propagate it to the action.
11089
11090 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11091
11092         * cut-n-paste/recent-files/egg-recent-item.c:
11093         (egg_recent_item_set_uri), (make_valid_utf8),
11094         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11095         * cut-n-paste/recent-files/egg-recent-item.h:
11096         
11097         Update egg-recent from libegg. This should fix long
11098         startup problem. For details see
11099         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11100
11101 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11102
11103         * cut-n-paste/recent-files/Makefile.am:
11104         * data/evince-ui.xml, shell/Makefile.am:
11105         * shell/ev-application.c, shell/ev-application.h:
11106         * shell/ev-window.c: Recent files support.
11107         
11108         * configure.ac: Added "ru" to ALL_LINGUAS.
11109         
11110         * dvju: new backend to support DJVU files.
11111         * dvi: new backend to support DVI.
11112
11113         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11114         * ev-application.c: Support for new backends.
11115         
11116         * help, ev-window.c, main.c shell/Makefile.am: 
11117         Evince user documentation.
11118
11119 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11120
11121         * po/POTFILES.in:
11122         * shell/ev-window.c:
11123         * thumbnailer/evince-thumbnailer.c:
11124
11125         s/pdf-document/ev-poppler
11126
11127 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11128
11129         * NEWS:
11130         * configure.ac:
11131
11132         Release 0.2.0
11133
11134         * ps/ps-document.c: (setup_pixmap):
11135
11136         Remove debug code
11137
11138 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11139
11140         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11141         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11142         (ev_window_cmd_go_first_page): Fix of by one errors.
11143
11144 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11145
11146         * ps/ps-document.c: (get_page_box):
11147
11148         Fix page size calculation
11149
11150 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11151
11152         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11153         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11154         (get_page_orientation), (setup_page), (document_load),
11155         (ps_document_get_page_size), (render_pixbuf_idle):
11156         * ps/ps-document.h:
11157
11158         More refactoring to adapt to EvDocument changes
11159
11160 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11161
11162         * ps/ps-document.c: (start_interpreter):
11163
11164         Actually add alpha args
11165
11166 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11167
11168         * pdf/ev-poppler.cc:
11169
11170         Make clipboard work again
11171
11172 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11173
11174         Make searching work again.
11175         
11176         * backend/ev-document.c:
11177         * backend/ev-document.h:
11178         * backend/ev-document-find.c:
11179         * backend/ev-document-find.h: Change EvDocumentIface so we no
11180         longer store the current page or zoom level in the document.  The
11181         consequence is that all calls that operate on the current page now
11182         instead take the page number as an extra argument, and all
11183         coordinates are now doubles in document coordinate system.
11184
11185         * pdf/ev-poppler.cc:
11186         * pixbuf/pixbuf-document.c:
11187         * ps/ps-document.c: Update backends accordingly.
11188
11189 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11190
11191         * autogen.sh:
11192
11193         Add required gettext version
11194
11195 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11196
11197         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11198         make F1 bring up non-existent help.
11199
11200         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11201         epiphany's find bar, #167477
11202
11203         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11204         <emil@nishra.com> to add space-bar scrolling, 
11205
11206         * shell/ev-window.c (static GtkActionEntry entries): add default
11207         keybinding for Help (F1)
11208         Fixes #171068
11209
11210         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11211         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11212         170110
11213
11214 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11215
11216         * Makefile.am: 
11217         * pixbuf/pixbuf-document.c: 
11218
11219         Got pixbuf backend working again
11220
11221 2005-04-01  Steve Murphy  <murf@e-tools.com>
11222
11223         * configure.in: Added "rw" to ALL_LINGUAS.
11224
11225 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11226
11227         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11228         model types, noticed by Martin Kretzschmar.
11229
11230 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11231
11232         * pdf/ev-poppler.cc: Implement search based on
11233         poppler_page_find_text().  Currently a bit crude since we remember
11234         all matches from all pages.  Also, we grab the big document lock
11235         when we search since searching changes the underlying stream and
11236         thus conflicts with the rendering thread.
11237         
11238         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11239         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11240         (ev_view_find_previous): Fix some page indexes to be 0 based,
11241         offset rubber band by view offset,
11242
11243 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11244
11245         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11246
11247 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11248
11249         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11250         completely because I didn't understand GtkActions.  I should
11251         read Marco's code more carefully in the future.
11252
11253         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11254         function
11255
11256 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11257
11258         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11259         PopplerRectangle change from poppler CVS.
11260
11261 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11262
11263         * backend/ev-document.c: (ev_document_get_page_label):
11264         * backend/ev-document.h:
11265         * backend/ev-page-cache.c: (_ev_page_cache_new),
11266         (ev_page_cache_get_page_label):
11267         * backend/ev-page-cache.h:
11268         * pdf/ev-poppler.cc:
11269         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11270         (links_page_num_func):
11271         * shell/ev-sidebar-thumbnails.c:
11272         (ev_sidebar_thumbnails_set_document):
11273         * shell/ev-view.c: (status_message_from_link),
11274         (ev_view_motion_notify_event):
11275         * shell/ev-window.c: (document_supports_sidebar): Add in page
11276         label support.  It's not perfect yet, but it's the first 'feature'
11277         in a while.
11278         Also, fix a bogus comment noticed by crispin. 
11279
11280 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11281
11282         * Makefile.am: Remove pixbuf backend for now
11283
11284         * configure.ac: Require poppler-glib instead of just poppler.
11285
11286         * backend/ev-document-thumbnails.h: Add a comment
11287
11288         * backend/ev-document.h:
11289         * backend/ev-document.c: (ev_document_class_init),
11290         (ev_document_load), (ev_document_get_link),
11291         (ev_document_get_links): Remove 3 methods and add get_links.
11292         Also, made 0 based.
11293
11294         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11295         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11296
11297         * backend/ev-link.c: (ev_link_set_title),
11298         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11299         (ev_link_mapping_find):
11300         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11301         
11302         * backend/ev-page-cache.c: (ev_page_cache_init),
11303         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11304         (ev_page_cache_get_size), (ev_page_cache_next_page),
11305         (ev_page_cache_prev_page): Fix to be 0 based.
11306
11307         * pdf/Makefile.am: 
11308         * pdf/ev-poppler.h:
11309         * pdf/ev-poppler.cc: New backend.
11310         
11311         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11312         (ps_document_get_page), (ps_document_document_iface_init):
11313
11314         * shell/ev-pixbuf-cache.h:
11315         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11316         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11317         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11318         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11319         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11320         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11321         based.
11322         
11323         * shell/ev-sidebar-thumbnails.c:
11324         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11325         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11326
11327         * shell/ev-view.c: (status_message_from_link),
11328         (find_page_at_location), (get_link_at_location),
11329         (ev_view_motion_notify_event), (ev_view_button_release_event),
11330         (ev_view_init): Use the new link code.  Fix to be 0 based.
11331
11332         * shell/ev-window.c: (update_action_sensitivity),
11333         (document_supports_sidebar): 0 based.
11334
11335 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11336
11337         * pdf/pdf-document.cc: Patch from Fernando Herrera
11338         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11339         *blush*
11340
11341 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11342
11343         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11344         1 to the page, as this seems to be 1 based.  I thought we has this
11345         fixed.  grump.
11346
11347 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11348
11349         * TODO:
11350         * backend/Makefile.am:
11351         * backend/ev-document-links.c:
11352         (ev_document_links_has_document_links),
11353         (ev_document_links_get_links_model):
11354         * backend/ev-document-links.h:
11355         * backend/ev-document.c: (ev_document_get_page_cache),
11356         (ev_document_get_doc_mutex), (ev_document_load),
11357         (ev_document_save), (ev_document_get_title),
11358         (ev_document_get_n_pages), (ev_document_set_page),
11359         (ev_document_get_page), (ev_document_set_target),
11360         (ev_document_set_scale), (ev_document_set_page_offset),
11361         (ev_document_get_page_size), (ev_document_get_text),
11362         (ev_document_get_link), (ev_document_render),
11363         (ev_document_render_pixbuf), (ev_document_scale_changed):
11364         * backend/ev-document.h:
11365         * backend/ev-job-queue.c: (remove_object_from_queue),
11366         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11367         (no_jobs_available_unlocked), (ev_render_thread),
11368         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11369         (ev_job_queue_remove_job):
11370         * backend/ev-job-queue.h:
11371         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11372         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11373         (ev_job_links_class_init), (ev_job_render_init),
11374         (ev_job_render_dispose), (ev_job_render_class_init),
11375         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11376         (ev_job_thumbnail_class_init), (ev_job_finished),
11377         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11378         (ev_job_render_run), (ev_job_thumbnail_new),
11379         (ev_job_thumbnail_run):
11380         * backend/ev-jobs.h:
11381         * backend/ev-link.c:
11382         * backend/ev-link.h:
11383         * backend/ev-page-cache.c: (ev_page_cache_init),
11384         (ev_page_cache_class_init), (ev_page_cache_finalize),
11385         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11386         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11387         (ev_page_cache_set_link), (ev_page_cache_get_title),
11388         (ev_page_cache_get_size), (ev_page_cache_next_page),
11389         (ev_page_cache_prev_page):
11390         * backend/ev-page-cache.h:
11391         * pdf/pdf-document.cc:
11392         * ps/gsdefaults.c:
11393         * ps/gsdefaults.h:
11394         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11395         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11396         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11397         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11398         (is_interpreter_ready), (output), (catchPipe), (input),
11399         (start_interpreter), (check_filecompressed), (compute_dimensions),
11400         (ps_document_enable_interpreter), (document_load),
11401         (ps_document_next_page), (render_page), (ps_document_set_page),
11402         (ps_document_set_scale), (render_pixbuf_idle),
11403         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11404         * ps/ps-document.h:
11405         * shell/Makefile.am:
11406         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11407         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11408         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11409         (ev_pixbuf_cache_new), (job_finished_cb),
11410         (check_job_size_and_unref), (move_one_job),
11411         (ev_pixbuf_cache_update_range), (find_job_cache),
11412         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11413         (ev_pixbuf_cache_add_jobs_if_needed),
11414         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11415         * shell/ev-pixbuf-cache.h:
11416         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11417         (idle_print_handler):
11418         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11419         (selection_changed_cb), (create_loading_model),
11420         (ev_sidebar_links_construct), (links_page_num_func),
11421         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11422         (update_page_callback), (job_finished_cb),
11423         (ev_sidebar_links_set_document):
11424         * shell/ev-sidebar-thumbnails.c:
11425         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11426         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11427         (page_changed_cb), (thumbnail_job_completed_callback),
11428         (ev_sidebar_thumbnails_set_document):
11429         * shell/ev-sidebar-thumbnails.h:
11430         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11431         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11432         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11433         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11434         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11435         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11436         (ev_view_button_release_event), (ev_view_scroll_view),
11437         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11438         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11439         (ev_view_new), (job_finished_cb), (page_changed_cb),
11440         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11441         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11442         (ev_view_find_previous):
11443         * shell/ev-view.h:
11444         * shell/ev-window.c: (update_action_sensitivity),
11445         (ev_window_open_page), (update_window_title), (update_total_pages),
11446         (page_changed_cb), (ev_window_setup_document),
11447         (password_dialog_response), (ev_window_cmd_save_as),
11448         (ev_window_print), (ev_window_cmd_go_previous_page),
11449         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11450         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11451         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11452         * shell/main.c: (main):
11453
11454         Merge evince-threads branch
11455
11456 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11457
11458         * configure.ac: Added "lt" to ALL_LINGUAS.
11459
11460 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11461
11462         * NEWS:
11463         * configure.ac:
11464
11465         Release 0.1.9
11466
11467 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11468
11469         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11470
11471         Fix here also the thumbnails 1-basedness :)
11472
11473 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11474
11475         * NEWS:
11476         * configure.ac:
11477
11478         Release 0.1.8
11479
11480 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11481
11482         * pdf/pdf-document.cc:
11483         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11484         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11485
11486         Fix the mess we did with thumbnails and 1-basedness
11487
11488 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11489
11490         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11491
11492 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11493
11494         * NEWS:
11495         * configure.ac:
11496
11497         Release 0.1.7
11498
11499 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11500
11501         * ps/Makefile.am:
11502         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11503         (gtk_gs_defaults_get_alpha_parameters),
11504         (gtk_gs_defaults_get_ungzip_cmd),
11505         (gtk_gs_defaults_get_unbzip2_cmd):
11506         * ps/gsdefaults.h:
11507         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11508         (ps_document_get_orientation), (document_load),
11509         (ps_document_goto_page), (ps_document_set_page_size):
11510         * ps/ps-document.h:
11511
11512         Some more sanitization of the ps backend. Remove a lot
11513         of unused code and do not base our defaults on ggv
11514         preferences (ugh!)
11515
11516 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11517
11518         * thumbnailer/evince-thumbnailer.schemas:
11519         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11520         (main): add -s option for thumbnail size.
11521
11522 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11523
11524         * configure.ac:
11525
11526         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11527         remove it.
11528
11529 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11530
11531         * pdf/pdf-document.cc:
11532
11533         Remove 4 pixels of useless border from the
11534         thumbnail.
11535
11536 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11537
11538         * backend/ev-document-thumbnails.c:
11539         (ev_document_thumbnails_get_thumbnail):
11540         * backend/ev-document-thumbnails.h:
11541
11542         Rework API a bit. Add a border flag and
11543         change sizing logic (now the size we specify
11544         applies to the bigger dimension).
11545
11546         * pdf/pdf-document.cc:
11547         * pixbuf/pixbuf-document.c:
11548         (pixbuf_document_thumbnails_get_thumbnail):
11549         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11550         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11551
11552         Adapt to the new API and do not draw a border for nautilus
11553         thumbnailer.
11554
11555 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11556
11557         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11558         take thumbnails from page "0" instead of "1". Added a copyright header.
11559
11560 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11561
11562         * ps/ps-document.c: (set_up_page), (start_interpreter):
11563
11564         Make it C89 compliant
11565
11566 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11567
11568         * Makefile.am:
11569         * configure.ac:
11570         * pdf/.cvsignore:
11571         * pdf/pdf-document.cc:
11572         * thumbnailer/Makefile.am:
11573         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11574         (main):
11575         * thumbnailer/evince-thumbnailer.schemas:
11576         * thumbnailer/pdf-icon.png:
11577
11578         Add a nautilus thumbnailer.
11579         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11580
11581 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11582
11583         * NEWS:
11584         * configure.ac:
11585         * po/POTFILES.in:
11586
11587         Release 0.1.6
11588
11589 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11590
11591         Use poppler instead of including xpdf source code.  Poppler is a
11592         fork of xpdf to build it as a shared library. See
11593         http://freedesktop.org/wiki/Software/poppler.
11594
11595         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11596         xpdf fork.
11597         
11598         * pdf/Makefile.am: Build libpdfdocument.a here.
11599         
11600         * pdf/GDKSplashOutputDev.cc:
11601         * pdf/GDKSplashOutputDev.h:
11602         * pdf/GnomeVFSStream.cc:
11603         * pdf/GnomeVFSStream.h:
11604         * pdf-document.cc:
11605         * pdf-document.h:
11606         * test-gdk-output-dev.cc
11607         * Thumb.cc:
11608         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11609         against poppler.
11610
11611 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11612
11613         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11614
11615         Clear idle stack before unsetting the document
11616
11617 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11618
11619         * ps/ps-document.c: (ps_document_widget_event),
11620         (ps_document_set_target), (ps_document_finalize),
11621         (ps_document_get_page):
11622
11623         Disconnect the widget event signal on finalize.
11624         Some code cleanups.
11625
11626 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11627
11628         * ps/ps-document.c: (set_up_page):
11629
11630         If there is no bpixmap create one, even if size
11631         is not changed.
11632
11633 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11634
11635         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11636         (set_up_page), (document_load), (ps_document_set_zoom):
11637
11638         Default page is 0. Calculate size even when we have no
11639         target yet.
11640
11641 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11642
11643         * shell/ev-sidebar.c: expand the selection widget to be always as
11644         wide as the sidebar
11645
11646 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11647
11648         * shell/ev-sidebar-thumbnails.c:
11649         (ev_sidebar_thumbnails_set_document):
11650
11651         Clear the list store when setting document
11652
11653 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11654
11655         * shell/ev-page-action.c: (update_entry), (sync_entry),
11656         (activate_cb), (entry_size_request_cb), (create_tool_item),
11657         (connect_proxy):
11658
11659         Use an entry for the page control instead of spinbuttons
11660
11661 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11662
11663         * data/evince.schemas.in:
11664
11665         Correct confusing string
11666
11667 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11668
11669         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11670         for real.  Gosh, how long has this been broken.
11671
11672         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11673         check for a NULL link.  We crash otherwise.
11674
11675 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11676
11677         * NEWS:
11678         * configure.ac:
11679
11680         Release 0.1.5
11681
11682 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11683
11684         * configure.ac: add the french translation.
11685
11686 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11687
11688         * shell/ev-window.c:
11689
11690         Remove unused header -> fix distcheck
11691
11692 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11693
11694         * shell/ev-window.c: (update_window_title),
11695         (ev_window_popup_password_dialog):
11696
11697         Unescape filename for display
11698
11699 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11700
11701         * pdf/xpdf/pdf-document.cc:
11702
11703         In get_page_size deal with rotation. Also
11704         cleanup the function a bit.
11705
11706 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11707
11708         * pdf/xpdf/pdf-document.cc:
11709
11710         Fix crash when opening in new window
11711
11712 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11713
11714         * configure.ac:
11715
11716         Check ghostscript >= 7
11717
11718 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11719
11720         * shell/ev-window.c:
11721
11722         Make page width the default sizing mode
11723
11724 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11725         Marco Pesenti Gritti <marco@gnome.org>
11726
11727         * shell/ev-window.c: Remember the sidebar size
11728
11729         * data/evince.schemas.in: Add a new gconf key to store the size of
11730         the sidebar
11731
11732 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11733
11734         * data/evince-ui.xml:
11735         * shell/ev-window.c: (update_action_sensitivity),
11736         (ev_window_cmd_view_reload):
11737         
11738         Add a "Reload" action and menu entry
11739
11740 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11741
11742         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11743         iff the type doesn't support thumbnailing and indexing.
11744
11745 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11746
11747         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11748
11749 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11750
11751         * pdf/splash/Splash.cc:
11752
11753         Port fix for a crasher from kde bug
11754         http://bugs.kde.org/show_bug.cgi?id=97131
11755
11756 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11757
11758         * pdf/xpdf/pdf-document.cc:
11759
11760         Return a link even if it's of an unrecognized
11761         type. Otherwise we go in an infinte cycle.
11762
11763 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11764
11765         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11766         (size_allocate_cb), (ev_window_set_sizing_mode):
11767
11768         Update size when switching mode
11769
11770 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11771
11772         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11773         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11774         (ev_window_cmd_view_normal_size):
11775
11776         Fix size toggle buttons behavior
11777
11778 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11779
11780         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11781         (doc_rect_to_view_rect), (ev_view_size_allocate),
11782         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11783         (scale_changed_callback):
11784
11785         Do not cache offsets in size_allocate.
11786
11787 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11788
11789         * shell/ev-view.c: (ev_view_size_allocate):
11790
11791         Calculate offsets before calling the parent
11792         class (which does a redraw)
11793
11794 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11795
11796         * pdf/xpdf/pdf-document.cc:
11797
11798         Fix a crasher on exit. Unused code, put a TODO
11799
11800 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11801
11802         * backend/ev-document.c: (ev_document_class_init),
11803         (ev_document_page_changed), (ev_document_scale_changed):
11804         * backend/ev-document.h:
11805
11806         Separate page/scale notifications
11807
11808         * pdf/xpdf/pdf-document.cc:
11809
11810         Emit the new signals.
11811         Do not display the pdf page in _render, do it
11812         when scale/page are requested.
11813
11814         * ps/ps-document.c: (ps_document_set_zoom),
11815         (ps_document_widget_event):
11816         * ps/ps-document.h:
11817
11818         Emit the new signals.
11819
11820         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11821         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11822         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11823         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11824         * shell/ev-view.h:
11825         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11826         (ev_window_cmd_view_page_width), (size_allocate_cb),
11827         (ev_window_set_sizing_mode):
11828
11829         Rework sizing to be pixel based.
11830         There are bugs but should be already way better.
11831
11832 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11833
11834         * shell/ev-window.c: (ev_window_init):
11835
11836         Do not allow to shrink sidebar smaller then
11837         child requisition
11838
11839 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11840
11841         * shell/ev-sidebar.[ch]
11842         * shell/ev-window.c:
11843
11844         Improved sidebar widget. Fixes #166683
11845
11846 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11847
11848         * shell/ev-view.c (update_find_status_message): Give translators
11849         more flexibility with ngettext plural handling.
11850
11851 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11852
11853         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11854         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11855         page when we get the page size.
11856
11857 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11858
11859         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11860
11861         ps pages are 0 based, convert 
11862
11863 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11864
11865         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11866
11867         Initialize correct parent class. Set GError on document load
11868
11869 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11870
11871         * pdf/xpdf/pdf-document.cc:
11872
11873         Fixup selection offset calculation
11874
11875         * shell/ev-view.c: (view_rect_to_doc_rect),
11876         (doc_rect_to_view_rect), (ev_view_size_allocate),
11877         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11878         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11879
11880         Store selection as document relative, so that zooming
11881         and offset changing doesnt break it.
11882
11883 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11884
11885         * shell/ev-view.c: (ev_view_best_fit):
11886
11887         Do not try to best fit if the view is not realized
11888
11889 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11890           
11891         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11892
11893 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11894
11895         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11896
11897 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11898
11899         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11900         the popup window.  That prevents it resizing when in full screen
11901         mode.
11902
11903         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11904         multiple rerenders.  This pretty much sucks.
11905
11906         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11907         rest of the toolbar.
11908
11909 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11910
11911         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11912
11913 2005-02-17  Alexander Shopov  <ash@contact.bg>
11914
11915         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11916
11917 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11918
11919         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11920
11921 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11922
11923         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11924         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11925         (set_document_page), (document_changed_callback),
11926         (ev_view_set_document), (ev_view_find_previous),
11927         (ev_view_hide_cursor), (ev_view_show_cursor):
11928         * shell/ev-view.h:
11929         * shell/ev-window.c: (update_chrome_visibility),
11930         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11931         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11932         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11933         (ev_window_unfullscreen):
11934         * shell/main.c: (main):
11935
11936         Automatically hide the fullscreen button.
11937         Patch by Kristian Høgsberg <krh@redhat.com>
11938
11939 2005-02-16  Vincent Noel  <vnoel@cox.net>
11940
11941         * shell/main.c (main): Specify an icon for the window. Patch by
11942         Jaap A. Haitsma. Fixes #166177.
11943
11944 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11945
11946         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11947
11948 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11949
11950         * backend/ev-document-misc.h:
11951         * backend/ev-document-misc.c:
11952         (ev_document_misc_get_page_border_size),
11953         (ev_document_misc_paint_one_page): New function to canonicalize
11954         sizing/painting a border.
11955
11956         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11957         used.
11958
11959         * pdf/xpdf/pdf-document.cc: use new function
11960
11961         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11962         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11963         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11964         shell/ev-window.c: (update_sizing_buttons),
11965         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11966         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11967         (ev_window_cmd_view_page_width), (size_allocate_cb),
11968         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11969         and "fit width" values act as toggle buttons so they stay
11970         toggled.  It's not 100% perfect, and it's a little slow, but it's
11971         good enough to commit I think.
11972
11973 2005-02-15  David Lodge  <dave@cirt.net>
11974
11975         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11976
11977 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11978
11979         * shell/ev-window.c (update_window_title): replace newlines in
11980         the title by spaces. Bug #166107.
11981
11982 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11983
11984         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11985         parameters providing allocation width and height without
11986         scrollbars and width of a possible vertical scrollbar. With this
11987         additional information the functions can work as
11988         intended. Unfortunately they're not idempotent. We should
11989         transform these commands to toggles. Fixes Bug #164976
11990         Initial patch by Stephane Loeuillet, then heavily modified.
11991
11992         * shell/ev-view.h: update prototypes.
11993
11994         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11995         (ev_window_cmd_view_page_width): provide EvView fit functions with
11996         all the information they need. Formulas to calculate this
11997         information taken from GtkScrolledWindow.
11998
11999 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12000
12001         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12002         created a thumbnail, the list store is updated to know
12003         that the thumbnail is set. Fixes bug #166792
12004
12005 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12006
12007         * shell/ev-window.c: fixed typo, closes bug 166897
12008
12009         * TODO: updated TODO with bug numbers that are relevant
12010
12011 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12012
12013         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12014
12015 2005-02-09  Vincent Noel  <vnoel@cox.net>
12016
12017         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12018         and "Next" toolbar buttons as important to make them stand out.
12019
12020 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12021
12022         * lib/ev-debug.c:
12023         * lib/ev-debug.h:
12024         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12025         (start_interpreter), (stop_interpreter), (document_load),
12026         (ps_document_next_page), (ps_document_goto_page),
12027         (ps_document_set_page_size), (ps_document_widget_event),
12028         (ps_document_render):
12029         * shell/ev-page-view.c: (ev_page_view_dispose):
12030         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12031
12032         Fix compilation on non-gcc platforms
12033
12034 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12035
12036         * NEWS:
12037         * configure.ac:
12038
12039         Release 0.1.4
12040
12041         * pdf/xpdf/Catalog.cc:
12042         * pdf/xpdf/XRef.cc:
12043
12044         Fix the fix for CAN-2004-0888
12045
12046 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12047
12048         * data/Makefile.am:
12049         * data/evince-ui.xml:
12050         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12051         * shell/ev-stock-icons.h:
12052         * shell/ev-window.c: (update_action_sensitivity),
12053         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12054         (set_action_properties):
12055
12056         Improve toolbar layout/icons
12057
12058 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12059
12060         * pdf/xpdf/pdf-document.cc:
12061
12062         Add warnings about unimplemented/unknown link
12063         types.
12064
12065 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12066
12067         * ps/ps-document.c: (set_up_page):
12068
12069         Log gs property
12070
12071 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12072
12073         * ps/ps-document.c: (start_interpreter):
12074
12075         Log gs env var
12076
12077 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12078
12079         * shell/ev-page-view.c: (ev_page_view_dispose):
12080         * shell/ev-view.c: (ev_view_finalize):
12081         * shell/ev-window.c: (ev_window_setup_document),
12082         (ev_window_dispose), (ev_window_init):
12083
12084         Solve more refs issues.
12085
12086         I commented out the page_view initialization for now:
12087         it was never destroyed (because it's never added
12088         to a container). Because of that we was leaking
12089         gs processes. Couldnt think to a clean fix.
12090         We need to figure this out, password view has the
12091         same issue probably.
12092
12093 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12094
12095         * ps/ps-document.c: (ps_document_finalize),
12096         (ps_document_get_n_pages), (ps_document_get_page):
12097
12098         Some cleanups, stop the interpreter on finalize
12099
12100         * shell/ev-page-view.c: (ev_page_view_dispose),
12101         (ev_page_view_class_init):
12102
12103         Release our reference on the document
12104
12105 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12106
12107         * Makefile.am:
12108         * configure.ac:
12109         * doc/debugging.txt:
12110         * lib/.cvsignore:
12111         * lib/Makefile.am:
12112         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12113         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12114         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12115         * lib/ev-debug.h:
12116
12117         Add debugging helpers
12118
12119         * ps/Makefile.am:
12120         * ps/ps-document.c: (set_up_page), (start_interpreter),
12121         (stop_interpreter), (document_load), (ps_document_next_page),
12122         (ps_document_goto_page), (ps_document_set_page_size),
12123         (ps_document_widget_event), (ps_document_render):
12124         * shell/Makefile.am:
12125         * shell/ev-view.c: (expose_bin_window):
12126         * shell/main.c: (main):
12127
12128         Add some logs
12129         
12130 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12131
12132         * ps/ps-document.c: (ps_document_widget_event):
12133
12134         Initialize message_window, this should make ps
12135         rendering really work! (Never noticed because I was
12136         testing with a ps that is causing gs to exit every time!)
12137
12138 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12139
12140         * data/evince.schemas.in: updated simple error in applyto closing tag
12141
12142 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12143
12144         * Makefile.am:
12145         * configure.ac:
12146         * data/.cvsignore:
12147         * data/Makefile.am:
12148         * data/evince-ui.xml:
12149         A data/evince.schemas.in:
12150         * po/POTFILES.in:
12151         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12152         * shell/ev-stock-icons.h:
12153         * shell/ev-window.c: (update_chrome_visibility),
12154         (update_chrome_flag), (ev_window_cmd_edit_find),
12155         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12156         (ev_window_unfullscreen), (ev_window_focus_in_event),
12157         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12158         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12159         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12160         (ev_window_dispose), (ev_window_class_init),
12161         (set_action_properties), (set_chrome_actions), (load_chrome),
12162         (ev_window_init):
12163
12164         Implement fullscreen mode changes from bug #164776.
12165         Also implement persistent chrome toggles.
12166
12167 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12168
12169         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12170
12171 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12172
12173         * NEWS:
12174         * configure.ac:
12175         * shell/ev-view.c:
12176
12177         Add another check for find interface
12178
12179         Release 0.1.3
12180
12181 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12182
12183         * shell/ev-application.c: (ev_application_open):
12184         * shell/ev-window.c: (ev_window_open):
12185
12186         Open gzipped ps documents
12187
12188 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12189
12190         * TODO:
12191         * shell/ev-view.c: (set_document_page):
12192
12193         Clamp page number, dont try to move to
12194         not existant pages.
12195
12196 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12197
12198         * backend/ev-document-find.c: (ev_document_find_changed):
12199         * backend/ev-document-find.h:
12200         * pdf/xpdf/pdf-document.cc:
12201         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12202         * shell/ev-window.c: (find_bar_search_changed_cb):
12203
12204         Fix several bugs with find
12205
12206 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12207
12208         * shell/ev-sidebar-thumbnails.c
12209         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12210         document. Prevents warning from scroll_to_cell.
12211
12212 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12213
12214         * configure.ac: Add «nb» to ALL_LINGUAS too.
12215
12216 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12217
12218         * NOTES: New file with some random thoughts.
12219
12220         * TODO: Update.
12221
12222         * backend/ev-document-misc.c:
12223         (ev_document_misc_get_page_border_size): New function to
12224         canonicalize shadow drawing sizes.  Possibly goofy.
12225
12226         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12227         (ev_view_best_fit), (ev_view_fit_width):
12228         * pdf/xpdf/pdf-document.cc:
12229         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12230         * ps/ps-document.c: (ps_document_get_page_size):
12231         * backend/ev-document-misc.h:
12232         * backend/ev-document.c: (ev_document_get_page_size):
12233         * backend/ev-document.h: get_page_size now takes a page number
12234         parameter.  Made all the backends/frontends honor it.
12235
12236         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12237         see.  Doesn't work yet.
12238
12239         * shell/Makefile.am:
12240         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12241         Doesn't do anything yet.
12242
12243         * shell/ev-sidebar-thumbnails.c:
12244         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12245         [0..n_pages-1]
12246
12247         * shell/ev-window.c: (update_action_sensitivity),
12248         (ev_window_setup_document), (ev_window_set_page_mode),
12249         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12250         view-swapping code a bit so we can have multiple views on a
12251         document.  Add the multi-page view, though it can't be turned on
12252         yet.
12253
12254 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12255
12256         * shell/ev-application.c: (ev_application_open):
12257         * shell/ev-view.c: (expose_bin_window):
12258         * shell/ev-window.c: (ev_window_open):
12259
12260         Support eps and check document supports find
12261         before drawing highlightings in expose.
12262
12263 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12264
12265         * pixbuf/pixbuf-document.c:
12266         (pixbuf_document_thumbnails_get_dimensions),
12267         (pixbuf_document_document_thumbnails_iface_init):
12268
12269         implement get_dimensions
12270
12271 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12272
12273         * NEWS:
12274         * configure.ac:
12275
12276         Release 0.1.2
12277
12278 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12279
12280         * shell/ev-view.c: (set_document_page):
12281
12282         Scroll at the top of the page when changing page
12283
12284 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12285
12286         * shell/ev-view.c: (ev_view_motion_notify_event):
12287
12288         Do not redraw unnecessarily
12289
12290 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12291
12292         * pdf/xpdf/pdf-document.cc:
12293         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12294         (expose_bin_window), (find_changed_cb):
12295
12296         Yay! find works now... Now to find bugs...
12297
12298 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12299
12300         * backend/ev-document-find.c: (ev_document_find_base_init),
12301         (ev_document_find_changed):
12302         * backend/ev-document-find.h:
12303         * pdf/xpdf/pdf-document.cc:
12304         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12305         (expose_bin_window), (ev_view_init), (set_document_page),
12306         (ensure_rectangle_is_visible), (jump_to_find_result),
12307         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12308         (ev_view_find_next), (ev_view_find_previous):
12309         * shell/ev-view.h:
12310         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12311
12312         More work on find implementation, mostly there now
12313
12314 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12315
12316         * backend/ev-backend-marshalers.list:
12317         * backend/ev-document-find.c: (ev_document_find_base_init),
12318         (ev_document_find_cancel), (ev_document_find_page_has_results),
12319         (ev_document_find_get_n_results), (ev_document_find_get_result),
12320         (ev_document_find_get_progress), (ev_document_find_changed):
12321         * backend/ev-document-find.h:
12322
12323         Enanche the find interface to be really able to do
12324         multi page find.
12325
12326         * pdf/xpdf/pdf-document.cc:
12327
12328         Implement
12329
12330         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12331         (expose_bin_window), (ev_view_init),
12332         (ev_view_get_find_status_message), (find_changed_cb),
12333         (ev_view_set_document), (set_document_page):
12334
12335         Adapt to the new interface. A few things are regressed sorry,
12336         I will finish it soon.
12337
12338 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12339
12340         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12341         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12342         ev_sidebar_thumbnails_parent_class variable, don't define another
12343         parent_class variable.
12344
12345         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12346         (ev_page_action_class_init): ditto.
12347
12348         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12349         (pixbuf_document_class_init): ditto.
12350
12351         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12352         ditto.
12353
12354         * .cvsignore: ignore various valgrind output files.
12355
12356 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12357
12358         * data/evince-ui.xml:
12359         * shell/Makefile.am:
12360         * shell/ev-history.c:
12361         * shell/ev-history.h:
12362         * shell/ev-navigation-action.c:
12363         * shell/ev-navigation-action.h:
12364         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12365         (ev_view_set_page), (ev_view_fit_width):
12366         * shell/ev-view.h:
12367         * shell/ev-window.c: (update_action_sensitivity),
12368         (ev_window_setup_document), (register_custom_actions):
12369
12370         Kill session history
12371
12372 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12373
12374         * shell/ev-window.c: (update_action_sensitivity):
12375
12376         Fix inverted up/down buttons
12377
12378 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12379
12380         * shell/ev-sidebar-thumbnails.c
12381         (ev_sidebar_thumbnails_select_page): make sure the selected
12382         thumbnail stays visible.
12383
12384 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12385
12386         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12387         scrolled window for Federico.
12388
12389 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12390
12391         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12392
12393 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12394
12395         * configure.ac:
12396         * pdf/splash/SplashFTFontEngine.cc:
12397
12398         Fix CID fonts with freetype 2.1.9
12399
12400 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12401
12402         * TODO: added item for desktop icon thumbnailer
12403
12404 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12405
12406         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12407         unloaded docs when the title is accessed.
12408
12409         * shell/ev-password-view.[hc]: New widget for displaying password
12410         state.
12411
12412         * shell/ev-window.[ch]: Refactor password handling code to handle
12413         the new view.
12414
12415 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12416
12417         * NEWS:
12418         * configure.ac:
12419         * data/Makefile.am:
12420
12421         Release 0.1.1
12422
12423 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12424
12425         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12426         ignore page offset here, to make search results independent of it,
12427
12428         * shell/ev-view.c (expose_bin_window): but take offsets into
12429         account here. Bug #164932
12430
12431         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12432         scale at the right time. Bug #164996
12433
12434 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12435
12436         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12437         fix the problem. Now I just removed the Adobe font names and hope
12438         that the URW fonts are always in outline format. Bug #164934
12439
12440         * shell/ev-window.c (update_window_title): empty titles are
12441         useless, use filename in that case too.
12442
12443         * NEWS: Add some content.
12444
12445 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12446
12447         * TODO: added one more TODO item and a TODONE section :)
12448
12449 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12450
12451         * ps/ps-document.h: add page_[xy]_offset fields.
12452
12453         * ps/ps-document.c (ps_document_set_page_offset)
12454         (ps_document_render): Keep offset in consideration in a few
12455         places. Bug #164752 "postscript documents are not centered in
12456         window"
12457
12458         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12459         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12460
12461         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12462         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12463         stub out missing methods for complete EvDocument implementation.
12464         Fixes segfaults with Save A Copy and Copy actions.
12465
12466         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12467         (ps_document_document_iface_init): ditto.
12468         
12469 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12470
12471         * data/.cvsignore:
12472         * data/Makefile.am:
12473         * data/evince.desktop.in:
12474
12475         Add desktop file
12476
12477 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12478
12479         * shell/ev-view.c: (ev_view_button_press_event),
12480         (ev_view_motion_notify_event):
12481
12482         Make selection work in any direction
12483
12484 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12485
12486         * TODO:
12487         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12488
12489         Use shorter labels for some of the toolbars items
12490
12491 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12492
12493         * pdf/xpdf/pdf-document.cc:
12494
12495         Check the links info is initialized before
12496         using it. Should fix a crash on startup.
12497
12498 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12499
12500         * pixbuf/pixbuf-document.c
12501         (pixbuf_document_thumbnails_get_dimensions): force floating point
12502         division to calculate page_ratio. Fixes crash with landscape
12503         format pixbufs.
12504
12505 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12506
12507         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12508
12509 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12510
12511         * shell/ev-view.c (set_document_page): unset has_selection when
12512         the page changes.
12513         (set_document_page): handle paper size changes when the page
12514         changes (test with Free Culture, page 2).
12515
12516 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12517
12518         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12519         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12520
12521         Use normal style color for the widget background and
12522         draw a black box around the page.
12523
12524 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12525
12526         * pdf/xpdf/pdf-document.cc:
12527
12528         Keep offset in consideration in a few places
12529
12530         * shell/ev-view.c: (expose_bin_window):
12531
12532         Set the offsets so that the document is ever centered
12533
12534 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12535
12536         * TODO: Added TODO items and finished off the first todo item
12537
12538         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12539         reflect current authors
12540
12541 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12542
12543         * pdf/xpdf/pdf-document.cc:
12544         * shell/ev-view.c: (ev_view_set_cursor),
12545         (ev_view_motion_notify_event), (document_changed_callback),
12546         (set_document_page):
12547
12548         Show a wait cursor while the page is rendering
12549
12550 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12551
12552         * shell/ev-sidebar-thumbnails.c:
12553         (ev_sidebar_tree_selection_changed),
12554         (ev_sidebar_thumbnails_select_page):
12555         * shell/ev-sidebar-thumbnails.h:
12556         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12557         (ev_view_can_go_forward):
12558         * shell/ev-window.c: (ev_window_open_page),
12559         (ev_window_setup_document), (update_current_page),
12560         (view_page_changed_cb), (ev_window_init):
12561         * shell/ev-window.h:
12562
12563         Ensure thumbnails selection, toolbar page control and
12564         current page are in sync.
12565
12566 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12567
12568         * pdf/xpdf/XRef.cc:
12569
12570         Fix CAN-2005-0064
12571
12572 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12573
12574         * backend/Makefile.am:
12575         * backend/ev-document-links.h:
12576         * backend/ev-document-security.c: (ev_document_security_get_type),
12577         (ev_document_security_has_document_security),
12578         (ev_document_security_set_password):
12579         * backend/ev-document-security.h:
12580         * backend/ev-document.c: (ev_document_error_quark):
12581         * backend/ev-document.h:
12582         * data/Makefile.am:
12583         * data/evince-password.glade:
12584         * pdf/xpdf/pdf-document.cc:
12585         * shell/Makefile.am:
12586         * shell/ev-password.c: (ev_password_set_bad_password_label),
12587         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12588         (ev_password_dialog_get_password),
12589         (ev_password_dialog_set_bad_pass):
12590         * shell/ev-password.h:
12591         * shell/ev-window.c: (ev_window_get_attribute),
12592         (ev_window_set_property), (update_action_sensitivity),
12593         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12594         (ev_window_setup_document), (ev_window_get_password),
12595         (ev_window_open), (ev_window_cmd_save_as),
12596         (using_postscript_printer), (ev_window_print),
12597         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12598         (update_fullscreen_popup), (ev_window_fullscreen),
12599         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12600         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12601         (menu_item_select_cb), (find_bar_search_changed_cb),
12602         (ev_window_dispose), (ev_window_init):
12603
12604         Add initial support for password-supported dialogs.  This could be
12605         a lot cooler, but it'll do for now.
12606
12607 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12608
12609         * pdf/xpdf/pdf-document.cc:
12610         * shell/ev-view.c: (status_message_from_link),
12611         (ev_view_set_status), (ev_view_set_cursor),
12612         (ev_view_motion_notify_event), (ev_view_init):
12613         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12614
12615         Fix bugs in the links implementation and change cursor
12616         when hovering a link.
12617
12618 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12619
12620         * viewer/.cvsignore: added cvsignore file for viewer directory
12621
12622         * TODO: created TODO document
12623
12624 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12625
12626         * shell/ev-view.h:
12627         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12628         new functions to help with implementation of sensitivity code
12629         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12630         of all actions that might require it.  Fixes a crash when you
12631         click on the Zoom actions in a window lacking a document.
12632
12633 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12634
12635         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12636         of the Find action
12637
12638 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12639
12640         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12641         (pixbuf_document_document_iface_init):
12642         * ps/ps-document.c: (ps_document_get_link),
12643         (ps_document_document_iface_init):
12644         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12645         (status_message_from_link), (ev_view_set_status),
12646         (ev_view_set_find_status), (ev_view_motion_notify_event),
12647         (ev_view_button_release_event), (ev_view_set_property),
12648         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12649         (ev_view_get_find_status_message), (update_find_results),
12650         (ev_view_get_status), (ev_view_get_find_status):
12651         * shell/ev-view.h:
12652         * shell/ev-window.c: (view_status_changed_cb),
12653         (view_find_status_changed_cb), (ev_window_init):
12654
12655         View status message support, use it to show the links.
12656         Needs work...
12657
12658 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12659
12660         * backend/ev-document.c: (ev_document_get_link):
12661         * backend/ev-document.h:
12662         * pdf/xpdf/pdf-document.cc:
12663         * shell/ev-application.c: (ev_application_open):
12664         * shell/ev-application.h:
12665         * shell/ev-sidebar-links.c: (selection_changed_cb):
12666         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12667         (ev_view_go_to_link):
12668
12669         Add support for document links
12670
12671 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12672
12673         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12674         (create_tool_item):
12675         Set the spin button limits correctly.
12676         
12677         * shell/ev-sidebar-thumbnails.c:
12678         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12679         Support changing pages by clicking on the thumbnails.
12680         
12681 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12682
12683         * pixbuf/pixbuf-document.c:
12684         (pixbuf_document_thumbnails_get_dimensions),
12685         (pixbuf_document_document_thumbnails_iface_init):
12686
12687         implement get_dimensions
12688
12689 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * ps/ps-document.c: (ps_document_goto_page):
12692
12693         Fix page switching on multipage documents
12694
12695 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12696
12697         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12698         
12699         check for NULL before assigning to width and height parameters
12700
12701 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12702
12703         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12704         (pixbuf_document_set_property), (pixbuf_document_get_property):
12705
12706         implement get/set properties
12707
12708 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12709
12710         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12711         
12712         return NULL instead of "Unknown", letting the title get set to
12713         the filename when the pdf has no title.
12714
12715 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12716
12717         * ps/ps-document.c: (ps_document_get_page_count),
12718         (ps_document_goto_page):
12719
12720 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12721
12722         * shell/ev-history.c: (ev_history_get_property),
12723         (ev_history_set_property), (ev_history_class_init),
12724         (ev_history_add_page), (ev_history_set_current_index):
12725         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12726         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12727         (ev_navigation_action_finalize):
12728         * shell/ev-navigation-action.h:
12729         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12730         (ev_view_go_forward), (ev_view_get_find_status_message),
12731         (history_index_changed_cb), (ev_view_set_history):
12732         * shell/ev-view.h:
12733         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12734         (update_current_page), (register_custom_actions):
12735
12736         Implement history dropdowns
12737
12738 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12739
12740         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12741         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12742         (ev_view_go_forward):
12743         * shell/ev-window.c: (register_custom_actions):
12744
12745         Fix several history bugs
12746
12747 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12748
12749         * configure.ac: Add «nb» to ALL_LINGUAS.
12750
12751 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12752
12753         * backend/Makefile.am:
12754         * backend/ev-bookmark.c:
12755         * backend/ev-bookmark.h:
12756         * backend/ev-document-bookmarks.c:
12757         * backend/ev-document-bookmarks.h:
12758         * backend/ev-document-links.c: (ev_document_links_get_type),
12759         (ev_document_links_has_document_links),
12760         (ev_document_links_begin_read), (ev_document_links_get_link),
12761         (ev_document_links_get_child), (ev_document_links_next),
12762         (ev_document_links_free_iter):
12763         * backend/ev-document-links.h:
12764         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12765         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12766         (ev_link_get_link_type), (ev_link_set_link_type),
12767         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12768         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12769         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12770         (ev_link_new_external):
12771         * backend/ev-link.h:
12772         * pdf/xpdf/pdf-document.cc:
12773         * shell/Makefile.am:
12774         * shell/ev-application.c: (ev_application_open_link):
12775         * shell/ev-application.h:
12776         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12777         (ev_history_get_link_nth):
12778         * shell/ev-history.h:
12779         * shell/ev-sidebar-bookmarks.c:
12780         * shell/ev-sidebar-bookmarks.h:
12781         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12782         (ev_sidebar_links_class_init), (selection_changed_cb),
12783         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12784         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12785         (do_one_iteration), (populate_links_idle),
12786         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12787         * shell/ev-sidebar-links.h:
12788         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12789         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12790         (go_to_index):
12791         * shell/ev-view.h:
12792         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12793         * shell/ev-window.h:
12794
12795         Rename bookmark to link, and use "Index" for the sidebar panel.
12796
12797 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12798
12799         * shell/Makefile.am:
12800         * shell/ev-application.c: (ev_application_open_bookmark):
12801         * shell/ev-application.h:
12802         * shell/ev-history.c: (ev_history_init), (free_links_list),
12803         (ev_history_finalize), (ev_history_class_init),
12804         (ev_history_add_link), (ev_history_add_page),
12805         (ev_history_get_link_nth), (ev_history_get_n_links),
12806         (ev_history_get_current_index), (ev_history_set_current_index),
12807         (ev_history_new):
12808         * shell/ev-history.h:
12809         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12810         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12811         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12812         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12813         (ev_view_set_page):
12814         * shell/ev-view.h:
12815         * shell/ev-window.c: (ev_window_open_bookmark),
12816         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12817         (goto_page_cb), (register_custom_actions):
12818         * shell/ev-window.h:
12819
12820         Initial history implementation. Needs work.
12821
12822 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12823
12824         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12825
12826 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12827
12828         * cut-n-paste/recent-files/egg-recent-item.c:
12829         * cut-n-paste/recent-files/egg-recent-item.h:
12830         * cut-n-paste/recent-files/egg-recent-model.c:
12831         * cut-n-paste/recent-files/egg-recent-util.c:
12832         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12833         * cut-n-paste/recent-files/egg-recent-view.c:
12834
12835         Update
12836
12837 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12838
12839         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12840         (fillGlyph, fillImageMask, drawImage):
12841         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12842         pdf/splash/SplashTypes.h:
12843         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12844         packed mode for Splash.
12845
12846         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12847         RGB8 packed mode, eliminates the pixbuf data creation loop.
12848
12849         * shell/ev-print-job.c (ev_print_job_finalize)
12850         (ev_print_job_set_property, ev_print_job_get_property)
12851         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12852         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12853         (print_closure_finalize, ev_print_job_print): implement
12854         printing (for backends with EvPsExporter)
12855
12856         * shell/ev_print_job.h: update prototypes.
12857
12858         * shell/ev-window.c (ev_window_print): unref print job after
12859         printing.
12860
12861         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12862         unless the document implements the EvDocumentFind interface.
12863
12864 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12865
12866         * configure.ac: Added ja to ALL_LINGUAS.
12867
12868 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12869
12870         * pdf/xpdf/pdf-document.cc:
12871
12872         add a FIXME. We should probably not allocate
12873         a bookmark object every time
12874
12875 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12876
12877         * shell/ev-application.c: (ev_application_open),
12878         (ev_application_open_bookmark):
12879         * shell/ev-application.h:
12880         
12881         Add a way to open bookmarks
12882
12883         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12884         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12885         (ev_bookmark_set_property), (ev_bookmark_class_init),
12886         (ev_bookmark_new_title), (ev_bookmark_new_link),
12887         (ev_bookmark_new_external):
12888
12889         Support for external uris, better constructors.
12890
12891         * backend/ev-bookmark.h:
12892         * pdf/xpdf/pdf-document.cc:
12893         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12894
12895         Handle external uris
12896
12897 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12898
12899         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12900         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12901
12902         Hook up bookmarks navigation
12903
12904 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12905
12906         * backend/Makefile.am:
12907         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12908         (ev_bookmark_get_title), (ev_bookmark_set_title),
12909         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12910         (ev_bookmark_get_page), (ev_bookmark_set_page),
12911         (ev_bookmark_get_property), (ev_bookmark_set_property),
12912         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12913         (ev_bookmark_new):
12914         * backend/ev-bookmark.h:
12915         * backend/ev-document-bookmarks.c:
12916         (ev_document_bookmarks_get_bookmark):
12917         * backend/ev-document-bookmarks.h:
12918         * pdf/xpdf/pdf-document.cc:
12919         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12920
12921         Add a bookmark object to the backend and use it instead of get_values
12922
12923 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12924
12925         * data/evince-ui.xml:
12926
12927         Cleanup and add select all.
12928
12929         * shell/ev-view.c: (ev_view_select_all),
12930         (ev_view_button_press_event):
12931         * shell/ev-view.h:
12932         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12933
12934         Add select all.
12935         Clear selection on click.
12936
12937 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12938
12939         * shell/ev-sidebar-thumbnails.c
12940         (ev_sidebar_thumbnails_set_document): forgot to unref the
12941         loading_icon.
12942
12943 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12944
12945         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12946         at the visible page, not just linearly.  This makes it look fast.
12947
12948 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12949
12950         * backend/ev-document-misc.c
12951         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12952         white.
12953         * backend/ev-document-thumbnails.h: New interface to get the size
12954         of a page.
12955
12956 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12957
12958         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12959         make dist works
12960
12961 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12962
12963         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12964         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12965         things up a bit.
12966
12967         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12968
12969 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12970
12971         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12972         fonts. Should fix font problems on systems that have the base
12973         fonts in bitmap format. Reported by James Henstridge
12974         <james@jamesh.id.au>.
12975
12976 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12977
12978         * pdf/xpdf/Gfx.cc:
12979         * pdf/xpdf/GfxState.cc:
12980
12981         Fix for CAN-2004-1125
12982
12983 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12984
12985         * shell/ev-view.c: (ev_view_copy):
12986         * shell/ev-view.h:
12987         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12988
12989         Implement Edit->Copy
12990
12991 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12992
12993         * backend/ev-document.c: (ev_document_get_text):
12994         * backend/ev-document.h:
12995         * pdf/xpdf/pdf-document.cc:
12996         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12997         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12998         (ev_view_update_primary_selection), (ev_view_button_press_event),
12999         (ev_view_motion_notify_event), (ev_view_button_release_event):
13000
13001         Beginnings of clipboard support. Incomplete but primary sort
13002         of work.
13003
13004 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13005
13006         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13007         (expose_bin_window):
13008
13009         Nicer rubberband drawing, from GtkIconView.
13010
13011 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13012
13013         * backend/ev-document.c: (ev_document_save):
13014         * backend/ev-document.h:
13015         * data/evince-ui.xml:
13016         * pdf/xpdf/pdf-document.cc:
13017         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13018
13019         Implement "Save a copy..." menu item
13020
13021 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13022
13023         * shell/ev-view.c: (ev_view_zoom):
13024
13025         Queue a resize when zoom changes
13026
13027 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13028
13029         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13030         shadows.
13031
13032         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13033         thumbnails..
13034
13035 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13036
13037         * pdf/xpdf/pdf-document.cc
13038         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13039
13040 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13041
13042         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13043         It's slow, but I'll speed it up next!
13044
13045 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13046
13047         * shell/main.c (load_files):
13048
13049         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13050         from the command line and because it seems more appropriate.
13051
13052 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13053
13054         * data/evince-ui.xml:
13055         * shell/ev-window.c: (update_action_sensitivity),
13056         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13057
13058         s/next page/page down
13059         s/previous page/page up
13060
13061 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13062
13063         * data/evince-ui.xml:
13064
13065         Change the layout to match clarkbw design.
13066
13067         * shell/Makefile.am:
13068         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13069         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13070         (ev_navigation_action_finalize),
13071         (ev_navigation_action_set_property),
13072         (ev_navigation_action_get_property),
13073         (ev_navigation_action_class_init):
13074         * shell/ev-navigation-action.h:
13075
13076         Implement clarkbw toolbar navigation controls (incomplete)
13077
13078         * shell/ev-page-action.c: (update_label), (update_spin),
13079         (value_changed_cb), (create_tool_item), (connect_proxy),
13080         (ev_page_action_init), (ev_page_action_finalize),
13081         (ev_page_action_set_property), (ev_page_action_get_property),
13082         (ev_page_action_set_current_page),
13083         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13084         * shell/ev-page-action.h:
13085
13086         Implement a page switcher in the toolbar
13087
13088         * shell/ev-view.c: (ev_view_scroll_view):
13089         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13090         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13091         (register_custom_actions), (ev_window_init):
13092
13093         Change page on PageUp/Down.
13094
13095 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13096
13097         * pdf/xpdf/pdf-document.cc
13098         (pdf_document_thumbnails_get_thumbnail): initial stab at
13099         implementing thumbnail support for pdfs.  It only does documents
13100         with precached pdfs now.
13101
13102 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13103
13104         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13105         thumbnail code into a time-based idle as well.  Also, turn off the
13106         shadow temporarily as it's really slow.
13107
13108 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13109
13110         * backend/ev-document.c: (ev_document_class_init):
13111         * pdf/xpdf/pdf-document.cc:
13112         * shell/ev-window.c: (ev_window_open):
13113
13114         Fix document title bugs and fallback to
13115         filename when not available.
13116
13117 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13118
13119         * backend/ev-document.c: (ev_document_get_type),
13120         (ev_document_class_init), (ev_document_load),
13121         (ev_document_get_title):
13122         * backend/ev-document.h:
13123         * pdf/xpdf/pdf-document.cc:
13124         * ps/ps-document.c: (ps_document_set_property),
13125         (ps_document_get_property), (ps_document_class_init),
13126         (document_load):
13127         * ps/ps-document.h:
13128         * ps/ps.h:
13129         * shell/ev-window.c: (update_window_title), (ev_window_open),
13130         (ev_window_init):
13131
13132         Initial support for document title. Not working yet.
13133
13134 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13135
13136         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13137
13138         Grab focus on the view when clicking it
13139
13140 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13141
13142         * shell/ev-marshal.list:
13143         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13144         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13145
13146         Add key bindings to the view. Now if the focus would work
13147         right...
13148
13149 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13150
13151         * Makefile.am:
13152         * backend/Makefile.am:
13153         * data/Makefile.am:
13154         * dvi/Makefile.am:
13155         * dvi/dvilib/Makefile.am:
13156         * pdf/xpdf/Makefile.am:
13157         * po/POTFILES.in:
13158         * ps/Makefile.am:
13159
13160         Fix distcheck
13161
13162 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13163
13164         * shell/ev-view.c: (ev_view_realize):
13165
13166         Fix mouse wheel scrolling
13167
13168 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13169
13170         * ps/Makefile.am:
13171         * ps/gstypes.h:
13172         * ps/gtkgs.c:
13173         * ps/gtkgs.h:
13174         * ps/ps-document.c: (catchPipe), (ps_document_init),
13175         (ps_document_class_init), (ps_document_cleanup),
13176         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13177         (set_up_page), (close_pipe), (is_interpreter_ready),
13178         (interpreter_failed), (output), (input), (start_interpreter),
13179         (stop_interpreter), (file_length), (file_readable),
13180         (check_filecompressed), (check_pdf), (compute_xdpi),
13181         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13182         (ps_document_get_type), (ps_document_emit_error_msg),
13183         (document_load), (ps_document_next_page),
13184         (ps_document_get_current_page), (ps_document_get_page_count),
13185         (ps_document_goto_page), (ps_document_set_page_size),
13186         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13187         (ps_document_load), (ps_document_get_n_pages),
13188         (ps_document_set_page), (ps_document_get_page),
13189         (ps_document_widget_event), (ps_document_set_target),
13190         (ps_document_set_scale), (ps_document_set_page_offset),
13191         (ps_document_get_page_size), (ps_document_render),
13192         (ps_document_document_iface_init):
13193         * ps/ps-document.h:
13194         * ps/ps.c:
13195         * shell/ev-window.c: (ev_window_open):
13196
13197         Rename GtkGS to PSDocument
13198
13199 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13200
13201         * ps/gtkgs.c: (gtk_gs_class_init):
13202         * ps/gtkgs.h:
13203
13204         Some more leftover...
13205
13206 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13207
13208         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13209         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13210         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13211         * ps/gtkgs.h:
13212
13213         Remove unused code and make a lot of stuff private
13214
13215 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13218         (gtk_gs_defaults_changed):
13219         * ps/gsdefaults.h:
13220         * ps/gtkgs.c:
13221         * ps/gtkgs.h:
13222         * ps/ps.h:
13223
13224         Cleanup headers dependencies
13225
13226 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13227
13228         * ps/Makefile.am:
13229         * ps/ggvutils.c:
13230         * ps/ggvutils.h:
13231         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13232         * ps/gsdefaults.h:
13233         * ps/gtkgs.c: (file_length), (file_readable),
13234         (check_filecompressed), (check_pdf), (gtk_gs_load),
13235         (gtk_gs_get_postscript):
13236
13237         Get rid of ggvutils
13238
13239 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13240
13241         * ps/ggvutils.c:
13242         * ps/ggvutils.h:
13243         * ps/gsio.h:
13244         * ps/gtkgs.c: (gtk_gs_set_zoom):
13245
13246         Cleanups
13247
13248 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13249
13250         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13251
13252         Ensure the page is rerendered when changing zoom
13253
13254 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13255
13256         * backend/ev-document.c: (ev_document_base_init),
13257         (ev_document_changed):
13258         * backend/ev-document.h:
13259
13260         Add a changed event that is emitted when the page content
13261         changes. This is necessary to deal with the fact that
13262         in ps backend rendering happen asycrounously.
13263         This makes the ps backend mostly work.
13264
13265         * pdf/xpdf/pdf-document.cc:
13266
13267         Emit changed event
13268
13269         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13270         (ps_document_set_target):
13271
13272         Emit changed event
13273
13274         * shell/ev-view.c: (document_changed_callback),
13275         (ev_view_set_document), (ev_view_set_page):
13276
13277         Redraw on the changed signal
13278
13279 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13280
13281         * configure.ac: Added pt_BR to ALL_LINGUAS.
13282
13283 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13284
13285         * backend/ev-document-bookmarks.c:
13286         (ev_document_bookmarks_get_child): *
13287         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13288         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13289         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13290         (ev_sidebar_bookmarks_destroy),
13291         (ev_sidebar_bookmarks_class_init),
13292         (ev_sidebar_bookmarks_construct), (stack_data_free),
13293         (do_one_iteration), (populate_bookmarks_idle),
13294         (ev_sidebar_bookmarks_clear_document),
13295         (ev_sidebar_bookmarks_set_document): *
13296         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13297         (ev_sidebar_add_page),
13298         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13299         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13300         it displays both the topics and the page numbers.
13301
13302 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13303
13304         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13305         toggle.
13306         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13307         visible.
13308
13309 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13310
13311         * configure.ac: Added en_CA to ALL_LINGUAS.
13312
13313 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13314
13315         * ChangeLog: replace bottom of this ChangeLog (merged history of
13316         ggv and gpdf; where all paths were wrong and most of the files are
13317         not even in this tree) with ChangeLog (from arch) of the shell
13318         code.
13319
13320 2004-12-23  Havoc Pennington  <hp@redhat.com>
13321
13322         * shell/ev-window.c: hook up potentially-questionable "find
13323         results status text" feature - something involving the sidebar or
13324         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13325         might be better in the end.
13326
13327         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13328         with corresponding signal when it should be updated
13329
13330         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13331
13332 2004-12-22  Havoc Pennington  <hp@redhat.com>
13333
13334         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13335         find stuff on other pages, sort of (only returns one result on
13336         invisible pages, to show they have results; updates full results
13337         for a page when you view it). Currently repaints the current page
13338         every time a new result is found on any page, which isn't so nice.
13339
13340 2004-12-22  Havoc Pennington  <hp@redhat.com>
13341
13342         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13343         the document doesn't support find (better ideas?)
13344         (find_bar_search_changed_cb): handle missing document or document
13345         that doesn't support find
13346
13347         * pdf/xpdf/pdf-document.cc: port to implement the new
13348         EvDocumentFindIface
13349
13350         * backend/ev-document-find.c: create a new interface for searching
13351
13352         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13353
13354 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13355
13356         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13357         libevbackend.la.
13358
13359         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13360         EvPrintJob constructor arguments.
13361
13362         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13363         for documents that can export PostScript (page by page).
13364
13365         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13366         
13367         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13368         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13369         (pdf_document_ps_exporter_iface_init:
13370         Implement EvPSExporter.
13371
13372         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13373
13374 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13375
13376         * backend/Makefile.am:
13377         * backend/ev-document-thumbnails.c:
13378         (ev_document_thumbnails_get_type),
13379         (ev_document_thumbnails_get_thumbnail):
13380         * backend/ev-document-thumbnails.h:
13381         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13382         (pixbuf_document_thumbnails_get_thumbnail),
13383         (pixbuf_document_document_thumbnails_iface_init):
13384         * shell/Makefile.am:
13385         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13386         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13387         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13388         * shell/ev-sidebar-thumbnails.h:
13389         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13390         (ev_sidebar_set_document):
13391         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13392         (create_shadow), (ev_pixbuf_add_shadow):
13393         * shell/ev-utils.h:
13394         Add thumbnail support.
13395         
13396 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13397
13398         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13399         (using_postscript_printer): Set up a print dialog for "PostScript
13400         injection" method.
13401
13402         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13403         EvPrintJob.
13404
13405         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13406
13407 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13408
13409         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13410         (ps_document_set_target), (ps_document_get_page_size),
13411         (ps_document_render):
13412         * ps/gtkgs.h:
13413
13414         Fix a few bugs
13415
13416 2004-12-22  Christian Rose  <menthos@menthos.com>
13417
13418         * configure.ac: Added "sv" to ALL_LINGUAS.
13419
13420 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13421
13422         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13423         document supports bookmarks.
13424
13425 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13426
13427         * ps/ggvutils.c: (ggv_file_readable):
13428         * ps/ggvutils.h:
13429         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13430         (gtk_gs_get_postscript):
13431
13432         Remove unused utils
13433
13434 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13435
13436         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13437         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13438         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13439         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13440         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13441         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13442         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13443         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13444         (gtk_gs_set_antialiasing), (ps_document_load),
13445         (ps_document_render):
13446         * ps/gtkgs.h:
13447
13448         Another check point for the ps backend. Now I can get it to show
13449         pages!
13450
13451 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13452
13453         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13454         document setting code.
13455
13456 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13457
13458         * shell/eggfindbar.c: (entry_activate_callback):
13459         Animate the next button when activate is pressed.
13460         
13461 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13462
13463         * shell/ev-window.c: (ev_window_cmd_edit_find),
13464         (update_fullscreen_popup), (ev_window_fullscreen),
13465         (ev_window_unfullscreen), (ev_window_state_event_cb),
13466         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13467         Fix bugs in fullscreen code.
13468         
13469 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13470
13471         * Makefile.am:
13472         * configure.ac:
13473         * pixbuf/Makefile.am:
13474         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13475         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13476         (pixbuf_document_set_page), (pixbuf_document_get_page),
13477         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13478         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13479         (pixbuf_document_render), (pixbuf_document_begin_find),
13480         (pixbuf_document_end_find), (pixbuf_document_finalize),
13481         (pixbuf_document_class_init),
13482         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13483         * pixbuf/pixbuf-document.h:
13484         * shell/Makefile.am:
13485         * shell/ev-application.c: (ev_application_open):
13486         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13487         (ev_window_open):
13488         Add pixbuf backend.
13489         
13490 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13491
13492         * Makefile.am: 
13493         * dvi/dvilib/Makefile.am:
13494         * dvi/Makefile.am:
13495         * configure.ac: Auto*ify dvi and dvi/dvilib
13496
13497         * dvi/Makefile: Remove from CVS
13498         
13499         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13500         confusion.
13501
13502         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13503         
13504         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13505         
13506 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13507
13508         * ps/Makefile.am:
13509         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13510         (gtk_gs_value_adjustment_changed), (compute_size),
13511         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13512         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13513         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13514         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13515         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13516         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13517         (ps_document_load), (ps_document_get_n_pages),
13518         (ps_document_set_page), (ps_document_get_page),
13519         (ps_document_set_target), (ps_document_set_scale),
13520         (ps_document_set_page_offset), (ps_document_get_page_size),
13521         (ps_document_render), (ps_document_begin_find),
13522         (ps_document_end_find), (ps_document_document_iface_init):
13523         * ps/gtkgs.h:
13524         * shell/Makefile.am:
13525         * shell/ev-window.c: (ev_window_open):
13526
13527         Some work to integrate gtkgs with EvDocument
13528
13529 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13530
13531         * shell/ev-window.c: (update_fullscreen_popup),
13532         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13533         (exit_fullscreen_button_clicked_cb),
13534         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13535         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13536         (ev_window_state_event_cb), (ev_window_init):
13537         Add fullscreen support from Epiphany.
13538         
13539 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13540
13541         * data/ev-stock-zoom-fit-width.png: fit-width
13542         stock icon from gpdf.
13543         
13544         * shell/ev-stock-icons.[ch]: copied from gpdf.
13545         
13546         * shell/main.c: (main): init stock icons.
13547         
13548         * shell/ev-window.c: use the fit-width icon.
13549         
13550         * data/evince-ui.xml: add zooming toolbar items.
13551
13552 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13553
13554         * shell/ev-view.c: 
13555         (ev_view_best_fit), (ev_view_fit_width): because
13556         get_page_size() returns the scaled page size, we
13557         need to calculate the scale factor relative to
13558         the previous scale factor. Should really just
13559         add get_real_page_size().
13560
13561 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13562
13563         * shell/ev-view.[ch]:
13564         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13565         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13566         add zooming.
13567         
13568         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13569         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13570         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13571         hook it up.
13572         
13573         * pdf/xpdf/pdf-document.cc:
13574         (pdf_document_begin_find),
13575         (pdf_document_end_find): make static.
13576
13577 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13578
13579         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13580
13581         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13582         names to fontconfig patterns.
13583         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13584
13585         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13586         setupBaseFontsFc.
13587
13588 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13589
13590         * Makefile.am:
13591         * configure.ac:
13592         * ps/Makefile.am:
13593         * ps/ggvutils.c:
13594         * ps/ggvutils.h:
13595         * ps/gsdefaults.c:
13596         * ps/gsdefaults.h:
13597         * ps/gsio.c:
13598         * ps/gsio.h:
13599         * ps/gtkgs.c:
13600         * ps/gtkgs.h:
13601         * ps/ps.c:
13602         * ps/ps.h:
13603
13604         Import ggv backend. Not hooked up yet.
13605
13606 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13607
13608         * shell/main.c: (load_files), (main): load files
13609         from the command line.
13610
13611 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13612
13613         * configure.ac: don't require bonobo.
13614         
13615         * cut-n-paste/recent-files/*: kill bonobo recent
13616         view.
13617
13618         * shell/ev-window.c:
13619         (ev_window_is_empty): upd.
13620         (unable_to_load), (ev_window_open): load backend
13621         based on the mime type.
13622
13623 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13624
13625         * backend/.cvsignore: ignore generated marshalers source.
13626
13627         * shell/main.c (main): this is not epiphany.
13628
13629 2004-12-22  Havoc Pennington  <hp@redhat.com>
13630
13631         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13632         (expose_bin_window): draw find highlights
13633
13634         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13635         
13636         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13637         (pdf_document_end_find): implement this interface
13638
13639         * backend/ev-document.c (ev_document_found): add this to emit
13640         signal
13641
13642 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13643
13644         * data/evince-ui.xml: Add a few more toolbar items.
13645
13646         * shell/ev-window.c: Hook up page navigation toolbar 
13647         items.
13648
13649         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13650         a page-changed signal.
13651
13652         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13653         Add ev_document_get_page().
13654
13655         * shell/ev-window.c: Sensitize/desensitize navigation
13656         actions.
13657
13658 2004-12-21  Havoc Pennington  <hp@redhat.com>
13659
13660         * backend/ev-backend-marshal.c,
13661         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13662         marshaler-generator thingy. I'm sure there's a better way to do
13663         this in the modern world.
13664
13665         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13666         end_find methods and "found" signal.
13667
13668         * configure.ac: find glib-genmarshal
13669
13670 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13671
13672         * shell/ev-sidebar.c: Construct an actual sidebar.
13673         * shell/ev-sidebar-bookmarks.[ch]:
13674         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13675
13676 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13677
13678         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13679         Redo size handling.
13680         
13681         * shell/ev-view.c: Track the size from the document.
13682
13683 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13684
13685         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13686         constructor assumes ownership of the string passed in.
13687         
13688         * shell/ev-window.c (ev_window_open): Destroy the error
13689         dialog once we've displayed it.
13690
13691 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13692
13693         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13694         a bit, it works! (sort of)
13695
13696         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13697         Move to .cc since we need to use C++ in the implementation.
13698
13699         * shell/dummy.cc: Add a CC file to force evince
13700         to be linked as a C++ program.
13701
13702 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13703
13704         * shell/ev-view.[ch]: Start of content-area widget.
13705
13706         * shell/ev-window.c: Create a EvView, update it
13707         as we change documents.
13708
13709         * shell/Makefile.am shell/ev-marshal.list: Add
13710         generated marshalers.
13711
13712 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13713
13714         * Makefile.am (SUBDIRS): move shell.
13715
13716 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13717
13718         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13719         .a to libtool convenience libraries.
13720
13721         * shell/ev-window.c (ev_window_open): Hard code loading
13722         a PDF document.
13723         
13724         * backend/ev-document.h: Add a boolean return to load(),
13725         fix GError * to GError **.
13726
13727         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13728         object for a PDF backend EvDocument.
13729
13730 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13731
13732         * dvi/*: New directory with the beginning of a .dvi backend.
13733
13734 2004-12-21  Havoc Pennington  <hp@redhat.com>
13735
13736         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13737         previous/next instead of back/forward
13738
13739 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13740
13741         * backend/ev-document.[ch]: Fix a couple of problems so
13742         it compile.
13743
13744 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13745
13746         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13747         to backend/ directory, rename EvViewer to EvDocument.
13748
13749 2004-12-21  Havoc Pennington  <hp@redhat.com>
13750
13751         * shell/ev-window.c: hook up the find bar widget; now we just need
13752         a document to find things in
13753
13754         * shell/eggfindbar.c: a find bar widget
13755
13756 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13757
13758         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13759
13760 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13761
13762         * pdf/**: Import of xpdf code from gpdf. 
13763
13764         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13765
13766         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13767         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13768         Fix FreeType includes.
13769
13770         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13771         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13772         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13773         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13774         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13775         Include xpdfconfig.h
13776         
13777 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13778
13779         * shell/ev-window.c (ev_window_dispose): dispose can be called
13780         multiple times.
13781
13782 2004-12-21  Havoc Pennington  <hp@redhat.com>
13783
13784         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13785         rather than Evince
13786
13787         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13788         items; really they should be synced with the strings, etc. from
13789         current gpdf, but just getting the boring typing out of the way 
13790
13791 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13792
13793         * po/POTFILES.in:
13794         * shell/ev-application.c: (window_destroy_cb):
13795         * shell/ev-window.c:
13796         * shell/main.c: (main):
13797
13798         Actually show the window...
13799
13800 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13801
13802         * Makefile.am:
13803         * shell/Makefile.am:
13804         * shell/ev-application.c: (ev_application_class_init):
13805         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13806
13807         Make it build again
13808
13809 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13810
13811         Import to gnome cvs.
13812         
13813         * Remove copies of gpdf and ggv trees.
13814         * Rip out all the recursive configure code.
13815         * Remove bonobo machinery.
13816         * viewer/*: GInterfaces that backends should/can implement.
13817
13818 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13819
13820         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13821         typo
13822
13823 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13824
13825         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13826         (ev_application_finalize, ev_application_class_init)
13827         (ev_application_init): use GType instance private data for priv.
13828
13829         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13830         (ev_window_finalize, ev_window_class_init)
13831         (ev_window_init): ditto.
13832
13833 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13834
13835         * shell/ev-application.c (ev_application_new_window): make public
13836         (ev_application_show_initial_window): kill.
13837
13838         * shell/ev-application.h: update prototypes.
13839
13840         * shell/main.cc (main): inline ev_application_show_initial_window.
13841
13842 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13843
13844         * shell/ev-application.c (ev_application_new_window): impl.
13845         (ev_application_show_initial_window): use it.
13846         (is_window_empty, ev_application_get_empty_window): returns an
13847         existing empty window or a new one.
13848         (ev_application_open): from ev_window_cmd_file_open.
13849
13850         * shell/ev-application.h: update prototypes
13851
13852         * shell/ev-window.c (ev_window_is_empty): impl.
13853         (ev_window_open): make public.
13854         (ev_window_cmd_file_open): use ev_application_open
13855
13856         * shell/ev-window.h: update prototypes, remove unused.
13857
13858 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13859
13860         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13861         move destroy handler out of here...
13862
13863         * shell/ev-application.c, shell/ev-application.h: ...into this new
13864         class. Also handles initial window creation.
13865
13866         * shell/main.cc (main): use EvApplication to create initial
13867         window.
13868
13869 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13870
13871         * Makefile.am (SUBDIRS): add cut-n-paste
13872
13873         * cut-n-paste/Makefile.am: add
13874
13875         * configure.ac: generate Makefiles in cut-n-paste
13876
13877 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13878
13879         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13880         (ev_window_class_init): install ev_window_dispose.
13881
13882 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13883
13884         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13885         char (gchar looks stupid).
13886
13887 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13888
13889         * po/de.po: updated German translation.
13890
13891 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13892
13893         * configure.ac: add more pkg-config library checks for gnome-vfs,
13894         bonobo etc.
13895
13896         * gpdf/configure.in: temporarily disable libpaper
13897         checks. Otherwise I'd have to add the checks for the shell, too.
13898
13899 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13900
13901         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13902         and * file filters to the file choose.
13903
13904 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13905
13906         * po/de.po: Updated German translation.
13907
13908 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13909
13910         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13911
13912 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13913
13914         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13915
13916         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13917         (ev_window_init): implement those menuitems.
13918
13919 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13920
13921         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13922
13923         * shell/ev-window.c (ev_window_init): use the toolbar.
13924
13925 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13926
13927         * shell/ev-window.c (ev_window_init): use menu translations
13928
13929 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13930
13931         * configure.ac: add "de" to ALL_LINGUAS.
13932
13933         * po/de.po: add German translation.
13934
13935 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13936
13937         * Makefile.am (SUBDIRS): add po
13938
13939         * configure.ac: check intltool, glib-gettext etc, generate
13940         po/Makefile.in
13941
13942         * po, po/POTFILES.in, po/POTFILES.skip: new.
13943
13944 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13945
13946         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13947         already use (#ifdef ENABLE_NLS)
13948
13949         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13950         pointer indirection thinko.
13951
13952         * shell/main.c: include gi18n.h for bindtextdomain etc.
13953
13954 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13955
13956         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13957         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13958         tooltips for menu items in the statusbar.
13959
13960 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13961
13962         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13963         pkgdatadir drop UIDIR
13964
13965 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13966
13967         * data/evince-ui.xml: Add File->Open menu item
13968
13969         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13970         chooser), hook it up in the ui manager.
13971
13972 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13973
13974         * shell/ev-window.c: fix Help->About tooltip.
13975
13976 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13977
13978         * configure.ac: set CFLAGS for libevprivate.
13979
13980         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13981         definitions, factory etc.
13982
13983         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13984
13985         * shell/Makefile.am: link against libevprivate.a.
13986
13987         * shell/ev-window.c (entries): add stock icon to Help->About.
13988
13989         * shell/main.c (main): init stock icon code.
13990
13991 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13992
13993         * lib/recent-files: egg recent files code
13994
13995         * lib/Makefile.am: add.
13996
13997         * Makefile.am: add lib subdir.
13998
13999         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14000         set CFLAGS for recent-files.
14001
14002 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14003
14004         * configure.ac: disable -ansi and -pedantic gcc flags. They
14005         disable POSIX stuff in stdio.h, but egg-recent uses them.
14006
14007 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14008
14009         * configure.ac: add --disable-deprecated flag (defaults to on in
14010         "cvs" builds).
14011
14012         * shell/Makefile.am (INCLUDES): use it.
14013
14014 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14015
14016         * shell/main.c: add missing #include.
14017
14018         * shell/ev-window.c: fix for pedantic gcc.
14019         (ev_window_cmd_help_about): split license into paragraphs for
14020         translators and pedantic compilers.
14021
14022 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14023
14024         * configure.ac: add more warning flags if compiling with gcc from
14025         cvs (or explicitly requested with --enable-more-warnings).
14026
14027 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14028
14029         * data/evince-ui.xml: add File and File->Close menu.
14030
14031         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14032         (ev_window_destroy): quit after destroy.
14033         (ev_window_class_init): override GtkObject::destroy.
14034         (entries): install close_window callback.
14035
14036 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14037
14038         * Makefile.am (SUBDIRS): add data subdir.
14039
14040         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14041         gtk+ 2.5.0 for GtkAboutDialog.
14042
14043         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14044         main window.
14045
14046         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14047
14048         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14049         manager.
14050         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14051
14052 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14053
14054         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14055
14056 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14057
14058         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14059
14060 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14061
14062         * shell/*: Added shell directory boilerplate, build it.
14063
14064 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14065
14066         * configure.ac, Makefile.am: Added top-level configure.ac and
14067         Makefile.am