]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Rework the jobs system in order to make it simpler and more extensible. It
[evince.git] / ChangeLog
1 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
4         (ev_document_fc_mutex_trylock):
5         * shell/Makefile.am:
6         * shell/ev-job-queue.[ch]:
7         * shell/ev-job-scheduler.[ch]:
8         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
9         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
10         (ev_job_run), (ev_job_cancel), (ev_job_failed),
11         (ev_job_failed_from_error), (ev_job_succeeded),
12         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
13         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
14         (ev_job_links_class_init), (ev_job_render_init),
15         (notify_page_ready), (ev_job_render_page_ready),
16         (ev_job_render_run), (ev_job_render_class_init),
17         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
18         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
19         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
20         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
21         (ev_job_save_dispose), (ev_job_save_run),
22         (ev_job_save_class_init), (ev_job_print_init),
23         (ev_job_print_dispose), (ev_job_print_run),
24         (ev_job_print_class_init):
25         * shell/ev-page-cache.c:
26         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
27         (check_job_size_and_unref), (move_one_job),
28         (copy_job_to_job_info), (add_job),
29         (ev_pixbuf_cache_add_jobs_if_needed):
30         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
31         (job_fonts_finished_cb), (job_fonts_updated_cb),
32         (ev_properties_fonts_set_document):
33         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
34         (ev_sidebar_links_set_document):
35         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
36         (ev_sidebar_thumbnails_set_document),
37         (ev_sidebar_thumbnails_clear_job):
38         * shell/ev-view-private.h:
39         * shell/ev-view.c:
40         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
41         (ev_window_refresh_window_thumbnail), (password_dialog_response),
42         (ev_window_clear_load_job), (ev_window_clear_reload_job),
43         (ev_window_load_job_cb), (ev_window_reload_job_cb),
44         (window_open_file_copy_ready_cb), (ev_window_open_uri),
45         (ev_window_reload_document), (ev_window_clear_save_job),
46         (ev_window_save_job_cb), (file_save_dialog_response_cb),
47         (ev_window_clear_print_job), (ev_window_print_job_cb),
48         (ev_window_print_dialog_response_cb):
49         * shell/main.c: (main):
50
51         Rework the jobs system in order to make it simpler and more
52         extensible. It allows to run jobs in the main loop instead of
53         using a thread when it's appropriate like the fonts job. Now it's
54         also possible to cancel jobs that are currently running. 
55         
56 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
57
58         * libdocument/ev-debug.c: (profile_init):
59
60         Create the hash table also when profiling service is enabled for
61         all sections.
62         
63 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * libdocument/ev-debug.[ch]: (ev_profiler_start),
66         (ev_profiler_stop):
67         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
68         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
69         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
70         (ev_job_print_run):
71         * shell/main.c: (main):
72
73         Add a profile mode available when debug is enabled. Add profilers
74         in ev-jobs.
75         
76 2008-07-23  Götz Waschk <waschk@mandriva.org>
77
78         * configure.ac: Correctly build desktop file. Fixes
79         bug #544237.
80
81 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
82
83         * configure.ac:
84         
85         Update for release 2.23.5.
86
87 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * NEWS:
90
91         Update NEWS for 2.23.5 release.
92         
93 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
94
95         * shell/ev-window.c: (ev_window_state_event),
96         (ev_window_class_init):
97
98         Intercept window manager's fullscreen request in order to run/stop
99         fullscreen mode. Fixes bug #493541.
100         
101 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * shell/ev-window.c: (find_bar_visibility_changed_cb):
104
105         Restart the job search when the find bar is opened for the second
106         time. Fixes bug #531956.
107         
108 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
111         (get_document_from_uri):
112
113         Make sure we always return a valid error struct when
114         get_document_from_uri fails. Fixes nautilus crash, see bug
115         #542548.
116         
117 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
118
119         * libdocument/ev-transition-effect.c
120         (ev_transition_effect_type_get_type),
121         (ev_transition_effect_alignment_get_type),
122         (ev_transition_effect_direction_get_type):
123         
124         Fixes bug #542924. Makes enums static to fix Solaris build.
125
126 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * shell/ev-view.c: (ev_view_key_press_event):
129
130         Add '.' keybinding for blanking the screen in presentation
131         mode. Fixes bug #542001.
132         
133 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
134
135         * libdocument/ev-document-misc.c:
136         (ev_document_misc_pixbuf_from_surface):
137
138         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
139         #540950.
140         
141 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
142
143         * backend/comics/comics-document.c (comics_document_load):
144         * backend/comics/comicsdocument.evince-backend.in:
145         * configure.ac:
146         * thumbnailer/evince-thumbnailer-comics.schemas.in:
147         
148         Added support for 7-zip based cb7 comic book. Patch by
149         Kartik Rustagi. Fixes bug #532312.
150
151 2008-06-24  Bastien Nocera  <hadess@hadess.net>
152
153         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
154         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
155         Fixes bug #539972.
156
157 2008-06-24  Bastien Nocera  <hadess@hadess.net>
158
159         * shell/Makefile.am:
160         * shell/ev-application.c (ev_application_init),
161         (ev_application_get_media_keys):
162         * shell/ev-application.h:
163         * shell/ev-marshal.list:
164         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
165         (proxy_destroy), (on_media_player_key_pressed),
166         (ev_media_player_keys_init), (ev_media_player_keys_focused),
167         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
168         * shell/ev-media-player-keys.h:
169         * shell/ev-window.c (ev_window_go_previous_page),
170         (ev_window_go_next_page), (ev_window_go_first_page),
171         (ev_window_go_last_page), (ev_window_start_presentation),
172         (ev_window_dispose), (view_actions_focus_in_cb):
173         * shell/ev-window.h: When building with D-Bus support, listen
174         for multimedia key events from gnome-settings-daemon. This allows
175         to go to the next/previous/first/last pages using, respectively,
176         Next/Previous/Rewing/Fast Forward. The Play button is used to start
177         a presentation. Fixes bug #539971.
178
179 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
180
181         * configure.ac:
182         
183         Update for release 2.23.4.
184
185 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * NEWS:
188
189         Update news for 2.23.4 release.
190         
191 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
194         * shell/ev-sidebar-thumbnails.c:
195         (ev_sidebar_thumbnails_set_loading_icon),
196         (ev_sidebar_thumbnails_refresh):
197         * shell/ev-window.c: (ev_window_error_message),
198         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
199         (ev_window_set_document):
200
201         Do not crash opening documents with no pages and show a warning
202         message in the message area. Fixes bugs #537574 and #171588.
203         
204 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
205
206         * shell/Makefile.am:
207         * shell/ev-file-monitor.[ch]:
208         * shell/ev-window.c: (ev_window_document_changed),
209         (ev_window_clear_reload_job), (ev_window_load_job_cb),
210         (ev_window_reload_job_cb), (ev_window_open_uri),
211         (ev_window_reload_document), (ev_window_cmd_view_reload),
212         (ev_window_dispose):
213
214         Automaticly reload the document when the file has changed on
215         disk. Bug #304249.
216         
217 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
218
219         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
220         * libdocument/ev-image.c: (ev_image_save_tmp):
221         * libdocument/ev-module.c: (ev_module_load):
222         * shell/ev-application.c: (ev_application_shutdown),
223         (ev_application_get_print_settings):
224         * shell/ev-sidebar-attachments.c:
225         (ev_sidebar_attachments_button_press),
226         (ev_sidebar_attachments_drag_data_get):
227         * shell/ev-window.c: (window_save_file_copy_ready_cb),
228         (ev_window_print_finished), (ev_window_print_send),
229         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
230         (ev_window_preview_print_finished), (ev_window_do_preview_print),
231         (ev_window_cmd_preview_print):
232         * shell/main.c: (load_files_remote):
233         Fix some build warnings under GCC 4.3.0. (#537535).
234
235 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * shell/ev-jobs.c: (ev_job_render_dispose):
238
239         Fix a crash in debug mode. Patch by Daniel M German.
240         
241 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
242
243         * shell/ev-window.c:
244
245         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
246         
247 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * shell/ev-window.c: (ev_window_print_send),
250         (ev_window_do_preview_print):
251
252         Use the window title as print job name instead of just
253         "evince-print". Fixes bug #534493.
254         
255 2008-05-19  Frederic Peters  <fpeters@0d.be>
256
257         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
258         Bug #533897.
259
260 2008-05-19  Frederic Peters  <fpeters@0d.be>
261
262         * help/reference/Makefile.am: added missing libevmountoperation to
263         gtkdoc-scanobj libraries.  Bug #533896.
264
265 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
266
267         * properties/ev-properties-view.c (get_default_user_units):
268         Fixes check for default units string translation. Bug #533323.
269
270 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
271
272         * backend/impress/iksemel.c (sax_core): Fix a free() that should
273         be an iks_free(). Fix an array overflow in the XML parser that
274         would occur whenever the number of attributes in a tag was greater
275         than 0 and divisible by 6. Fixes GNOME bug #530852.
276
277 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * backend/djvu/djvu-document-private.h:
280         * backend/djvu/djvu-links.c:
281         * backend/djvu/djvu-text.c:
282         * backend/djvu/djvu-document.c: (djvu_handle_events),
283         (djvu_wait_for_message), (djvu_document_load),
284         (document_get_page_size), (djvu_document_render),
285         (djvu_document_thumbnails_get_thumbnail),
286         (djvu_document_file_exporter_end):
287
288         Make sure load job doesn't finish successfully when the document
289         is not successfully decoded by libdjvu. Fixes bug #530202.
290         
291 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * configure.ac:
294         * libdocument/Makefile.am:
295         * libdocument/ev-debug.[ch]:
296         * libdocument/ev-document.c:
297         * shell/ev-jobs.c: (ev_job_links_dispose),
298         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
299         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
300         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
301         (ev_job_render_page_ready), (ev_job_render_run),
302         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
303         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
304         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
305         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
306         (ev_job_print_new), (ev_job_print_run):
307         * shell/main.c: (main):
308
309         Add debug mode based on gedit code. Add debug messages in
310         ev-jobs.
311         
312 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * libdocument/ev-document-factory.c: (get_document_from_uri):
315
316         Fix memory leak.
317         
318 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
319
320         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
321         (get_mime_type_from_data), (get_document_from_uri),
322         (ev_document_factory_get_document):
323         
324         Improved error message about file opening failture.
325         Bug #529129.
326
327 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
328
329         * data/evince-toolbar.xml:
330         
331         Allow to add SaveAs to toolbar.
332
333 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * shell/ev-view-private.h:
336         * shell/ev-view.[ch]: (ev_view_button_release_event),
337         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
338         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
339         (ev_view_update_primary_selection), (clear_link_selected),
340         (ev_view_copy_link_address):
341         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
342
343         Update also the primary selection when copying a link
344         address. Fixes bug #520855.
345         
346 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
347
348         * libdocument/ev-document-factory.c: (get_document_from_uri):
349
350         Use the pixbuf backend only when the mime type is not supported by
351         any of the other backend so that tiff documents, for instance, are
352         handled by the tiff backend instead of the pixbuf backend. fixes
353         bug #520290.
354         
355 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * cut-n-paste/Makefile.am:
358
359         Add evmountoperation to subdirs list.
360         
361 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * configure.ac:
364
365         Fix libspectre check in configure script. Fixes bug #528549.
366         
367 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * configure.ac:
370         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
371         * shell/Makefile.am:
372         * shell/ev-window.c: (ev_window_load_remote_failed),
373         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
374
375         Add GtkMountOperation (renamed to avoid conflicts) to be able to
376         open documents in remote locations that are not mounted.
377         
378 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
381         (bitmap_convert_msb8):
382         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
383         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
384
385         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
386         
387 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
390         (ev_job_render_new), (ev_job_render_set_selection_info),
391         (ev_job_render_run):
392         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
393         (check_job_size_and_unref),
394         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
395         (add_job), (ev_pixbuf_cache_get_selection_surface):
396
397         Create the render context needed for rendering a page in the render
398         thread so that we don't block the main thread. Simplify
399         EvJobRender API.
400         
401 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * libdocument/Makefile.am:
404         * libdocument/ev-page.[ch]:
405         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
406         (ev_render_context_new), (ev_render_context_set_page):
407         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
408         (ev_form_field_finalize), (ev_form_field_class_init):
409         * libdocument/ev-document-forms.[ch]:
410         (ev_document_forms_get_form_fields):
411         * libdocument/ev-document.[ch]: (ev_document_get_page),
412         (ev_document_get_page_size), (ev_document_get_page_label):
413         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
414         (ev_job_render_run), (ev_job_thumbnail_new),
415         (ev_job_thumbnail_run), (ev_job_print_run):
416         * shell/ev-page-cache.c: (ev_page_cache_new):
417         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
418         (check_job_size_and_unref), (add_job):
419         * shell/ev-sidebar-thumbnails.c: (add_range):
420         * shell/ev-view.c: (ev_view_form_field_get_region),
421         (ev_view_form_field_button_create_widget),
422         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
423         (ev_view_handle_form_field), (ev_view_size_allocate),
424         (get_selected_text):
425         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
426         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
427         (pdf_document_get_page), (pdf_document_get_page_label),
428         (pdf_document_render), (pdf_document_get_info),
429         (pdf_document_document_iface_init),
430         (pdf_document_thumbnails_get_thumbnail),
431         (pdf_document_thumbnails_get_dimensions),
432         (pdf_document_file_exporter_do_page),
433         (pdf_selection_render_selection),
434         (pdf_selection_get_selected_text),
435         (pdf_selection_get_selection_region),
436         (pdf_selection_get_selection_map),
437         (pdf_document_forms_get_form_fields),
438         (pdf_document_forms_form_field_text_get_text),
439         (pdf_document_forms_form_field_text_set_text),
440         (pdf_document_forms_form_field_button_set_state),
441         (pdf_document_forms_form_field_button_get_state),
442         (pdf_document_forms_form_field_choice_get_item),
443         (pdf_document_forms_form_field_choice_get_n_items),
444         (pdf_document_forms_form_field_choice_is_item_selected),
445         (pdf_document_forms_form_field_choice_select_item),
446         (pdf_document_forms_form_field_choice_toggle_item),
447         (pdf_document_forms_form_field_choice_unselect_all),
448         (pdf_document_forms_form_field_choice_set_text),
449         (pdf_document_forms_form_field_choice_get_text):
450         * backend/ps/ev-spectre.c: (ps_document_get_page),
451         (ps_document_get_page_size), (ps_document_get_page_label),
452         (ps_document_render), (ps_document_document_iface_init),
453         (ps_document_file_exporter_do_page):
454         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
455         (tiff_document_render), (tiff_document_render_pixbuf),
456         (tiff_document_file_exporter_do_page):
457         * backend/pixbuf/pixbuf-document.c:
458         (pixbuf_document_get_page_size):
459         * backend/comics/comics-document.c:
460         (comics_document_get_page_size), (comics_document_render_pixbuf):
461         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
462         (djvu_document_render), (djvu_selection_get_selected_text),
463         (djvu_document_thumbnails_get_thumbnail),
464         (djvu_document_file_exporter_do_page),
465         (djvu_document_find_get_result):
466         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
467         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
468         (dvi_document_thumbnails_get_thumbnail),
469         (dvi_document_file_exporter_do_page):
470         * backend/impress/impress-document.c:
471         (impress_document_get_page_size),
472         (impress_document_render_pixbuf):
473         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
474
475         Add EvPage so that we can hold a reference to the backend
476         page. Form fields keep now a reference to the poppler page
477         improving performance since we don't have to create/destroy the
478         poppler field for every form operation. This will be needed for
479         annotations too.
480         
481 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * data/evince-ui.xml:
484         * shell/ev-window.c:
485
486         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
487         
488 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * configure.ac:
491         * backend/ps/Makefile.am:
492
493         Remove gs stuff from ps backend.
494         
495 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * configure.ac:
498         * backend/pdf/ev-poppler.cc:
499
500         Bump poppler requirement to 0.8.0.
501         
502 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
503
504         * NEWS:
505         * configure.ac:
506
507         Update for release 2.22.1.1
508
509 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * configure.ac:
512
513         Fix build (again) when poppler version is 0.6
514         
515 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
516
517         * backend/djvu/djvu-links.c: (build_tree):
518
519         Make sure link title is a valid utf8 string. Fixes bug #526517.
520         
521 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * configure.ac:
524
525         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
526         #526799.
527         
528 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
529
530         * configure.ac:
531         
532         Update for release 2.22.1.
533
534 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * NEWS:
537
538         Update for upcoming release.
539
540 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
541
542         * configure.ac:
543         * backend/dvi/dvidocument.evince-backend.in:
544
545         Add compressed dvi to the list of supported mime types. Patch by
546         Ed Catmur. Fixes bug #307087.
547
548 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * shell/ev-jobs.c: (ev_job_print_get_page_list):
551
552         Fix a crash when printing a range that doesn't specify the start or
553         end page. Fixes bug #524288.
554
555 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * shell/ev-window.c: (ev_window_cmd_continuous),
558         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
559         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
560         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
561         (ev_window_run_presentation), (ev_window_stop_presentation),
562         (ev_window_cmd_view_presentation),
563         (ev_window_cmd_leave_fullscreen),
564         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
565
566         Do not unfullscreen and fullscreen again the window when changing
567         from fullscreen to presentation mode and vice versa. Fixes bug
568         #524112.
569         
570 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
571
572         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
573
574         Do not crash when thumbnail failed to render in PS backend. Fixes
575         bug #525015.
576         
577 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * shell/ev-window.c: (window_open_file_copy_ready_cb),
580         (ev_window_load_file_remote), (ev_window_open_uri):
581
582         Handle errors when opening remote files.
583         
584 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * shell/ev-page-action.c: (ev_page_action_grab_focus):
587
588         Only grab the focus for the current visible proxy widget. Fixes
589         bug #521224.
590         
591 2008-03-30  Emil Soleyman  <emil@nishra.com>
592
593         * shell/ev-window.c: (launch_external_uri):
594         
595         Reuse g_app_info_launch_default_for_uri to
596         save some code and fix bug #525009.
597
598 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
599
600         * shell/ev-window.c (image_save_dialog_response_cb):
601
602         Use g_str_has_suffix. See bug #523069.
603
604 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
605
606         * configure.ac:
607
608         Add a configure option to enable/diable DBus. Patch by Rémi
609         Cardona. Fixes bug 521797.
610
611 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
614
615         Fix printing in documents with rotated pages. Patch by Eugen
616         Dedu. Fixes bug #512648.
617         
618 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
621         (ev_link_from_action):
622
623         Fix warning messages.
624         
625 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * shell/ev-window.c: (image_save_dialog_response_cb):
628
629         Do not append the extension to filename when saving an image
630         if the filename alredy contains the extension. Fixes bug #523069.
631         
632 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * shell/ev-view.[ch]: (ev_view_find_cancel):
635         * shell/ev-window.c: (find_bar_close_cb):
636
637         Cancel the find operation when the find bar is closed. Fixes bug
638         #508845.
639         
640 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * backend/ps/psdocument.evince-backend.in:
643
644         Make ps backend module resident. Fixes bug #520607.
645         
646 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-jobs.c: (ev_job_print_run):
649
650         Invert collate action in order to work as expected, fix reverse
651         printing so that it doesn't start with a blank page and fix number
652         of copies. Patch by Eugen Dedu. Fixes bug #365332.
653         
654 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
657
658         Fix build with poppler <= 0.7.2
659         
660 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * libdocument/ev-document-misc.c:
663         (ev_document_misc_surface_from_pixbuf):
664
665         Fix selections with poppler-splash.
666         
667 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * configure.ac:
670         * backend/pdf/ev-poppler.cc:
671
672         Fix build with poppler >= 0.7.2
673         
674 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
675
676         * configure.ac:
677         
678         Update for release 2.22.0
679
680 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * NEWS:
683
684         Update for upcoming release.
685
686 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
687
688         * shell/ev-window.c (ev_window_print_dialog_response_cb):
689
690         Bug 495107 – Handle print dialog responses correctly
691
692         Correctly handle print dialog response. Properly fixes
693         the above mentioned bug.
694
695 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
696
697         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
698
699         Make sure print job is only run when the print button is
700         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
701         
702 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * backend/pdf/pdfdocument.evince-backend.in:
705         * libdocument/ev-backends-manager.c:
706         (ev_backends_manager_load_backend),
707         (ev_backends_manager_get_document):
708         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
709
710         Allow making backend modules resident. This is needed only for
711         some backends like pdf to avoid registering glib types more than
712         once.
713         
714 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * backend/comics/comics-document.c:
717         * backend/djvu/djvu-document.c:
718         * backend/impress/impress-document.c:
719         * backend/pdf/ev-poppler.cc:
720         * backend/pixbuf/pixbuf-document.c:
721         * backend/ps/ev-spectre.c:
722         * backend/ps/ps-document.c:
723         * backend/tiff/tiff-document.c:
724         * libdocument/ev-document.h:
725         * properties/ev-properties-main.c:
726
727         Use g_type_module_add_interface instead of
728         g_type_add_interface_static. Fixes bug #519679.
729         
730 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
731
732         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
733         Added. Returns whether the animation has everything necessary to run.
734         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
735         is ready just because it's been created. Fixes #519106.
736         (draw_one_page): Do not show the "Loading..." text in presentation
737         mode, there was a slim probability that this could happen.
738
739 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
742
743         Duplicate mime_type string before freeing it so that it doesn't
744         always fail when getting mime type from uri. Fixes bug #518874.
745         
746 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * shell/ev-view.c: (ev_view_form_field_choice_changed):
749
750         Fix a crash when a choice form field doesn't have any item
751         selected. Fixes bug #518831
752         
753 2008-02-25  Alexander Larsson  <alexl@redhat.com>
754
755         * shell/ev-window.c (ev_window_clear_temp_file):
756         Use g_file_has_prefix instead of renamed
757         g_file_contains_file.
758
759         * configure.ac:
760         Require new glib for above change.
761         
762 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * libdocument/ev-image.c: (ev_image_finalize),
765         (ev_image_save_tmp):
766
767         Return a real uri instead of a filename when saving an
768         image. Fixes images drag an drop from evince to nautilus. 
769         
770 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * backend/pdf/ev-poppler.cc:
773         (pdf_document_images_get_image_mapping):
774
775         Return the image list in the right order. Fixes bug #516237.
776         
777 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
778
779         * backend/impress/impress-document.c:
780         (impress_document_thumbnails_get_thumbnail):
781
782         Remove unused variable to avoid a compiler warning.
783
784 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
785
786         * configure.ac:
787         
788         Update for release 2.21.91.
789
790 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * configure.ac:
793         * shell/Makefile.am:
794         * shell/ev-application.[ch]:
795         * shell/ev-sidebar-links.c:
796         * shell/ev-utils.[ch]:
797         * shell/ev-window.[ch]:
798
799         Remove libgnomeprint support. Fixes bug #512370.
800         
801 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
802
803         * thumbnailer/evince-thumbnailer.c: (main):
804
805         Initialize glib type system before using it. Fixes bug #513934.
806         
807 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * properties/ev-properties-main.c:
810
811         Add missing #include.
812         
813 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
814
815         * configure.ac:
816         * backend/djvu/djvu-document.c: (djvu_document_render):
817         * backend/tiff/tiff-document.c: (tiff_document_render):
818
819         Use the new cairo function cairo_format_stride_for_width when
820         available. Fixes bug #482720.
821
822 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
825         (get_mime_type_from_data), (get_document_from_uri):
826
827         Use g_content_type_guess() only when slow is true in
828         get_document_from_uri(). Fix several memory leaks.
829         
830 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
831
832         * libdocument/ev-document-factory.c:
833         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
834         (get_document_from_uri):
835
836         Use g_content_type_guess () to get mimetype for files.
837         Bug #510401.
838
839 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
840
841         * thumbnailer/Makefile.am:
842
843         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
844         
845 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
846
847         * configure.ac:
848
849         Fix build with --without-libgnome. Fixes bug #512771.
850         
851 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
852
853         * backend/dvi/Makefile.am: Install only dvi
854         module. Fixes bug #512718.
855
856 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
857
858         * properties/ev-properties-main.c: (nautilus_module_initialize):
859         
860         Initialize backends in properties tab. Fixes bug
861         #512720.
862
863 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
864
865         * properties/Makefile.am: No need to link with 
866         libraries. Fixes bug #512719.
867
868 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
869
870         * NEWS:
871         * configure.ac:
872         
873         Update for release 2.21.90.
874
875 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * shell/ev-window.c: (ev_window_cmd_escape):
878
879         Fix compile warning.
880         
881 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
884
885         Fix printing in dvi backend when filename contains white
886         espaces. Fixes bug #502839.
887         
888 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
891         (screensaver_disable_x11):
892         * shell/Makefile.am:
893         * shell/xdg-user-dir-lookup.c: Removed
894         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
895         * shell/ev-view.c: (ev_view_presentation_transition_start):
896         * shell/ev-window.c: (ev_window_cmd_file_open),
897         (ev_window_cmd_save_as), (presentation_set_timeout):
898
899         Remove #ifdefs that are no longer needed.
900         
901 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * shell/ev-view.[ch]: (ev_view_button_release_event),
904         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
905         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
906         (ev_window_cmd_escape):
907
908         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
909         
910 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
911
912         * configure.ac:
913         * backend/comics/comics-document.c: (comics_document_load):
914         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
915         (ev_attachment_set_property), (ev_attachment_init),
916         (ev_attachment_save), (ev_attachment_launch_app),
917         (ev_attachment_open):
918         * libdocument/ev-document-factory.c: (get_document_from_uri):
919         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
920         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
921         * shell/ev-jobs.c:
922         * shell/ev-password.c: (ev_password_dialog_set_property),
923         (ev_password_dialog_save_password):
924         * shell/ev-sidebar-attachments.c:
925         (ev_sidebar_attachments_drag_data_get):
926         * shell/ev-window-title.c: (get_filename_from_uri):
927         * shell/ev-window.c: (ev_window_clear_temp_file),
928         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
929         (ev_window_open_uri), (window_save_file_copy_ready_cb),
930         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
931         (launch_external_uri), (image_save_dialog_response_cb),
932         (attachment_save_dialog_response_cb):
933         * shell/main.c: (load_files), (load_files_remote), (main):
934         * thumbnailer/evince-thumbnailer.c: (main):
935
936         Port to gio and drop gnome-vfs dependency. Fixes bug
937         #510401. Based on patch by Cosimo Cecchi.
938         
939 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
940
941         * NEWS:
942
943         Fixed formatting inconsistencies (spaces vs. tabs)
944
945 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
946
947         * shell/ev-window.c:
948
949         Use top/up/bottom/down arrows instead of
950         first/left/last/right in the toolbar and menu actions.
951         This fixes issues with RTL languages and is visually
952         consistent with the page view. Fixes bug #170081.
953
954 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
955
956         * NEWS:
957
958         Fixed some inaccuracies pointed out by Carlos Garcia
959         Campos.
960
961 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
962
963         * NEWS:
964         * data/evince.schemas.in:
965         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
966
967         Override PDF restrictions by default. Fixes bug #382700.
968
969 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
970
971         * NEWS: Updated for upcoming release
972
973 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
976
977         Fix memory leak.
978         
979 2008-01-23  Gil Forcada <gilforcada@guifi.net>
980
981         * shell/ev-window.c: (register_custom_actions):
982         
983         Added comment for translators
984
985 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
986
987         * shell/ev-view.c: (ev_view_button_release_event):
988
989         Do not create the idle function for kinetic scrolling if we are
990         not in a drag operation.
991
992 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
995         (ev_view_button_press_event), (ev_view_motion_notify_event),
996         (ev_view_button_release_event):
997
998         Restore cursor after autoscrolling. Fixes bug #509958.
999
1000 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * configure.ac:
1003         * backend/pdf/ev-poppler.cc:
1004         (pdf_document_images_get_image_mapping),
1005         (pdf_document_images_get_image),
1006         (pdf_document_document_images_iface_init):
1007         * libdocument/ev-document-images.[ch]:
1008         (ev_document_images_get_image_mapping),
1009         (ev_document_images_get_image):
1010         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1011         (ev_image_get_id), (ev_image_save_tmp):
1012         * shell/ev-jobs.c: (ev_job_render_run):
1013         * shell/ev-view.c: (ev_view_drag_data_get):
1014         * shell/ev-window.c: (image_save_dialog_response_cb),
1015         (ev_view_popup_cmd_copy_image):
1016
1017         Do not render images when rendering the page but on demand. It
1018         reduces the memory comsumption.
1019         
1020 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1021
1022         * configure.a:
1023         * shell/ev-password.c:
1024
1025         Make gnome-keyring optional. Fixes bug #509676.
1026         
1027 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * shell/ev-pixbuf-cache.c: (add_job):
1030
1031         Initialize include_images variable as FALSE instead of TRUE.
1032         
1033 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1034
1035         * configure.ac:
1036         * cut-n-paste/Makefile.am:
1037         * cut-n-paste/fileformatchooser/Makefile.am:
1038         * cut-n-paste/fileformatchooser/egg-macros.h:
1039         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1040         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1041         * shell/Makefile.am:
1042         * shell/ev-utils.c:
1043         (file_chooser_dialog_add_writable_pixbuf_formats),
1044         (get_gdk_pixbuf_format_by_extension):
1045         * shell/ev-utils.h:
1046         * shell/ev-window.c: (ev_window_error_message),
1047         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1048         
1049         Simplify image format selection on save.
1050
1051 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1052
1053         * shell/ev-view.c: (ev_view_scroll_event):
1054         
1055         Repair gorizontal scrolling with shift. Fixes
1056         bug #483412.
1057
1058 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1059         
1060         * MAINTAINERS:
1061
1062         Fix formatting issues.
1063         
1064 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1065
1066         * backend/comics/comics-document.c: (comics_regex_quote):
1067         
1068         Don't overquote special chars except of '. See bug 
1069         502500. Thanks to Tom Parker.
1070
1071 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1072
1073         * MAINTAINERS:
1074         
1075         Added Nickolay and Carlos, since they're doing most of
1076         the releases nowadays.
1077
1078 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1079
1080         * properties/Makefile.am:
1081
1082         Get the nautilus extension dir properly instead of using
1083         a hack. Fixes bug #505359.
1084
1085 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1086
1087         * properties/Makefile.am:
1088         
1089         Install nautilus extension into new place. See bug
1090         #505359. Thanks to Matthias Clasen, Brian Pepple and
1091         Damien Carbery.
1092
1093 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1094
1095         * shell/ev-window.c: (ev_window_get_recent_file_label):
1096         
1097         RTL marker in recent file list. See bug #509076.
1098
1099 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1102         * shell/ev-window.c: (image_save_dialog_response_cb):
1103
1104         Fix compile warnings due to unused variables.
1105         
1106 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1107
1108         * configure.ac:
1109         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1110         * backend/ps/ev-spectre.c: (ps_document_render):
1111
1112         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1113
1114 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1115
1116         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1117         (ev_transition_animation_paint): Implement "fade" effect.
1118
1119 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1120
1121         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1122         (ev_transition_animation_paint): Implement "uncover" effect.
1123
1124 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1125
1126         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1127         (ev_transition_animation_paint): Implement "cover" effect.
1128
1129 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1130
1131         * shell/ev-transition-animation.c (ev_transition_animation_push)
1132         (ev_transition_animation_paint): Implement "push" effect.
1133
1134 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1135
1136         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1137         (ev_transition_animation_paint): Implement "dissolve" effect.
1138
1139 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1140
1141         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1142         (ev_transition_animation_paint): Implement "wipe" effect.
1143
1144 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1145
1146         * shell/ev-transition-animation.c (ev_transition_animation_box)
1147         (ev_transition_animation_paint): Implement "box" effect.
1148
1149 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1150
1151         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1152         (ev_transition_animation_paint): Implement "blinds" effect.
1153
1154 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1155
1156         * shell/ev-transition-animation.c (ev_transition_animation_split)
1157         (ev_transition_animation_paint): Implement "split" effect.
1158
1159 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1160
1161         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1162         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1163         (ev_view_transition_animation_start) 
1164         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1165         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1166         (ev_view_next_page) (ev_view_previous_page):
1167         
1168         Use EvTransitionAnimation to drive page changes in the presentation
1169         mode, the animation will wait to start until both the origin and 
1170         destination page surfaces are available. Fixes #458460.
1171
1172         (draw_loading_text):
1173
1174         Remove workaround for bug #320352, it's now fixed properly.
1175
1176
1177 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1178
1179         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1180         will contain the implementations for page transition animations, at
1181         the moment it just has the "replace" effect.
1182         * shell/Makefile.am: Added these files to build.
1183
1184 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1185
1186         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1187         animations.
1188         * shell/Makefile.am: Added these files to build.
1189
1190 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1191
1192         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1193         implementation to get_effect() in EvDocumentTransitionIface.
1194
1195 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1196
1197         * libdocument/ev-transition-effect.[ch]: New files, define a page
1198         transition effect, at the moment it maps PopplerPageTransition to a
1199         GObject.
1200         * libdocument/Makefile.am: Added these files to build.
1201         * libdocument/ev-document-transition.[ch]
1202         (ev_document_transition_get_effect): New method, gets the
1203         EvTransitionEffect returned by the interface implementation, with
1204         fallback to the "replace" effect.
1205
1206 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1207
1208         * configure.ac:
1209         * cut-n-paste/Makefile.am:
1210         * cut-n-paste/fileformatchooser/Makefile.am:
1211         * cut-n-paste/fileformatchooser/egg-macros.h:
1212         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1213         * shell/Makefile.am:
1214         * shell/ev-window.c: (image_save_dialog_response_cb),
1215         (ev_view_popup_cmd_save_image_as):
1216
1217         Allow exporting images in any format supported by
1218         GdkPixbuf. Fixes bug #500209.
1219         
1220 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * backend/pixbuf/pixbuf-document.c:
1223
1224         More warnings fixed.
1225         
1226 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1229         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1230         * backend/djvu/djvu-text.h:
1231         * backend/tiff/tiff-document.c: (tiff_document_render):
1232
1233         Fix compile warnings.
1234         
1235 2007-12-28  Christian Persch  <chpe@gnome.org>
1236
1237         * **/*.c: Include config.h. Bug #504721.
1238
1239 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1240
1241         * configure.ac:
1242         * Makefile.am:
1243         * po/POTFILES.in:
1244         * backend/comics/Makefile.am:
1245         * backend/comics/comics-document.[ch]:
1246         * backend/comics/comicsdocument.evince-backend.in:
1247         * backend/djvu/Makefile.am:
1248         * backend/djvu/djvu-document.[ch]:
1249         * backend/djvu/djvudocument.evince-backend.in:
1250         * backend/dvi/Makefile.am:
1251         * backend/dvi/dvi-document.[c]:
1252         * backend/dvi/dvidocument.evince-backend.in:
1253         * backend/impress/Makefile.am:
1254         * backend/impress/impress-document.[ch]:
1255         * backend/impress/impressdocument.evince-backend.in:
1256         * backend/pdf/Makefile.am:
1257         * backend/pdf/ev-poppler.cc:
1258         * backend/pdf/ev-poppler.h:
1259         * backend/pdf/pdfdocument.evince-backend.in:
1260         * backend/pixbuf/Makefile.am:
1261         * backend/pixbuf/pixbuf-document.[ch]:
1262         * backend/pixbuf/pixbufdocument.evince-backend.in:
1263         * backend/ps/Makefile.am:
1264         * backend/ps/ev-spectre.[ch]:
1265         * backend/ps/ps-document.[ch]:
1266         * backend/ps/psdocument.evince-backend.in:
1267         * backend/tiff/Makefile.am:
1268         * backend/tiff/tiff-document.[ch]:
1269         * backend/tiff/tiffdocument.evince-backend.in:
1270         * libdocument/Makefile.am:
1271         * libdocument/ev-backends-manager.[ch]:
1272         * libdocument/ev-module.[ch]:
1273         * libdocument/ev-document.h:
1274         * libdocument/ev-document-factory.[ch]:
1275         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1276         (get_compression_from_mime_type), (get_document_from_uri),
1277         (ev_document_factory_get_document), (file_filter_add_mime_types),
1278         (ev_document_factory_add_filters):
1279         * shell/Makefile.am:
1280         * shell/ev-window-title.c: (get_filename_from_uri):
1281         * shell/main.c: (main):
1282         * thumbnailer/Makefile.am:
1283         * thumbnailer/evince-thumbnailer.c: (main):
1284
1285         Plugin system for backends. Fixes bug #351348.
1286         
1287 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1288
1289         * shell/ev-view-private.h:
1290         * shell/ev-view.c: (ev_view_drag_update_momentum),
1291         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1292         (ev_view_button_release_event), (ev_view_destroy):
1293         
1294         Kinetic scrolling implemented as requested in
1295         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1296
1297 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1298
1299         * data/evince-toolbar.xml:
1300         * data/evince-ui.xml:
1301         * shell/ev-view-private.h:
1302         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1303         (ev_view_button_press_event), (ev_view_motion_notify_event),
1304         (ev_view_button_release_event), (ev_view_init),
1305         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1306         (ev_view_set_cursor):
1307         * shell/ev-view.h:
1308         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1309         (ev_window_cmd_view_autoscroll):
1310         
1311         Autoscroll feature with the context menu. Fixes bug 
1312         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1313
1314 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1317
1318         Disconnect also page-ready signal when removing a job because the
1319         page size has changed. Thanks to kripken
1320         <kripkensteiner@gmail.com>.
1321
1322 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1323
1324         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1325         
1326         Scroll pages in page entry with mouse wheel. Fixes bug
1327         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1328
1329 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * backend/dvi/Makefile.am:
1332         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1333         (mdvi_cairo_device_init):
1334         * backend/dvi/mdvi-lib/common.h:
1335         * backend/dvi/mdvi-lib/mdvi.h:
1336         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1337         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1338         (mdvi_build_path_from_cwd):
1339
1340         Add ps specials support in dvi backend when libspectre is
1341         present. Fixes bug #386005.
1342         
1343 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * configure.ac:
1346         * backend/ps/Makefile.am:
1347         * backend/ps/ev-spectre.[ch]:
1348         
1349         Use libspectre, if available, for the ps backend. Fixes bugs
1350         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1351
1352 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1353         
1354         * backend/comics/comics-document.c: (comics_document_load):
1355         
1356         Cygwin build issue fix.
1357
1358 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * shell/ev-view.c: (ev_view_set_zoom):
1361
1362         Do not limit the minimum zoom factor when sizing mode is best bit
1363         or fit width. Fixes bug #503805.
1364         
1365 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1368         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1369         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1370         (ev_link_dest_get_property), (ev_link_dest_set_property),
1371         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1372         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1373         (ev_link_dest_new_fitr):
1374         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1375         (goto_fith_dest), (goto_xyz_dest):
1376
1377         Do not change left, top and zoom values when they are null in PDF
1378         destinations. Fixes bug #460658.
1379         
1380 2007-12-10  Christian Persch  <chpe@gnome.org>
1381
1382         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1383         (ev_view_accessible_class_init),
1384         (ev_view_accessible_idle_do_action),
1385         (ev_view_accessible_action_do_action),
1386         (ev_view_accessible_action_get_description),
1387         (ev_view_accessible_action_set_description),
1388         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1389         (ev_view_accessible_factory_init),
1390         (ev_view_accessible_factory_get_accessible_type):
1391         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1392         private data, and G_DEFINE_TYPE. Bug #502843.
1393
1394 2007-12-08  Christian Persch  <chpe@gnome.org>
1395
1396         * shell/ev-metadata-manager.c: (item_free),
1397         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1398         (value_free), (parse_value), (parseItem),
1399         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1400         (save_values): Use GSlice to allocate small amounts of memory. Bug
1401         #475972.
1402
1403 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1406
1407         Restore cursor to normal after a drag operation. Fixes bug
1408         #501603.
1409         
1410 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1411
1412         * NEWS:
1413         * configure.ac:
1414         
1415         Update for release 2.21.1
1416
1417 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * configure.ac:
1420         * cut-n-paste/gedit-message-area/Makefile.am:
1421         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1422         * shell/Makefile.am:
1423         * shell/ev-message-area.[ch]:
1424         * shell/ev-window.c: (ev_window_set_message_area),
1425         (ev_window_error_message_response_cb), (ev_window_error_message),
1426         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1427         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1428         (ev_attachment_popup_cmd_open_attachment),
1429         (attachment_save_dialog_response_cb), (ev_window_set_document),
1430         (ev_window_init):
1431
1432         Use a message area instead of a popup dialog for error
1433         notifications. Fixes bug #337495.
1434         
1435 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1438         (ev_window_run_fullscreen):
1439
1440         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1441         
1442 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * ev-sidebar-thumbnails.c: (update_visible_range),
1445         (ev_sidebar_thumbnails_refresh),
1446         (ev_sidebar_thumbnails_set_document),
1447         (ev_sidebar_thumbnails_support_document):
1448
1449         Show thumbnails for documents with one page. Fixes bug #358751.
1450         
1451 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * shell/ev-window.c:
1454         (ev_window_load_print_settings_from_metadata),
1455         (ev_window_save_print_settings), (ev_window_print_finished),
1456         (ev_window_print_range):
1457
1458         Print settings that are specific to the document are now saved per
1459         document in the metadata file. Fixes bug #488806.
1460         
1461 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1462
1463         * backend/tiff/tiff-document.c: (tiff_document_render):
1464
1465         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1466         
1467 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * shell/ev-application.[ch]: (get_find_string_from_args),
1470         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1471         (ev_application_open_uri_list):
1472         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1473         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1474         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1475         (ev_window_cmd_recent_file_activate),
1476         (ev_window_open_recent_action_item_activated),
1477         (ev_window_print_send), (open_remote_link):
1478         * shell/main.c: (arguments_parse):
1479
1480         Add a command line option for search. Fixes bug #497710.
1481         
1482 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1483
1484         * shell/ev-jobs.c: (ev_job_print_new):
1485
1486         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1487         
1488 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1489
1490         * data/evince-toolbar.xml:
1491         * shell/Makefile.am:
1492         * shell/ev-application.c: (ev_application_init):
1493         * shell/ev-open-recent-action.[ch]:
1494         * shell/ev-window.c:
1495         (ev_window_open_recent_action_item_activated),
1496         (register_custom_actions):
1497
1498         Add an expander to the open toolbar item which pops up a dropdown
1499         menu with the recently used documents. Fixes bug #487215.
1500         
1501 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * shell/ev-window.c: (ev_window_open_uri),
1504         (ev_window_cmd_view_reload):
1505
1506         Do not jump to the first page when reloading by running evince
1507         from the command line. Fixes bug #490847.
1508         
1509 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1510
1511         * shell/ev-window.c: (ev_window_cmd_help_contents):
1512
1513         Plugged memory leak when help file is not found. Fixes bug
1514         #490762.
1515         
1516 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * configure.ac:
1519
1520         Enable djvu, dvi and comics backends by default. Fixes bug
1521         #437121.
1522         
1523 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * configure.ac:
1526         * cut-n-paste/Makefile.am:
1527         * cut-n-paste/recent-files/*: Removed
1528         * help/reference/Makefile.am:
1529         * shell/Makefile.am:
1530         * shell/ev-application.[ch]: (ev_application_shutdown),
1531         (ev_application_init):
1532         * shell/ev-window.c: (ev_window_add_recent),
1533         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1534
1535         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1536         
1537 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1538
1539         * shell/ev-window.c: (launch_external_uri):
1540
1541         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1542         and report error if the URL is not supported (#489910).
1543
1544 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1545
1546         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1547         (pdf_document_file_exporter_begin_page),
1548         (pdf_document_file_exporter_end_page):
1549
1550         Fix printing with poppler splash backend. Fixes bug #489774.
1551         
1552 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1555         * shell/ev-print-job.c: (ev_print_job_class_init):
1556
1557         Fix a crash when printing with the gnome-print dialog. Fixes bug
1558         #488939.
1559         
1560 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1561
1562         * backend/pixbuf/pixbuf-document.c:
1563
1564         Fix an implicit function definition warning (#487655)
1565
1566 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * shell/ev-window.c:
1569
1570         Fix conflicting shortcut for view sade pane and presentation.
1571         
1572 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * backend/pdf/ev-poppler.cc:
1575         (pdf_document_file_exporter_begin_page),
1576         (pdf_document_file_exporter_do_page),
1577         (pdf_document_file_exporter_end_page),
1578         (pdf_document_file_exporter_iface_init):
1579         * libdocument/ev-file-exporter.[ch]:
1580         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1581         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1582         (ev_job_print_run):
1583
1584         When printing multiple pages per sheet in reverse option, do not
1585         invert the order of the pages in every sheet, but the order of the
1586         sheets. Do not print blank pages when page range is invalid. Fixes
1587         bugs #484857 and #485521.
1588         
1589 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1592         (ev_job_print_run):
1593         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1594
1595         Respect ranges order when printing more than one range in random
1596         order.
1597         
1598 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1599
1600         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1601         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1602
1603         Rotate also the window icon when document is rotated. Fixes bug
1604         #474681.
1605         
1606 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1607
1608         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1609         (pdf_document_forms_get_form_fields):
1610
1611         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1612         Matthias Drochner.
1613         
1614 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * configure.ac:
1617         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1618
1619         Use poppler_page_render_for_printing() instead of
1620         poppler_page_render() if available when exporting to a ps or pdf
1621         file. Fixes bug #476627.
1622         
1623 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-window.c: (ev_window_run_fullscreen):
1626
1627         Do not show the toolbar in fullscreen mode if the main toolbar is
1628         not visible. Fixes bug #483048.
1629         
1630 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * shell/ev-view.c: (ev_view_button_press_event):
1633
1634         Give priority to form fields over images when deciding whether a
1635         button press event is over an image or form field. It allows edit
1636         form fields when they are over a background image. Fixes bug
1637         #477841.
1638         
1639 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1640
1641         * NEWS:
1642         * configure.ac:
1643         
1644         Update for release 2.20.0
1645
1646 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1647
1648         * backend/pdf/ev-poppler.cc:
1649
1650         Remove #ifdef HAVE_FORMS, so that forms support works again.
1651
1652 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1653
1654         * configure.ac:
1655         * data/evince.desktop.in.in:
1656         
1657         Fixes desktop file issues. See bug #473471.
1658
1659 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1662         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1663         (ev_job_queue_remove_job):
1664         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1665         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1666         * shell/ev-window.c: (ev_window_clear_save_job),
1667         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1668         (ev_window_dispose):
1669
1670         Move save a copy task to its own job so that it's carried out in a
1671         thread avoiding another lock in the main thread. Use
1672         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1673         can be saved to a pathin another file system. Fixes bug #456891.
1674         
1675 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1676
1677         * NEWS:
1678         * configure.ac:
1679         
1680         Update for release 2.19.92
1681
1682 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * configure.ac:
1685         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1686         (pdf_selection_get_selection_region),
1687         (pdf_selection_get_selection_map),
1688         (ev_form_field_from_poppler_field):
1689
1690         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1691         and triple click selections are enabled again now.
1692
1693 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * shell/ev-window.c: (ev_window_add_history):
1696
1697         Make sure not to use the history with documents not supporting
1698         links. Fixes bug #468954.
1699
1700 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * shell/ev-window.c: (ev_window_load_job_cb):
1703
1704         Restart the search when reloading a document with the find bar
1705         visible. Fixes bug #461962.
1706
1707 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * shell/ev-window.c: (setup_document_from_metadata),
1710         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1711
1712         Do not jump to the first page when reloading a document from the
1713         last page.
1714
1715 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * shell/ev-window.c: (update_chrome_flag),
1718         (setup_sidebar_from_metadata),
1719         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1720         (ev_window_cmd_edit_find_next),
1721         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1722         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1723         (find_bar_close_cb), (view_actions_focus_in_cb):
1724
1725         Do not update visibility when changing a chrome flag so that it's
1726         possible to update several flags and update visibility only once
1727         for all of them.
1728
1729 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1732
1733         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1734         supported by gtk+. Fixes bug #460907.
1735
1736 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * shell/ev-view.c: (view_update_range_and_current_page):
1739
1740         Make sure current-page <= end-page in continuous mode. Fixes bug
1741         #454950.
1742
1743 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * backend/pdf/ev-poppler.cc: (build_tree):
1746
1747         Ignore outline items without a title. Fixes bug #453913.
1748
1749 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1752         (ev_view_button_release_event), (ev_view_leave_notify_event):
1753
1754         Use always drag mouse cursor during a drag operation. Fixes bug
1755         #470564.
1756
1757 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1760         (pdf_selection_get_selection_region),
1761         (pdf_selection_get_selection_map):
1762
1763         Temporarily disable double and triple selections since it depends on
1764         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1765         released and the update of the external dependency minimal version
1766         approved.
1767
1768 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1771         (pdf_document_file_exporter_do_page):
1772         * libdocument/ev-file-exporter.h:
1773         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1774         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1775
1776         Actually fix printing regressions. Remove orientation from
1777         EvPrintContext since it's redundant.
1778
1779 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1782         * backend/impress/impress-document.c:
1783         (impress_document_document_iface_init):
1784         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1785         * backend/djvu/djvu-document.c:
1786         (djvu_document_document_iface_init),
1787         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1788         * backend/tiff/tiff-document.c:
1789         (tiff_document_document_iface_init):
1790         * backend/pixbuf/pixbuf-document.c:
1791         (pixbuf_document_document_iface_init):
1792         * backend/comics/comics-document.c:
1793         (comics_document_document_iface_init):
1794         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1795         (pdf_selection_render_selection),
1796         (pdf_selection_get_selected_text),
1797         (pdf_selection_get_selection_region),
1798         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1799         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1800         (ev_selection_get_selection_region),
1801         (ev_selection_get_selection_map):
1802         * libdocument/ev-document.[ch]:
1803         * shell/ev-pixbuf-cache.[ch]: (add_job),
1804         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1805         * shell/ev-view-private.h:
1806         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1807         (ev_job_render_run):
1808         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1809         * shell/ev-view.c: (start_selection_for_event),
1810         (ev_view_button_press_event), (ev_view_drag_data_get),
1811         (ev_view_drag_data_received), (ev_view_button_release_event),
1812         (compute_new_selection_text), (compute_selections),
1813         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1814         (ev_view_primary_get_cb):
1815
1816         Add support for double and triple click selections.
1817
1818 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1819
1820         * NEWS:
1821         * configure.ac:
1822
1823         Update for release 2.19.4
1824
1825 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1826
1827         * shell/ev-view-private.h:
1828         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1829         (ev_view_set_highlight_search):
1830         * shell/ev-view.h:
1831         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1832         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1833         (find_bar_visibility_changed_cb):
1834         
1835         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1836
1837 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1838
1839         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1840         (pdf_document_file_exporter_begin),
1841         (pdf_document_file_exporter_do_page):
1842         * shell/ev-jobs.c: (ev_job_print_run):
1843         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1844
1845         Create always a portrait cairo surface and rotate when needed for
1846         landscape. It fixes printing problems in real printers.
1847
1848 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1851         * libdocument/ev-file-exporter.[ch]:
1852         (ev_file_exporter_get_capabilities):
1853         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1854         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1855
1856         Adjust number of pages per row according to page orientation when
1857         printing 2 or 6 pages per sheet.
1858
1859 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * shell/ev-window.c: (ev_window_print_send):
1862
1863         Reset also cups setting to 1 when printing multiple pages per
1864         sheet. Fixes bug #468853.
1865
1866 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * libdocument/ev-document-misc.c:
1869         (ev_document_misc_surface_rotate_and_scale):
1870
1871         Use directly cairo_surface_get_content() when creating a similar
1872         surface as suggested by Jeff Muizelaar. Thanks again.
1873
1874 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * backend/djvu/djvu-document.c: (djvu_document_render):
1877         * backend/tiff/tiff-document.c: (tiff_document_render):
1878         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1879         * libdocument/ev-document-misc.c:
1880         (ev_document_misc_surface_from_pixbuf),
1881         (ev_document_misc_surface_rotate_and_scale):
1882
1883         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1884         creating page surfaces. Fixes bug #453123. Thank you very much to
1885         Jeff Muizelaar <jeff@infidigm.net>.
1886
1887 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1888
1889         * shell/ev-page-cache.c: (ev_page_cache_new),
1890         (ev_page_cache_get_thumbnail_size):
1891         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1892         (ev_sidebar_thumbnails_set_loading_icon):
1893
1894         Also store in page-cache the dimensions of the thumbnails so that
1895         they can be used to create the correct loading icon in the side
1896         pane. Fixes bug #466857.
1897
1898 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * backend/pdf/ev-poppler.cc:
1901         (pdf_document_thumbnails_get_thumbnail):
1902
1903         Fix thumbnails rotation in pdf documents that include embedded 
1904         thumbnails.
1905
1906 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1907
1908         * backend/pdf/ev-poppler.cc:
1909
1910         Don't use #ifdef in macro expansion. Some compilers don't
1911         like that. Closes bug #467042.
1912
1913 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1914
1915         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1916         
1917         Fixes memory leak in djvu backend.
1918
1919 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1920
1921         * data/icons/32x32/Makefile.am:
1922         * data/icons/32x32/actions/Makefile.am:
1923         * data/icons/32x32/actions/view-page-cont.svg:
1924         * data/icons/32x32/actions/view-page-facing.svg:
1925         * data/icons/48x48/Makefile.am:
1926         * data/icons/48x48/actions/Makefile.am:
1927         * data/icons/48x48/actions/view-page-cont.svg:
1928         * data/icons/48x48/actions/view-page-facing.svg:
1929         
1930         Icons for a new sizes.
1931
1932 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1933
1934         * shell/ev-page-cache.c: (build_height_to_page),
1935         (ev_page_cache_get_height_to_page):
1936         
1937         Fixes invalid read, see bug #466401.
1938
1939 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1942         (set_drag_cursor):
1943         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1944         (configure_item_cursor), (new_pixbuf_from_widget):
1945
1946         Fix multihead problems in toolbar editor. Fixes bug #382055.
1947
1948 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1949
1950         * shell/ev-window.c: (ev_window_cmd_file_open),
1951         (ev_window_cmd_save_as):
1952
1953         Use g_get_user_special_dir when available instead of
1954         xdg_user_dir_lookup.
1955
1956 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1957
1958         * MAINTAINERS:
1959         
1960         Updated according to request on desktop-devel.
1961
1962 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1965
1966         Do not use cairo_rectangle and cairo_clip since we are
1967         not using cairo_fill but cairo_paint. Use the same cairo context
1968         for every page in the same expose event.
1969
1970 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1971
1972         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1973         leak.
1974
1975 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * configure.ac:
1978         * NEWS:
1979
1980         Release 0.9.3
1981
1982 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * libdocument/ev-document-info.h:
1985         * libdocument/ev-document.h:
1986         * shell/ev-page-action.h:
1987         * shell/ev-sidebar-links.h:
1988
1989         Fix a headers problem with ev-link
1990         
1991         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1992         * shell/ev-view-private.h:
1993         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1994         (get_link_area), (ev_view_query_tooltip),
1995         (ev_view_leave_notify_event), (ev_view_destroy),
1996         (ev_view_class_init):
1997
1998         Use new gtk tooltips when available instead of ev-tooltip.
1999         
2000 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2001
2002         * shell/ev-window.c: (update_chrome_visibility),
2003         (ev_window_sidebar_visibility_changed_cb):
2004
2005         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2006         
2007 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * shell/ev-navigation-action.c:
2010         (ev_navigation_action_history_changed),
2011         (ev_navigation_action_set_history):
2012         * shell/ev-navigation-action-widget.c:
2013         (ev_navigation_action_widget_init):
2014         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2015
2016         Fix compile warnings.
2017         
2018 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2021         (egg_editable_toolbar_dispose):
2022
2023         Fix memory leak.
2024         
2025 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2028         (screensaver_disable_x11):
2029         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2030         * shell/ev-window.c: (presentation_set_timeout):
2031         * shell/ev-view.c: (ev_view_presentation_transition_start):
2032
2033         Use g_timeout_add_seconds instead of g_timeout_add when
2034         available.
2035         
2036 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2039
2040         Set horizontal scrollbar policy to AUTOMATIC instead of
2041         NEVER. Workaround for bug #449462.
2042         
2043 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2044
2045         * shell/ev-jobs.c: (ev_job_render_page_ready):
2046
2047         Add page_ready callback to main loop with high priority and hold
2048         a reference to job during idle.
2049         
2050 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * configure.ac:
2053         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2054         (pdf_document_file_exporter_begin),
2055         (pdf_document_file_exporter_do_page),
2056         (pdf_document_file_exporter_get_capabilities):
2057         * libdocument/ev-file-exporter.h:
2058         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2059         * shell/ev-window.c: (ev_window_print_send),
2060         (ev_window_print_dialog_response_cb):
2061
2062         Allow printing multiple pages per sheet. Fixes bug #395573.
2063         
2064 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2065
2066         * shell/ev-view.c: (tip_from_link):
2067         
2068         Check for NULL, fixes bug #460862.
2069
2070 2007-07-29  Christian Persch  <chpe@gnome.org>
2071
2072         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2073         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2074         (ev_window_cmd_preview_print):
2075         
2076         Fixes bug #437681 - blocks while enumerating printers.
2077
2078 2007-07-29  Christian Persch  <chpe@gnome.org>
2079
2080         * shell/ev-window.c: (ev_window_screen_changed):
2081         
2082         Don't use deprecated gtk+ function. See bug #460909.
2083
2084 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * shell/ev-utils.c: (get_num_monitors):
2087         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2088
2089         Do not use display before initializing it. Remove compile
2090         warnings.
2091
2092 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2093
2094         * shell/ev-view.c: (ev_view_class_init):
2095         
2096         Unix-like hjkl bindings added. See bug #458111.
2097
2098 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2099
2100         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2101         * shell/ev-utils.h:
2102         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2103         (ev_view_update_view_size):
2104         * shell/ev-view.h:
2105         * shell/ev-window.c: (ev_window_update_actions),
2106         (setup_view_from_metadata), (ev_window_screen_changed),
2107         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2108         (zoom_control_changed_cb):
2109         * shell/ev-window.h:
2110         
2111         Reorganizes utility functions.
2112
2113 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2116         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2117         (add_job), (ev_pixbuf_cache_get_surface),
2118         (ev_pixbuf_cache_get_link_mapping),
2119         (ev_pixbuf_cache_get_image_mapping),
2120         (ev_pixbuf_cache_get_form_field_mapping),
2121         (ev_pixbuf_cache_get_text_mapping):
2122         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2123         (notify_page_ready), (ev_job_render_page_ready),
2124         (ev_job_render_run):
2125
2126         Add page_ready signal to notify that page is ready as soon as
2127         possible even if other page elements like links, forms, images or
2128         text mapping are not ready yet.
2129
2130 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2131
2132         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2133         (dvi_document_file_exporter_do_page),
2134         (dvi_document_file_exporter_get_capabilities),
2135         (dvi_document_file_exporter_iface_init):
2136         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2137         (ps_document_file_exporter_do_page),
2138         (ps_document_file_exporter_get_capabilities),
2139         (ps_document_file_exporter_iface_init):
2140         * backend/djvu/djvu-document.c:
2141         (djvu_document_file_exporter_begin),
2142         (djvu_document_file_exporter_end),
2143         (djvu_document_file_exporter_get_capabilities),
2144         (djvu_document_file_exporter_iface_init):
2145         * backend/tiff/tiff-document.c:
2146         (tiff_document_file_exporter_begin),
2147         (tiff_document_file_exporter_get_capabilities),
2148         (tiff_document_document_file_exporter_iface_init):
2149         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2150         (pdf_document_file_exporter_do_page),
2151         (pdf_document_file_exporter_get_capabilities),
2152         (pdf_document_file_exporter_iface_init):
2153         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2154         (ev_file_exporter_get_capabilities):
2155         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2156         (idle_print_handler), (ev_print_job_print):
2157         * shell/ev-jobs.c: (ev_job_print_run):
2158         * shell/ev-window.c: (ev_window_print_send),
2159         (ev_window_print_range):
2160
2161         Use capabilities to know which options should be offered by the
2162         print dialog depending on the document backend.
2163
2164 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2167
2168         Give priority to forms over text to set the cursor.
2169
2170 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * shell/ev-view-private.h:
2173         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2174         (ev_view_leave_notify_event), (ev_view_finalize),
2175         (ev_view_get_property), (ev_view_class_init):
2176
2177         Use IBEAM cursor for text form fields and NORMAL cursor for read
2178         only fields. Remove unused status attribute.
2179
2180 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2181
2182         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2183
2184         Update region for current selected items also for checkbox
2185         buttons, since they can behave as radio buttons when they are in a
2186         set.
2187
2188 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * configure.ac:
2191         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2192
2193         Get max length of text form fields.
2194
2195 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2196
2197         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2198         * libdocument/ev-form-field.h:
2199         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2200
2201         Fix build with current poppler cvs head.
2202
2203 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2206         * shell/eggfindbar.c: (egg_find_bar_init):
2207
2208         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2209         deprecation. Fixes bug #455667
2210
2211 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2212
2213         * NEWS:
2214         * configure.ac:
2215         
2216         Update for release 0.9.2
2217
2218 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * shell/ev-view.c: (ev_view_form_field_text_save),
2221         (ev_view_form_field_choice_save):
2222
2223         Fix a crash when closing whith a form widget visible.
2224
2225 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2226
2227         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2228
2229         Update also the region of the current selected button when
2230         clicking on another button if they are radio buttons.
2231
2232 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2235         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2236         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2237         (ev_pixbuf_cache_get_link_mapping),
2238         (ev_pixbuf_cache_get_image_mapping),
2239         (ev_pixbuf_cache_get_form_field_mapping),
2240         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2241         * shell/ev-view.c: (ev_view_form_field_get_region),
2242         (ev_view_form_field_button_create_widget),
2243         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2244         (job_finished_cb):
2245
2246         Redraw only form field region instead of the whole page when
2247         reloading a page to show changes on the form field.
2248
2249 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * shell/ev-view.c: (ev_view_form_field_choice_save):
2252
2253         Fix selection of first item in list form fields.
2254
2255 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2258         (ev_pixbuf_cache_reload_page),
2259         (ev_pixbuf_cache_get_form_field_mapping):
2260
2261         Some refactoring to avoid duplicated code.
2262
2263 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2264
2265         * configure.ac:
2266         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2267         (ev_form_field_from_poppler_field),
2268         (pdf_document_forms_get_form_fields),
2269         (pdf_document_forms_form_field_text_get_text),
2270         (pdf_document_forms_form_field_text_set_text),
2271         (pdf_document_forms_form_field_button_set_state),
2272         (pdf_document_forms_form_field_button_get_state),
2273         (pdf_document_forms_form_field_choice_get_item),
2274         (pdf_document_forms_form_field_choice_get_n_items),
2275         (pdf_document_forms_form_field_choice_is_item_selected),
2276         (pdf_document_forms_form_field_choice_select_item),
2277         (pdf_document_forms_form_field_choice_toggle_item),
2278         (pdf_document_forms_form_field_choice_unselect_all),
2279         (pdf_document_forms_form_field_choice_set_text),
2280         (pdf_document_forms_form_field_choice_get_text),
2281         (pdf_document_document_forms_iface_init):
2282         * libdocument/Makefile.am:
2283         * libdocument/ev-form-field.[ch]:
2284         * libdocument/ev-document-forms.[ch]:
2285         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2286         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2287         (add_job), (ev_pixbuf_cache_reload_page),
2288         (ev_pixbuf_cache_get_form_field_mapping):
2289         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2290         * shell/ev-view-private.h:
2291         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2292         (ev_view_handle_cursor_over_xy),
2293         (ev_view_get_form_field_at_location),
2294         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2295         (ev_view_form_field_button_create_widget),
2296         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2297         (ev_view_form_field_text_create_widget),
2298         (ev_view_form_field_choice_save),
2299         (ev_view_form_field_choice_changed),
2300         (ev_view_form_field_choice_create_widget),
2301         (ev_view_handle_form_field), (ev_view_size_allocate),
2302         (ev_view_realize), (draw_end_presentation_page),
2303         (ev_view_button_press_event), (ev_view_remove_all),
2304         (ev_view_motion_notify_event), (ev_view_key_press_event),
2305         (ev_view_enter_notify_event), (highlight_find_results),
2306         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2307         (ev_view_class_init), (page_changed_cb),
2308         (on_adjustment_value_changed), (ev_view_set_presentation),
2309         (merge_selection_region), (ev_view_set_cursor),
2310         (ev_view_reset_presentation_state):
2311         
2312         Merge evince-forms branch.
2313
2314 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2315
2316         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2317
2318         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2319         This script also updates itself from libegg
2320
2321         * cut-n-paste/toolbar-editor/egg*:
2322         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2323         libegg
2324
2325 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2326
2327         * shell/ev-window.c:
2328         
2329         Adds a nice icon to page action during toolbar editing.
2330         See bug #452872.
2331
2332 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2333
2334         * data/evince-toolbar.xml:
2335         * shell/ev-window.c:
2336         
2337         Let user add a presentation and fullscreen icons on toolbar.
2338         See bug #449734.
2339
2340 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2341
2342         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2343
2344         new script to keep in sync with toolbareditor in libegg
2345
2346         * cut-n-paste/toolbar-editor/*: 
2347
2348         Run update-toolbareditor-from-libegg so we are in sync again. 
2349         Fixes bug #452850.
2350         
2351
2352 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * shell/ev-sidebar-links.c: (job_finished_callback):
2355
2356         Do not connect selection changed signal more than once. Fixes bug
2357         #349433.
2358
2359 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2362
2363         Do not change sidebar chrome flag when pressing F9 key in
2364         presentation mode.
2365
2366 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * backend/pdf/ev-poppler.cc:
2369         (pdf_document_thumbnails_get_dimensions):
2370
2371         Make sure thumbnails width and height is not <= 0. Fixes a crash
2372         with some pdf documents which have really small pages.
2373
2374 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2375
2376         * shell/main.c: (main):
2377
2378         Fixes program description translation issue.
2379         Bug #450148.
2380
2381 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2382
2383         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2384
2385         Do not change current page when returning from black/white mode
2386         in presentation. Fixes bug #415032.
2387
2388 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2389
2390         * NEWS:
2391         * configure.ac:
2392         
2393         Update for release 0.9.1
2394
2395 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2396
2397         * backend/dvi/dvi-document.c:
2398         (dvi_document_finalize),
2399         (dvi_document_file_exporter_format_supported),
2400         (dvi_document_file_exporter_begin),
2401         (dvi_document_file_exporter_do_page),
2402         (dvi_document_file_exporter_end),
2403         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2404         
2405         PDF exporter for dvi documents. Fixes bug #441319.
2406
2407 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * shell/ev-window.c: (ev_window_clear_print_job):
2410
2411         Clear gtk print job when job has finished. Fixes bug #447612.
2412
2413 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-window.c: (ev_window_print_send),
2416         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2417
2418         Add preview button to print dialog. Fixes bug #445419.
2419
2420 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * backend/dvi/Makefile.am:
2423         * backend/dvi/pixbuf-device.[ch]: Removed
2424         * backend/dvi/cairo-device.[ch]: Added
2425         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2426         * backend/dvi/dvi-document.c: (dvi_document_load),
2427         (dvi_document_render), (dvi_document_finalize),
2428         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2429         (dvi_document_do_color_special):
2430         * libdocument/ev-document-misc.[ch]:
2431         (ev_document_misc_pixbuf_from_surface):
2432
2433         Port dvi backend to cairo and fix a problem with colors. 
2434
2435 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * shell/ev-view.c: (draw_one_page):
2438
2439         Draw only visible region.
2440
2441 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2442
2443         * backend/djvu/djvu-document.c: (djvu_document_render):
2444
2445         Fix rotation in djvu backend.
2446
2447 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2450         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2451         (ev_pixbuf_cache_get_image_mapping),
2452         (ev_pixbuf_cache_get_text_mapping):
2453
2454         Redraw view every time we have a new surface. Fixes bug #443587.
2455
2456 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * libdocument/ev-document.c: (ev_document_info_free):
2459
2460         Fix memory leaks.
2461
2462 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2463
2464         * backend/dvi/dvi-document.c: (dvi_document_render),
2465         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2466         * backend/impress/impress-document.c:
2467         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2468         (impress_document_render), (impress_document_document_iface_init),
2469         (impress_document_thumbnails_get_thumbnail):
2470         * backend/djvu/djvu-document-private.h:
2471         * backend/djvu/djvu-document.c: (djvu_document_render),
2472         (djvu_document_finalize), (djvu_document_document_iface_init),
2473         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2474         * backend/tiff/tiff-document.c: (tiff_document_render),
2475         (tiff_document_render_pixbuf),
2476         (tiff_document_document_iface_init):
2477         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2478         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2479         (pdf_selection_render_selection):
2480         * backend/comics/comics-document.c:
2481         (comics_document_render_pixbuf), (comics_document_render),
2482         (comics_document_document_iface_init):
2483         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2484         (pixbuf_document_document_iface_init):
2485         * libdocument/ev-document-misc.[ch]:
2486         (ev_document_misc_surface_from_pixbuf),
2487         (ev_document_misc_surface_rotate_and_scale):
2488         * libdocument/ev-document.[ch]: (ev_document_render):
2489         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2490         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2491         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2492         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2493         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2494         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2495         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2496         (render_finished_cb), (ev_job_render_run):
2497         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2498         (merge_selection_region):
2499
2500         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2501         and selections.
2502
2503 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * shell/ev-window-title.c: (ev_window_title_update):
2506
2507         Fix memory leak.
2508
2509 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * shell/ev-view.c: (draw_loading_text):
2512
2513         Show loading text centered. Fixes bug #433061
2514
2515 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * shell/ev-sidebar-thumbnails.c:
2518         (ev_sidebar_thumbnails_set_loading_icon):
2519
2520         Remove a mutex in the main thread that blocks the UI in heavy
2521         documents.
2522
2523 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2526
2527         Set points_set to TRUE so that selections don't disappear after a
2528         zoom change.
2529
2530 2007-06-07  Michael Monreal  <infernux@web.de>
2531
2532         * data/icons/16x16/actions/Makefile.am:
2533         * data/icons/16x16/actions/zoom.svg:
2534         * data/icons/22x22/actions/Makefile.am:
2535         * data/icons/22x22/actions/zoom.svg:
2536         * data/icons/24x24/actions/Makefile.am:
2537         * shell/ev-stock-icons.c:
2538         * shell/ev-stock-icons.h:
2539         * shell/ev-window.c:
2540         
2541         Zoom icon artwork. See bug #444795.
2542
2543 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2544
2545         * shell/ev-metadata-manager.c: Remove extraneous function
2546         (Closes: #444386)
2547
2548 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2549
2550         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2551         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2552         (ev_metadata_manager_set), (ev_metadata_manager_save):
2553         Simplify the timeout, no need for modified anymore
2554
2555 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2556
2557         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2558         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2559         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2560         (ev_metadata_manager_save): Adapted patch from Arjan van de
2561         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2562         time, saves on power (Closes: #443851)
2563
2564 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2565
2566         * configure.ac:
2567         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2568         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2569
2570         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2571
2572 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2573
2574         * shell/ev-window.c: (ev_window_add_history):
2575
2576         Check if history is NULL
2577
2578 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * libdocument/ev-image.c: (ev_image_finalize):
2581         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2582         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2583         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2584         (ev_tmp_uri_unlink):
2585
2586         Add functions to delete temporary files created by evince in a safe
2587         way.
2588
2589         * shell/ev-window.c: (ev_window_clear_local_uri),
2590         (open_xfer_update_progress_callback),
2591         (save_xfer_update_progress_callback), (ev_window_save_remote),
2592         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2593         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2594         (attachment_save_dialog_response_cb),
2595         (ev_attachment_popup_cmd_save_attachment_as):
2596
2597         Allow saving a copy of a document, image or attachment to a remote
2598         location. Fixes bug #440754. 
2599
2600 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2601
2602         * configure.ac:
2603         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2604
2605         Fix build with current poppler from cvs head. 
2606
2607 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2608
2609         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2610
2611         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2612         directory exists.
2613
2614 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2615
2616         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2617         * shell/ev-window.c:
2618
2619         Change sidebar ordering. Fixes bug #439939.
2620
2621 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2622
2623         * backend/comics/Makefile.am:
2624         
2625         Fixes build with --without-libgnome.
2626
2627 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2628         
2629         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2630
2631         Update cursor and tooltip on page change and view scroll. Fixes bug
2632         #439217.
2633
2634 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2635
2636         * NEWS:
2637         * configure.ac:
2638         
2639         Update for release 0.9.0
2640
2641 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2642
2643         * backend/djvu/djvu-document-private.h:
2644         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2645         (djvu_document_finalize),
2646         (djvu_document_file_exporter_format_supported),
2647         (djvu_document_file_exporter_begin),
2648         (djvu_document_file_exporter_do_page),
2649         (djvu_document_file_exporter_end),
2650         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2651         
2652         Implemented printing with djvu. Bug #437998.
2653
2654 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * backend/impress/zip.c:
2657         Add missing ulong definition.
2658
2659         * backend/ps/ps-interpreter.c:
2660         Add missing headers.
2661
2662         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2663
2664 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2665
2666         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2667
2668         Add missing call to parent class dispose method. 
2669
2670 2007-05-12  Ross Burton  <ross@openedhand.com>
2671
2672         * shell/main.c:
2673         Sync keybindings manually when building without libgnome
2674         (#437925).
2675
2676 2007-05-12  Ross Burton  <ross@openedhand.com>
2677
2678         * shell/ev-window.c:
2679         Respect the screen when opening help (#437866).
2680
2681 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * data/evince-ui.xml:
2684         * shell/ev-application.[ch]: (get_print_settings_from_args),
2685         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2686         (ev_application_open_uri_list):
2687         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2688         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2689         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2690         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2691         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2692         (ev_window_dispose):
2693         * shell/main.c: (arguments_parse):
2694
2695         Add print button in preview mode. Fixes bug #396475. 
2696
2697 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2698
2699         * cut-n-paste/zoom-control/ephy-zoom.h:
2700         
2701         Fixes zoom level factors. See bug #408119 for details.
2702
2703 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2704
2705         * backend/comics/comics-document.c: (comics_regex_quote),
2706         (extract_argv):
2707         
2708         Correctly quote symbols. Fixes crash in the bug
2709         #415370.
2710
2711 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2712
2713         * shell/ev-navigation-action-widget.c:
2714         (ev_navigation_action_widget_init),
2715         (ev_navigation_action_widget_class_init),
2716         (ev_navigation_action_widget_button_press_event):
2717         
2718         Connect to button-press event on correct widget. Fixes
2719         bug #431988
2720
2721 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2722
2723         * shell/ev-application.c: (ev_application_open_window),
2724         (ev_application_add_icon_path_for_screen),
2725         (ev_application_open_uri_at_dest):
2726         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2727         * shell/ev-navigation-action.c: (build_menu):
2728         
2729         Add app-specific icons to our icon theme. Fixes bug
2730         #425508.
2731
2732 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2733
2734         * shell/ev-history.c: (ev_history_class_init),
2735         (ev_history_add_link):
2736         * shell/ev-history.h:
2737         * shell/ev-navigation-action.c:
2738         (ev_navigation_action_history_changed),
2739         (ev_navigation_action_set_history), (build_menu),
2740         (ev_navigation_action_finalize):
2741         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2742         
2743         Make navigation action unsensitive instead of showing
2744         menu with unsensitive word. Fixes bug #417392.
2745
2746 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * shell/ev-application.[ch]: (ev_application_shutdown),
2749         (ev_application_get_print_settings),
2750         (ev_application_set_print_settings):
2751         * shell/ev-window.c:
2752
2753         Remember print settings. Fixes bug #349102. 
2754
2755 2007-05-08  Christian Persch  <chpe@gnome.org>
2756
2757         * configure.ac:
2758         * properties/ev-properties-view.c:
2759
2760         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2761         Bug #382438.
2762
2763 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2764
2765         * configure.ac:
2766         * properties/ev-properties-view.c: (ev_regular_paper_size):
2767
2768         Use gtk+ builtin paper list to identify the document's paper size.
2769         Fixes bug #382438. 
2770
2771 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2772
2773         * configure.ac:
2774
2775         Fix build when compiling with thumbnailer and libgnome support. 
2776
2777 2007-05-04  Ross Burton  <ross@openedhand.com>
2778
2779         * configure.ac:
2780         Add --without-libgnome, check for libgnome and libgnomeui
2781         separately, and add them to the symbols as required.
2782
2783         * libdocument/ev-file-helpers.c:
2784         When building without libgnome, use g_get_user_config_dir instead
2785         of gnome_user_dir_get.
2786
2787         * shell/ev-application.c:
2788         When building without libgnome, don't use session management.
2789
2790         * shell/main.c:
2791         When building without libgnome, don't use GnomeProgram or
2792         initialise the authentication manager.
2793
2794         This fixes #328842.
2795
2796 2007-05-04  Ross Burton  <ross@openedhand.com>
2797
2798         * shell/ev-window.c:
2799         Don't use libgnome to open help, instead call Yelp directly.
2800
2801 2007-05-04  Ross Burton  <ross@openedhand.com>
2802
2803         * shell/ev-sidebar-attachments.c:
2804         Don't use libgnome to lookup icons for MIME types, instead copy
2805         code from GTK+ to do it manually.
2806
2807 2007-05-04  Ross Burton  <ross@openedhand.com>
2808
2809         * configure.ac:
2810         Add libxml to the dependencies for SHELL_CORE (#435818).
2811
2812 2007-05-02  Ross Burton  <ross@openedhand.com>
2813
2814         * configure.ac:
2815         * Makefile.am:
2816         Add --disable-thumbnailer (#434825)
2817
2818 2007-05-02  Ross Burton  <ross@openedhand.com>
2819
2820         * shell/ev-window.c:
2821         Add missing includes, fix indentation.
2822
2823         * shell/main.c:
2824         Fix indentation.
2825
2826 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2827
2828         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2829         ev_application_open_uri_at_dest instead of ev_application_open_uri
2830         preventing new document always being opened in a new window even if there
2831         is an empty window.
2832
2833 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2834
2835         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2836         (egg_recent_view_uimanager_finalize):
2837         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2838         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2839         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2840         (ev_pixbuf_cache_dispose):
2841         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2842         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2843         
2844         Add missing chain to parent class methods. Fixes
2845         bug #433128.
2846
2847 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2848
2849         * data/Makefile.am (update-icon-cache): Updates
2850         gtk-update-icon-cache in uninstall-hook.
2851
2852 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2853
2854         * shell/ev-window.c: (ev_window_setup_document),
2855         (ev_window_set_document), (ev_window_load_job_cb):
2856         * shell/ev-view.c: (setup_caches):
2857         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2858
2859         Start rendering pages before any other jobs. 
2860
2861 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * shell/ev-window.c: (ev_window_stop_fullscreen),
2864         (ev_window_stop_presentation):
2865
2866         Update chrome visibility before window unfullscreen. 
2867
2868 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * data/Makefile.am:
2871         * data/evince-ui.xml:
2872         * shell/ev-stock-icons.[ch]:
2873         * shell/ev-application.[ch]: (ev_application_shutdown),
2874         (ev_application_init), (ev_application_get_toolbars_model):
2875         * shell/ev-window.c: (update_chrome_visibility),
2876         (fullscreen_toolbar_setup_item_properties),
2877         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2878         (ev_window_run_presentation), (ev_window_stop_presentation),
2879         (ev_window_run_preview), (ev_window_screen_changed),
2880         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2881         (ev_window_dispose), (ev_window_init):
2882
2883         Make fullscreen toolbar always visible. Do not use egg toolbars for
2884         fullscreen and preview modes since such toolbars are not editables.
2885         Fixes bugs #300278, #338910 and #316188.  
2886
2887 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2888
2889         * shell/ev-application.c:
2890         * shell/ev-job-queue.c:
2891         * shell/ev-metadata-manager.c:
2892         * shell/ev-stock-icons.c:
2893         * shell/ev-window.c:
2894         * shell/main.c:
2895         
2896         Developers documentation updated.
2897
2898 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2899
2900         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2901
2902         Check whether uri is valid before launching it. Fixes bug #427664.
2903
2904 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * shell/ev-window.c:
2907
2908         Change key accelerator for Open a Copy menu entry which is in conflict
2909         with Close. Fixes bug #427321.
2910
2911 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2912
2913         * NEWS:
2914         * configure.ac:
2915         
2916         Update for release 0.8.1
2917
2918 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2919
2920         * shell/ev-window.c: (setup_size_from_metadata):
2921         
2922         Do not make window bigger than screen. Fixes bug 
2923         #388985.
2924
2925 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2928         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2929
2930         Use default resolution when it's not provided by document. Fixes bug
2931         #408762.
2932
2933 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * configure.ac:
2936         * thumbnailer/Makefile.am:
2937         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2938         * thumbnailer/evince-thumbnailer.schemas.in:
2939         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2940
2941         Add support for ps, eps and compressed documents thumbnails. Do not
2942         ignore size parameter. 
2943
2944 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2945
2946         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2947         (dvi_document_do_color_special):
2948         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2949
2950         Implement font color specials in the DVI backend. Fixes bug #303651.
2951
2952 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2953
2954         Fixup the previous commit:
2955
2956         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2957         * shell/xdg-user-dir-lookup.c: Make the function non-static
2958         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2959
2960 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2961
2962         * shell/ev-window.c (file_open_dialog_response_cb): Use
2963         the xdg-user-dirs DOCUMENTS folder as default folder when
2964         opening a file chooser.  (#424858)
2965
2966         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2967         xdg-user-dirs.
2968
2969 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2970
2971         * shell/ev-window.c: (ev_window_load_job_cb):
2972
2973         Do not setup view from metadata on preview mode. 
2974
2975 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * shell/main.c:
2978
2979         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2980
2981 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * shell/ev-view.c: (ev_view_primary_get_cb):
2984
2985         Check pointer != NULL before using it. Fixes bug #416841. 
2986
2987 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * NEWS:
2990         * configure.ac:
2991         
2992         Release 0.8.0
2993
2994 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2995
2996         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2997
2998         Do not render thumbnails when sidebar thumbnail page is not visible
2999         at startup. Fixes bug #416447. 
3000
3001 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3002
3003         * data/evince.desktop.in.in:
3004
3005         "Application" is not a valid category in the freedesktop specification.
3006
3007 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * libdocument/ev-file-helpers.[ch]: (compression_run),
3010         (ev_file_uncompress), (ev_file_compress):
3011         * shell/ev-window.c: (file_save_dialog_response_cb):
3012
3013         Save document compressed when saving a copy of a compressed document.
3014         Fixes bug #334542.
3015
3016 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3019
3020         Allow deleting in goto window entry in presentation mode. 
3021
3022 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3023
3024         * Makefile.am: Dist MAINTAINERS.
3025
3026 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * shell/ev-window.c: (ev_window_update_actions):
3029
3030         Fix zoom shortcut keys when searching. Fixes bug #409828.
3031
3032 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3033
3034         * shell/ev-window.c: (ev_window_setup_document):
3035
3036         Fix crash when loading documents with only one page. 
3037
3038 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * backend/dvi/dvi-document.c:
3041         (dvi_document_thumbnails_get_dimensions),
3042         (dvi_document_thumbnails_get_thumbnail):
3043         * backend/impress/impress-document.c:
3044         (impress_document_thumbnails_get_thumbnail),
3045         (impress_document_thumbnails_get_dimensions):
3046         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3047         (ps_document_thumbnails_get_dimensions):
3048         * backend/djvu/djvu-document.c:
3049         (djvu_document_thumbnails_get_dimensions),
3050         (djvu_document_thumbnails_get_thumbnail):
3051         * backend/tiff/tiff-document.c:
3052         (tiff_document_thumbnails_get_thumbnail),
3053         (tiff_document_thumbnails_get_dimensions):
3054         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3055         (pdf_document_thumbnails_get_thumbnail),
3056         (pdf_document_thumbnails_get_dimensions):
3057         * backend/comics/comics-document.c:
3058         (comics_document_thumbnails_get_thumbnail),
3059         (comics_document_thumbnails_get_dimensions):
3060         * backend/pixbuf/pixbuf-document.c:
3061         (pixbuf_document_thumbnails_get_thumbnail),
3062         (pixbuf_document_thumbnails_get_dimensions):
3063         * libdocument/ev-document-thumbnails.[ch]:
3064         (ev_document_thumbnails_get_thumbnail),
3065         (ev_document_thumbnails_get_dimensions):
3066         * libdocument/ev-document-misc.[ch]:
3067         (ev_document_misc_get_thumbnail_frame):
3068         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3069         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3070         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3071         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3072         (ev_sidebar_thumbnails_refresh):
3073         * shell/ev-window.c: (ev_window_setup_document):
3074         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3075
3076         Use an EvRenderContext for rendering thumbnails instead of a suggested
3077         width, so that different sized pages get sized proportionally.
3078
3079 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * shell/ev-view.c: (ev_view_button_press_event),
3082         (ev_view_key_press_event):
3083
3084         Fix critical warnings when there is no document loaded. 
3085
3086 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * shell/ev-page-action-widget.c:
3089         * shell/ev-navigation-action.c:
3090         * shell/ev-window.c:
3091
3092         Fix compile warnings. 
3093
3094 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * backend/djvu/djvu-text.h:
3097         * backend/djvu/djvu-document.c:
3098         * backend/djvu/djvu-text-page.c:
3099         * backend/djvu/djvu-links.c:
3100         * backend/djvu/djvu-text-page.h:
3101         * backend/djvu/djvu-text.c:
3102         
3103         Fix build on Mac. Fixes bug #392186. Patch by
3104         <ephraim_owns@hotmail.com>
3105
3106 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3109
3110         Restore cairo context before rendering every page when printing a PDF
3111         document into a PDF file. 
3112
3113 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * backend/ps/gstypes.h:
3116         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3117         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3118         (ps_document_thumbnails_get_thumbnail):
3119
3120         Handle PostScript page orientation. Fixes bug #318568.
3121
3122 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * backend/ps/Makefile.am:
3125         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3126         (document_load), (ps_document_load), (save_document),
3127         (save_page_list), (ps_document_get_n_pages),
3128         (ps_document_get_page_size), (ps_document_get_info),
3129         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3130         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3131         (ps_document_thumbnails_get_thumbnail),
3132         (ps_document_thumbnails_get_dimensions),
3133         (ps_document_document_thumbnails_iface_init):
3134         * backend/ps/ps.[ch]: (psgetpagebox):
3135         * backend/ps/ps-interpreter.[ch]:
3136
3137         Add support for thumbnails in ps backend. Fixes bug #164755. 
3138
3139 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3140
3141         * NEWS:
3142         * configure.ac:
3143         
3144         Release 0.7.2
3145
3146 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3149         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3150         (ev_window_dispose):
3151
3152         Use document thumbnail as window icon. Fixes bug #384442.
3153
3154 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3155
3156         * configure.ac:
3157
3158         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3159         duplicated adding application/x-bzpostscript instead. 
3160
3161 2007-02-11  Tom Parker  <palfrey@tevp.net>
3162
3163         * backend/ps/ps-document.c: (document_load):
3164
3165         Check return value of psscan before trying
3166         to use it. Fixes bug #372414.
3167
3168 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3171
3172         Fix invalid free in ev-page-cache. Fixes bug #404745.
3173
3174 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3175
3176         * test/Makefile.am:
3177         * test/test3.py:
3178         
3179         Added reload test case.
3180
3181 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3182
3183         * po/POTFILES.in:
3184         * backend/djvu/djvu-document.c: (djvu_document_load):
3185
3186         Check whether there are missing files in indirect multipage djvu
3187         documents. Fixes bug #361683. 
3188
3189 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3190
3191         * test/Makefile.am:
3192         * test/test-mime.bin:
3193         * test/test3.py:
3194         
3195         Added test for slow mime type
3196
3197 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3198
3199         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3200
3201         Add some checks and call parent_class->finalize. Fixes bug #404745.
3202
3203 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3204
3205         * shell/ev-navigation-action.c: (connect_proxy):
3206         
3207         Fixes dropdown history menu. Thanks a lot Carlos!
3208
3209 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3212
3213         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3214         bug #373715.
3215
3216 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * backend/ps/ps.c: (psscan):
3219
3220         Fix memory leak. 
3221
3222 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3223
3224         * configure.ac:
3225         * libdocument/ev-file-helpers.c: 
3226
3227         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3228
3229 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * configure.ac:
3232         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3233         (ps_interpreter_start), (document_load), (save_document),
3234         (save_page_list):
3235         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3236         * libdocument/ev-document-factory.c:
3237         (ev_document_factory_get_from_mime), (get_document_from_uri),
3238         (free_uncompressed_uri), (ev_document_factory_get_document):
3239         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3240
3241         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3242
3243 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * libdocument/ev-document.h:
3246
3247         Fix typo in function name. 
3248
3249 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * backend/ps/ps-document.c: (ps_interpreter_finished),
3252         (ps_interpreter_start), (ps_interpreter_failed):
3253
3254         Handle ghostscript interpreter crashes. 
3255
3256 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * shell/ev-window.c: (ev_window_open_uri),
3259         (window_configure_event_cb):
3260
3261         Setup window size and position before showing it. Fixes bug #401711.
3262
3263 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3264
3265         * backend/ps/Makefile.am:
3266         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3267         (ps_document_dispose), (ps_document_class_init),
3268         (ps_interpreter_input), (ps_interpreter_output),
3269         (ps_interpreter_error), (setup_interpreter_env),
3270         (ps_interpreter_start), (ps_interpreter_stop),
3271         (ps_interpreter_failed), (ps_interpreter_is_ready),
3272         (check_filecompressed), (document_load), (ps_document_load),
3273         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3274         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3275         (render_page):
3276
3277         Rework ps-document. Code cleanups, remove deprecated code. 
3278
3279 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * shell/ev-view.c: (ev_view_button_press_event):
3282
3283         Do not start an image drag and drop operation when pointer is on 
3284         text, so that we can select text when the whole background is an
3285         image. 
3286
3287 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * shell/ev-window.c: (ev_window_update_actions): 
3290
3291         Disable all zoom related actions during presentation mode. 
3292
3293 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3294
3295         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3296
3297         Do not zoom in or out on presentation mode. Fixes bug #401305.
3298
3299 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3300
3301         * shell/ev-navigation-action.c: (connect_proxy),
3302         (create_menu_item), (ev_navigation_action_class_init):
3303         
3304         Correctly show menu and fix crash when navigaton 
3305         action is out of toolbar visible area.
3306
3307 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3308
3309         * data/Makefile.am:
3310         * data/evince.1:
3311         
3312         Added man file
3313
3314 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3315
3316         * help/reference/* :
3317         * configure.ac:
3318         
3319         Added gtk-doc based documentation for Evince.
3320         Still in initial state but I hope it will
3321         grow.
3322         
3323         * configure.ac:
3324         
3325         Lower dbus requirement to 0.70
3326
3327 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * shell/ev-window.c: (ev_window_add_history):
3330
3331         Fix memory leak. 
3332
3333 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3334
3335         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3336         * shell/ev-view.h:
3337         * shell/ev-window.c: (ev_window_add_history):
3338         
3339         Correctly handle named destination links
3340
3341 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3342
3343         * NOTES:
3344         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3345         * backend/pdf/ev-poppler.cc:
3346         * libdocument/ev-document-links.h:
3347         * libdocument/ev-link.c: (ev_link_get_page):
3348         * libdocument/ev-link.h:
3349         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3350         (ev_history_add_link):
3351         * shell/ev-history.h:
3352         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3353         (new_history_menu_item), (build_menu):
3354         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3355         * shell/ev-sidebar-links.c: (create_loading_model),
3356         (print_section_cb), (ev_sidebar_links_construct),
3357         (fill_page_labels), (update_page_callback_foreach),
3358         (update_page_callback), (job_finished_callback):
3359         * shell/ev-view.c: (ev_view_handle_link):
3360         * shell/ev-window.c: (ev_window_find_chapter),
3361         (ev_window_add_history), (view_handle_link_cb),
3362         (history_changed_cb):
3363         
3364         Implements another history variant
3365
3366 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-window.c: (view_external_link_cb):
3369         * shell/ev-view.c: (ev_view_button_release_event):
3370
3371         Open links in new window when clicking with middle button. 
3372
3373 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3374
3375         * shell/ev-navigation-action.c: (new_history_menu_item):
3376         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3377         * shell/ev-view.c: (ev_view_handle_link):
3378         * shell/ev-window.c:
3379         
3380         Store link before jump, not the destination. For me it 
3381         seems like more natural history behavior.
3382
3383 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3384
3385         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3386         (ev_navigation_action_class_init):
3387         * shell/ev-navigation-action.h:
3388         * shell/ev-page-action.c: (activate_cb):
3389         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3390         (ev_page_cache_set_current_page_history):
3391         * shell/ev-page-cache.h:
3392         * shell/ev-sidebar-thumbnails.c:
3393         (ev_sidebar_tree_selection_changed),
3394         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3395         * shell/ev-view-private.h:
3396         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3397         * shell/ev-view.h:
3398         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3399         (ev_window_setup_document), (ev_window_load_job_cb):
3400         * shell/ev-window.h:
3401         
3402         History finally works as expected.
3403
3404 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3405
3406         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3407
3408         Do not update links treeview if it doesn't have a model assigned yet. 
3409
3410 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3413         (ev_sidebar_links_class_init), (update_page_callback):
3414
3415         Do not update links treeview when sidepane is not visible. 
3416
3417 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3418
3419         * shell/ev-marshal.list:
3420         * shell/ev-page-action.c: (activate_cb),
3421         (ev_page_action_class_init):
3422         * shell/ev-page-action.h:
3423         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3424         * shell/ev-window.c:
3425         
3426         Remove activate_link signal, not required.
3427
3428 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3429
3430         * shell/ev-navigation-action.c: (build_menu):
3431         
3432         Reorder menu items and build menu with fixed length.
3433
3434 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3435
3436         * shell/ev-view.c: (get_selected_text):
3437         
3438         Normalize text to fix ligatures problem. See bug
3439         #341947 for details.
3440
3441 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3442
3443         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3444
3445         Fix memory leak in ev-page-cache. 
3446
3447 2007-01-25  Tom Parker <palfrey@tevp.net>
3448
3449         * backend/impress/impress-document.c: (impress_document_load),
3450         (impress_document_finalize), (impress_document_init):
3451         * properties/ev-properties-main.c: (ev_properties_get_pages):
3452         
3453         Correctly handle impress document errors. Fixes nautilus
3454         crash in property page #370491.
3455
3456 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3457
3458         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3459         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3460         (ev_job_queue_remove_job):
3461         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3462         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3463         (ev_job_load_run):
3464         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3465         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3466         (ev_window_load_job_cb), (xfer_update_progress_callback),
3467         (ev_window_open_uri), (ev_window_dispose):
3468         * shell/main.c: (main):
3469
3470         Do file transfer asynchronously in the main thread instead of
3471         synchronously in the load thread. Fixes bugs #399694, #398307 and
3472         #343542.
3473
3474 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3475
3476         * shell/ev-jobs.c: (ev_job_xfer_run):
3477
3478         Load the document with the font-config lock held. 
3479
3480 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * backend/ps/ps-document.c: (start_interpreter):
3483
3484         Fix memory leaks in ps backend. 
3485
3486 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * backend/impress/impress-document.c:
3489         (impress_document_render_pixbuf):
3490
3491         Do not acquire fontconfig lock in impress backend, since it is using
3492         the main loop for rendering. 
3493
3494 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3495
3496         * po/POTFILES.in: 
3497
3498         Remove mdvi files that shouldn't be translated. 
3499
3500 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3501
3502         * shell/ev-view-private.h:
3503         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3504         (ev_view_set_zoom):
3505
3506         Render "loading..." text into a cairo surface instead of directly into
3507         the window so that fontconfig lock is only needed once and UI is not
3508         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3509
3510 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3513         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3514
3515         Use icon theme associated with the window screen rather than default. 
3516
3517 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3518
3519         * configure.ac:
3520
3521         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3522
3523 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3524
3525         * data/icons/*/apps/evince.*:
3526
3527         Move Evince icons under new apps directory.
3528
3529         * data/icons/*/actions/*:
3530
3531         Add new custom themeable Evince icons: view-page-continuous, 
3532         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3533         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3534
3535         * configure.ac:
3536
3537         Add new directories to AC_CONFIG_FILES.
3538
3539         * shell/ev-stock-icons.c:
3540         * shell/ev-stock-icons.h:
3541
3542         Use new custom themeable icons.
3543
3544 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3545
3546         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3547
3548         Do not draw white background page in presentation mode. 
3549
3550 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3551
3552         * shell/ev-view.c: Remove unused gnome-vfs include.
3553
3554 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3555
3556         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3557         
3558         Format string is corrected, fixes bug #397129.
3559
3560 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3561
3562         * shell/ev-window.c: (ev_window_setup_recent):
3563
3564         Do not include in recent menu inexistent documents. Fixes
3565         bug #339171.
3566
3567 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * po/POTFILES.skip: 
3570
3571         Update POTFILES.skip file according to current source tree. 
3572
3573 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3574
3575         * shell/ev-window.c: (file_save_dialog_response_cb):
3576
3577         Do Save a copy in atomic way. Fixes bug #328266. 
3578
3579 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3580
3581         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3582
3583         Keep selected cell always visible in index treeview.
3584
3585 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3586         
3587         * shell/ev-view.c: (ev_view_size_allocate):
3588
3589         Restore horizontal scrollbar after switching to/from fullscreen
3590         or presentation mode. Fixes bug #331728.
3591
3592 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3593
3594         * shell/ev-view-private.h:
3595         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3596         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3597         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3598         (ev_view_can_zoom_out):
3599
3600         Use max and min scale values in the view iby taking dpi into account. 
3601
3602 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * configure.ac:
3605         * NEWS:
3606
3607         Release 0.7.1
3608
3609 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * shell/ev-window.c: (ev_window_print_send):
3612
3613         Send print job to printer with some settings set to default values,
3614         since we have already exported to a file according to such settings
3615         and they could be taken twice by some printers. 
3616
3617 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3618
3619         * shell/ev-jobs.c: (ev_job_xfer_run):
3620         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3621
3622         Show main window and load document with the font-config lock held. 
3623
3624 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3625
3626         * configure.ac:
3627         * shell/ev-application.c: (ev_application_register_service):
3628         * shell/main.c: (load_files_remote):
3629
3630         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3631
3632 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3633
3634         * doc/debugging.txt:
3635         
3636         Remove obsolete documentation.
3637
3638 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3639
3640         * Makefile.am:
3641         * backend/Makefile.am:
3642         * backend/comics/Makefile.am:
3643         * backend/djvu/Makefile.am:
3644         * backend/dvi/Makefile.am:
3645         * backend/ev-async-renderer.c:
3646         * backend/ev-async-renderer.h:
3647         * backend/ev-attachment.c:
3648         * backend/ev-attachment.h:
3649         * backend/ev-backend-marshal.c:
3650         * backend/ev-document-factory.c:
3651         * backend/ev-document-factory.h:
3652         * backend/ev-document-find.c:
3653         * backend/ev-document-find.h:
3654         * backend/ev-document-fonts.c:
3655         * backend/ev-document-fonts.h:
3656         * backend/ev-document-images.c:
3657         * backend/ev-document-images.h:
3658         * backend/ev-document-info.h:
3659         * backend/ev-document-links.c:
3660         * backend/ev-document-links.h:
3661         * backend/ev-document-misc.c:
3662         * backend/ev-document-misc.h:
3663         * backend/ev-document-security.c:
3664         * backend/ev-document-security.h:
3665         * backend/ev-document-thumbnails.c:
3666         * backend/ev-document-thumbnails.h:
3667         * backend/ev-document-transition.c:
3668         * backend/ev-document-transition.h:
3669         * backend/ev-document.c:
3670         * backend/ev-document.h:
3671         * backend/ev-file-exporter.c:
3672         * backend/ev-file-exporter.h:
3673         * backend/ev-image.c:
3674         * backend/ev-image.h:
3675         * backend/ev-link-action.c:
3676         * backend/ev-link-action.h:
3677         * backend/ev-link-dest.c:
3678         * backend/ev-link-dest.h:
3679         * backend/ev-link.c:
3680         * backend/ev-link.h:
3681         * backend/ev-render-context.c:
3682         * backend/ev-render-context.h:
3683         * backend/ev-selection.c:
3684         * backend/ev-selection.h:
3685         * backend/impress/Makefile.am:
3686         * backend/pdf/Makefile.am:
3687         * backend/pixbuf/Makefile.am:
3688         * backend/ps/Makefile.am:
3689         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3690         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3691         (start_interpreter), (stop_interpreter), (document_load),
3692         (ps_document_next_page), (render_page):
3693         * backend/tiff/Makefile.am:
3694         * comics/Makefile.am:
3695         * comics/comics-document.c:
3696         * comics/comics-document.h:
3697         * configure.ac:
3698         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3699         * djvu/Makefile.am:
3700         * djvu/djvu-document-private.h:
3701         * djvu/djvu-document.c:
3702         * djvu/djvu-document.h:
3703         * djvu/djvu-links.c:
3704         * djvu/djvu-links.h:
3705         * djvu/djvu-text-page.c:
3706         * djvu/djvu-text-page.h:
3707         * djvu/djvu-text.c:
3708         * djvu/djvu-text.h:
3709         * dvi/Makefile.am:
3710         * dvi/dvi-document.c:
3711         * dvi/dvi-document.h:
3712         * dvi/fonts.c:
3713         * dvi/fonts.h:
3714         * dvi/mdvi-lib/Makefile.am:
3715         * dvi/mdvi-lib/afmparse.c:
3716         * dvi/mdvi-lib/afmparse.h:
3717         * dvi/mdvi-lib/bitmap.c:
3718         * dvi/mdvi-lib/bitmap.h:
3719         * dvi/mdvi-lib/color.c:
3720         * dvi/mdvi-lib/color.h:
3721         * dvi/mdvi-lib/common.c:
3722         * dvi/mdvi-lib/common.h:
3723         * dvi/mdvi-lib/defaults.h:
3724         * dvi/mdvi-lib/dvimisc.c:
3725         * dvi/mdvi-lib/dviopcodes.h:
3726         * dvi/mdvi-lib/dviread.c:
3727         * dvi/mdvi-lib/files.c:
3728         * dvi/mdvi-lib/font.c:
3729         * dvi/mdvi-lib/fontmap.c:
3730         * dvi/mdvi-lib/fontmap.h:
3731         * dvi/mdvi-lib/fontsrch.c:
3732         * dvi/mdvi-lib/gf.c:
3733         * dvi/mdvi-lib/hash.c:
3734         * dvi/mdvi-lib/hash.h:
3735         * dvi/mdvi-lib/list.c:
3736         * dvi/mdvi-lib/mdvi.h:
3737         * dvi/mdvi-lib/pagesel.c:
3738         * dvi/mdvi-lib/paper.c:
3739         * dvi/mdvi-lib/paper.h:
3740         * dvi/mdvi-lib/pk.c:
3741         * dvi/mdvi-lib/private.h:
3742         * dvi/mdvi-lib/setup.c:
3743         * dvi/mdvi-lib/sp-epsf.c:
3744         * dvi/mdvi-lib/special.c:
3745         * dvi/mdvi-lib/sysdeps.h:
3746         * dvi/mdvi-lib/t1.c:
3747         * dvi/mdvi-lib/tfm.c:
3748         * dvi/mdvi-lib/tfmfile.c:
3749         * dvi/mdvi-lib/tt.c:
3750         * dvi/mdvi-lib/util.c:
3751         * dvi/mdvi-lib/vf.c:
3752         * dvi/pixbuf-device.c:
3753         * dvi/pixbuf-device.h:
3754         * impress/Makefile.am:
3755         * impress/common.h:
3756         * impress/document.c:
3757         * impress/f_oasis.c:
3758         * impress/f_oo13.c:
3759         * impress/iksemel.c:
3760         * impress/iksemel.h:
3761         * impress/imposter.h:
3762         * impress/impress-document.c:
3763         * impress/impress-document.h:
3764         * impress/internal.h:
3765         * impress/r_back.c:
3766         * impress/r_draw.c:
3767         * impress/r_geometry.c:
3768         * impress/r_gradient.c:
3769         * impress/r_style.c:
3770         * impress/r_text.c:
3771         * impress/render.c:
3772         * impress/render.h:
3773         * impress/zip.c:
3774         * impress/zip.h:
3775         * lib/Makefile.am:
3776         * lib/ev-debug.c:
3777         * lib/ev-debug.h:
3778         * lib/ev-file-helpers.c:
3779         * lib/ev-file-helpers.h:
3780         * lib/ev-gui.c:
3781         * lib/ev-gui.h:
3782         * lib/ev-tooltip.c:
3783         * lib/ev-tooltip.h:
3784         * libdocument/Makefile.am:
3785         * libdocument/ev-file-helpers.c:
3786         * pdf/Makefile.am:
3787         * pdf/ev-poppler.cc:
3788         * pdf/ev-poppler.h:
3789         * pixbuf/Makefile.am:
3790         * pixbuf/pixbuf-document.c:
3791         * pixbuf/pixbuf-document.h:
3792         * properties/Makefile.am:
3793         * ps/Makefile.am:
3794         * ps/gsdefaults.c:
3795         * ps/gsdefaults.h:
3796         * ps/gsio.c:
3797         * ps/gsio.h:
3798         * ps/gstypes.h:
3799         * ps/ps-document.c:
3800         * ps/ps-document.h:
3801         * ps/ps.c:
3802         * ps/ps.h:
3803         * shell/Makefile.am:
3804         * shell/ev-application.h:
3805         * shell/ev-sidebar-links.c:
3806         * shell/ev-sidebar-links.h:
3807         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3808         (ev_gui_menu_position_tree_selection):
3809         * shell/ev-utils.h:
3810         * shell/ev-view.c: (ev_view_finalize):
3811         * shell/ev-window.c:
3812         * shell/main.c: (main):
3813         * thumbnailer/Makefile.am:
3814         * tiff/Makefile.am:
3815         * tiff/tiff-document.c:
3816         * tiff/tiff-document.h:
3817         * tiff/tiff2ps.c:
3818         * tiff/tiff2ps.h:
3819         
3820         Reorganize source tree.
3821
3822 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3823
3824         * backend/ev-document-factory.c:
3825
3826         Do not include ev-poppler.h when pdf is disabled. 
3827
3828 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * configure.ac:
3831         * data/evince-ui.xml:
3832         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3833         (pdf_document_document_images_iface_init):
3834         * backend/Makefile.am:
3835         * backend/ev-document-images.[ch]:
3836         * backend/ev-image.[ch]:
3837         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3838         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3839         (ev_job_xfer_run):
3840         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3841         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3842         (ev_pixbuf_cache_get_image_mapping):
3843         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3844         (view_menu_popup_cb), (ev_window_dispose),
3845         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3846         (ev_view_popup_cmd_copy_image):
3847         * shell/ev-view-private.h:
3848         * shell/ev-view.c: (ev_view_get_image_at_location),
3849         (ev_view_do_popup_menu), (ev_view_popup_menu),
3850         (ev_view_button_press_event), (ev_view_drag_data_get),
3851         (ev_view_drag_motion), (ev_view_drag_data_received),
3852         (ev_view_motion_notify_event), (ev_view_button_release_event),
3853         (ev_view_finalize), (ev_view_class_init):
3854
3855         Add image handling support. Fixes bugs #310008 and #325047. Images
3856         selection is not supported yet. 
3857
3858 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3861         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3862         (ev_view_init):
3863
3864         Move view drag and drop stuff to ev-view.
3865
3866 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3869         * shell/ev-view.c: (clear_selection): 
3870
3871         Clear selection also in pixbuf cache.
3872
3873 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3874
3875         * data/evince.desktop.in.in:
3876         
3877         Change icon name in desktop file. See bug #390734
3878         for details.
3879
3880 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3881
3882         * thumbnailer/Makefile.am:
3883
3884         Use top_builddir instead top_srcdir for generated schema
3885         file installation. Fixes bug #390161.
3886
3887 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3888
3889         * configure.ac:
3890         * backend/Makefile.am:
3891         * backend/ev-document-transition.[ch]:
3892         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3893         (pdf_document_page_transition_iface_init):
3894         * shell/ev-view-private.h:
3895         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3896         (ev_view_set_presentation), (transition_next_page),
3897         (ev_view_presentation_transition_stop),
3898         (ev_view_presentation_transition_start), (ev_view_next_page):
3899
3900         Add page transition support in presentation mode. At the moment only
3901         page duration is supported, but not transition effects. Fixes bug
3902         #309815.
3903
3904 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3905
3906         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3907
3908         Run find_link_dest with document lock held, since it's called by links
3909         thread and main thread at the same time. 
3910
3911 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3912
3913         * shell/ev-view.c: (goto_dest):
3914
3915         Update page-cache when page is changed by the view, so that
3916         page-changed signal is emitted. 
3917
3918 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3919
3920         * test/test1.py:
3921         * test/test2.py:
3922
3923         Use C locale in tests. 
3924
3925 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3926
3927         * shell/ev-window.c: (ev_window_run_presentation):
3928         * shell/ev-view-private.h:
3929         * shell/ev-view.c: (ev_view_set_presentation):
3930
3931         Restore zoom settings when back from presentation mode. 
3932
3933 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3934
3935         * shell/ev-window.c: (ev_window_run_presentation):
3936
3937         Always use "best fit" zoom in presentation mode.
3938         Fixes bug #389195.
3939
3940 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3941
3942         * shell/ev-view.c: (ev_view_goto_window_create):
3943
3944         Show "Jump to page" label in the page jumping popup in
3945         presentation mode instead of just a GtkEntry.
3946
3947 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * shell/ev-window.c: (launch_external_uri):
3950
3951         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3952         #378085.
3953
3954 2006-12-22  Elijah Newren  <newren gmail com>
3955
3956         * configure.ac: explicitly check for libxml2.  Fixes #388795
3957
3958 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * shell/ev-view-private.h:
3961         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3962         (ev_view_goto_window_delete_event), (key_is_numeric),
3963         (ev_view_goto_window_key_press_event),
3964         (ev_view_goto_window_button_press_event),
3965         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3966         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3967         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3968
3969         Allow jumping to another page by typing a page number in presentation
3970         mode. It uses a popup window with an entry. Fixes bug #353625.
3971
3972 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3973
3974         * configure.ac:
3975         * properties/ev-properties-view.c: (ev_get_default_user_units),
3976         (ev_regular_paper_size):
3977         
3978         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3979         to Damien Carbery <damien.carbery@sun.com> and
3980         Yevgen Muntyan <muntyan@tamu.edu>.
3981
3982 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3983
3984         * shell/ev-window.c: (setup_document_from_metadata):
3985
3986         Make sure Evince doesn't restore the view on the last
3987         page when a document is reopened. Fixes bug #383381.
3988
3989 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3990
3991         * shell/ev-view.c: (draw_loading_text):
3992
3993         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3994
3995 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3996
3997         * configure.ac:
3998         * NEWS:
3999
4000         Release 0.7.0
4001
4002 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * configure.ac:
4005         * pdf/ev-poppler.cc: (pdf_print_context_free),
4006         (pdf_document_file_exporter_begin),
4007         (pdf_document_file_exporter_do_page):
4008
4009         Make cairo-pdf depedency optional. 
4010
4011 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4012
4013         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4014
4015         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4016
4017 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4018
4019         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4020         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4021         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4022         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4023         * shell/ev-view.c: (draw_loading_text):
4024         * shell/ev-window.c: (ev_window_cmd_file_properties):
4025
4026         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4027         related to using FontConfig from different threads.
4028         
4029 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * shell/ev-view.c: (draw_loading_text):
4032
4033         Acquire lock document when drawing "Loading..." text so that only one
4034         thread will use FontConfig at the same time. Fixes bug #374750.
4035
4036 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * shell/ev-page-action.[ch]: (activate_cb):
4039         * shell/ev-window.c: (activate_label_cb):
4040
4041         Check if text inserted in page entry is a valid page number when it
4042         doesn't match to any document page label. Fixes bug #383165.
4043
4044 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4045         * shell/ev-window.c:
4046
4047         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4048         available with GTK < 2.10. Added an ifdef to avoid compilation
4049         error.
4050
4051 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4052
4053         * configure.ac:
4054         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4055
4056         Fix ps backend in multihead systems.
4057
4058 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4059
4060         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4061         * shell/ev-window.c: (ev_window_get_screen_dpi),
4062         (ev_window_update_actions), (setup_view_from_metadata),
4063         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4064
4065         Take screen DPI into account when zooming. Fixes bug #318285.
4066
4067 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4068
4069         * data/Makefile.am:
4070
4071         Cleaned up/slightly refactored Makefile.am. Added GConf
4072         schemas uninstallation as well.
4073
4074 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4075
4076         * Makefile.am:
4077         * test/Makefile.am:
4078
4079         Fight with autotools to fix make check. Make distcheck
4080         works fine as well now!
4081
4082 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4083
4084         * shell/ev-view.c: (draw_end_presentation_page):
4085
4086         Corrected "end of presentation" string.
4087
4088 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4089
4090         * shell/ev-view.c: (ev_view_key_press_event):
4091
4092         Correctly propagate key press event so that up/down keys
4093         work as expected (correct behaviour was broken by
4094         black/white screen key bindings for presentations).
4095
4096 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4097
4098         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4099         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4100         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4101         (pdf_selection_get_selection_region),
4102         (pdf_selection_get_selection_map):
4103
4104         Add "static" to some private functions. 
4105
4106 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4107
4108         * lib/ev-tooltip.h:
4109         * properties/ev-properties-view.h:
4110         * shell/ev-jobs.h:
4111         * shell/ev-properties-dialog.h:
4112         * shell/ev-properties-fonts.h:
4113         * shell/ev-sidebar-links.h:
4114         * shell/ev-sidebar-thumbnails.h:
4115         * shell/ev-sidebar.h:
4116         * shell/ev-window.h:
4117         
4118         Fixes CHACK type in class casts. See bug #385343
4119         for details.
4120
4121 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * shell/ev-view-private.h:
4124         * shell/ev-view.c: (draw_end_presentation_page),
4125         (ev_view_expose_event), (ev_view_key_press_event),
4126         (ev_view_class_init), (ev_view_init):
4127
4128         Blank screen in presentation mode when pressing 'b' (filling with
4129         black) or 'w' (filling with white) keys. Fixes bug #358132.
4130
4131 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4132
4133         * data/evince-toolbar.xml:
4134         * shell/ev-window.c:
4135         
4136         Use stock icon for Select All action. Fixes
4137         bug #382652.
4138
4139 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4140
4141         * shell/ev-view.c: (get_doc_point_from_offset),
4142         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4143
4144         Add links support in rotated documents. Fixes bug #343733.
4145
4146 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * shell/ev-view-private.h:
4149         * shell/ev-view.c: (draw_end_presentation_page),
4150         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4151
4152         Show a blank page after the last page in presentation mode with a
4153         message indicating that presentation has finished and how to exit. 
4154
4155 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * shell/ev-window.c: (fullscreen_timeout_cb):
4158
4159         Hide cursor after a while in presentation mode. 
4160
4161 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4162
4163         * backend/ev-document-info.h:
4164         * data/evince-properties.glade:
4165         * pdf/ev-poppler.cc:
4166         * properties/ev-properties-view.c: (ev_regular_paper_size),
4167         (ev_properties_view_set_info):
4168         * ps/ps-document.c: (ps_document_get_info):
4169
4170         Adds a paper size field to the properties dialog. Fixes
4171         bug #307315. Patch by Kasper Svendsen (with some i18n
4172         changes done by me).
4173
4174 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4175
4176         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4177         (screensaver_init_dbus), (totem_scrsaver_new),
4178         (totem_scrsaver_init):
4179         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4180         * shell/ev-application.c: (ev_application_register_service),
4181         (ev_application_screensaver_enable),
4182         (ev_application_screensaver_disable):
4183         * shell/ev-application.h:
4184         * shell/ev-window.c: (ev_window_run_presentation),
4185         (ev_window_stop_presentation), (build_comments_string),
4186         (ev_window_init):
4187         
4188         Move screensaver handling to application. No more
4189         message on startup.
4190
4191 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4192
4193         * configure.ac:
4194         * backend/Makefile.am:
4195         * backend/ev-file-exporter.[ch]:
4196         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4197         * ps/ps-document.c: (ps_document_file_exporter_*):
4198         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4199         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4200         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4201         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4202
4203         Allow printing to PDF when suppoted by the backend.
4204         
4205 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * shell/ev-window.c: (build_comments_string):
4208
4209         Use always "Document Viewer" in about dialog. 
4210
4211 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * djvu/djvu-document.c: (djvu_document_get_page_size):
4214
4215         Display a warning message when get_pageinfo fails. 
4216
4217 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4218
4219         * Makefile.am:
4220         * backend/Makefile.am:
4221         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4222         * configure.ac:
4223         * shell/ev-window.c: (build_comments_string):
4224         
4225         Make pdf compilation optional. See bug #38007.
4226
4227 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * ps/ps.c: (get_next_text):
4230
4231         Fix CVE-2006-5864.
4232
4233 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4236         * shell/ev-navigation-action.c: (connect_proxy),
4237         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4238         
4239         Do not call g_type_class_peek_parent twice.
4240
4241 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4242
4243         * configure.ac:
4244         * data/icons/24x24/.cvsignore:
4245         * data/icons/24x24/Makefile.am:
4246         * data/icons/24x24/evince.png:
4247         * data/icons/Makefile.am:
4248         
4249         Add 24x24 icon. Thanks to 
4250         Michael Monreal <infernux@web.de>.
4251
4252 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4253
4254         * configure.ac: Fix typo in configure.ac. Thanks
4255         to dmacks@netspace.org for notification.
4256
4257 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4258
4259         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4260         
4261         Drop dbus include, fixes compilation with older dbus.
4262
4263 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4264
4265         * configure.ac:
4266         * cut-n-paste/Makefile.am:
4267         * cut-n-paste/totem-screensaver/.cvsignore
4268         * cut-n-paste/totem-screensaver/Makefile.am:
4269         * cut-n-paste/totem-screensaver/README:
4270         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4271         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4272         * shell/Makefile.am:
4273         * shell/ev-window.c: (ev_window_run_presentation),
4274         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4275         (ev_window_init):
4276
4277         Implemented screensaver enabling/disabling for
4278         presentation mode (not fullscreen mode). Code stolen
4279         from Totem (with some minor tweaks). Fixes bug #338889.
4280
4281 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4282
4283         * configure.ac:
4284
4285         Bump gnome-icon-theme requirements. We use the rotation
4286         icons that appeared recently.
4287
4288 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4289
4290         * shell/ev-history.c: (ev_history_add_page):
4291         * shell/ev-history.h:
4292         * shell/ev-window.c: (page_changed_cb):
4293         
4294         Use page labels instead of numbers.
4295
4296 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * data/evince-toolbar.xml:
4299         * po/POTFILES.in:
4300         * shell/Makefile.am:
4301         * shell/ev-navigation-action-widget.c:
4302         (ev_navigation_action_widget_init),
4303         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4304         (menu_detacher), (ev_navigation_action_widget_set_menu),
4305         (menu_position_func), (popup_menu_under_arrow),
4306         (ev_navigation_action_widget_toggled),
4307         (ev_navigation_action_widget_button_press_event):
4308         * shell/ev-navigation-action-widget.h:
4309         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4310         (ev_navigation_action_set_window), (activate_menu_item_cb),
4311         (new_history_menu_item), (new_empty_history_menu_item),
4312         (build_menu), (menu_activated_cb), (connect_proxy),
4313         (create_tool_item), (ev_navigation_action_init),
4314         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4315         * shell/ev-navigation-action.h:
4316         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4317         (ev_page_action_widget_set_page_cache),
4318         (ev_page_action_widget_finalize),
4319         (ev_page_action_widget_class_init), (match_selected_cb),
4320         (display_completion_text), (match_completion), (build_new_tree_cb),
4321         (get_filter_model_from_model),
4322         (ev_page_action_widget_update_model):
4323         * shell/ev-page-action-widget.h:
4324         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4325         (connect_proxy):
4326         * shell/ev-page-action.h:
4327         * shell/ev-stock-icons.c:
4328         * shell/ev-stock-icons.h:
4329         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4330         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4331         (register_custom_actions):
4332         * shell/main.c:
4333         
4334         Preliminary history implementation
4335
4336 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4337
4338         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4339         (dvi_document_class_init), (dvi_document_init_params):
4340         * dvi/mdvi-lib/font.c: (font_reference):
4341         
4342         Add reference to subfont. Fixes bug #374277.
4343
4344 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4345
4346         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4347         (ev_window_cmd_file_open_copy_at_dest):
4348
4349         Fix a race condition when creating symlink. Increase the counter
4350         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4351         Mathias Hasselmann).
4352
4353 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4354
4355         * backend/Makefile.am:
4356         * backend/ev-attachment.c: (ev_attachment_open):
4357         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4358         (ev_tmp_dir), (ev_tmp_filename):
4359         * shell/ev-sidebar-attachments.c:
4360         (ev_sidebar_attachments_drag_data_get):
4361         * shell/ev-window.c: (ev_window_clear_temp_file):
4362
4363         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4364         in ensure_dir_exists. Abort without crashing when we can't create
4365         user's directory.
4366
4367 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4368
4369         * data/evince-ui.xml:
4370         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4371         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4372         (ev_window_cmd_file_open_copy_at_dest),
4373         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4374         (ev_view_popup_cmd_open_link_new_window):
4375
4376         Allow opening a copy of the current document in a new window. Fixes bug
4377         #357472
4378
4379 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4380
4381         * data/evince-toolbar.xml:
4382         
4383         Add rotate right and rotate left to available items for toolbar.
4384         
4385         * data/evince-ui.xml:
4386         * shell/ev-window.c: (ev_window_init):
4387         
4388         Customize toolbar with right click. Fixes bug #372451.
4389
4390 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4391
4392         * shell/ev-window.c: 
4393         
4394         Use "object-rotate-{left,right}" stock icons. Fixes 
4395         bug #373863.
4396
4397 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4400         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4401         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4402         (ev_window_open_uri):
4403         * shell/main.c: (arguments_parse):
4404
4405         Remove temp file created when evince is used by GTK+ in
4406         preview mode. Fixes bug #365282. 
4407
4408 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4409
4410         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4411         
4412         Fixes bug #372474 - Side pane disabled when entering 
4413         and leaving fullscreen mode.
4414
4415 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4418         * data/Makefile.am:
4419         * data/evince-preview-toolbar.xml:
4420         * data/evince-toolbar.xml:
4421         * shell/ev-application.c: (ev_application_shutdown),
4422         (ev_application_init), (ev_application_get_toolbars_model):
4423         * shell/ev-application.h:
4424         * shell/ev-window.c: (update_chrome_visibility),
4425         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4426         (ev_window_cmd_edit_toolbar), (ev_window_init):
4427         
4428         Fixes bug #364364 - toolbar editor shows zoom actions again.
4429
4430 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4431
4432         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4433
4434         Do not take margins into consideration for paper size when printing.
4435         Really fixes bug #350491.
4436
4437 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4438
4439         * data/evince-ui.xml:
4440         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4441         (ev_window_cmd_file_print_setup),
4442         (ev_window_print_dialog_response_cb),
4443         (ev_window_setup_action_sensitivity):
4444
4445         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4446
4447 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4448
4449         * shell/ev-window.c: (ev_window_print_range):
4450
4451         Revert my previuos commit, since printing to PDF is not supported by
4452         evince yet. 
4453
4454 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * shell/ev-window.c: (ev_window_print_range):
4457
4458         Enable print to a PDF. Fixes bug #332121.
4459
4460 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4461
4462         * shell/ev-application-service.xml:
4463         * shell/ev-application.[ch]: (ev_application_open_window),
4464         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4465         (ev_application_open_uri), (ev_application_open_uri_list):
4466         * shell/ev-window.c: (file_open_dialog_response_cb),
4467         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4468         (drag_data_received_cb), (open_remote_link):
4469         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4470
4471         Add support for multiscreen systems. Fixes bug #316206.
4472
4473 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4474
4475         * shell/ev-jobs.[ch]: (ev_job_print_new),
4476         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4477         (ev_job_print_do_page):
4478         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4479
4480         Allow printing only odd/even pages. Fixes bug #367289.
4481
4482 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4483
4484         * test/test1.py:
4485         * test/test2.py:
4486
4487         Re-add locale settings to test files.
4488
4489 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4490
4491         * data/evince-ui.xml:
4492         * shell/ev-window.c: (set_action_properties):
4493         
4494         Removed garbage from code and ui.
4495
4496 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4497
4498         * shell/ev-window.c: (ev_window_cmd_help_about):
4499
4500         Shamelessly add my name to the list of contributors.
4501
4502 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4503
4504         * test/test1.py:
4505         * test/test2.py:
4506
4507         Cleaned up the dogtail scripts.
4508
4509 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4510
4511         * shell/ev-view.c: (draw_loading_text): Don't render
4512         "loading..." text in presentation mode. Temporary
4513         workaround for bug #320352.
4514
4515 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4518         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4519
4520         Use print settings scale, copies, collate and reverse which were
4521         ignored. Fixes bug #359032.
4522
4523 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4524
4525         * configure.ac:
4526         * data/evince-password.glade:
4527         * test/Makefile.am:
4528         * test/test-encrypt.pdf:
4529         * test/test-links.pdf:
4530         * test/test1.py:
4531         * test/test2.py:
4532
4533         Add automated UI tests for evince with dogtail. See
4534         bug #300948.    
4535
4536 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4537
4538         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4539
4540         Hide fullscreen toolbar when switching to another desktop workspace.
4541         Fixes bug #338871
4542
4543 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4544
4545         * shell/ev-window-title.c: 
4546         
4547         Test for .dvi in title of pdf documents.
4548
4549 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4550
4551         * shell/ev-view.c: (ev_view_scroll):
4552
4553         Page Up/Down should do page jumps in "Best fit" mode.
4554         If a user has explicitly chosen to view exactly one page
4555         at a time, scrolling just a part of the page when
4556         pressing Page Up/Down is not right. Fixes bug #323107.
4557
4558 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4559
4560         * NEWS:
4561         * configure.ac:
4562         
4563         Update for 0.6.1
4564
4565 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4566
4567         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4568         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4569         
4570         Correctly disconnect from job signals on destroy.
4571
4572 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4573
4574         * shell/ev-view-private.h:
4575         * shell/ev-view.c: (view_set_adjustment_values),
4576         (view_update_range_and_current_page),
4577         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4578         
4579         Fixes bug #343199, current page now follows find page.
4580
4581 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4582
4583         * backend/ev-document-factory.c:
4584         * configure.ac:
4585         Assigned OpenDocument presenation MIME type to the
4586         Impress backend. Added some missing (but harmless)
4587         #ifdefs in the document factory as well to make things
4588         consistent again. Fixes bug #360658.
4589
4590 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4591
4592         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4593         * backend/ev-document-find.c: (ev_document_find_get_type):
4594         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4595         * backend/ev-document-links.c: (ev_document_links_get_type):
4596         * backend/ev-document-security.c: (ev_document_security_get_type):
4597         * backend/ev-document-thumbnails.c:
4598         (ev_document_thumbnails_get_type):
4599         * backend/ev-document.c: (ev_document_get_type):
4600         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4601         * backend/ev-selection.c: (ev_selection_get_type):
4602         * cut-n-paste/recent-files/egg-recent-model.c:
4603         (egg_recent_model_get_type):
4604         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4605         (egg_recent_view_uimanager_get_type):
4606         * cut-n-paste/recent-files/egg-recent-view.c:
4607         (egg_recent_view_get_type):
4608         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4609         (egg_editable_toolbar_get_type):
4610         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4611         (egg_toolbar_editor_get_type):
4612         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4613         (egg_toolbars_model_get_type):
4614         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4615         (egg_tree_multi_drag_source_get_type):
4616         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4617         (ephy_zoom_action_get_type):
4618         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4619         (ephy_zoom_control_get_type):
4620         * impress/r_back.c: (_imp_fill_back):
4621         * properties/ev-properties-main.c:
4622         (ev_properties_plugin_register_type):
4623         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4624         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4625         (ev_view_accessible_factory_get_type):
4626
4627         Reduce relocations. Bug #360616.
4628
4629 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4630
4631         * backend/ev-document-factory.c:
4632         (ev_document_factory_get_document):
4633         
4634         Load document even if extension is wrong.
4635
4636 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * shell/ev-metadata-manager.c: (save_values):
4639         * shell/ev-window.c: (setup_size_from_metadata),
4640         (setup_view_from_metadata), (ev_window_setup_document),
4641         (ev_window_xfer_job_cb), (window_configure_event_cb):
4642         
4643         Set size according to the document size/page size ratio.
4644         That should correct rather wierd behaviour of the previous
4645         commit.
4646
4647 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4648
4649         * shell/ev-window.c: (setup_view_from_metadata):
4650         
4651         Set size for new windows from previous window size.
4652         See bugs #354968 and #168450 for details. Thanks
4653         to Meik Hellmund.
4654
4655 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * djvu/djvu-links.c: (build_tree):
4658
4659         Fix memory leak.
4660
4661 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4662
4663         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4664         
4665         Don't make sidebar close button insensitive. Fixes
4666         bug #357871.
4667
4668 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4669
4670         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4671         (ev_window_set_view_accels_sensitivity):
4672         
4673         Don't enable Slash on documents which don't support
4674         find. Fixes bug #358648.
4675
4676 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4677
4678         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4679         open dialog fall back to the current document uri if the
4680         filechooser hasn't been used before. Fixes bug #356980.
4681
4682 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4683
4684         * shell/ev-window.c: (ev_window_setup_recent), 
4685         (ev_window_get_recent_file_label):
4686
4687         Escape underscores in filenames of recent file items.
4688
4689 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4690
4691         * configure.ac:
4692         
4693         Bumped poppler requirements, really 0.5.3 is very 
4694         buggy, now we require 0.5.4.
4695
4696 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4697
4698         * djvu/Makefile.am:
4699         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4700         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4701         (djvu_document_document_links_iface_init):
4702         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4703         (number_from_string_10), (get_djvu_link_dest),
4704         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4705         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4706         (djvu_links_get_links), (djvu_links_find_link_dest),
4707         (djvu_links_get_links_model):
4708         * djvu/djvu-links.h:
4709         
4710         Add support for links and bookmarks in djvu documents. Thanks
4711         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4712         patch.
4713
4714 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4715
4716         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4717         
4718         Reopen should reload document. Fixes 
4719         bug 327951.
4720
4721 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4722
4723         * configure.ac:
4724         * data/Makefile.am:
4725         * data/evince-16.png:
4726         * data/evince-22.png:
4727         * data/evince.png:
4728         * data/evince.svg:
4729         * data/icons/16x16/Makefile.am:
4730         * data/icons/16x16/evince.png:
4731         * data/icons/22x22/Makefile.am:
4732         * data/icons/22x22/evince.png:
4733         * data/icons/48x48/Makefile.am:
4734         * data/icons/48x48/evince.png:
4735         * data/icons/Makefile.am:
4736         * data/icons/scalable/Makefile.am:
4737         * data/icons/scalable/evince.svg:
4738         
4739         Install icons with correct names. Fixes
4740         bug #354429.
4741
4742 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4743
4744         * shell/ev-view.c: (ev_view_button_release_event):
4745
4746         Don't open links with middle mouse button. Fixes bug #353649
4747
4748 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4749
4750         * NEWS:
4751         * configure.ac:
4752         
4753         Update for release 0.6.0
4754
4755 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4758         Implement Close named action. Patch by Carlos Garcia Campos.
4759
4760 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4761
4762         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4763         
4764         Don't clear link mapping on copy_job_to_job_info. Fixes
4765         bug 346168.
4766
4767 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * shell/main.c: (main):
4770
4771         Revert my previous commit, gnome_program_init owns the option context.
4772         Fix another memory leak in main. Both caught by Christian Persch. 
4773
4774 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4775
4776         * shell/main.c: (main):
4777
4778         Fix memory leak.
4779
4780 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4781
4782         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4783
4784         Fix crash when opening a pdf with password protection. 
4785
4786 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4787
4788         * pdf/ev-poppler.cc: (pdf_document_search_free):
4789
4790         Fix memory leak. 
4791
4792 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4793
4794         * backend/ev-document-factory.c:
4795         (ev_document_factory_get_document):
4796         * tiff/tiff-document.c: (tiff_document_finalize):
4797         
4798         More correct handling of document loading. Fixes
4799         bug #349043.
4800
4801 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4802
4803         * backend/ev-attachment.c: (ev_attachment_save):
4804
4805         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4806         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4807
4808 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4809         
4810         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4811         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4812
4813 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4814
4815         * shell/ev-sidebar-thumbnails.c:
4816
4817         Do not render thumbnails unless thumbnails page is active in the
4818         sidebar.
4819
4820 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4821
4822         * shell/ev-properties-dialog.c:
4823
4824         Fix dialogue spacing. Bug #351370.
4825
4826 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4827
4828         * configure.ac:
4829
4830         Use lowercase gettext catalog file names (evince.mo
4831         instead of Evince.mo)
4832
4833 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4834
4835         * shell/ev-sidebar-attachments.c:
4836
4837         GtkIconTheme is now screen safe too. Fixes bug #350878
4838
4839 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4840
4841         * shell/ev-window.c:
4842
4843         GtkRecent manager is now screen safe. Fixes bug #350145
4844
4845 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4846
4847         * shell/ev-sidebar.c: (ev_sidebar_init):
4848         
4849         Make sidebar close icon smaller. Fix for bug 350177.
4850         See also bugs 350176 and 165770.
4851
4852 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4853
4854         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4855
4856         Ignore zoom for xyz destinations when it's <= 1, keeping user
4857         preferences instead. Set correct sizing-mode for fith and fitv
4858         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4859
4860 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4861
4862         * NEWS:
4863         * configure.ac:
4864         
4865         Update for release 0.5.5
4866
4867 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4868         
4869         * shell/ev-window.c: (ev_window_cmd_escape)
4870
4871         Escape unfocus page entry. Fixes bug #345809.
4872
4873 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4874
4875         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4876         (build_tree), (pdf_document_links_get_links),
4877         (pdf_document_links_find_link_dest):
4878         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4879         (goto_xyz_dest):
4880
4881         Convert from PDF style coordinates to X style coordinates in the
4882         backend rather than in the view. Fixes bug #338440
4883
4884 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4885
4886         * shell/ev-window.c:
4887         
4888         Remove Ctrl+Shift+T shortcut for toolbars. See
4889         the bug #350098.
4890
4891 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4892
4893         * configure.ac:
4894
4895         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4896         of this. 
4897
4898 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4899
4900         * configure.ac:
4901         * cut-n-paste/Makefile.am:
4902         * data/evince-ui.xml:
4903         * shell/Makefile.am:
4904         * shell/ev-application.[ch]:
4905         * shell/ev-window.c:
4906
4907         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4908         #349273
4909
4910 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4911
4912         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4913         findbar code: s/help/search/
4914
4915 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4916
4917         * shell/ev-window.c: (setup_document_from_metadata),
4918         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4919         (setup_view_from_metadata):
4920         
4921         Fix memory leaks.
4922
4923 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4924
4925         * autogen.sh, configure.ac: 
4926         
4927         Update automake usage. See bug 349292.
4928
4929 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4930
4931         * shell/eggfindbar.c: (egg_find_bar_class_init),
4932         (entry_activate_callback), (egg_find_bar_init),
4933         (egg_find_bar_set_status_text):
4934         * shell/eggfindbar.h:
4935         
4936         Unify Evince findbar with Epiphany. Nice patch
4937         from Fabricio Silva <silva@crans.org> and
4938         Frederic Peters <fpeters@entrouvert.com>. See
4939         bug #339966 for details.
4940
4941 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4942
4943         * data/evince.desktop.in.in:
4944         
4945         Correct information for bugzilla. Thanks to
4946         Olaf Vitters, see bug #348855.
4947
4948 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4949
4950         * shell/ev-jobs.[ch]:
4951         * shell/ev-sidebar-links.c:
4952         * shell/ev-window.[ch]:
4953
4954         GtkPrintJob doesn't support print ranges or current page, so we export
4955         to a ps file now when printing ranges or current page.
4956
4957 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4958
4959         * pdf/ev-poppler.cc:
4960         * shell/ev-window.c: (do_action_named):
4961
4962         We should be more clear about bugzilla. See the
4963         poppler bug #7623.
4964
4965 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4966
4967         * configure.ac:
4968         * shell/Makefile.am:
4969         * shell/ev-job-queue.c:
4970         * shell/ev-jobs.[ch]:
4971         * shell/ev-sidebar-links.c:
4972         * shell/ev-window.[ch]:
4973         
4974         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4975         #348422
4976
4977 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4978
4979         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4980         * shell/ev-application-service.xml:
4981         * shell/ev-application.[ch]:
4982         * shell/ev-jobs.[ch]:
4983         * shell/ev-window.[ch]: (ev_window_run_preview):
4984         * shell/main.c: 
4985
4986         Add preview mode to use evince as a printing previewer. It also adds
4987         other command line options for fullscreen and presentation modes.
4988         Fixes bugs #347822, #317031
4989
4990 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4991
4992         * NEWS:
4993         * configure.ac:
4994         
4995         Update for release 0.5.4
4996
4997 2006-07-11  Bastien Nocera <hadess@hadess.net>
4998
4999         * Makefile.am:
5000         * backend/Makefile.am:
5001         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5002         * backend/ev-document-factory.h:
5003         * configure.ac:
5004         * impress/.cvsignore:
5005         * impress/Makefile.am:
5006         * impress/common.h:
5007         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5008         (imp_get_page), (imp_next_page), (imp_prev_page),
5009         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5010         * impress/f_oasis.c: (render_object), (render_page),
5011         (get_geometry), (_imp_oasis_load):
5012         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5013         (_imp_oo13_load):
5014         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5015         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5016         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5017         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5018         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5019         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5020         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5021         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5022         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5023         (iks_new_within), (iks_insert), (iks_insert_cdata),
5024         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5025         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5026         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5027         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5028         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5029         (iks_cdata), (iks_cdata_size), (iks_has_children),
5030         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5031         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5032         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5033         (iks_tree), (iks_load), (iks_save):
5034         * impress/iksemel.h:
5035         * impress/imposter.h:
5036         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5037         (imp_render_draw_bezier_real), (imp_render_get_size),
5038         (imp_render_set_fg_color), (imp_render_draw_line),
5039         (imp_render_draw_rect), (imp_render_draw_polygon),
5040         (imp_render_draw_arc), (imp_render_draw_bezier),
5041         (imp_render_open_image), (imp_render_get_image_size),
5042         (imp_render_scale_image), (imp_render_draw_image),
5043         (imp_render_close_image), (imp_render_markup),
5044         (imp_render_get_text_size), (imp_render_draw_text),
5045         (impress_document_load), (impress_document_save),
5046         (impress_document_get_n_pages), (impress_document_get_page_size),
5047         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5048         (impress_document_finalize), (impress_document_class_init),
5049         (impress_document_can_get_text), (impress_document_get_info),
5050         (impress_document_document_iface_init),
5051         (impress_document_thumbnails_get_thumbnail),
5052         (impress_document_thumbnails_get_dimensions),
5053         (impress_document_document_thumbnails_iface_init),
5054         (impress_document_init):
5055         * impress/impress-document.h:
5056         * impress/internal.h:
5057         * impress/r_back.c: (_imp_fill_back):
5058         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5059         (_imp_draw_image), (_imp_tile_image):
5060         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5061         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5062         (r_polyline):
5063         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5064         (r_draw_gradient_complex), (r_draw_gradient):
5065         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5066         (r_get_bullet):
5067         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5068         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5069         (r_text):
5070         * impress/render.c: (imp_create_context), (imp_context_set_page),
5071         (imp_context_set_step), (imp_render), (imp_delete_context):
5072         * impress/render.h:
5073         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5074         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5075         (zip_load_xml), (zip_get_size), (zip_load):
5076         * impress/zip.h:
5077         * shell/ev-utils.c:
5078         
5079         New backend to support impress slides. Fixes bug #30867.
5080
5081 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5082
5083         * shell/ev-utils.c: (using_postscript_printer):
5084         
5085         Fixes crash when print using PAPI backend,
5086         bug #345012.
5087
5088 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5089
5090         * shell/ev-jobs.c: (ev_job_xfer_run):
5091         * shell/ev-window.c: (password_dialog_response),
5092         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5093         (ev_window_dispose):
5094         Fixes bug #344160: if the xfer job doesn't complete
5095         because a password is required, reload the existing
5096         instance instead of creating a new one.
5097
5098 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5099
5100         * shell/main.c: (main): Call gdk_threads_init. Thus
5101         we'll avoid errors in auth dialog. Fix for the bug
5102         #343347.
5103
5104 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5105
5106         * configure.ac: Advertise pixbuf support, fix
5107         for the bug 343317.
5108
5109 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5110
5111         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5112         (ev_sidebar_thumbnails_set_document):
5113         
5114         Update sidebar thumbnails after reloading.
5115
5116 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5117
5118         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5119         * shell/ev-jobs.h:
5120         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5121         (ev_window_cmd_view_reload), (ev_window_init):
5122         
5123         Don't crash on reload. Fix for the bug #343167.
5124
5125 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * shell/ev-jobs.c: (ev_job_render_run):
5128         
5129         Check for document links.
5130
5131 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5132
5133         * backend/ev-attachment.c: (ev_attachment_save),
5134         (ev_attachment_launch_app), (ev_attachment_open):
5135         * backend/ev-document-factory.c: (get_document_from_uri):
5136         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5137         (egg_recent_view_uimanager_set_list):
5138         * ps/ps-document.c: (check_filecompressed), (document_load),
5139         (ps_document_load):
5140         * shell/ev-metadata-manager.c: (load_values):
5141         * shell/ev-password.c: (ev_password_dialog_set_property):
5142         * shell/ev-view.c: (tip_from_link):
5143         * shell/ev-window.c: (file_save_dialog_response_cb),
5144         (ev_window_print_dialog_response_cb):
5145         
5146         Use consistent quoting style. Fix for the bug #320285.
5147
5148 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5149
5150         * shell/ev-jobs.c: (ev_job_xfer_run):
5151         * shell/main.c: (load_files):
5152                 
5153         Open links with anchors. Fix for the bug #339836.
5154
5155 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5156
5157         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5158         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5159         (ev_link_dest_set_property), (ev_link_dest_finalize),
5160         (ev_link_dest_class_init), (ev_link_dest_new_named),
5161         (ev_link_dest_new_page_label):
5162         * backend/ev-link-dest.h:
5163         * shell/ev-application.c: (ev_application_open_uri):
5164         * shell/ev-view.c: (goto_dest):
5165         * shell/ev-window.c:
5166         * shell/ev-window.h:
5167         
5168         Fix page-label command line option. Bug #342070.
5169
5170 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5171
5172         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5173         
5174         Don't show highlight rects if page can't be showed. Fix for 
5175         the bug #342076
5176
5177 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5178
5179         * shell/ev-window.c: (setup_sidebar_from_metadata),
5180         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5181         
5182         Setup sidebar from metadata even if there is no document
5183         loaded. Fix for the bug #342807.
5184
5185 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5186
5187         * cut-n-paste/toolbar-editor/Makefile.am:
5188         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5189         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5190         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5191         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5192         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5193         (popup_context_menu_cb), (button_press_event_cb),
5194         (configure_item_sensitivity), (configure_item_cursor),
5195         (configure_item_tooltip), (connect_widget_signals),
5196         (action_sensitive_cb), (create_item_from_action),
5197         (create_item_from_position), (toolbar_drag_data_received_cb),
5198         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5199         (toolbar_drag_leave_cb), (configure_drag_dest),
5200         (toggled_visibility_cb), (toolbar_visibility_refresh),
5201         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5202         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5203         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5204         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5205         (egg_editable_toolbar_dispose),
5206         (egg_editable_toolbar_set_ui_manager),
5207         (egg_editable_toolbar_get_selected),
5208         (egg_editable_toolbar_set_selected), (set_edit_mode),
5209         (egg_editable_toolbar_set_property),
5210         (egg_editable_toolbar_get_property),
5211         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5212         (egg_editable_toolbar_new_with_model),
5213         (egg_editable_toolbar_get_edit_mode),
5214         (egg_editable_toolbar_set_edit_mode),
5215         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5216         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5217         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5218         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5219         (item_added_or_removed_cb), (toolbar_removed_cb),
5220         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5221         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5222         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5223         (editor_create_item_from_name), (append_table),
5224         (update_editor_sheet), (egg_toolbar_editor_init):
5225         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5226         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5227         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5228         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5229         (toolbar_node_free), (egg_toolbars_model_get_flags),
5230         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5231         (egg_toolbars_model_get_name), (impl_add_item),
5232         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5233         (parse_data_list), (parse_item_list), (parse_toolbars),
5234         (egg_toolbars_model_load_toolbars), (parse_available_list),
5235         (parse_names), (egg_toolbars_model_load_names),
5236         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5237         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5238         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5239         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5240         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5241         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5242         (egg_toolbars_model_set_types), (fill_avail_array),
5243         (egg_toolbars_model_get_name_avail),
5244         (egg_toolbars_model_get_name_flags),
5245         (egg_toolbars_model_set_name_flags):
5246         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5247         * cut-n-paste/toolbar-editor/eggintl.h:
5248         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5249         (egg_tree_multi_drag_source_get_type),
5250         (egg_tree_multi_drag_source_row_draggable),
5251         (egg_tree_multi_drag_source_drag_data_delete),
5252         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5253         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5254         (path_list_free), (set_context_data), (get_context_data),
5255         (get_info), (egg_tree_multi_drag_drag_data_get),
5256         (egg_tree_multi_drag_motion_event),
5257         (egg_tree_multi_drag_button_press_event),
5258         (egg_tree_multi_drag_add_drag_support):
5259         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5260         * shell/ev-application.c: (ev_application_init),
5261         (ev_application_save_toolbars_model):
5262         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5263         (ev_window_cmd_edit_toolbar), (ev_window_init):
5264         
5265         Sync toolbareditor with epiphany and libegg
5266
5267 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5268
5269         * configure.ac: 
5270
5271         Depend on poppler 0.5.2
5272
5273 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5274
5275         * shell/ev-jobs.c: (ev_job_render_run):
5276         
5277         Check if document supports links iterface.
5278
5279 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5280
5281         * NEWS:
5282         * configure.ac:
5283         
5284         Update for release 0.5.3
5285
5286 2006-05-13  Michael Plump  <plumpy@skylab.org>
5287
5288         * configure.ac:
5289         * shell/Makefile.am:
5290         * shell/main.c: (main):
5291         
5292         Port to GOption command line parsing. Fix for the 
5293         bug #327518
5294
5295 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5296
5297         * shell/ev-window.c: (ev_window_cmd_help_about):
5298         
5299         Do not wrap license. Fix for the bug #309460.
5300
5301 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5302
5303         * configure.ac:
5304         * properties/ev-properties-main.c: (ev_properties_get_pages):
5305         * shell/ev-application.c: (ev_application_open_window),
5306         (ev_application_open_uri_at_dest):
5307         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5308         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5309         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5310         * shell/ev-utils.c: (save_print_config_to_file):
5311         * shell/ev-window.c: (ev_window_cmd_save_as),
5312         (ev_attachment_popup_cmd_save_attachment_as):
5313         * shell/main.c: (load_files_remote):
5314         
5315         Bump requirements to gtk 2.8 and drop all ifdefs used.
5316
5317 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5318
5319         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5320         * shell/ev-window.c: (ev_window_init):
5321         
5322         Show attachments page.
5323
5324 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5325
5326         * po/POTFILES.in:
5327         * shell/ev-attachment-bar.c:
5328         * shell/ev-attachment-bar.h:
5329         * shell/ev-sidebar-attachments.c:
5330         (ev_sidebar_attachments_icon_cache_add),
5331         (icon_theme_get_pixbuf_from_mime_type),
5332         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5333         (ev_sidebar_attachments_icon_cache_refresh),
5334         (ev_sidebar_attachments_get_attachment_at_pos),
5335         (ev_sidebar_attachments_popup_menu_show),
5336         (ev_sidebar_attachments_popup_menu),
5337         (ev_sidebar_attachments_button_press),
5338         (ev_sidebar_attachments_update_icons),
5339         (ev_sidebar_attachments_drag_data_get),
5340         (ev_sidebar_attachments_get_property),
5341         (ev_sidebar_attachments_destroy),
5342         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5343         (ev_sidebar_attachments_new),
5344         (ev_sidebar_attachments_set_document),
5345         (ev_sidebar_attachments_support_document),
5346         (ev_sidebar_attachments_get_label),
5347         (ev_sidebar_attachments_page_iface_init):
5348         * shell/ev-sidebar-attachments.h:
5349         * shell/ev-window.c: (update_chrome_visibility),
5350         (setup_sidebar_from_metadata), (ev_window_setup_document),
5351         (ev_window_sidebar_current_page_changed_cb),
5352         (attachment_bar_menu_popup_cb), (ev_window_init):
5353         
5354         Move attachments bar to sidebar.
5355
5356 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5357
5358         * pdf/ev-poppler.cc:
5359         * shell/ev-application.[ch]:
5360         * shell/main.c:
5361
5362         Fix some memory leaks.
5363
5364 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5365
5366         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5367
5368         Change the properties dialog response to
5369         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5370         will make the dialog go away when the user presses
5371         enter. With gtk+ >= 2.9 this will happen anyway, but for
5372         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5373         escape by default. Fixes bug #340539. See also bug
5374         #101293 for the gtk+ part.
5375
5376 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5377
5378         * shell/ev-view.c (tip_from_action_named): Replace some strings
5379         that were wrong. Closes #340970.
5380
5381 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5382
5383         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5384
5385         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5386         #341049
5387
5388 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5389
5390         * djvu/Makefile.am:
5391         * dvi/Makefile.am:
5392         * dvi/mdvi-lib/Makefile.am:
5393         * properties/Makefile.am:
5394         * ps/Makefile.am:
5395         * shell/Makefile.am:
5396         * thumbnailer/Makefile.am:
5397         
5398         Due to broken libtool that is unable to track dependencies
5399         of noinst libraries we are forced to explicitely point
5400         libraries for binary. Fix for the bug #333334.
5401
5402 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5403
5404         * data/evince.desktop.in.in:
5405         * shell/ev-view.c: (view_update_range_and_current_page),
5406         (ev_view_next_page), (ev_view_previous_page):
5407         * shell/ev-window.c: (update_chrome_visibility),
5408         (setup_sidebar_from_metadata), (ev_window_setup_document),
5409         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5410         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5411         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5412         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5413         (ev_window_stop_presentation), (ev_window_focus_in_event),
5414         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5415         (ev_window_init):
5416         * thumbnailer/Makefile.am:
5417         
5418         Update fullscreen and presentation timeout handling. Hide
5419         cursor in presentation after timeout. Fix for the bugs
5420         #136359 and #336981.
5421
5422 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5423
5424         * backend/ev-link-action.[ch]:
5425         * pdf/ev-poppler.cc: (ev_link_from_action):
5426         * shell/ev-view-private.h:
5427         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5428         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5429
5430         Add support for Named Action links
5431
5432 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5433
5434         * backend/Makefile.am:
5435         * backend/ev-document-links.[ch]:
5436         * backend/ev-document.[ch]:
5437         * backend/ev-link-action.[ch]:
5438         * backend/ev-link-dest.[ch]:
5439         * backend/ev-link.[ch]:
5440         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5441         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5442         * shell/ev-page-action.c: (build_new_tree_cb):
5443         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5444         (links_page_num_func), (update_page_callback):
5445         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5446         (tip_from_link):
5447         * shell/ev-jobs.c:
5448         * shell/ev-window.[ch]: (ev_window_open_uri),
5449         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5450         * shell/ev-application.[ch]: (ev_application_open_window),
5451         (ev_application_open_uri):
5452
5453         Rework links system, it adds support for remote links now and it makes
5454         easier to add new kinds of actions and destinations. Fixes bug #317292
5455
5456 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5457
5458         * data/Makefile.am:
5459         * data/evince.png:
5460         * data/evince-16.png:
5461         * data/evince-22.png:
5462         * data/evince.svg:
5463         * shell/main.c: (main):
5464         
5465         Evince use it's own icon. Fix for the bug #313392.
5466
5467         * shell/ev-window.c: (fullscreen_timeout_cb),
5468         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5469         (ev_window_cmd_help_about), (ev_window_dispose):
5470         
5471         Simplify fullscreen timeout code.
5472
5473 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5474
5475         * backend/ev-attachment.c: 
5476         * shell/ev-attachment-bar.c:
5477         * shell/ev-window.c:
5478
5479         Allow multiple selection of attachments
5480
5481 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5482
5483         * shell/ev-view.c: (view_update_range_and_current_page),
5484         (ev_view_scroll):
5485         
5486         Fix for the bug #312573 – Optimal selection of current 
5487         page among visible pages.
5488
5489 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5490
5491         * configure.ac:
5492         * djvu/Makefile.am:
5493         * djvu/djvu-text.h:
5494         
5495         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5496         for the bug 339868.
5497
5498 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5499
5500         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5501
5502 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5503
5504         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5505         dictated by the GNOME HIG. Fixes bug #339235.
5506
5507 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5508
5509         * data/evince-ui.xml:
5510         * shell/ev-view.c: (ev_view_can_find_previous):
5511         * shell/ev-view.h:
5512         * shell/ev-window.c: (ev_window_update_actions),
5513         (ev_window_cmd_edit_find_previous):
5514
5515         Add support for "Find Previous" as dictated by the GNOME HIG. A
5516         menu item is added and some glue code to make it all work is added
5517         to various files.
5518
5519 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5520
5521         * configure.ac: Award myself the "useless use of cat" award.
5522
5523 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5524
5525         * po/LINGUAS: New file listing all supported languages.
5526
5527         * configure.in: Use po/LINGUAS instead of including all languages
5528         directly in this file. See the wiki for more information:
5529         http://live.gnome.org/GnomeGoals/PoLinguas
5530
5531 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5532
5533         * backend/ev-document-factory.c:
5534
5535         Do not load the document twice when there isn't errors
5536
5537 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5538
5539         * backend/ev-attachment.c: 
5540
5541         Fix a crash when there isn't a default application to open an
5542         attachment
5543
5544 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5545
5546         * backend/ev-attachment.[ch]:
5547         * shell/ev-attachment-bar.[ch]:
5548
5549         Added missing files. 
5550
5551 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5552
5553         * backend/Makefile.am:
5554         * data/evince-ui.xml:
5555         * backend/ev-attachment.[ch]:
5556         * backend/ev-document.[ch]: (ev_document_has_attachments),
5557         (ev_document_get_attachments):
5558         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5559         (attachment_save_to_buffer), (pdf_document_get_attachments),
5560         (pdf_document_document_iface_init):
5561         * shell/Makefile.am:
5562         * shell/ev-attachment-bar.[ch]:
5563         * shell/ev-window.c:
5564
5565         Add support for PDF attachments. Fixes bug #325143
5566
5567 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5568
5569         * backend/ev-document-factory.c: (get_document_from_uri),
5570         (ev_document_factory_get_document):
5571         * backend/ev-document-factory.h:
5572         * properties/ev-properties-main.c: (ev_properties_get_pages):
5573         * shell/Makefile.am:
5574         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5575         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5576         (ev_job_queue_remove_job):
5577         * shell/ev-job-queue.h:
5578         * shell/ev-job-xfer.c:
5579         * shell/ev-job-xfer.h:
5580         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5581         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5582         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5583         (ev_job_xfer_run):
5584         * shell/ev-jobs.h:
5585         * shell/ev-window.c: (ev_window_is_empty),
5586         (password_dialog_response), (ev_window_clear_xfer_job),
5587         (ev_window_xfer_job_cb), (ev_window_open_uri),
5588         (ev_window_cmd_focus_page_selector),
5589         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5590         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5591         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5592         (ev_window_dispose):
5593         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5594         
5595         * Cleanup mime type detection on document load. Fix for the
5596         bug #336448.
5597
5598 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5599
5600         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5601         
5602         Fix crash on exit, described in the bug #336825.
5603
5604 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5605
5606         * backend/ev-document-factory.c:
5607         (ev_document_factory_get_from_mime),
5608         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5609         (ev_document_factory_get_document),
5610         (file_filter_add_mime_list_and_free),
5611         (ev_document_factory_add_filters):
5612         * backend/ev-document-factory.h:
5613         * properties/ev-properties-main.c: (ev_properties_get_pages):
5614         * shell/Makefile.am:
5615         * shell/ev-application.c:
5616         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5617         * shell/ev-window.c: (ev_window_cmd_file_open),
5618         (ev_window_cmd_save_as):
5619         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5620         
5621         Rework factory functions so they are placed now in a single 
5622         file ev-document-factory.c
5623
5624 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5625
5626         * shell/ev-window.c: (update_chrome_visibility):
5627         
5628         Fix for the bug 166566 - don't show menubar in fullscreen
5629         mode.
5630
5631 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5632
5633         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5634
5635 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5636
5637         * shell/ev-view.c: (ev_view_expose_event):
5638         
5639         More correctly draw loading text when document
5640         is empty.
5641
5642 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5643
5644         * shell/ev-view.c: (ev_view_scroll):
5645         
5646         Fix for the bug #334854, page down and page up switch
5647         pages in presentation mode.
5648
5649 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5650
5651         * shell/ev-window.c: (ev_window_set_action_sensitive),
5652         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5653         (ev_window_set_view_accels_sensitivity),
5654         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5655         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5656         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5657         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5658         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5659         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5660         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5661         (view_actions_focus_in_cb), (ev_window_init):
5662         
5663         Fix for the bug #333902, now it's possible to search
5664         words with slash.
5665
5666 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5667
5668         * configure.ac: Added Breton translation.
5669         * po/br.po: Added Breton translation.
5670
5671 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5672
5673         * shell/ev-window-title (ev_window_title_update):
5674
5675         Fix memory leak in window title. Fixes bug #333944
5676
5677 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5678
5679         * shell/ev-metadata-manager.c (parseItem):
5680
5681         Fix memory leaks. Fixes bug #333945
5682
5683 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5684         
5685         * NEWS, configure.ac, TODO:
5686         
5687         Update for release 0.5.2.
5688
5689 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5690
5691         * shell/ev-view.c: (view_update_range_and_current_page),
5692         (page_changed_cb):
5693         
5694         Don't jump on scrolling, fix for the bug #333127.
5695
5696 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5697
5698         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5699         
5700         Scroll by one page in presentation mode. Fix for the bug
5701         #332993.
5702
5703 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5704
5705         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5706
5707 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5708
5709         * configure.ac  Added lv in ALL_LINGUAS line.
5710
5711 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5712         
5713         * NEWS, configure.ac:
5714         
5715         Update for release 0.5.1
5716
5717 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5718
5719         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5720         * backend/ev-document-misc.h:
5721         * shell/ev-view.c: (draw_one_page):
5722         
5723          Clairfy what page the toolbar page number applies to. Fix
5724          for the bug #328102.
5725
5726 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5727
5728         * shell/ev-view-private.h:
5729         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5730         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5731         (ev_view_search_changed):
5732         * shell/ev-view.h:
5733         * shell/ev-window.c: (find_bar_search_changed_cb):
5734         
5735         Dont't jump to find result if window was scrolled during search.
5736         Fix for the bug #313266.
5737
5738 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5739
5740         * shell/eggfindbar.c: (egg_find_bar_class_init):
5741         * shell/eggfindbar.h:
5742         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5743         * shell/ev-view-private.h:
5744         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5745         (ev_view_class_init), (ev_sizing_mode_get_type),
5746         (ev_scroll_type_get_type):
5747         * shell/ev-view.h:
5748         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5749         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5750         (ev_window_init):
5751         
5752         Fix for the bug 319133 - Find entry should allow text scroll.
5753
5754 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5755
5756         * shell/ev-view-private.h:
5757         * shell/ev-view.c: (view_update_range_and_current_page),
5758         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5759         (ev_view_set_document), (update_find_status_message),
5760         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5761         (ev_view_find_previous):
5762         
5763         Fix for the bug #319137. Search now takes account for scrolling.
5764
5765 2006-02-19  Michael Hofmann <mh21@piware.de>
5766
5767         * configure.ac:
5768         * djvu/Makefile.am:
5769         * djvu/djvu-document-private.h:
5770         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5771         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5772         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5773         (djvu_document_can_get_text), (djvu_document_get_text),
5774         (djvu_document_document_iface_init),
5775         (djvu_document_thumbnails_get_thumbnail),
5776         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5777         (djvu_document_find_get_result),
5778         (djvu_document_find_page_has_results),
5779         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5780         (djvu_document_find_iface_init):
5781         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5782         (djvu_text_page_selection), (djvu_text_page_limits_process),
5783         (djvu_text_page_limits), (djvu_text_page_copy),
5784         (djvu_text_page_position), (djvu_text_page_union),
5785         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5786         (djvu_text_page_box), (djvu_text_page_append_text),
5787         (djvu_text_page_search), (djvu_text_page_prepare_search),
5788         (djvu_text_page_new), (djvu_text_page_free):
5789         * djvu/djvu-text-page.h:
5790         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5791         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5792         (djvu_text_n_results), (djvu_text_has_results),
5793         (djvu_text_get_result), (djvu_text_get_progress):
5794         * djvu/djvu-text.h:
5795         
5796         Text search in djvu. Fix for the bug #303415.
5797
5798 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5799
5800         * configure.ac:
5801         * shell/ev-window.c: (ev_window_cmd_save_as):
5802         
5803         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5804         Thanks to Gary Coady <gary@lyranthe.org>
5805
5806 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5807
5808         * shell/ev-print-job.c: (idle_print_handler):
5809         
5810         Inverse order printing, bug #320919.
5811
5812 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5813
5814         * data/evince-toolbar.xml:
5815         * shell/ev-window.c:
5816         
5817         Allow to add sidebar checkbutton on toolbar. Fix
5818         for the bug #144577.
5819
5820 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5821
5822         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5823         
5824         Add checks that have sense for empty ps document.
5825
5826 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5827
5828         * configure.ac: Include PS in mime types list. 
5829
5830 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5831
5832         * configure.ac:
5833         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5834         * ps/gsdefaults.h:
5835         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5836         
5837         Runtime check for gs interpreter. Fix for the bug #320868.
5838         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5839
5840 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5841
5842         * shell/ev-application.c: 
5843
5844         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5845         dbus>=0.60, so that the request is not queued. 
5846
5847 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5848
5849         * configure.ac:
5850         * shell/Makefile.am:
5851         * shell/ev-sidebar-links.c: (print_section_cb):
5852         * shell/ev-utils.c:
5853         * shell/ev-utils.h:
5854         * shell/ev-window.c: (update_action_sensitivity),
5855         (ev_window_close_dialogs), (ev_window_print):
5856         * shell/ev-window.h:
5857         
5858         Make printing support optional. Patch from Eduardo de Barros Lima
5859         <eduardo.lima@indt.org.br> for the bug #330546.
5860
5861 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * shell/ev-view-private.h:
5864         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5865         (ev_view_set_document):
5866         * shell/ev-view.h:
5867         * shell/ev-window.c: (ev_window_load_job_cb),
5868         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5869         (ev_window_init):
5870
5871         Draw Loading message during xfer job. Fix for the bug #329495.
5872
5873 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5874
5875         * comics/comics-document.c: (comics_regex_quote),
5876         (comics_document_load), (extract_argv):
5877         
5878         Correcly quote regexp before passing it to unzip.
5879
5880 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5881
5882         * shell/ev-page-cache.c: (build_height_to_page),
5883         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5884         (ev_page_cache_get_dual_even_left):
5885         * shell/ev-page-cache.h:
5886         * shell/ev-view.c: (view_update_range_and_current_page),
5887         (get_page_y_offset), (get_page_extents):
5888         
5889         Place even pages to the left if document has less then
5890         two pages. Fix for the bug #328856.
5891
5892 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5893
5894         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5895         
5896         Correct comics scheme. This make evince create thumbnails
5897         for comic books. Fix for the bug 329088.
5898
5899 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5900
5901         * data/evince-password.glade: Don't explicitly set
5902         invisible_char to the current default value in case
5903         the default changes; let GTK+ do its magic.
5904
5905 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5908         real filename to tmp filename since often document
5909         type is determined by extension.
5910
5911 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5912
5913         * shell/ev-view.c: (add_scroll_binding_keypad),
5914         (ev_view_binding_activated), (ev_view_class_init):
5915         
5916         Add keybindings for percision-scrolling of display area. 
5917         Fix for the bug #314072.
5918
5919 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5920
5921         * data/evince.desktop.in.in:
5922         
5923         Add GTK to the list of categories. Fix for the bug #328034.
5924
5925 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5926
5927         * shell/ev-application.c: (ev_application_shutdown),
5928         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5929         * shell/ev-application.h:
5930         * shell/ev-window.c: (file_open_dialog_response_cb),
5931         (ev_window_cmd_file_open):
5932         
5933         Save last uri in file chooser dialog. Fix for the bug #327950.
5934
5935 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5936
5937         * NEWS:
5938         * README:
5939         
5940         Final update for release 0.5.0
5941         
5942         * shell/Makefile.am:
5943         
5944         Remove disable deprecated until we'll require libgnome-2.13.7
5945         and port to GOption argument parsing. See bug 327518.
5946
5947 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5948
5949         * comics/comics-document.c: (comics_document_save):
5950         * djvu/djvu-document.c: (djvu_document_save):
5951         * dvi/dvi-document.c: (dvi_document_save):
5952         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5953         * lib/ev-file-helpers.h:
5954         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5955         * tiff/tiff-document.c: (tiff_document_save):
5956         
5957         Use common save function for backends.
5958
5959 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5960
5961         * backend/ev-document-types.c:
5962         
5963         Fix crash on saving pixbuf.
5964
5965 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5966
5967         * cut-n-paste/recent-files/egg-recent-item.c:
5968         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5969         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5970         (parse_info_free), (valid_element), (start_element_handler),
5971         (end_element_handler), (text_handler), (egg_recent_model_filter),
5972         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5973         (egg_recent_model_monitor), (egg_recent_model_read),
5974         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5975         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5976         (egg_recent_model_set_property), (egg_recent_model_class_init),
5977         (egg_recent_model_init), (egg_recent_model_add_full),
5978         (egg_recent_model_delete), (egg_recent_model_get_list),
5979         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5980         (egg_recent_model_set_filter_mime_types),
5981         (egg_recent_model_clear_group_filter),
5982         (egg_recent_model_set_filter_groups),
5983         (egg_recent_model_clear_scheme_filter),
5984         (egg_recent_model_set_filter_uri_schemes),
5985         (egg_recent_model_remove_expired):
5986         * cut-n-paste/recent-files/egg-recent-util.c:
5987         (egg_recent_util_get_icon):
5988         * cut-n-paste/recent-files/egg-recent-util.h:
5989         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5990         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5991         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5992         (egg_recent_view_uimanager_set_property),
5993         (egg_recent_view_uimanager_get_property),
5994         (egg_recent_view_uimanager_class_init),
5995         (egg_recent_view_uimanager_init),
5996         (egg_recent_view_uimanager_set_label_width),
5997         (egg_recent_view_uimanager_get_label_width):
5998         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5999         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6000         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6001         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6002         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6003         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6004         
6005         Update from libegg.
6006
6007 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6008
6009         * shell/ev-page-cache.c: (build_height_to_page),
6010         (ev_page_cache_get_height_to_page):
6011         * shell/ev-page-cache.h:
6012         * shell/ev-view.c: (view_update_range_and_current_page),
6013         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6014         (ev_view_previous_page):
6015         
6016         Dual mode places even pages to the left. Fix for the bug #309393.
6017
6018         * shell/ev-view.h:
6019         * shell/ev-window.c: (update_action_sensitivity),
6020         (setup_view_from_metadata), (view_menu_popup_cb):
6021         
6022         Don't restore presentation in empty windows, more intelligent
6023         next page behaviour in dual mode.
6024
6025         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6026         (ev_pixbuf_cache_clear_job_sizes):
6027         
6028         Cleanup job callback on removal. Fix for the bug #325886.
6029
6030 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6031
6032         * ps/ps.c: (psscan):
6033         
6034         Commit workaround Mozilla problem. Fix for the bug #325919
6035         
6036         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6037         (save_item):
6038         
6039         Fix for year 2038 problem.
6040
6041 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6042
6043         * shell/ev-window.c: (setup_document_from_metadata),
6044         (ev_window_cmd_view_reload):
6045
6046         Clamp page recieved from metadata in valid values. Fix
6047         for the bug #325986.
6048
6049 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6050
6051         * MAINTAINERS: 
6052         Add MAINTAINERS as requested on desktop-devel-list.
6053
6054 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6055
6056         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6057         (mime_type_supported_by_gdk_pixbuf),
6058         (ev_document_factory_get_mime_types),
6059         (ev_document_factory_get_all_mime_types):
6060         
6061         Don't add pixbuf mime types if pixbuf backend is disabled.
6062         
6063         * shell/ev-application.c: (ev_application_get_uri_window):
6064         
6065         Fix for the bug 325815 - unhandled MIME type message doesn't 
6066         appear a second time. 
6067         
6068         * shell/ev-document-types.c: (ev_document_types_add_filters):
6069         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6070         (password_dialog_response), (ev_window_popup_password_dialog),
6071         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6072         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6073         (ev_window_run_presentation), (ev_window_stop_presentation),
6074         (save_sizing_mode), (ev_window_zoom_changed_cb),
6075         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6076         (ev_window_dual_mode_changed_cb),
6077         (ev_window_sidebar_current_page_changed_cb),
6078         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6079         (window_state_event_cb), (window_configure_event_cb):
6080         
6081         Cleanup additional uris holded by EvWindow.
6082
6083 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6084
6085         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6086         (ev_view_can_previous_page), (ev_view_can_next_page):
6087         * shell/ev-view.h:
6088         * shell/ev-window.c: (update_action_sensitivity):
6089         
6090         Two page scrolling with Space and PageUp in dual mode. Second fix 
6091         for the bug #316608.
6092
6093 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6094
6095         * shell/ev-view.c: (scroll_to_current_page):
6096         
6097         Correctly clamp adjustment value. Fix for the bug
6098         #325808.
6099
6100 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6101
6102         * shell/ev-sidebar-links.c: (print_section_cb):
6103         * shell/ev-window.c: (ev_window_get_uri),
6104         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6105         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6106         (ev_window_dispose):
6107         
6108         Make print dialog non-modal. Fix for the bug #325622.
6109
6110 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6111
6112         * shell/ev-metadata-manager.c:
6113         * shell/ev-utils.c: (using_pdf_printer),
6114         (using_postscript_printer), (load_print_config_from_file),
6115         (save_print_config_to_file):
6116         * shell/ev-utils.h:
6117         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6118         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6119         (setup_view_from_metadata), (ev_window_setup_document),
6120         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6121         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6122         (ev_window_run_presentation), (ev_window_stop_presentation),
6123         (save_sizing_mode), (ev_window_zoom_changed_cb),
6124         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6125         (ev_window_dual_mode_changed_cb),
6126         (ev_window_sidebar_current_page_changed_cb),
6127         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6128         (window_state_event_cb), (window_configure_event_cb),
6129         (ev_window_init):
6130         
6131         Setting saving behaviour fixes.
6132
6133 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6134
6135         * configure.ac:
6136         
6137         Make antialiasing gs options better and allow
6138         to change them during configure. Fix for the 
6139         bug #319049.
6140
6141 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6142
6143         * shell/ev-window.c: (setup_view_from_metadata):
6144         
6145         Remember if last window was maximized. Fix for the
6146         bug #323797.
6147
6148 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6149
6150         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6151
6152 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6153
6154         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6155         * shell/ev-page-action.c: (build_new_tree_cb):
6156         * shell/ev-sidebar-links.c: (links_page_num_func),
6157         (update_page_callback_foreach), (update_page_callback):
6158         * shell/ev-view.c: (scroll_to_current_page):
6159         
6160         Fix for the bug #325067 with more intelligent selection
6161         of current link in sidebar. Make sidebar handle links
6162         of FITR-like type more correctly.
6163
6164         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6165         (dvi_pixbuf_put_pixel):
6166         
6167         Fix memory consumtion with disabled alpha channel.
6168
6169 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * data/evince-ui.xml:
6172         * shell/ev-window.c: (view_menu_popup_cb),
6173         (ev_popup_cmd_open_link), (ev_window_init):
6174         
6175         Update context menu for internal links. Fix for the bug
6176         #325066.
6177
6178 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6179
6180         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6181         
6182         Bind context menu to keyboard also. Fix for the bug
6183         #325065.
6184
6185 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6186
6187         * shell/ev-view.c: (selection_scroll_timeout_cb):
6188         
6189         Horizontal scroll on selection also.
6190
6191 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6192
6193         * shell/ev-metadata-manager.c: (parse_value):
6194         * shell/ev-view.c: (goto_xyz_link):
6195         
6196         Correct zoom setup and metadata save broken in 
6197         some locales.
6198
6199 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6200
6201         * shell/ev-view-private.h:
6202         * shell/ev-view.c: (scroll_to_current_page),
6203         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6204         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6205         (page_changed_cb), (ev_view_set_continuous),
6206         (ev_view_set_dual_page), (ev_view_set_presentation):
6207         
6208         Delay scroll until allocation to correctly position page. Fix
6209         for the bug #317334.
6210
6211 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6212
6213         * NEWS:
6214         * configure.ac:
6215         
6216         Update NEWS and require poppler 0.5.0.
6217
6218 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6219         
6220         * data/evince-ui.xml:
6221         * shell/ev-view-private.h:
6222         * shell/ev-view.c: (ev_view_get_link_at_location),
6223         (handle_link_over_xy), (ev_view_button_press_event),
6224         (ev_view_button_release_event), (ev_view_class_init):
6225         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6226         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6227         (ev_window_init):
6228         
6229         Implement right-click context menu.
6230
6231 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6232
6233         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6234         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6235         (mdvi_pixbuf_device_render):
6236         * pdf/ev-poppler.cc:
6237
6238         Don't generate thumbnails with alpha. See bug #324077.
6239         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6240
6241 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6242
6243         * shell/ev-window.c: (setup_chrome_from_metadata):
6244         
6245         Fix typo that was hiding toolbar.
6246
6247 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6248
6249         * shell/ev-view-private.h:
6250         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6251         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6252         (ev_view_button_release_event), (ev_view_destroy):
6253         
6254         Small cleanup and autoscrolling during selection. Thanks to 
6255         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6256
6257 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6258
6259         * configure.ac:
6260         
6261         Correctly check for comics option.
6262
6263 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6264         * Makefile.am:
6265         * configure.ac:
6266         * backend/Makefile.am:
6267         * backend/ev-document-factory.c:
6268         * shell/ev-document-types.c:
6269
6270         Included option in configure to make ps backend 
6271         compilation optional with --disable-ps.
6272
6273 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6274
6275         * backend/ev-document-factory.c:
6276         * comics/Makefile.am:
6277         * comics/comics-document.c: (comics_document_load):
6278         * comics/ev-cbr-mime.xml:
6279         * configure.ac:
6280         
6281         Comics mime types are added to shared-mime-info CVS. Now
6282         we don't need to install our own mime types.
6283
6284 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6285
6286         * shell/ev-window.c:
6287         
6288         Add shortcut for "save a copy" menu entry. Fix for
6289         the bug #324582.
6290
6291 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6294         (job_finished_cb), (new_selection_pixbuf_needed),
6295         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6296         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6297         
6298         Rework selection job info logic and fix critical warning.
6299
6300 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6301
6302         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6303
6304 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6305
6306         * data/evince-ui.xml:
6307         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6308         
6309         Enter as shortcut key for next page. Fix for the bug
6310         #321394.
6311
6312 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6313
6314         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6315
6316 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6317
6318         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6319         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6320         (new_selection_pixbuf_needed),
6321         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6322         (clear_job_selection):
6323         
6324         Too early for 0.5. Pixbuf cache code cleaned a bit.
6325
6326 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6327
6328         * NEWS:
6329         * configure.ac:
6330         
6331         Release 0.5.0 preparation
6332
6333 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6334
6335         * comics/Makefile.am:
6336         * configure.ac:
6337         * shell/ev-document-types.c: (ev_document_types_add_filters):
6338         
6339         More advanced handling of custom mime type installation.
6340
6341 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6342
6343         * data/evince.schemas.in:
6344         * shell/ev-metadata-manager.c: (value_free),
6345         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6346         (ev_metadata_manager_get), (ev_metadata_manager_set):
6347         * shell/ev-metadata-manager.h:
6348         * shell/ev-window.c: (update_chrome_flag),
6349         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6350         (setup_document_from_metadata), (setup_chrome_from_metadata),
6351         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6352         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6353         (ev_window_view_toolbar_cb),
6354         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6355         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6356         
6357         Save last document settings and reuse them for new documents.
6358
6359 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6360
6361         * Makefile.am:
6362         * backend/Makefile.am:
6363         * backend/ev-document-factory.c:
6364         * backend/ev-document-factory.h:
6365         * comics/Makefile.am:
6366         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6367         (comics_document_load), (comics_document_save),
6368         (comics_document_get_n_pages), (comics_document_get_page_size),
6369         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6370         (comics_document_class_init), (comics_document_can_get_text),
6371         (comics_document_get_info), (comics_document_document_iface_init),
6372         (comics_document_init), (get_supported_image_extensions),
6373         (comics_document_thumbnails_get_geometry),
6374         (comics_document_thumbnails_get_thumbnail),
6375         (comics_document_thumbnails_get_dimensions),
6376         (comics_document_document_thumbnails_iface_init), (extract_argv):
6377         * comics/comics-document.h:
6378         * comics/ev-cbr-mime.xml:
6379         * configure.ac:
6380         * po/POTFILES.in:
6381         * shell/ev-application.c: (ev_application_register_service):
6382         * shell/ev-document-types.c: (ev_document_types_add_filters):
6383         * thumbnailer/Makefile.am:
6384         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6385         
6386         New CBR/CBZ backend for comic books.
6387
6388 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6389
6390         * shell/main.c: (load_files_remote):
6391
6392         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6393         warning on startup of second instance is fixed. It
6394         is bug #320353.
6395
6396 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6397
6398         * shell/ev-window.c: (ev_window_finalize):
6399         
6400         Fix double free that cause crash.
6401
6402 2005-10-29  Bastien Nocera <hadess@hadess.net>
6403
6404         * tiff/tiff-document.c: (tiff_document_load):
6405         
6406         Fix memory leak.
6407
6408 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6409
6410         * po/POTFILES.in:
6411         * shell/Makefile.am:
6412         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6413         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6414         (ev_view_accessible_get_text),
6415         (ev_view_accessible_get_character_at_offset),
6416         (ev_view_accessible_get_text_before_offset),
6417         (ev_view_accessible_get_text_at_offset),
6418         (ev_view_accessible_get_text_after_offset),
6419         (ev_view_accessible_get_character_count),
6420         (ev_view_accessible_get_caret_offset),
6421         (ev_view_accessible_set_caret_offset),
6422         (ev_view_accessible_get_run_attributes),
6423         (ev_view_accessible_get_default_attributes),
6424         (ev_view_accessible_get_character_extents),
6425         (ev_view_accessible_get_offset_at_point),
6426         (ev_view_accessible_get_n_selections),
6427         (ev_view_accessible_get_selection),
6428         (ev_view_accessible_add_selection),
6429         (ev_view_accessible_remove_selection),
6430         (ev_view_accessible_set_selection),
6431         (ev_view_accessible_text_iface_init),
6432         (ev_view_accessible_idle_do_action),
6433         (ev_view_accessible_action_do_action),
6434         (ev_view_accessible_action_get_n_actions),
6435         (ev_view_accessible_action_get_description),
6436         (ev_view_accessible_action_get_name),
6437         (ev_view_accessible_action_set_description),
6438         (ev_view_accessible_action_iface_init),
6439         (ev_view_accessible_get_type), (ev_view_accessible_new),
6440         (ev_view_accessible_factory_get_accessible_type),
6441         (ev_view_accessible_factory_create_accessible),
6442         (ev_view_accessible_factory_class_init),
6443         (ev_view_accessible_factory_get_type):
6444         * shell/ev-view-accessible.h:
6445         * shell/ev-view-private.h:
6446         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6447         * shell/ev-view.h:
6448         
6449         Initial accessibility support.
6450
6451 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6452
6453         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6454
6455 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6456
6457         * shell/ev-print-job.c: (idle_print_handler):
6458         
6459         Fix for bug Bug 318916: Printing multiple pages.
6460
6461 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6462
6463         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6464
6465 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * pdf/ev-poppler.cc:
6468         
6469         Thumnail dimensions unified with other backends.
6470         
6471         * shell/ev-window-title.c: (ev_window_title_update):
6472         
6473         Fix warning.
6474
6475 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6476
6477         * data/ev-stock-zoom-fit-width.png:
6478         
6479         Remove unused file.
6480
6481 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * configure.ac:
6484         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6485         (djvu_document_finalize):
6486         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6487         (dvi_document_finalize):
6488         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6489         (pixbuf_document_save), (pixbuf_document_finalize):
6490         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6491         (tiff_document_finalize):
6492         
6493         Save a copy implemented for various backends.
6494
6495 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6496
6497         * configure.ac:
6498         
6499         Don't link with ltiff if tiff is disabled.
6500
6501 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6502
6503         * pdf/GDKSplashOutputDev.cc:
6504         * pdf/GDKSplashOutputDev.h:
6505         * pdf/Thumb.cc:
6506         * pdf/Thumb.h:
6507         * pdf/pdf-document.cc:
6508         * pdf/pdf-document.h:
6509         * pdf/test-gdk-output-dev.cc:
6510         
6511         Remove old unused files.
6512
6513 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6514
6515         * shell/ev-window.c: (ev_window_setup_document):
6516         
6517         Fixed warnings on reload and probably crash reason.
6518
6519 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6520
6521         * properties/ev-properties-view.c:
6522         (ev_properties_view_format_date):
6523         
6524         Check if date is invalid. Fix for bug 318134.
6525
6526 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6527
6528         * shell/ev-window-title.c:
6529         
6530         Add .indd files (Adobe Indesign) to the list of "bad
6531         extensions".
6532
6533 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6534
6535         * data/evince-ui.xml:
6536         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6537         
6538         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6539
6540 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6541
6542         * shell/ev-window.c: (launch_link), (launch_external_uri),
6543         (view_external_link_cb):
6544
6545         URL-escape link before passing it to gnome_vfs_url_show.
6546
6547 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6548
6549         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6550         there isn't text selected.
6551
6552 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6553
6554         * shell/ev-view.c: (handle_link_over_xy):
6555
6556         Check tooltip is valid utf8 before showing it
6557
6558 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6559
6560         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6561
6562 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6563
6564         * shell/ev-window-title.c: (ev_window_title_update):
6565
6566         Guard against using g_strstrip on NULL. Fixes bug #317291.
6567
6568 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6569
6570         * pdf/ev-poppler.cc:
6571
6572         Show title even for unknown links
6573
6574 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6575
6576         * shell/ev-window-title.c: (ev_window_title_update):
6577
6578         Strip the title string
6579
6580 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6581
6582         * shell/ev-window-title.c:
6583
6584         Add .rtf to the bad extensions list
6585
6586 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6587
6588         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6589         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6590
6591         Ignore link coordinates if they are outside page bounds
6592
6593 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6594
6595         * backend/ev-link.c: (ev_link_type_get_type),
6596         (ev_link_get_filename), (ev_link_get_params),
6597         (ev_link_get_property), (ev_link_set_property),
6598         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6599         * backend/ev-link.h:
6600         * pdf/ev-poppler.cc:
6601         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6602         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6603         (ev_window_init):
6604
6605         Implement launch links. Delegate external link opening to
6606         the window.
6607
6608 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6609
6610         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6611         (ev_link_get_right), (ev_link_get_property),
6612         (ev_link_set_property), (ev_link_class_init),
6613         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6614         * backend/ev-link.h:
6615         * pdf/ev-poppler.cc:
6616         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6617
6618         Implement fitr links
6619
6620 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6621
6622         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6623         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6624         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6625         (ev_view_size_request_continuous),
6626         (ev_view_size_request_dual_page),
6627         (ev_view_size_request_single_page), (ev_view_size_allocate),
6628         (ev_view_zoom_for_size_continuous_and_dual_page),
6629         (ev_view_zoom_for_size_continuous),
6630         (ev_view_zoom_for_size_dual_page),
6631         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6632         (ev_sizing_mode_get_type):
6633         * shell/ev-view.h:
6634         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6635
6636         Do not use modes for link, we need to calculate size ad hoc.
6637         Still not perfect because of the usual scrollbar issues grrr.
6638
6639 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6640
6641         * backend/ev-link.c: (ev_link_type_get_type),
6642         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6643         * backend/ev-link.h:
6644         * pdf/ev-poppler.cc:
6645         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6646         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6647         (ev_view_size_request_continuous),
6648         (ev_view_size_request_dual_page),
6649         (ev_view_size_request_single_page), (ev_view_size_allocate),
6650         (zoom_for_size_fit_height),
6651         (ev_view_zoom_for_size_continuous_and_dual_page),
6652         (ev_view_zoom_for_size_continuous),
6653         (ev_view_zoom_for_size_dual_page),
6654         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6655         (ev_sizing_mode_get_type):
6656         * shell/ev-view.h:
6657         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6658
6659         Implement FIT_HEIGHT mode (only for links).
6660         Implement FITH links
6661
6662 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6663
6664         * shell/ev-window-title.c: (get_filename_from_uri),
6665         (ev_window_title_sanitize_extension), (ev_window_title_update),
6666         (ev_window_title_set_document), (ev_window_title_set_uri),
6667         (ev_window_title_free):
6668         * shell/ev-window-title.h:
6669         * shell/ev-window.c: (ev_window_setup_document),
6670         (ev_window_popup_password_dialog):
6671
6672         Refactor window title building while fixing it for
6673         password documents.
6674
6675 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6676
6677         * pdf/ev-poppler.cc:
6678
6679         Escape link title before setting it in the model
6680
6681 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6682
6683         * shell/ev-application.c: (removed_from_session), (save_session),
6684         (init_session), (ev_application_get_empty_window),
6685         (ev_application_init), (ev_application_get_windows):
6686         * shell/ev-application.h:
6687         * shell/ev-window.c: (ev_window_finalize):
6688
6689         Add a function to retrieve window list and share it where
6690         necessary.
6691         Implement session handling, works pretty well thanks to the
6692         metadata system.
6693
6694 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6695
6696         * shell/ev-password.c: (ev_password_item_created_callback),
6697         (ev_password_dialog_save_password):
6698         
6699         Fix for bug 316972. Use async gnome-keyring API.
6700
6701 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6702
6703         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6704         Remove unused unrealize handler. Add scroll handling to
6705         ev_view_scroll_event for presentation mode (bug #316708),
6706         and fix the event state checks there.
6707
6708 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6709
6710         * shell/ev-page-action.c: (page_changed_cb):
6711
6712         "marco, maybe we should be crazy and jump right to 6! :)"
6713
6714         Bryan Clark, Sep 2005
6715
6716 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6717
6718         * ps/ps-document.c: (save_document), (ps_document_save),
6719         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6720         (ps_document_ps_export_end):
6721
6722         Fix unstructured documents save and print
6723
6724 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6725
6726         * shell/ev-application.c: (ev_application_open_uri):
6727
6728         Fix window size persistance
6729
6730 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6731
6732         * shell/ev-view.c: (ev_view_button_release_event):
6733
6734         Based on a patch from carlosgc@gnome.org. Mouse buttons
6735         switch pages in presentation mode.
6736
6737 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6738
6739         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6740
6741         Dont cast to int before scaling
6742
6743 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6744
6745         * backend/ev-link.c: (ev_link_type_get_type),
6746         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6747         (ev_link_new_page_fith):
6748         * backend/ev-link.h:
6749         * pdf/ev-poppler.cc:
6750         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6751
6752         Implement FIT and FITH links
6753
6754 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6755
6756         * pdf/ev-poppler.cc:
6757
6758         Return 0 results when search is not in progress.
6759
6760         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6761         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6762
6763         Update menu sensitivity when cancelling search
6764
6765 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6766
6767         * shell/ev-view.c: (ev_view_can_find_next):
6768
6769         Take all pages in consideration, not just current one
6770
6771 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6772
6773         * shell/ev-page-cache.c:
6774         * shell/ev-page-cache.h:
6775         * shell/ev-view.c: (ev_view_binding_activated),
6776         (ev_view_next_page), (ev_view_previous_page),
6777         (ev_sizing_mode_get_type):
6778         * shell/ev-view.h:
6779         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6780         (ev_window_cmd_go_next_page):
6781
6782         Move page next/previous functions from page chace to
6783         view and change it to move by 2 page steps in dual mode.
6784
6785 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6786
6787         * shell/ev-window.c: (update_sidebar_visibility),
6788         (setup_sidebar_from_metadata), (ev_window_setup_document),
6789         (setup_view_from_metadata):
6790
6791         Show the index by default when there is one     
6792
6793 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6794
6795         * shell/ev-window-title.c: (ev_window_title_set_document):
6796
6797         Missing null check
6798
6799 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6800
6801         * shell/ev-view.c: (view_update_range_and_current_page):
6802         
6803         Allow display of last odd page in dual view. Fix for 316347.
6804
6805 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6806
6807         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6808         
6809         Make close button default. Fix for 316383.
6810
6811 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6812
6813         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6814         
6815         Mark close button as default. Fix for 316381.
6816
6817 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6818
6819         * backend/ev-link.c: (ev_link_class_init):
6820
6821         Allow negative doubles in left/top properties
6822
6823 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6824
6825         * shell/ev-window.c:
6826
6827         Remove a bunch of strings that was used only
6828         by the statusbar.
6829
6830 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6831
6832         * shell/ev-window-title.c: (get_filename_from_uri),
6833         (ev_window_title_set_document):
6834
6835         When title has a confusing extension, show also
6836         the document filename inside ()
6837
6838 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6839
6840         * shell/Makefile.am:
6841         * shell/ev-window-title.c: (ev_window_title_new),
6842         (ev_window_title_update), (ev_window_title_set_type),
6843         (ev_window_title_set_document), (ev_window_title_free):
6844         * shell/ev-window-title.h:
6845         * shell/ev-window.c: (ev_window_setup_document),
6846         (password_dialog_response), (ev_window_popup_password_dialog),
6847         (ev_window_dispose), (ev_window_init):
6848
6849         Factor out and cleanup window title code
6850
6851 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6852
6853         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6854         (unable_to_load):
6855
6856         Make dialog transient so it doesnt block other windows
6857
6858 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * pdf/ev-poppler.cc:
6861         
6862         Fix pdf thumbnails rendering.
6863
6864 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6865
6866         * shell/ev-window.c: (fullscreen_set_timeout):
6867         
6868         Increase timeout to hide full screen popup. Bug 
6869         316123. 
6870
6871 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * data/evince.schemas.in:
6874         * shell/ev-window.c: (update_action_sensitivity):
6875
6876         Allow the user to override document restrictions. Fix for bug
6877         305818.
6878
6879 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6880
6881         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6882         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6883         (ev_window_class_init): Fix multihead behaviour of fullscreen
6884         toolbar popup. Fixes bug #315451.
6885
6886 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6887
6888         * configure.ac:
6889         * data/evince-password.glade:
6890         * shell/ev-password.c: (ev_password_dialog_set_property),
6891         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6892         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6893         (ev_password_dialog_entry_changed_cb),
6894         (ev_password_dialog_entry_activated_cb),
6895         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6896         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6897         (ev_password_dialog_set_bad_pass):
6898         * shell/ev-password.h:
6899         * shell/ev-window.c: (password_dialog_response),
6900         (ev_window_popup_password_dialog):
6901         
6902         Support for gnome-keyring for encrypted PDF's.
6903
6904 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6905
6906         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6907         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6908         (ev_view_enter_notify_event), (ev_view_class_init):
6909         
6910         More precise handling of enter_notify/leave_notify events
6911         in EvView. Fix for bug 315470.
6912
6913 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6914
6915         * shell/ev-window.c: (fullscreen_timeout_cb),
6916         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6917         (ev_window_dispose):
6918
6919         leak fix: unref fullscreen_timeout_source before clearing it
6920
6921 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6922
6923         * configure.ac, dvi/mdvi/Makefile.am: 
6924         
6925         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6926
6927 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6928
6929         * backend/ev-link.c: (ev_link_new_page_xyz):
6930         * pdf/ev-poppler.cc:
6931         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6932
6933         Fix some bugs with xyz links, respect zoom
6934
6935 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6936
6937         * shell/ev-window.c: (page_changed_cb),
6938         (setup_document_from_metadata), (update_sidebar_visibility),
6939         (setup_view_from_metadata), (ev_window_run_fullscreen),
6940         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6941         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6942         (ev_window_dual_mode_changed_cb),
6943         (ev_window_sidebar_current_page_changed_cb):
6944
6945         null check uri before setting and getting metadata
6946
6947 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6948
6949         * dvi/Makefile.am:
6950         * properties/Makefile.am:
6951         * shell/Makefile.am:
6952         * thumbnailer/Makefile.am:
6953
6954         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6955
6956 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6957
6958         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6959         (selection_changed_callback):
6960         * shell/ev-sidebar-links.h:
6961
6962         Add a signal for link activation.
6963
6964         * shell/ev-view.c: (ev_view_goto_link),
6965         (ev_view_button_release_event):
6966         * shell/ev-view.h:
6967         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6968         (ev_window_init):
6969
6970         Implement the signal so that we can handle all link types.
6971
6972         * shell/ev-page-cache.c:
6973
6974         Remove unused set_link function
6975
6976 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6977
6978         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6979
6980         Add some space from the cursor, hardcoded but I couldnt
6981         find a better way.
6982
6983 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6984
6985         * lib/ev-tooltip.c:
6986
6987         Use mozilla style vs gtk style, way better for links.
6988
6989         * shell/ev-view.c: (ev_view_motion_notify_event),
6990         (ev_view_destroy), (ev_view_init):
6991
6992         Deactive tooltip when the link hovered is changed.
6993
6994 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6995
6996         * backend/ev-document.h:
6997         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6998         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6999         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7000         (ev_link_new_page), (ev_link_new_page_xyz):
7001         * backend/ev-link.h:
7002         * pdf/ev-poppler.cc:
7003         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7004         (go_to_link), (tip_from_link):
7005
7006         Implement xyz links, still not functional. Links are a total
7007         mess, will need to refactor and bugfix a lot :(
7008
7009 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7010
7011         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7012
7013 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7014
7015         * data/evince-ui.xml:
7016         * data/evince.schemas.in:
7017         * shell/Makefile.am:
7018         * shell/ev-window.c: (update_chrome_visibility),
7019         (password_dialog_response), (ev_window_load_job_cb),
7020         (ev_window_xfer_job_cb), (ev_window_open_uri),
7021         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7022         (ev_window_init):
7023
7024         Remove the statusbar. This regress loading feedback, need to
7025         check with Bryan what we want to do there...
7026
7027 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7028
7029         * lib/ev-tooltip.c: (ev_tooltip_init):
7030
7031         Fix tooltip border and size handling
7032
7033 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7034
7035         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7036         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7037         (ev_tooltip_timeout), (ev_tooltip_activate),
7038         (ev_tooltip_deactivate):
7039         * lib/ev-tooltip.h:
7040         * shell/ev-view.c: (ev_view_motion_notify_event):
7041
7042         Delay popup showing. Mirror gtk logic/times.
7043
7044 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7045
7046         * lib/Makefile.am:
7047         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7048         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7049         (ev_tooltip_set_text), (ev_tooltip_set_position):
7050         * lib/ev-tooltip.h:
7051
7052         Simple widget to show tooltips at a custom position
7053
7054         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7055         (ev_view_destroy):
7056
7057         Use it for links. First go, needs work
7058
7059 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7060
7061         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7062         HIG fixes.  Use title capitalization for window title. Use 12 
7063         pixels of space between the dialog's vbox and action area.
7064
7065 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7066
7067         * shell/ev-window.c: (file_open_dialog_response_cb),
7068         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7069         (ev_window_cmd_save_as):
7070
7071         Make file pickers not modal and refactor code some
7072
7073 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7074
7075         * shell/ev-sidebar.h:
7076         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7077         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7078         (ev_sidebar_class_init), (ev_sidebar_select_page),
7079         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7080         (ev_sidebar_set_page):
7081
7082         Add a current page property and allow to get/set it
7083
7084         * shell/ev-window.c: (setup_view_from_metadata),
7085         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7086
7087         Persist current sidebar page per document
7088
7089 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7090
7091         * data/evince.schemas.in:
7092         * shell/ev-window.c: (update_chrome_visibility),
7093         (setup_document_from_metadata), (update_sidebar_visibility),
7094         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7095         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7096         (ev_window_run_presentation), (ev_window_stop_presentation),
7097         (ev_window_view_sidebar_cb),
7098         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7099         (load_chrome), (ev_window_init):
7100
7101         Persist size/visibility of sidebar per document
7102
7103 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7104
7105         * shell/ev-view.c (draw_loading_text): Draw loading text.
7106
7107 2005-09-02  Dan Damian  <dand@gnome.ro>
7108
7109         * configure.in: Added "ro" to ALL_LINGUAS.
7110
7111 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7112
7113         * shell/ev-view.c: (clear_caches):
7114
7115         ev_page_cache_get doesnt return a reference,
7116         dont try to unref it.
7117
7118 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7119
7120         * shell/main.c: (load_files_remote):
7121
7122         Fix timestamp parameter with dbus <= 0.33
7123
7124 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7125
7126         * data/evince.schemas.in:
7127
7128         Add missing full stop
7129
7130 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7131
7132         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7133         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7134
7135         Plug some memory leaks
7136
7137 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7138
7139         * configure.ac:
7140         * lib/ev-debug.c: (trap_handler):
7141
7142         Check for execinfo.h and use it only if it exists.
7143         Ported from Epiphany (bug #314776).
7144
7145 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7146
7147         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7148
7149 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7150
7151         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7152         * po/id.po      : Added Indonesian translation
7153
7154 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7155
7156         * shell/main.c:
7157         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7158         * NEWS: Release 0.4.0
7159
7160 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7161
7162         * configure.ac: catch another gtk+-2.8ism
7163         * shell/main.c: Make work with gtk+-2.6
7164
7165 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7166
7167         * shell/ev-application-service.xml: Add 'timestamp' argument to
7168           ev_application_open_window and ev_application_open_uri methods.
7169
7170         * shell/ev-application.h: Add 'timestamp' argument to
7171           ev_application_open_window, ev_application_open_uri,
7172           and ev_application_open_uri_list functions.
7173
7174         * shell/ev-application.c (ev_application_open_window,
7175           ev_application_open_uri, ev_application_open_uri_list): Change
7176           functions that show/present windows to use a timestamp if one
7177           is passed in.
7178
7179         * shell/ev-window.c (ev_window_cmd_file_open,
7180           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7181         * shell/main.c (load_files): Modify calls to ev_application to
7182           include GDK_CURRENT_TIME as timestamp.
7183
7184         * shell/main.c (load_files_remote): Obtain timestamp for client
7185           instance from GDK and pass to server instance so new windows are
7186           focused properly.  Fix dbus_g_proxy_call() calls by including second
7187           G_TYPE_INVALID.
7188           
7189         Closes bug #314475.
7190
7191 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7192
7193         * shell/ev-window.c (ev_window_finalize): Check for
7194         avail. EvWindows when quiting to handle the finalize better,
7195         #314497
7196
7197 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7198         
7199         * properties/ev-properties-view.c: 
7200         
7201         Set textdomain to libglade. Fixes translation problem in property page.
7202
7203 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7204
7205         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7206         * dvi/Makefile.am:
7207         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7208         * dvi/mdvi-lib/Makefile.am:
7209         
7210         Fix rotation of thumbnails, ported to new API. Moved library
7211         dependencies earlier, probably it will fix linkage problem.
7212
7213 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7214
7215         * backend/ev-document-misc.c:
7216         (ev_document_misc_get_thumbnail_frame):
7217         * backend/ev-document-misc.h:
7218         * configure.ac:
7219         * pdf/ev-poppler.cc:
7220         * shell/Makefile.am:
7221         * shell/ev-sidebar-thumbnails.c: (add_range),
7222         (ev_sidebar_thumbnails_set_loading_icon),
7223         (ev_sidebar_thumbnails_refresh),
7224         (ev_sidebar_thumbnails_set_document):
7225         * shell/ev-sidebar-thumbnails.h:
7226         * shell/ev-view.c: (ev_view_motion_notify_event),
7227         (ev_view_set_property), (ev_view_get_property),
7228         (ev_view_class_init), (ev_view_set_rotation):
7229         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7230         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7231         (ev_window_init):
7232         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7233         Redo rotation (again).  prepare for 0.4.0
7234
7235 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7236
7237         * configure.ac: Bump poppler requirement to 0.4.1.
7238
7239         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7240         argument to poppler_page_render_selection() call.
7241
7242 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7243
7244         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7245         (djvu_document_thumbnails_get_thumbnail):
7246         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7247         (dvi_document_thumbnails_get_thumbnail):
7248         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7249         (pixbuf_document_thumbnails_get_thumbnail):
7250         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7251         
7252         Update rotation direction of backends to fit with pdf and ps.
7253
7254 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7255
7256         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7257         * backend/ev-async-renderer.h:
7258         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7259         (setup_page), (ps_document_get_page_size),
7260         (ps_async_renderer_render_pixbuf):
7261         * ps/ps-document.h:
7262         * shell/ev-jobs.c: (ev_job_render_run):
7263
7264         Fix orientation in the postscript document
7265
7266 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7267
7268         * pdf/ev-poppler.cc:
7269         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7270         * shell/ev-view.c: (highlight_find_results):
7271
7272         Adapt to the new poppler rotation API. Fix text maps on landscape
7273         documents.
7274
7275 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7276
7277         * shell/ev-view.c (compute_new_selection_text): get the correct
7278         region when selecting in modes other than continuous.
7279
7280 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7281
7282         * shell/main.c (main): remove redundant g_warnings.
7283
7284 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7285
7286         * shell/Makefile.am: Don't include autogenerated
7287         file ev-application-service.h into distribution, since
7288         it causes dbus crash. Fix for bugs 313724 and 313443. 
7289
7290 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7291
7292         * configure.ac: Fix sed expression for FreeBSD. Thanks
7293         to Joe Marcus Clark <marcus@freebsd.org>
7294         
7295         * shell/eggfindbar.c: (entry_activate_callback),
7296         (entry_changed_callback), (egg_find_bar_init),
7297         (egg_find_bar_set_search_string):
7298         
7299         Made findbar buttons unsensitive if there is no text in
7300         entry. Fix for the bug 313285.
7301
7302 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7303
7304         * ps/ps-document.c: Use g_filename_display_name for displaying
7305         filenames and revert string freeze breackage
7306
7307 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7308
7309         * NEWS:
7310         * configure.ac:
7311
7312         Update for 0.3.4
7313
7314         * shell/Makefile.am:
7315
7316         Add ev-application-service.xml to extra dist
7317
7318         * shell/ev-view.c: (find_page_at_location):
7319
7320         Remove unused function (fix warning)
7321
7322 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7323
7324         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7325         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7326         
7327         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7328         bug 313623.
7329
7330 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7331
7332         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7333         * shell/ev-window.c:
7334         Fix build warnings
7335
7336 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7337
7338         * configure.ac: Update script to get dbus version.
7339         Fix for the bug #313443.
7340
7341 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7342
7343         * shell/ev-window.c: (ev_window_cmd_escape):
7344         
7345         Return focus back to view on escape. Fix for bug 313295.
7346
7347 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7348
7349         * shell/ev-window.c: (update_window_title),
7350         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7351         (ev_window_cmd_save_as):
7352         
7353         Correct conversion from uri to displayable string. Fix for
7354         bug 313296.
7355
7356 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7357
7358         * ps/ps-document.c: convert filename to utf8 when there is an error
7359         loading document. Fixes #309915
7360
7361 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7362
7363         * configure.ac:
7364
7365         We depend on poppler 0.4.0
7366
7367 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7368
7369         * configure.ac:
7370         * NEWS: Release 0.3.3.
7371         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7372
7373 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7374
7375         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7376         add a couple missing mnemonics to menu items, use title 
7377         capitalization for menu items and window titles, and add 
7378         ellipsis to open menu item.     
7379
7380 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7381
7382         * pdf/ev-poppler.cc:
7383         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7384         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7385         (ev_view_get_rotation):
7386         * shell/ev-view.h:
7387         * shell/ev-window.c: (setup_view_from_metadata),
7388         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7389         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7390         disk.
7391
7392 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7393
7394         * configure.ac: Added tr to ALL_LINGUAS
7395
7396 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7397
7398         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7399         requires several clicks to find word. Thanks to 
7400         Colin Slater <kiltedtaco@gmail.com>.
7401
7402 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7403
7404         * data/evince.desktop.in.in: Hide menu entry and
7405         rename it to "Document Viewer". Fix for bug 
7406         #312399.
7407
7408 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7409
7410         * shell/ev-page-action.c (ev_page_action_class_init): 
7411
7412         Point to the correct function in constructor of the
7413         activate_label signal
7414
7415 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7416
7417         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7418         * shell/ev-jobs.h: Make thread safe.
7419
7420 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7421
7422         * shell/ev-view.c: (view_update_range_and_current_page):
7423         Don't update page range if we are scrolling to some document
7424         point.
7425
7426 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7427
7428         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7429         when getting max_page_width, fix drawing in dual mode.
7430
7431 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7432
7433         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7434         getting the area for select_all.
7435
7436 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7437
7438         * backend/ev-selection.c: (ev_selection_render_selection):
7439         * backend/ev-selection.h:
7440         * pdf/ev-poppler.cc:
7441         * shell/ev-jobs.c: (ev_job_render_new):
7442         * shell/ev-jobs.h:
7443         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7444         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7445         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7446         (ev_view_class_init):
7447
7448         Change selection color on focus in and focus out events.  Also,
7449         poppler now uses GdkColor for specifying the selection colors, so
7450         drop some awkward conversion code.
7451
7452 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7453
7454         * configure.ac: Added Hebrew translation
7455
7456 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7457
7458         * NOTES:
7459         * backend/ev-selection.c: (ev_selection_render_selection):
7460         * backend/ev-selection.h:
7461         * pdf/ev-poppler.cc:
7462         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7463         (ev_job_render_run):
7464         * shell/ev-jobs.h:
7465         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7466         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7467         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7468         (ev_pixbuf_cache_style_changed),
7469         (ev_pixbuf_cache_get_selection_pixbuf),
7470         (ev_pixbuf_cache_set_selection_list),
7471         (ev_pixbuf_cache_get_selection_list):
7472         * shell/ev-pixbuf-cache.h:
7473         * shell/ev-utils.c: (ev_print_region_contents):
7474         * shell/ev-utils.h:
7475         * shell/ev-view.c: (ev_view_queue_draw_page),
7476         (selection_update_idle_cb), (ev_view_motion_notify_event),
7477         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7478         (setup_caches), (ev_view_find_next), (merge_selection_region),
7479         (selection_free):
7480         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7481
7482         Clean up selection to be much smoother!
7483
7484 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7485
7486         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7487         to poppler_page_render_selection().
7488
7489 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7490
7491         * ps/ps-document.c: (save_page_list): Use
7492         unzipped document when printing. Thanks to 
7493         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7494         311016.
7495
7496 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7497
7498         * shell/ev-window.c: (update_action_sensitivity):
7499         
7500         Disable print and save respect to lockdown gconf keys. Fix
7501         for 312342.
7502
7503 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * configure.ac:
7506         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7507         (write_to_temp_file), (ev_file_set_contents):
7508         * shell/ev-utils.h:
7509         * shell/ev-window.c: (save_print_config_to_file):
7510         
7511         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7512         Fix for bug 312238
7513
7514 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7515
7516         * shell/ev-window.c: (load_print_config_from_file),
7517         (save_print_config_to_file), (ev_window_print_range):
7518
7519         Persist the print settings. Fixes bug #311578.
7520
7521 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7522
7523         * djvu/djvu-document.c: (djvu_document_get_page_size),
7524         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7525         (djvu_document_thumbnails_get_thumbnail):
7526         * dvi/dvi-document.c: (dvi_document_get_page_size),
7527         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7528         (dvi_document_thumbnails_get_dimensions),
7529         (dvi_document_thumbnails_get_thumbnail):
7530         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7531         (pixbuf_document_render_pixbuf),
7532         (pixbuf_document_document_iface_init),
7533         (pixbuf_document_thumbnails_get_thumbnail):
7534         
7535         Update backends to make them build with new rotation system.
7536
7537 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7538
7539         * help/C/figures/evince_start_window.png:
7540         
7541         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7542
7543 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7544
7545         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7546         * shell/ev-pixbuf-cache.h:
7547         * shell/ev-sidebar-thumbnails.c:
7548         (ev_sidebar_thumbnails_get_property), (add_range),
7549         (adjustment_changed_cb):
7550         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7551         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7552         we were thumbnailing the entire docment on startup, slowing us
7553         down hugely. 
7554
7555 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7556
7557         * shell/ev-page-cache.c: (ev_page_cache_new):
7558         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7559         == 0, fixes #310306.
7560
7561 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7562
7563         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7564         (ev_view_rotate_left):
7565
7566         Account rotation in doc_rect_to_view_rect.
7567         Ensure rotation doesnt go out of bounds.
7568
7569 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7570
7571         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7572
7573         Correct and cleanup w/h swapping
7574
7575 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7576
7577         * backend/ev-document-thumbnails.c:
7578         (ev_document_thumbnails_get_thumbnail):
7579         * backend/ev-document-thumbnails.h:
7580         * backend/ev-document.c:
7581         * backend/ev-document.h:
7582         * backend/ev-render-context.c: (ev_render_context_new),
7583         (ev_render_context_set_rotation):
7584         * backend/ev-render-context.h:
7585         * pdf/ev-poppler.cc:
7586         * ps/ps-document.c: (ps_document_document_iface_init):
7587         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7588         * shell/ev-jobs.h:
7589         * shell/ev-page-cache.c: (build_height_to_page),
7590         (ev_page_cache_new), (ev_page_cache_get_size),
7591         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7592         (ev_page_cache_get_height_to_page):
7593         * shell/ev-page-cache.h:
7594         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7595         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7596         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7597         (ev_pixbuf_cache_get_selection_pixbuf):
7598         * shell/ev-pixbuf-cache.h:
7599         * shell/ev-print-job.c: (idle_print_handler):
7600         * shell/ev-sidebar-thumbnails.c: (add_range):
7601         * shell/ev-view.c: (view_update_range_and_current_page),
7602         (get_page_y_offset), (get_page_extents),
7603         (ev_view_size_request_continuous_dual_page),
7604         (ev_view_size_request_continuous),
7605         (ev_view_size_request_dual_page),
7606         (ev_view_size_request_single_page), (draw_one_page),
7607         (ev_view_set_rotation), (ev_view_rotate_right),
7608         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7609         (ev_view_zoom_for_size_continuous_and_dual_page),
7610         (ev_view_zoom_for_size_continuous),
7611         (ev_view_zoom_for_size_dual_page),
7612         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7613         (ev_view_select_all):
7614         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7615         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7616         (tiff_document_document_iface_init),
7617         (tiff_document_thumbnails_get_thumbnail):
7618
7619         Use rotation rather than orientation. It's easier and enough
7620         for our needs.
7621
7622 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7623
7624         * shell/ev-page-cache.c: (build_height_to_page),
7625         (ev_page_cache_new), (ev_page_cache_get_size),
7626         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7627         (ev_page_cache_get_height_to_page):
7628         * shell/ev-page-cache.h:
7629         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7630         (ev_view_size_request_continuous_dual_page),
7631         (ev_view_size_request_continuous),
7632         (ev_view_zoom_for_size_continuous_and_dual_page),
7633         (ev_view_zoom_for_size_continuous):
7634
7635         Make the page cache aware of page orientation.
7636
7637 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7638
7639         * backend/ev-document-thumbnails.c:
7640         (ev_document_thumbnails_get_thumbnail):
7641         * backend/ev-document-thumbnails.h:
7642         * backend/ev-document.c:
7643         * backend/ev-document.h:
7644         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7645         * backend/ev-ps-exporter.h:
7646         * pdf/ev-poppler.cc:
7647         * ps/ps-document.c: (ps_document_document_iface_init),
7648         (ps_document_ps_export_do_page):
7649         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7650         * shell/ev-jobs.h:
7651         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7652         (ev_page_cache_get):
7653         * shell/ev-page-cache.h:
7654         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7655         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7656         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7657         * shell/ev-pixbuf-cache.h:
7658         * shell/ev-print-job.c: (idle_print_handler):
7659         * shell/ev-sidebar-thumbnails.c: (add_range):
7660         * shell/ev-view.c: (view_update_range_and_current_page),
7661         (get_page_extents), (ev_view_size_request_dual_page),
7662         (ev_view_size_request_single_page), (draw_one_page),
7663         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7664         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7665         (ev_view_zoom_for_size_dual_page),
7666         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7667         (ev_view_select_all):
7668         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7669         * tiff/tiff-document.c: (tiff_document_get_page_size),
7670         (tiff_document_get_orientation), (rotate_pixbuf),
7671         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7672         (tiff_document_thumbnails_get_thumbnail),
7673         (tiff_document_ps_export_do_page), (tiff_document_init):
7674
7675         Really make use of the orientation bit of the render context.
7676         Use the render context in a few more places in the backend API.
7677         This regress orientation, but now it's done right. Will try to
7678         fix it up asap...
7679
7680 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7681
7682         * shell/ev-view.c: (ensure_rectangle_is_visible):
7683
7684         Patch by Nickolay V. Shmyrev to fix find flickering
7685
7686 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7687
7688         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7689         duplex parameters to ::begin.
7690
7691         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7692         * shell/ev-print-job.c (idle_print_handler): 
7693         * ps/ps-document.c (ps_document_ps_export_begin): 
7694         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7695         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7696         implementations. Poppler backend needs poppler cvs. Rest has
7697         unchanged behavior.
7698
7699 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7700
7701         * shell/ev-window.c (using_pdf_printer): new function.
7702         (ev_window_print_range): print a less techy message if someone
7703         tries to print to PDF.
7704
7705 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7706
7707         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7708         from "unknown font" string. Bug #311431
7709
7710 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7711
7712         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7713
7714 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7715
7716         Bug #311280
7717         
7718         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7719         name for PopplerFontTypes
7720         (pdf_document_fonts_fill_model): add font type to the detail column
7721
7722         * backend/ev-document-fonts.h: added
7723         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7724
7725         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7726         font name and font details, add a little markup.
7727         (ev_properties_fonts_init): use the new cell data func, specify ypad
7728         property for the cell renderer.
7729         (ev_properties_fonts_set_document): add the details column.
7730
7731 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7732
7733         * configure.ac: Added "pl" to ALL_LINGUAS.
7734
7735 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7736
7737         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7738
7739 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7740
7741         * help/ChangeLog: Started this for translations of manual.
7742         * configure.ac, autogen.sh, .cvsignore: Migrated to
7743         gnome-doc-utils. Patch in bug #311222.
7744
7745 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7746
7747         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7748         #ifdef this away to fix an unused-function warning.
7749
7750 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7751
7752         * configure.ac: Added 'gl' to ALL_LINGUAS.
7753
7754 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7755
7756         * configure.ac: Added ne in ALL_LINGUAS
7757         
7758 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7759
7760         * shell/ev-view.c: (ev_view_leave_notify_event):
7761         
7762         Clear status message when pointer leaves view. Fix for bug
7763         #310818 
7764
7765 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7766
7767         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7768
7769 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7770
7771         * shell/ev-view.c: (ev_view_leave_notify_event),
7772         (ev_view_class_init):
7773         
7774         Set cursor to normal then leaving view.
7775
7776 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7777
7778         * configure.ac:
7779         
7780         Fix required djvulibre version.
7781
7782 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7783
7784         *configure.ac: Hindi (hi) language added
7785
7786 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7787
7788         *configure.ac: Punjabi (pa) Language added
7789
7790 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7791
7792         * data/evince-ui.xml, shell/ev-window.c:
7793         
7794         Add keypad accelerators for zooming. Fix for bug 308128.
7795
7796 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7797
7798         * Makefile.am:
7799         * backend/Makefile.am:
7800         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7801         * configure.ac:
7802         * shell/ev-document-types.c: (ev_document_types_add_filters):
7803
7804         Allow to enable/disable the pixbuf backend.
7805         Default to off for now. If we want it enabled we should
7806         really put mime types in the desktop, implement properties etc.
7807
7808         * properties/evince-properties.c:
7809
7810         Initialize error to NULL.
7811         Check error is not NULL before freeing.
7812
7813 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7814
7815         * shell/ev-window.c:
7816
7817         Use F5 as presentation accell
7818
7819 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7820
7821         * shell/ev-window.c: (update_chrome_visibility),
7822         (ev_window_create_fullscreen_popup), (ev_window_init):
7823
7824         Do not leak the fullscreen toolbar
7825
7826 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7827
7828         * shell/ev-window.c: (view_actions_focus_in_cb),
7829         (view_actions_focus_out_cb):
7830
7831         These has a return value! Fix totally random focus
7832         issues we was seeing.
7833
7834 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7835
7836         * shell/main.c: (load_files_remote):
7837
7838         Allow open more than one file
7839
7840 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7841
7842         * shell/main.c: (load_files_remote):
7843
7844         Fix for dbus 0.33. bug #309975
7845
7846 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7847
7848         * properties/ev-properties-main.c: (ev_properties_get_pages):
7849
7850         Actually return NULL for types we dont support
7851
7852 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7853
7854         * po/POTFILES.in:
7855
7856         Remove empty lines.
7857
7858 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7859
7860         * backend/ev-document-factory.c:
7861         (ev_document_factory_get_document):
7862
7863         Do not try to create the object if type
7864         is invalid.
7865
7866 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7867
7868         * ps/ps-document.c: (ps_document_dispose),
7869         (ps_async_renderer_render_pixbuf):
7870         * ps/ps-document.h:
7871
7872         Do not leak the target window
7873
7874 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7875
7876         * shell/ev-application.c: (ev_application_init):
7877
7878         Let tbe check file existence for us.
7879         Add a comment about eggrecent mime filter.
7880
7881 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7882
7883         * data/evince-ui.xml:
7884         * shell/ev-application.c: (ev_application_shutdown),
7885         (ev_application_init), (ev_application_get_toolbars_model),
7886         (ev_application_get_recent_model),
7887         (ev_application_save_toolbars_model):
7888         * shell/ev-application.h:
7889         * shell/ev-window.c: (ev_window_add_recent),
7890         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7891         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7892         (ev_window_init):
7893
7894         Use common toolbar and recent models for all windows.
7895         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7896
7897 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7898
7899         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7900         successfully check for gtk_icon_view_get_visible_range.
7901
7902 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * djvu/Makefile.am:
7905         * dvi/Makefile.am:
7906         
7907         Fix djvu and dvi backend build.
7908
7909 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7910
7911         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7912         (new_separator_pixbuf):
7913
7914         Don't leak windows.
7915
7916 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7917
7918         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7919
7920         HIGification of toolbar editor dialogue.
7921
7922 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7923
7924         * configure.ac:
7925         * shell/Makefile.am:
7926
7927         Ever build metadata manager since it's just
7928         disabled at runtime now.
7929
7930 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7931
7932         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7933         (ev_metadata_manager_get), (ev_metadata_manager_set):
7934         * shell/ev-metadata-manager.h:
7935
7936         Add an _init functions that enabled metadata management
7937         at runtime.
7938
7939         * shell/ev-window.c: (page_changed_cb),
7940         (setup_document_from_metadata), (ev_window_setup_document),
7941         (setup_view_from_metadata), (ev_window_open_uri),
7942         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7943         (ev_window_run_presentation), (ev_window_stop_presentation),
7944         (save_sizing_mode), (ev_window_zoom_changed_cb),
7945         (ev_window_continuous_changed_cb),
7946         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7947         (window_configure_event_cb):
7948
7949         Remove all ugly metadata define since we deal with it
7950         at runtime now.
7951
7952         * shell/main.c: (load_files_remote), (main):
7953
7954         Add support for dbus cvs head. Hopefully didnt break one
7955         of the other versions now!
7956
7957         If we dont get a response from the dbus server just
7958         give up with it and not enable metadata.
7959
7960 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * Makefile.am:
7963         * backend/Makefile.am:
7964         * configure.ac:
7965         * cut-n-paste/recent-files/Makefile.am:
7966         * cut-n-paste/toolbar-editor/Makefile.am:
7967         * cut-n-paste/zoom-control/Makefile.am:
7968         * lib/Makefile.am:
7969         * pdf/Makefile.am:
7970         * pixbuf/Makefile.am:
7971         * properties/Makefile.am:
7972         * ps/Makefile.am:
7973         * shell/Makefile.am:
7974         * thumbnailer/Makefile.am:
7975         * tiff/Makefile.am:
7976
7977         Make frontends depend on just libev.
7978         Rework and group CFLAGS/LIBS definitions.
7979         Cleanups.
7980
7981 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7982
7983         * shell/ev-window:
7984
7985         do not unnecessarily save zoom
7986
7987         * configure.ac:
7988         * lib/ev-file-helpers.c: (ev_dot_dir):
7989         * shell/Makefile.am:
7990         * shell/dummy.cc:
7991
7992         Some cleanups
7993
7994 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7995
7996         * configure.ac:
7997         
7998         Remove unnecessary dependencies
7999
8000 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8001
8002         * properties/Makefile.am:
8003         * thumbnailer/Makefile.am:
8004         * tiff/Makefile.am:
8005
8006         Some more cleanups. Was really necessary
8007         but I probably introduced bugs, feel free
8008         to flame :)
8009
8010 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8011
8012         * backend/Makefile.am:
8013         * configure.ac:
8014         * cut-n-paste/recent-files/Makefile.am:
8015         * cut-n-paste/toolbar-editor/Makefile.am:
8016         * cut-n-paste/zoom-control/Makefile.am:
8017         * lib/Makefile.am:
8018         * pdf/Makefile.am:
8019         * pixbuf/Makefile.am:
8020         * properties/Makefile.am:
8021         * ps/Makefile.am:
8022         * shell/Makefile.am:
8023         * thumbnailer/Makefile.am:
8024         * tiff/Makefile.am:
8025
8026         Use gnome-common macros when possible.
8027         Cleanup dependencies.
8028         Actually disable deprecated where possible.
8029
8030 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8031
8032         * Makefile.am:
8033         * backend/Makefile.am:
8034         * properties/Makefile.am:
8035         * shell/Makefile.am:
8036         * thumbnailer/Makefile.am:
8037
8038         This should solve the circular dep without
8039         requiring dir reorg!
8040
8041         * shell/ev-window.c: (setup_view_from_metadata):
8042
8043         Never restore window size/position when the
8044         window is already visible.
8045
8046 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8047
8048         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8049
8050         Return a boolean from timeout func. Fix ported from gedit.
8051
8052 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8053
8054         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8055
8056 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8057
8058         * shell/ev-document-types.c: set "All Documents" as default filter in
8059         open dialog
8060
8061 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8062
8063         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8064         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8065         (ev_metadata_manager_set_boolean): fix value/val thinko.
8066
8067 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8068
8069         * shell/ev-window.c: (setup_view_from_metadata),
8070         (window_state_event_cb), (window_configure_event_cb),
8071         (ev_window_init):
8072
8073         Remember window position and maximized state
8074
8075 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8076
8077         * configure.ac:
8078
8079         Fix DBUS configure checks.
8080
8081         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8082         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8083         (ev_metadata_manager_set_boolean):
8084
8085         Plug mem leaks.
8086
8087         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8088         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8089         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8090         (ev_window_continuous_changed_cb),
8091         (ev_window_dual_mode_changed_cb), (ev_window_new):
8092
8093         Fix the build without DBUS.
8094
8095 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8096
8097         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8098         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8099         (ev_metadata_manager_set_string),
8100         (ev_metadata_manager_set_boolean):
8101         * shell/ev-metadata-manager.h:
8102
8103         Add support for some more types
8104
8105         * shell/ev-view.c: (scroll_to_current_page),
8106         (ev_view_get_continuous), (ev_view_set_continuous),
8107         (ev_view_get_dual_page):
8108         * shell/ev-view.h:
8109         * shell/ev-window.c: (page_changed_cb),
8110         (setup_document_from_metadata), (ev_window_setup_document),
8111         (setup_view_from_metadata), (ev_window_open_uri),
8112         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8113         (ev_window_run_presentation), (ev_window_stop_presentation),
8114         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8115         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8116         (ev_window_update_dual_page_action),
8117         (ev_window_continuous_changed_cb),
8118         (ev_window_dual_mode_changed_cb), (ev_window_init):
8119
8120         Remember a bunch of view/document properties. Prolly some
8121         are still missing but it's getting interesting.
8122
8123 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8124
8125         * configure.ac: check if dbus-binding-tool is installed. Not the
8126         case on current Ubuntu breezy, it seems.
8127
8128 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8129
8130         * data/evince.desktop.in.in:
8131         
8132         Allow open uri lists and add TryExec field.
8133
8134 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8135
8136         * configure.ac:
8137
8138         Enable dbus when available, do not require a configure
8139         option.
8140
8141 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8142
8143         * configure.ac:
8144
8145         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8146         disabled.
8147
8148 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8149         Marco Pesenti Gritti  <mpg@redhat.com>
8150
8151         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8152         
8153         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8154         functions to the format required by dbus
8155
8156         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8157         errors. Use the RPC parameters in the expected way
8158
8159 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8160
8161         * Makefile.am:
8162         * properties/Makefile.am:
8163         * properties/ev-properties-main.c: (ev_properties_get_pages):
8164
8165         Support all mime types
8166
8167         * shell/Makefile.am:
8168         * thumbnailer/Makefile.am:
8169         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8170         (evince_thumbnail_pngenc_get):
8171
8172         Use the document factory
8173
8174 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8175
8176         * backend/Makefile.am:
8177         * backend/ev-document-factory.c:
8178         (mime_type_supported_by_gdk_pixbuf),
8179         (ev_document_type_get_from_mime),
8180         (ev_document_factory_get_document),
8181         (ev_document_factory_get_backend),
8182         (ev_document_factory_get_mime_types),
8183         (ev_document_factory_get_all_mime_types):
8184         * backend/ev-document-factory.h:
8185         * shell/Makefile.am:
8186         * shell/ev-document-types.c: (get_document_from_uri),
8187         (ev_document_types_get_document),
8188         (file_filter_add_mime_list_and_free),
8189         (ev_document_types_add_filters):
8190         * shell/ev-document-types.h:
8191         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8192         * shell/ev-properties-dialog.c:
8193         (ev_properties_dialog_set_document):
8194         * shell/ev-window.c: (ev_window_cmd_file_open),
8195         (ev_window_cmd_save_as):
8196         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8197
8198         Rework document types managing to avoid code duplication
8199         and actually abstract from backend implementations.
8200         Also provide a minimal factory api that can be used by
8201         thumbnailer/properties.
8202
8203 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8204
8205         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8206         Plug a mem leak.
8207         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8208         HIG spacings.
8209
8210 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8211
8212         * shell/ev-properties-dialog.c
8213         (ev_properties_dialog_set_document): only call
8214         ev_properties_fonts_set_document() if the document implements the
8215         fonts interface
8216
8217 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8218
8219         * configure.ac:
8220         * properties/Makefile.am:
8221         * properties/ev-properties-view.c:
8222         (ev_properties_view_register_type):
8223         * properties/ev-properties-view.h:
8224         * properties/ev-properties-main.h:
8225
8226         Implement nautilus plugin for properties.
8227         Works only for pdf atm, I need to rework the
8228         document types stuff to get this to work
8229         for all backends...
8230
8231 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8232
8233         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8234         (ev_properties_fonts_set_document): use
8235         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8236
8237 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8238
8239         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8240         them
8241         (PlaceImage, tiff2ps_process_page): use
8242         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8243
8244
8245 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8246
8247         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8248         (main): to call gnome_authentication_manager_init. Should fix
8249         Bug #308510
8250
8251         * configure.ac: that requires libgnomeui 2.6.0.
8252
8253 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8254
8255         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8256         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8257         use the new tiff2ps interfaces
8258
8259         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8260         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8261
8262         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8263         structure instead of global variables.  Remove use of static
8264         variables in functions.
8265
8266 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8267
8268         * shell/ev-page-action.c: unref the completion after setting it to the
8269         entry
8270
8271 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8272
8273         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8274         postscript files
8275
8276 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8277
8278         * shell/ev-window.c (update_action_sensitivity): disable
8279         File->Print if the document does not implement the ps exporter
8280         interface
8281
8282 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8283
8284         * Makefile.am:
8285         * configure.ac:
8286         * data/evince-properties.glade:
8287         * properties/.cvsignore:
8288         * properties/Makefile.am:
8289         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8290         (ev_properties_view_class_init), (ev_properties_view_format_date),
8291         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8292         (ev_properties_view_init), (ev_properties_view_new):
8293         * properties/ev-properties-view.h:
8294         * shell/Makefile.am:
8295         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8296         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8297         (ev_properties_dialog_new):
8298         * shell/ev-properties-dialog.h:
8299         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8300         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8301         (update_progress_label), (job_fonts_finished_cb),
8302         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8303         * shell/ev-properties-fonts.h:
8304         * shell/ev-properties.c:
8305         * shell/ev-properties.h:
8306         * shell/ev-window.c: (ev_window_setup_document),
8307         (ev_window_cmd_file_properties):
8308
8309         Split the properties pages in two different objects, depend
8310         only on the backend where possible, use widgets instead
8311         of gobject for the glade part, reimplement the dialog
8312         itself with gtk.
8313         I need this to implement nautilus properties page.
8314
8315 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8316
8317         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8318         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8319         (tiff_document_document_ps_exporter_iface_init): implement the ps
8320         exporter interface for tiff documents
8321
8322         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8323         libtiff to implement TIFF postscript export
8324
8325         * tiff/tiff2ps.h: added a header file for external tiff2ps
8326         functions.
8327
8328         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8329         tiff2ps.h
8330
8331 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8332
8333         * shell/ev-view.c: (scroll_to_current_page),
8334         (ev_view_set_fullscreen), (ev_view_set_presentation):
8335         
8336         Scroll to current page when exit from presentation
8337
8338 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8339
8340         * shell/ev-window.c: (update_document_mode),
8341         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8342         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8343         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8344         
8345         Exit from fullscreen mode when switch to presentation. Fix for
8346         bug 309365
8347
8348 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8349
8350         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8351         return NULL if the document does not implement the selection
8352         interface.
8353
8354 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8355
8356         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8357         reported height by using the resolution aspect ratio
8358         (tiff_document_render_pixbuf): scale the pixbuf using the
8359         resolution aspect ratio
8360
8361 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8362
8363         * configure.ac:
8364         
8365         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8366         <kiltedaco@gmail.com>
8367         
8368         * djvu/djvu-document.c: (djvu_document_get_orientation),
8369         (djvu_document_set_orientation), (djvu_document_get_page_size),
8370         (rotate_pixbuf), (djvu_document_render_pixbuf),
8371         (djvu_document_document_iface_init):
8372         * dvi/dvi-document.c: (dvi_document_get_orientation),
8373         (dvi_document_set_orientation), (dvi_document_get_page_size),
8374         (rotate_pixbuf), (dvi_document_render_pixbuf),
8375         (dvi_document_document_iface_init):
8376         
8377         Dvi and djvu backends are ported to new API
8378
8379 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8380
8381         * backend/ev-selection.c: (ev_selection_get_selection_region),
8382         (ev_selection_get_selection_map):
8383         * backend/ev-selection.h:
8384         * pdf/ev-poppler.cc:
8385         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8386         * shell/ev-jobs.h:
8387         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8388         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8389         (ev_pixbuf_cache_get_text_mapping):
8390         * shell/ev-pixbuf-cache.h:
8391         * shell/ev-view.c: (location_in_text),
8392         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8393         support to EvView.  Now we can see where we can select!  Sweet!
8394
8395 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8396
8397         * shell/ev-view.c (ev_view_button_press_event): Fix
8398         event->y + view->scroll_x typo.
8399
8400 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8401
8402         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8403         sub-GdkPixbuf instead of passing dest_x and dest_y.
8404         
8405         * shell/ev-view.c: (view_point_to_doc_point),
8406         (view_rect_to_doc_rect), (ev_view_button_press_event),
8407         (ev_view_motion_notify_event), (compute_new_selection_rect),
8408         (gdk_rectangle_point_in), (compute_new_selection_text),
8409         (compute_selections): Update selection code to keep the selection
8410         around as two points and not as a normalized rectangle, and fix
8411         page level selection in two-column mode.
8412
8413 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8414
8415         * shell/ev-window.c: (window_configure_event_cb): 
8416         
8417         Fix compilation
8418         
8419 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8420
8421         * pdf/ev-poppler.cc:
8422
8423         Fix compilation
8424
8425 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8426
8427         * shell/Makefile.am:
8428         * shell/ev-metadata-manager.c: (item_free),
8429         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8430         (parse_value), (parseItem), (load_values),
8431         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8432         (save_values), (save_item), (get_oldest), (resize_items),
8433         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8434         * shell/ev-metadata-manager.h:
8435
8436         Metadata manager from gedit but modified to use GValue, so that
8437         we dont need to keep converting from strings.
8438
8439         * configure.ac:
8440
8441         ENABLE_METADATA conditional, on when dbus is on
8442
8443         * shell/ev-application.c: (ev_application_open_uri):
8444
8445         Show the window after load so that we can initialize
8446         window size before it's showed.
8447
8448         * shell/ev-window.c: (ev_window_setup_from_metadata),
8449         (ev_window_open_uri), (window_configure_event_cb),
8450         (ev_window_init):
8451
8452         Save and load metadata information about window size.
8453         Not yet keeping states in account.
8454
8455         * shell/main.c: (main):
8456
8457         Shutdown metadata manager.
8458
8459 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8460
8461         * shell/ev-application-service.xml:
8462         * configure.ac:
8463         * shell/Makefile.am:
8464         * shell/ev-application.c:
8465         * shell/ev-application.h:
8466         * shell/ev-window.c:
8467         * shell/ev-window.h:
8468         * shell/main.c:
8469
8470         Add an optional dbus interface (--enable-dbus).
8471         Rework application code, mainly to be easier to
8472         use "remotely".
8473         Do not open multiple windows with the same document,
8474         spatial evince!
8475
8476 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8477
8478         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8479         pixbuf iff it exists.
8480
8481 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8482
8483         * shell/*:
8484         * backend/ev-render-context.[ch]:
8485         * backend/ev-selection.[ch]:
8486
8487         Massive changes.  We now support text selection of pdfs, and not
8488         just rectangular selection.  This is pretty broken still, but I
8489         want to get something into CVS.
8490
8491 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8492
8493         * pdf/ev-poppler.cc:
8494         
8495         Fix for Bug 309080: crash on window close.
8496         
8497         * shell/ev-page-action.c: (page_changed_cb):
8498         
8499         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8500         jensgr@gmx.net (Jens Granseuer).
8501
8502 2005-06-25  Marcel Telka  <marcel@telka.sk>
8503
8504         * configure.in (ALL_LINGUAS): Added sk.
8505
8506 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8507
8508         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8509         not a document open
8510
8511 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8512
8513         * NEWS:
8514         * configure.ac:
8515
8516         Release 0.3.2
8517
8518         * cut-n-paste/recent-files/Makefile.am:
8519
8520         Fix make distcheck
8521
8522 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8523
8524         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8525         (pixbuf_document_set_orientation), (rotate_pixbuf),
8526         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8527         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8528
8529         Implement rotation and cleanup the code a bit.
8530
8531         * tiff/tiff-document.c: (tiff_document_get_page_size),
8532         (tiff_document_get_orientation), (tiff_document_set_orientation),
8533         (rotate_pixbuf), (tiff_document_render_pixbuf),
8534         (tiff_document_document_iface_init), (tiff_document_init):
8535
8536         Implement rotation. Was the quicker solution for the release
8537         but we really need to share this code in the shell.
8538
8539 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8540
8541         * pdf/ev-poppler.cc:
8542
8543         Enable rotation, require poppler cvs. Fix a leak.
8544
8545 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8546
8547         * shell/ev-window.c: (update_action_sensitivity):
8548         
8549         Make properties unsensitive if document backend doesn't provide
8550         any info
8551
8552 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8553
8554         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8555         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8556         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8557         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8558         (bitmap_flip_rotate_counter_clockwise):
8559         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8560         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8561         (buff_gets):
8562         * dvi/mdvi-lib/common.h:
8563         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8564         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8565         (opendvi), (mdvi_reload), (mdvi_init_context),
8566         (mdvi_destroy_context), (mdvi_dopage), (special):
8567         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8568         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8569         (file_hash_free), (register_encoding), (parse_spec),
8570         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8571         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8572         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8573         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8574         (mdvi_register_font_type), (mdvi_unregister_font_type),
8575         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8576         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8577         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8578         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8579         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8580         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8581         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8582         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8583         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8584         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8585         (mdvi_unregister_special), (mdvi_flush_specials):
8586         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8587         (t1_font_remove):
8588         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8589         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8590         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8591         (free_font_metrics), (flush_font_metrics):
8592         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8593         (tt_font_remove):
8594         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8595         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8596         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8597         (dstring_insert), (dstring_new), (dstring_reset):
8598         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8599         
8600         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8601         avoid conflict with libtool on FC4
8602         
8603         * shell/ev-window.c: (ev_window_cmd_help_about):
8604         
8605         Update copyright year. Fix for bug 308828.
8606
8607 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8608
8609         * shell/ev-view.c: (add_scroll_binding_keypad),
8610         (ev_view_binding_activated), (ev_view_class_init),
8611         (on_adjustment_value_changed):
8612         
8613         Bug 170874: Arrow keys switch pages in presentation mode
8614
8615 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8616
8617         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8618         
8619         Fix for Bug 308265: Sidebar dissappears coming out of 
8620         Presentation mode
8621
8622 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8623
8624         * shell/ev-application.c: (ev_application_open):
8625         * shell/ev-document-types.c: (ev_document_types_add_filters),
8626         (ev_document_types_add_filters_for_type):
8627         * shell/ev-document-types.h:
8628         * shell/ev-window.c: (ev_window_cmd_save_as):
8629         
8630         Suggest basename as template when saving, provide filters
8631         for save dialog. It's bug 308402
8632
8633 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8634
8635         * pdf/ev-poppler.cc:
8636         * shell/ev-sidebar-links.c: (job_finished_callback):
8637         * shell/ev-view.c: (update_find_status_message):
8638         
8639         Some leaks fixed
8640
8641 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8642
8643         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8644         (egg_recent_view_uimanager_set_list):
8645
8646         Fix buglet in !show_numbers case.
8647
8648 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8649
8650         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8651         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8652
8653         Use pango ellipsisation.
8654
8655         * pdf/ev-poppler.cc:
8656
8657         Fix refcount leak, from nsh.
8658
8659 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8660
8661         * cut-n-paste/recent-files/Makefile.am:
8662         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8663         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8664         
8665         Removed EggRecentViewGtk
8666         
8667         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8668         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8669         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8670         (ev_window_setup_recent):
8671         
8672         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8673         with other projects
8674
8675 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8676
8677         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8678         (egg_recent_view_gtk_finalize):
8679
8680         Fix memory leak
8681
8682         * cut-n-paste/toolbar-editor/Makefile.am:
8683         
8684         Fix location of cursor icon.
8685         
8686         * pdf/ev-poppler.cc:
8687         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8688         (display_completion_text), (match_completion):
8689         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8690         (selection_changed_callback), (create_loading_model),
8691         (print_section_cb), (links_page_num_func),
8692         (update_page_callback_foreach):
8693         * shell/ev-window.c: (ev_window_dispose):
8694         
8695         Small memory fixes. Links model now store objects instead
8696         of pointers to improve memory management. 
8697
8698 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8699
8700         * shell/ev-window.c: (zoom_control_changed_cb):
8701         
8702         Fix update of zoom control (bug 308268).
8703
8704 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8705
8706         * shell/ev-properties.c (set_property): escape the text correctly.
8707         Handles non-UTF-8 properties and escaped properties.  Also, sets
8708         the text to "<i>None</i>" if the property isn't set.
8709
8710         * data/evince-properties.glade: Change the label to be ellipsized,
8711         and give it a minimum size.
8712
8713 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8714
8715         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8716         * shell/ev-sidebar-links.c: (create_loading_model):
8717         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8718         * shell/ev-view.c: (ev_view_set_document):
8719         * shell/ev-window.c: (ev_window_dispose):
8720         
8721         Various small fixes, mostly memory leaks. Thanks to valgrind.
8722
8723 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8724
8725         * ps/ps-document.c: remove the locale.h include again ;-). And
8726         kill the (bogus) setlocale/savelocale business.
8727
8728 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8729
8730         * ps/ps-document.c:
8731         
8732         Include locale.h to fix build
8733         
8734         * shell/ev-sidebar.c:
8735         
8736         Remove unnecessary includes
8737
8738 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8739
8740         * dvi/dvi-document.c: (dvi_document_load):
8741         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8742         * po/POTFILES.in:
8743         
8744         Check for incorrect dvi files. Fix parsing dvi on AMD64
8745         platform. Thanks to tester@tester.ca (Olivier Crete).
8746
8747 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8748
8749         * shell/ev-page-action.c: (match_selected_cb),
8750         (display_completion_text), (match_completion), (update_model):
8751         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8752         (expand_open_links):
8753         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8754         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8755         (ev_sidebar_set_document):
8756         * shell/ev-window.c: (ev_window_xfer_job_cb),
8757         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8758         
8759         Fixed lot's of memory leaks, for example, memory leak on reload, 
8760         described in bug 307793.
8761
8762 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8763
8764         * pdf/ev-poppler.cc:
8765         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8766         (update_visible_range), (adjustment_changed_cb),
8767         (ev_sidebar_thumbnails_fill_model),
8768         (ev_sidebar_thumbnails_refresh),
8769         (ev_sidebar_tree_selection_changed),
8770         (ev_sidebar_icon_selection_changed),
8771         (ev_sidebar_thumbnails_use_icon_view),
8772         (ev_sidebar_thumbnails_set_document):
8773         * shell/ev-sidebar-thumbnails.h:
8774         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8775         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8776
8777         Refresh thumbnails when changing orientation. Not fully
8778         working yet becuase of a sidebar bug.
8779
8780         Set page orientation to poppler page everywhere. This sucks
8781         really need to fix poppler.
8782
8783 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8784
8785         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8786         (egg_recent_view_gtk_new_menu_item),
8787         (egg_recent_view_gtk_set_property),
8788         (egg_recent_view_gtk_get_property),
8789         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8790         (egg_recent_view_gtk_set_tooltip_func),
8791         (egg_recent_view_gtk_set_label_width),
8792         (egg_recent_view_gtk_get_label_width):
8793         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8794
8795         Sync with libegg (ellipsize labels)
8796
8797 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8798
8799         * data/evince-ui.xml:
8800         * shell/ev-window.c: (ev_window_cmd_go_forward),
8801         (ev_window_cmd_go_backward):
8802         
8803         Shift + PageUp moves 10 Pages. Fix for 306125
8804
8805 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8806
8807         * pdf/ev-poppler.cc:
8808
8809         Add a flag to check if orientation has been overriden
8810
8811 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8812
8813         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8814         field if necessary.
8815
8816         * ps/ps.h: add creator field to document.
8817
8818         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8819         set creator field.
8820
8821 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8822
8823         * data/evince-properties.glade:
8824         * shell/ev-properties.c: (ev_properties_set_document):
8825
8826         s/PDF Version/Format
8827
8828 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8829
8830         * shell/ev-properties.c: (ev_properties_set_document):
8831
8832         Remove unnecessary translations
8833
8834 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8835
8836         * cut-n-paste/toolbar-editor/Makefile.am:
8837
8838         Correct library name    
8839
8840 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8841
8842         * configure.ac:
8843         * cut-n-paste/recent-files/egg-recent-model.c:
8844         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8845         (egg_recent_model_unlock_file):
8846         * cut-n-paste/recent-files/egg-recent-util.c:
8847         (egg_recent_util_get_unique_id):
8848         * cut-n-paste/recent-files/update-from-egg.sh:
8849         * cut-n-paste/toolbar-editor/Makefile.am:
8850         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8851         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8852         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8853         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8854         (egg_toolbars_model_get_type):
8855         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8856
8857         Better makefile for toolbar editor and update everything
8858         to latest libegg.
8859
8860 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8861
8862         * shell/ev-window.c: (update_document_mode):
8863
8864         Prefer presentation mode when the document
8865         require fullscreen.
8866
8867 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8868
8869         * data/evince-ui.xml:
8870         * shell/ev-window.c:
8871
8872         Add control-equal for zooming
8873
8874 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8875
8876         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8877
8878 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8879
8880         * backend/ev-document.c: (ev_document_get_orientation):
8881         * backend/ev-document.h:
8882         * pdf/ev-poppler.cc:
8883         * ps/ps-document.c: (ps_document_get_orientation),
8884         (ps_document_set_orientation), (ps_document_document_iface_init):
8885
8886         Add a get_orientation api. Improve set_orientation.
8887
8888         * data/evince-ui.xml:
8889         * shell/ev-view.c: (ev_view_set_orientation),
8890         (ev_view_rotate_right), (ev_view_rotate_left):
8891         * shell/ev-view.h:
8892         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8893         (ev_window_cmd_edit_rotate_right):
8894
8895         Better ui for changing document orientation
8896
8897 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8898
8899         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8900         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8901         * shell/ev-sidebar-links.h:
8902         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8903         (ev_sidebar_page_iface_init):
8904         * shell/ev-sidebar-page.h:
8905         * shell/ev-sidebar-thumbnails.c:
8906         (ev_sidebar_thumbnails_get_property),
8907         (ev_sidebar_thumbnails_class_init),
8908         (ev_sidebar_thumbnails_set_document):
8909         * shell/ev-sidebar-thumbnails.h:
8910         * shell/ev-view.c: (ev_view_motion_notify_event):
8911         * shell/ev-window.c: (update_chrome_visibility),
8912         (ev_window_cmd_focus_page_selector),
8913         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8914         (sidebar_page_main_widget_update_cb), (ev_window_init):
8915         
8916         Autoraise toolbar on GoToPage binding and fix bindings in
8917         EvSidebarThumbnails page.
8918
8919 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8920
8921         * shell/ev-properties.c: (update_progress_label):
8922
8923         Hide the progress label when finished; bug #307697.
8924
8925 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8926
8927         * pdf/ev-poppler.cc:
8928
8929         Enable is_open for links, you will need poppler cvs
8930
8931         * shell/ev-properties.c: (job_fonts_finished_cb):
8932
8933         Get a lock on the document when filling the tree view
8934
8935 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8936
8937         * backend/ev-document-links.h:
8938         * pdf/ev-poppler.cc:
8939         * shell/ev-sidebar-links.c: (create_loading_model),
8940         (expand_open_links), (job_finished_callback):
8941
8942         Expand links when specified by the document.
8943         Depend on a poppler api (defined out for now)
8944
8945 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8946
8947         * shell/ev-properties.c: (ev_properties_dispose),
8948         (ev_properties_class_init), (dialog_destroy_cb),
8949         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8950         (ev_properties_set_document), (ev_properties_new),
8951         (ev_properties_show):
8952         * shell/ev-properties.h:
8953
8954         Make it an object, cleanup the code, api to show it as transient
8955         and to set the document.
8956
8957         * shell/ev-window.c: (ev_window_setup_document),
8958         (ev_window_cmd_file_properties):
8959
8960         Adapt to EvProperties changes, do not show multiple
8961         times, update it when document changes.
8962
8963 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8964
8965         * ps/gstypes.h:
8966         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8967         (ps_document_set_orientation), (ps_document_document_iface_init):
8968         * ps/ps-document.h:
8969
8970         Implement orientation here too
8971
8972         * shell/ev-properties.c: (ev_properties_new):
8973         * data/evince-properties.glade:
8974
8975         Hide the fonts page for backends that doesnt
8976         support it.     
8977
8978 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8979
8980         * backend/ev-document.c: (ev_document_set_orientation):
8981         * backend/ev-document.h:
8982         * pdf/ev-poppler.cc:
8983
8984         Add orientation api. Currently poppler api is not optimal,
8985         we need to set orientation every time we _get a page.
8986         I will try to fix that at some point.
8987
8988         * data/evince-ui.xml:
8989         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8990         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8991
8992         Add orientation menu items
8993
8994         * shell/ev-page-cache.c: (ev_page_cache_clear):
8995         * shell/ev-page-cache.h:
8996
8997         Add api to clear the cache
8998
8999         * shell/ev-view.c: (setup_caches), (clear_caches),
9000         (ev_view_set_document), (ev_view_zoom_out),
9001         (ev_view_set_orientation):
9002         * shell/ev-view.h:
9003
9004         Implement orientation changing
9005
9006 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9007
9008         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9009         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9010         * backend/ev-document-fonts.h:
9011
9012         Separate scan and fill so that we can incrementally fill from
9013         the main thread. Add a progress api.
9014
9015         * data/evince-properties.glade:
9016         * pdf/ev-poppler.cc:
9017         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9018         * shell/ev-jobs.h:
9019         * shell/ev-properties.c: (update_progress_label),
9020         (job_fonts_finished_cb), (setup_fonts_view):
9021
9022         Incrementally feel the list and show the progress
9023         percentage in a label like acrobat does.
9024
9025         You are going to need poppler cvs
9026
9027 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9028
9029         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9030         * backend/ev-document-fonts.h:
9031         * pdf/ev-poppler.cc:
9032
9033         Make fonts model fill incrementally.
9034
9035         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9036         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9037         (ev_job_queue_remove_job):
9038         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9039         (ev_job_fonts_new), (ev_job_fonts_run):
9040         * shell/ev-jobs.h:
9041
9042         New job for fonts scanning
9043
9044         * shell/ev-properties.c: (job_fonts_finished_cb),
9045         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9046         * shell/ev-properties.h:
9047         * shell/ev-window.c: (ev_window_cmd_file_properties):
9048
9049         Incrementally feel the treeview using the new job. Show Loading...
9050         message until scanning is completed.
9051
9052         Hopefully I didnt break the build without the poppler patch.
9053
9054 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9055
9056         * shell/ev-application.c: (ev_application_open):
9057         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9058         (ev_document_type_get_type), (ev_document_type_lookup):
9059         * shell/ev-document-types.h:
9060         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9061         * shell/ev-job-xfer.h:
9062         * shell/ev-window.c: (ev_window_clear_local_uri),
9063         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9064         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9065         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9066         
9067         Transfer remote documents to tmp directory to display them later.
9068
9069 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9070
9071         * backend/ev-document-info.h:
9072         * shell/ev-properties.c: (ev_properties_new):
9073
9074         s/GTime*/GTime. Not sure why we was using a pointer
9075         at all there!
9076
9077 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9078
9079         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9080         situations.  That situation is that you're using GTK+-HEAD with
9081         the patch at #306726 is applied, and you have a document with <
9082         1500 pages in it.  It's not quite as uniformly nice as the
9083         TreeView, but should be better in the long run.
9084
9085         I'm pretty sure I guarded against breaking compilation with
9086         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9087         I missed some.
9088
9089         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9090         widget yet, so I commented that code out
9091         enable_view_actions_for_widget() for now.  Need to figure this
9092         out.
9093
9094         * shell/ev-page-action.c (match_selected_cb): emit the right
9095         signals.  Our cool C-l completion now works.
9096
9097 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9098
9099         * backend/Makefile.am:
9100         * backend/ev-document-fonts.c:
9101         * backend/ev-document-links.c:
9102         * backend/ev-document.c: (ev_document_load):
9103         * backend/ev-document.h:
9104         * backend/ev-job-queue.c:
9105         * backend/ev-job-queue.h:
9106         * backend/ev-jobs.c:
9107         * backend/ev-jobs.h:
9108         * backend/ev-page-cache.c:
9109         * backend/ev-page-cache.h:
9110
9111         EvPageCache and EvJobs are moved to shell.
9112
9113         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9114         (ev_tmp_filename):
9115         * lib/ev-file-helpers.h:
9116         
9117         New helper to work with temporary files
9118         
9119         * shell/Makefile.am:
9120         * shell/ev-application.c: (ev_application_open):
9121         * shell/ev-application.h:
9122         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9123         (remove_job_from_async_queue), (add_job_to_async_queue),
9124         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9125         (handle_job), (search_for_jobs_unlocked),
9126         (no_jobs_available_unlocked), (ev_render_thread),
9127         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9128         (ev_job_queue_add_job), (move_job_async), (move_job),
9129         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9130         * shell/ev-job-queue.h:
9131         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9132         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9133         * shell/ev-job-xfer.h:
9134         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9135         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9136         (ev_job_links_class_init), (ev_job_render_init),
9137         (ev_job_render_dispose), (ev_job_render_class_init),
9138         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9139         (ev_job_thumbnail_class_init), (ev_job_load_init),
9140         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9141         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9142         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9143         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9144         * shell/ev-jobs.h:
9145         * shell/ev-page-action.c: (ev_page_action_set_document):
9146         * shell/ev-page-cache.c: (ev_page_cache_init),
9147         (ev_page_cache_class_init), (ev_page_cache_finalize),
9148         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9149         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9150         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9151         (ev_page_cache_get_title), (ev_page_cache_get_size),
9152         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9153         (ev_page_cache_get_height_to_page),
9154         (ev_page_cache_get_max_label_chars),
9155         (ev_page_cache_get_page_label),
9156         (ev_page_cache_has_nonnumeric_page_labels),
9157         (ev_page_cache_get_info), (ev_page_cache_next_page),
9158         (ev_page_cache_prev_page), (ev_page_cache_get):
9159         * shell/ev-page-cache.h:
9160         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9161         (ev_pixbuf_cache_clear_job_sizes),
9162         (ev_pixbuf_cache_add_jobs_if_needed),
9163         (ev_pixbuf_cache_set_page_range):
9164         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9165         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9166         * shell/ev-sidebar-thumbnails.c:
9167         (ev_sidebar_tree_selection_changed),
9168         (ev_sidebar_thumbnails_set_document):
9169         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9170         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9171         (ev_statusbar_get_context_id), (ev_statusbar_push),
9172         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9173         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9174         (ev_statusbar_set_progress):
9175         * shell/ev-statusbar.h:
9176         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9177         (ev_view_find_previous):
9178         * shell/ev-window.c: (ev_window_is_empty),
9179         (ev_window_setup_document), (password_dialog_response),
9180         (ev_window_clear_jobs), (ev_window_load_job_cb),
9181         (ev_window_xfer_job_cb), (ev_window_open_uri),
9182         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9183         (ev_window_print), (ev_window_print_range),
9184         (ev_window_state_event), (ev_window_cmd_view_reload),
9185         (menu_item_select_cb), (menu_item_deselect_cb),
9186         (view_status_changed_cb), (ev_window_dispose),
9187         (drag_data_received_cb), (ev_window_init):
9188         * shell/ev-window.h:
9189         * shell/main.c: (load_files):
9190         
9191         New statusbar to show progress on idle. Two new jobs - 
9192         xfer job and load job to load document in background. And update
9193         of page_cache clients to new location of code.
9194
9195 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9196
9197         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9198         selection in open dialog. It also remembers the last visited directory 
9199         in the current session.
9200
9201 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9202
9203         * shell/ev-properties.c: (ev_properties_new):
9204         * shell/ev-properties.h:
9205         * shell/ev-window.c: (ev_window_cmd_file_properties):
9206         
9207         Get document info from page cache instead of document itself.
9208         This should fix crash related to race conditions described in
9209         bug 306545.
9210
9211 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9212
9213         * ps/ps-document.c: (ps_document_init),
9214         (send_ps), (get_page_box), (output), (catchPipe), (input),
9215         (stop_interpreter), (file_length), (file_readable),
9216         (check_filecompressedb), (ps_document_enable_interpreter),
9217         (document_load), (ps_async_renderer_render_pixbuf):
9218         * ps/ps-document.h:
9219
9220         Big cleanup of the ps code
9221
9222 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9223
9224         * backend/Makefile.am:
9225         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9226         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9227         * backend/ev-async-renderer.h:
9228
9229         Add an async renderer interface (method + callback) which
9230         is useful for backends like ps.
9231
9232         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9233         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9234         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9235         (ev_job_queue_add_job), (move_job_async), (move_job),
9236         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9237
9238         Add queues for async renderer, these are executed on the
9239         main thread.
9240
9241         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9242         (ev_job_render_run):
9243         * backend/ev-jobs.h:
9244
9245         If the backend support async renderer interface use it.
9246
9247         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9248         (setup_pixmap), (ps_document_get_type),
9249         (ps_async_renderer_render_pixbuf),
9250         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9251
9252         Implement async renderer interface.
9253
9254 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9255
9256         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9257
9258         Cleanup links job on exit.
9259
9260 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9261
9262         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9263         (drag_data_get_cb), (drag_data_received_cb):
9264         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9265         (drag_data_get_cb), (parse_item_list),
9266         (egg_toolbar_editor_load_actions):
9267         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9268         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9269         (parse_item_list), (parse_toolbars):
9270         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9271         (dvi_pixbuf_put_pixel):
9272         
9273         Fix gcc 4.0 warnings
9274
9275 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9276
9277         * ps/ps-document.c: (start_interpreter):
9278
9279         Fix warning when loading ps
9280
9281 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9282
9283         * ps/ps-document.c: (output):
9284
9285         Fix crash when priting gs error messages.
9286
9287 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9288
9289         * backend/ev-page-cache.c: (_ev_page_cache_new):
9290         * backend/ev-page-cache.h:
9291
9292         Use a const to return title so that we dont double
9293         free it. Small cleanup and fix a leak.
9294
9295         * shell/ev-window.c: (update_window_title):
9296
9297         strdup value from get_title.
9298
9299 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9300
9301         * shell/ev-sidebar-links.c: (job_finished_callback),
9302         (ev_sidebar_links_set_document):
9303
9304         Cleanup the old job when changing document
9305
9306 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9307
9308         * shell/ev-stock-icons.c:
9309         * shell/ev-stock-icons.h:
9310         * shell/ev-window.c:
9311         
9312         Add stock icons for actions that can appear in toolbar. Fix for
9313         bug 306566.
9314
9315 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9316
9317         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9318         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9319         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9320         * backend/ev-page-cache.h:
9321         * shell/ev-view.c: (scroll_to_current_page),
9322         (view_update_range_and_current_page), (get_page_y_offset),
9323         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9324         (ev_view_size_request_continuous),
9325         (ev_view_zoom_for_size_continuous_and_dual_page),
9326         (ev_view_zoom_for_size_continuous):
9327         
9328         More compact EvView layout in document with pages of different size.
9329
9330 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9331
9332         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9333         compilation.
9334
9335 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9336
9337         * shell/ev-view.c: (view_set_adjustment_values):
9338         * shell/ev-window.c: (ev_window_cmd_file_properties):
9339         
9340         A bit different fix for rounding problem but it has no
9341         problems on startup. Make properties window transient to parent.
9342
9343 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9344
9345         * pdf/ev-poppler.cc:
9346         
9347         More commenting of font stuff.
9348
9349 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9350
9351         * pdf/ev-poppler.cc:
9352
9353         Comment out some more fonts stuff. Should really
9354         work without the poppler patch now.
9355
9356 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9357
9358         * pdf/ev-poppler.cc:
9359
9360         Adapt to api change
9361
9362 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9363
9364         * data/evince-properties.glade:
9365         * pdf/ev-poppler.cc:
9366         * shell/ev-properties.c: (setup_fonts_view):
9367
9368         Set the column title. Show the dialog only
9369         once everything is setup.
9370         Getting font info can be very slow... will
9371         prolly need to make this threaded too.
9372
9373 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9374
9375         * backend/Makefile.am:
9376         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9377         (ev_document_fonts_get_fonts_model):
9378         * backend/ev-document-fonts.h:
9379         * data/evince-properties.glade:
9380         * pdf/ev-poppler.cc:
9381         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9382         * shell/ev-properties.h:
9383         * shell/ev-window.c: (ev_window_cmd_file_properties):
9384
9385         Implement fonts list. Defined out for now, since it depends
9386         on a not yet committed poppler patch.
9387
9388 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9389
9390         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9391         page + 1.
9392
9393         * shell/ev-window.c: Make sure we add the timeout when we get a
9394         focus-in event.
9395
9396         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9397         adjustment->value before calculating the zoom factor to average
9398         out all of our rounding errors.  The page no longer 'drifts' when
9399         resizing.
9400
9401 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9402
9403         * data/evince-properties.glade:
9404         * shell/ev-properties.c: (ev_properties_format_date),
9405         (set_property):
9406         
9407         Labels don't expand when the dialogue is resized.
9408         strftime result needs to be converted to UTF-8. Thanks
9409         to Christian Persch <chpe@gnome.org>.
9410
9411 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9412
9413         * data/evince-properties.glade:
9414
9415         Hide the fonts tab
9416
9417 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9418
9419         * backend/ev-document-info.h:
9420         * backend/ev-document.c: (ev_document_info_free):
9421         * data/evince-properties.glade:
9422         * pdf/ev-poppler.cc:
9423         * ps/ps-document.c: (ps_document_get_info):
9424         * shell/ev-properties.c: (ev_properties_format_date),
9425         (set_property), (ev_properties_new):
9426         * shell/ev-properties.h:
9427         * shell/ev-window.c: (ev_window_cmd_file_properties):
9428
9429         Rework properties code to take only EvPropertyInfo
9430         in the constructor so that it can be useful for
9431         nautilus plugin too.
9432
9433         Deal with backends that doesnt support some properties.
9434         Make set property code generic.
9435
9436 2005-06-04  Christian Persch <chpe@gnome.org>
9437
9438         * data/evince-properties.glade:
9439
9440         fix spacings, make resizeable, and make data labels
9441         selectable + ellipsised
9442
9443 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9444
9445         * backend/ev-document-info.h:
9446         * data/Makefile.am:
9447         * data/evince-ui.xml:
9448         * pdf/ev-poppler.cc:
9449         * shell/Makefile.am:
9450         * shell/ev-window.c: (update_action_sensitivity),
9451         (ev_window_cmd_file_properties):
9452
9453         Initial go at file properties. Patch by
9454         Emil Soleyman-Zomalan <emil@soleyman.com>.
9455         Needs love see #169583
9456
9457 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9458
9459         * ps/ps-document.c: (output):
9460         * ps/ps.c: (psscan):
9461
9462         Try to render even if psscan fails.
9463
9464 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9465
9466         * ps/ps.c: (psscan), (pscopydoc):
9467
9468         Port buffered reading code from gv
9469
9470 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9471
9472         * ps/ps-document.c: (interpreter_message), (output):
9473
9474         Do not fail on interpreter messages
9475
9476 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9477
9478         * backend/ev-document-misc.c:
9479         (ev_document_misc_get_thumbnail_frame):
9480
9481         Pages can be 0 x 0, dont assert on this case
9482
9483 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9484
9485         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9486         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9487
9488         Correctly manage our reference on document. Finally the reload
9489         huge leak is gone...
9490
9491 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9492
9493         * ps/ps-document.c: (ps_document_dispose):
9494
9495         Forgot to chain it to the parent. Thanks chpe.
9496
9497 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9498
9499         * ps/ps-document.c: (ps_document_dispose),
9500         (ps_document_class_init), (stop_interpreter), (document_load):
9501
9502         Cleanup dispose a bit. Dont leak the whole pixmap.
9503
9504 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9505
9506         * pdf/ev-poppler.cc:
9507
9508         Release the poppler document on dispose
9509
9510 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9511
9512         * shell/ev-view.c: (ev_view_set_document):
9513
9514         Release ref on the pixbuf cache when changing
9515         document.
9516
9517 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9518
9519         * ps/ps-document.c: (ps_document_get_info):
9520
9521         Fix a double free
9522
9523 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9524
9525         * backend/ev-page-cache.c: (ev_page_cache_init),
9526         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9527         * backend/ev-page-cache.h:
9528         * shell/ev-page-action.c: (page_changed_cb):
9529         
9530         Set page action entry width depending on labels width. Fix
9531         for bug 305202.
9532
9533 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9534
9535         * backend/ev-link.c: (ev_link_class_init):
9536
9537         Allow -1 as page value (error)
9538
9539 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9540
9541         * shell/ev-sidebar-thumbnails.c:
9542         (ev_sidebar_thumbnails_set_document):
9543         * shell/ev-view.c: (scroll_to_current_page),
9544         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9545         (page_changed_cb), (on_adjustment_value_changed),
9546         (ev_view_set_document):
9547
9548         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9549         Fix bug 305377
9550
9551 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9552
9553         * configure.ac:
9554         * djvu/djvu-document.c: (djvu_document_get_page_size):
9555
9556         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9557         bug 301993.
9558
9559 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9560
9561         * shell/ev-view.c (draw_one_page): modify the expose handling to
9562         get the shadows.
9563
9564         * shell/ev-window.c (update_action_sensitivity): Respect
9565         permissions field.  Kowtow to the man.
9566
9567         * pdf/ev-poppler.cc: Get the permissions field.
9568
9569         * tiff/*c: Make a tiny bit more robust.
9570
9571 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9572
9573         * djvu/djvu-document.c:
9574         
9575         Pop messages from djvu context message queue.
9576
9577 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9578
9579         * configure.ac, Makefile.am, shell/Makefile.am:
9580         * tiff/Makefile.am, shell/ev-document-types.c:
9581         
9582         Cleanup tiff configure checks. Fix for bug 305218.
9583
9584 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9585
9586         * configure.ac: Added "uk" to ALL_LINGUAS.
9587
9588 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9589
9590         * cut-n-paste/zoom-control/ephy-zoom.c:
9591         (ephy_zoom_get_changed_zoom_level):
9592         * cut-n-paste/zoom-control/ephy-zoom.h:
9593         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9594         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9595         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9596         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9597         (zoom_control_changed_cb), (ev_window_init):
9598         
9599         Fix minor points related to moving best fit up. Introduce
9600         "zoom" property and make zoom control change it's value on
9601         notify::zoom signals. Fix for 305080.
9602
9603 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9604
9605         * data/evince-ui.xml:
9606         * shell/ev-window.c: (set_view_actions_sensitivity):
9607         
9608         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9609
9610 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9611
9612         * configure.ac:
9613
9614         Depends on poppler 0.3.2
9615
9616 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9617
9618         * cut-n-paste/recent-files/egg-recent-item.c:
9619         (egg_recent_item_get_short_name):
9620         * cut-n-paste/toolbar-editor/Makefile.am:
9621         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9622         (new_pixbuf_from_widget):
9623         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9624         * cut-n-paste/toolbar-editor/egg-marshal.c:
9625         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9626         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9627
9628         Sync
9629
9630 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9631
9632         * tiff/tiff-document.c: Rough TIFF backend.
9633
9634 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9635
9636         * NEWS:
9637         * configure.ac:
9638         * cut-n-paste/toolbar-editor/Makefile.am:
9639
9640         Release 0.3.1
9641
9642 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9643
9644         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9645         (ev_view_find_next), (ev_view_find_previous):
9646
9647         Remove the locks around get_n_results   
9648
9649 2005-05-21  Juerg Billeter  <j@bitron.ch>
9650
9651         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9652
9653         Pass correct number of pages to poppler.
9654
9655 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9656
9657         * configure.ac:
9658         * data/Makefile.am:
9659         * data/evince.desktop.in: 
9660         * data/evince.desktop.in.in:
9661         * po/POTFILES.in:
9662         
9663         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9664
9665 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9666
9667         * shell/ev-view.c: (view_update_adjustments),
9668         (view_set_adjustment_values): cast adjustmen->value to (int)
9669         before using it.  Otherwise, we get off by a pixel in some
9670         situations.
9671
9672         (draw_one_page): Draw the border on expose.
9673
9674 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9675
9676         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9677         adjustment when the mode changes, #304923
9678
9679 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9680
9681         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9682         flickering on resize but still use gdk_window_scroll on
9683         scrolling
9684
9685 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9686
9687         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9688         option, #170458
9689
9690 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9691
9692         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9693         second page on page_changed if possible, #304669
9694
9695 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9696
9697         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9698         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9699
9700 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9701
9702         * .cvsignore:
9703         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9704         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9705         (ev_view_zoom_for_size_presentation),
9706         (ev_view_zoom_for_size_continuous_and_dual_page),
9707         (ev_view_zoom_for_size_continuous),
9708         (ev_view_zoom_for_size_dual_page),
9709         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9710         * shell/ev-view.h:
9711         * shell/ev-window.c: (update_view_size),
9712         (ev_window_sizing_mode_changed_cb):
9713
9714         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9715         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9716         an infinite loop, #304769
9717
9718
9719 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9720
9721         * data/evince-ui.xml:
9722         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9723         * shell/ev-window.c: (set_view_actions_sensitivity):
9724
9725         Make PgUp/Down behave like Space
9726
9727 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9728
9729         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9730         * backend/ev-ps-exporter.h:
9731         * pdf/ev-poppler.cc:
9732         * ps/ps-document.c: (ps_document_ps_export_begin):
9733         * shell/ev-print-job.c: (idle_print_handler):
9734
9735         Adapt to new poppler api
9736
9737 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9738
9739         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9740         (ephy_zoom_control_init):
9741
9742         Translate zoom levels
9743
9744 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9745
9746         * cut-n-paste/zoom-control/ephy-zoom.c:
9747         (ephy_zoom_get_zoom_level_index):
9748
9749         Fix current zoom -> zoom control match
9750
9751 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9752
9753         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9754         rather than the scrolled_window that it's in. Fixes bug #304655.
9755
9756 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9757
9758         * shell/ev-view.c: (view_update_adjustments),
9759         (view_set_adjustment_values), (view_update_range_and_current_page),
9760         (view_scroll_to_page), (set_scroll_adjustment),
9761         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9762         (ev_view_scroll), (ev_view_scroll_view),
9763         (ensure_rectangle_is_visible), (find_page_at_location),
9764         (get_link_at_location), (go_to_link), (status_message_from_link),
9765         (ev_view_size_request_continuous_dual_page),
9766         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9767         (ev_view_unrealize), (ev_view_expose_event),
9768         (ev_view_button_press_event), (ev_view_motion_notify_event),
9769         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9770         (draw_rubberband), (highlight_find_results), (draw_one_page),
9771         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9772         (ev_view_init), (find_changed_cb), (page_changed_cb),
9773         (on_adjustment_value_changed), (ev_view_new),
9774         (ev_view_set_document), (ev_view_set_zoom),
9775         (ev_view_set_continuous), (ev_view_set_dual_page),
9776         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9777         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9778         (ev_view_zoom_for_size_presentation),
9779         (ev_view_zoom_for_size_continuous_dual_page),
9780         (ev_view_zoom_for_size_continuous),
9781         (ev_view_zoom_for_size_dual_page),
9782         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9783         (ev_view_get_status), (ev_view_set_status),
9784         (update_find_status_message), (ev_view_get_find_status),
9785         (ev_view_set_find_status), (jump_to_find_result),
9786         (jump_to_find_page), (compute_selections), (clear_selection),
9787         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9788         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9789         (ev_view_update_primary_selection),
9790         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9791         * shell/ev-view.h:
9792         * shell/ev-window.c: (ev_window_open_page_label),
9793         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9794         (ev_window_init):
9795         * shell/ev-window.h:
9796         * shell/main.c: (load_files):
9797
9798         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9799         when resizing.  Remove the bin_window().  Also, patch from James
9800         Bowes to fix command line page, #300641
9801         
9802 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9803
9804         * data/evince-ui.xml:
9805         * shell/ev-view.c:
9806         * shell/ev-view.h:
9807         * shell/ev-window.c: (update_action_sensitivity):
9808
9809         Get rid of View->Normal Size, it's just confusing
9810
9811 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9812
9813         * backend/ev-document-info.h:
9814         * backend/ev-document.c: (ev_document_info_free): Free the
9815         EvDocumentInfo.
9816
9817         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9818         (clear_range), (add_range), (update_visible_range),
9819         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9820         (ev_sidebar_thumbnails_set_document):
9821         * shell/ev-window.c: (ev_window_setup_document): Only render the
9822         visible thumbnails.  It takes an instant to render, but it uses
9823         much less memory.
9824
9825 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9826
9827         * shell/ev-sidebar-links.c: (popup_menu_cb):
9828
9829         Select first item
9830
9831 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9832
9833         * lib/Makefile.am:
9834         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9835         (button_press_cb), (ev_sidebar_links_construct):
9836
9837         Show the popup menu also on keybindings
9838
9839 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9840
9841         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9842         * shell/ev-window.h:
9843
9844         Expose api to print a range (with dialog). Make private _print use
9845         it.
9846
9847         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9848         (ev_sidebar_links_construct):
9849
9850         Show a print context menu on linkx, it prints the selected
9851         section.
9852
9853 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9854
9855         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9856         button.
9857
9858 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9859
9860         * AUTHORS:
9861
9862         Update
9863
9864         * shell/ev-window.c: (build_comments_string),
9865         (ev_window_cmd_help_about):
9866
9867         Show poppler version/backend and authors
9868
9869 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9870
9871         * cut-n-paste/zoom-control/ephy-zoom.c:
9872         (ephy_zoom_get_zoom_level_index):
9873         * cut-n-paste/zoom-control/ephy-zoom.h:
9874
9875         Move the best fit items at the top of the list
9876
9877 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9878
9879         * shell/ev-marshal.list:
9880         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9881         (activate_cb), (match_selected_cb), (activate_link_cb),
9882         (connect_proxy), (ev_page_action_class_init):
9883         * shell/ev-page-action.h:
9884
9885         Use signals to notify action activation. Hopefully
9886         I did not break completion since I cant test...
9887
9888         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9889         (register_custom_actions):
9890
9891         Connect to page selector actions and also grab focus on
9892         the view when activated.
9893
9894 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9895
9896         * pdf/ev-poppler.cc:
9897         * backend/ev-page-cache.c: make page size calculation consistent
9898         and set it to (int)( width * scale + 0.5).  This makes the weird
9899         line going through the middle of the page go away.
9900
9901         * shell/ev-view.c: move painting the background page after
9902         checking the expose area covers us.
9903
9904 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9905
9906         * data/evince-password.glade:
9907         
9908         Mark labels as not translatable. Fix for bug 302842.
9909
9910 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9911
9912         * configure.ac: Added "es" to ALL_LINGUAS.
9913
9914 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9915
9916         * data/evince-toolbar.xml:
9917         * shell/ev-window.c: (update_action_sensitivity),
9918         (ev_window_setup_document), (ev_window_set_page_mode),
9919         (ev_window_init):
9920
9921         Remove some leftover code from jrb first continous
9922         attempt. Use the new actions, we still need good icons
9923         though...
9924
9925 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9926
9927         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9928
9929         Update label when connecting proxy. Fix a warning with NULL
9930         page_cache.
9931
9932 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9933
9934         * data/evince-ui.xml:
9935         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9936         * shell/ev-page-action.h:
9937         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9938
9939         Add mnemonic for edit toolbar.
9940         ctrl+l focus the page entry.
9941
9942 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9943
9944         * lib/Makefile.am:
9945         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9946         (ev_window_init):
9947         * shell/main.c: (main):
9948
9949         Put the toolbar xml in evince own dot dir
9950
9951 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9952
9953         * shell/ev-window.c: (ev_window_init):
9954
9955         Make the toolbar not removable
9956
9957 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9958
9959         * data/evince-ui.xml:
9960         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9961         * shell/ev-sidebar-links.h:
9962         * shell/ev-sidebar-thumbnails.c:
9963         (ev_sidebar_thumbnails_get_treeview):
9964         * shell/ev-sidebar-thumbnails.h:
9965         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9966         (ev_view_class_init):
9967         * shell/ev-view.h:
9968         * shell/ev-window.c: (update_action_sensitivity),
9969         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9970         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9971         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9972         (ev_window_init):
9973
9974         This is evil... Make space/backspace global accelerators but
9975         enable them only for some widgets (sidebars and view).
9976         I dont like it, but I dont know a better way... :/
9977
9978 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9979
9980         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9981         (ev_page_action_widget_finalize),
9982         (ev_page_action_widget_class_init), (update_page_cache):
9983
9984         Keep a weak reference on proxy->page_cache so that we
9985         dont try to disconnect the signal if the object is already
9986         gone. Maybe there is a better way to cleanup reference handling
9987         in page action though...
9988
9989 2005-05-10  Juerg Billeter  <j@bitron.ch>
9990
9991         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9992         * backend/ev-ps-exporter.h:
9993         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9994         * ps/ps-document.c: (ps_document_ps_export_begin):
9995         
9996         Change api to pass print range to ps_exporter_begin. The pdf backend
9997         requires this information.
9998         
9999         * shell/ev-print-job.c: (idle_print_handler):
10000         
10001         Adapt to api change
10002
10003 2005-05-10  Juerg Billeter  <j@bitron.ch>
10004
10005         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10006         (idle_print_handler)
10007         * shell/ev-window.c: (ev_window_print):
10008
10009         Support printing page range, based on patch by Amaury Jacquot
10010
10011 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10012
10013         * data/evince-toolbar.xml:
10014
10015         Add zoom control to available items
10016
10017 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10018
10019         * shell/ev-window.c: (update_action_sensitivity):
10020
10021         Set slash action insensitive when appropriate
10022
10023 2005-05-10  Christian Persch <chpe@gnome.org>
10024
10025         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10026
10027         Fix warning on the overflow menu
10028
10029 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10030
10031         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10032
10033         Check for uri correctness/existence
10034
10035 2005-05-09  Juerg Billeter  <j@bitron.ch>
10036
10037         * shell/ev-window.c: (using_postscript_printer):
10038
10039         LPD printers use postscript, too
10040
10041 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10042
10043         * shell/ev-window.c: (register_custom_actions):
10044
10045         The zoom one is actually sort of useful,
10046         put it back
10047
10048 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10049
10050         * shell/ev-window.c: (register_custom_actions):
10051
10052         Hide page/zoom controls from overflow, they
10053         are useless.
10054
10055 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10056
10057         * cut-n-paste/update-from-egg.sh:
10058         
10059         Share it between all cut-n-paste subdirs
10060
10061         * cut-n-paste/recent-files/Makefile.am:
10062
10063         Fix to use "global" update-from-egg.sh
10064
10065         * cut-n-paste/recent-files/egg-recent-model.c:
10066         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10067         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10068         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10069         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10070
10071         Update from libegg
10072
10073         * cut-n-paste/toolbar-editor/Makefile.am:
10074
10075         Fix to use "global" update-from-egg.sh
10076
10077         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10078
10079         Update from libegg
10080
10081 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10082
10083         * configure.ac:
10084         * cut-n-paste/Makefile.am:
10085         * cut-n-paste/recent-files/Makefile.am:
10086         * cut-n-paste/toolbar-editor/.cvsignore:
10087         * cut-n-paste/toolbar-editor/Makefile.am:
10088         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10089         (egg_editable_toolbar_get_type), (get_toolbar_position),
10090         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10091         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10092         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10093         (set_item_drag_source), (create_item_from_action), (create_item),
10094         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10095         (popup_toolbar_context_menu_cb), (free_dragged_item),
10096         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10097         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10098         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10099         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10100         (item_added_cb), (item_removed_cb),
10101         (egg_editable_toolbar_construct),
10102         (egg_editable_toolbar_disconnect_model),
10103         (egg_editable_toolbar_deconstruct),
10104         (egg_editable_toolbar_set_model),
10105         (egg_editable_toolbar_set_ui_manager),
10106         (egg_editable_toolbar_set_property),
10107         (egg_editable_toolbar_get_property),
10108         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10109         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10110         (egg_editable_toolbar_new_with_model),
10111         (egg_editable_toolbar_get_edit_mode),
10112         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10113         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10114         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10115         (new_pixbuf_from_widget), (new_separator_pixbuf),
10116         (update_separator_image), (style_set_cb),
10117         (_egg_editable_toolbar_new_separator_image),
10118         (egg_editable_toolbar_get_model):
10119         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10120         * cut-n-paste/toolbar-editor/egg-marshal.c:
10121         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10122         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10123         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10124         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10125         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10126         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10127         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10128         (editor_drag_data_delete_cb), (drag_data_get_cb),
10129         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10130         (editor_create_item), (update_editor_sheet), (setup_editor),
10131         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10132         (parse_item_list), (model_has_action), (update_actions_list),
10133         (egg_toolbar_editor_load_actions):
10134         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10135         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10136         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10137         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10138         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10139         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10140         (egg_toolbars_model_add_separator), (impl_add_item),
10141         (parse_item_list), (egg_toolbars_model_add_toolbar),
10142         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10143         (impl_get_item_data), (impl_get_item_type),
10144         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10145         (egg_toolbars_model_init), (free_toolbar),
10146         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10147         (egg_toolbars_model_remove_toolbar),
10148         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10149         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10150         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10151         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10152         (egg_toolbars_model_get_item_data),
10153         (egg_toolbars_model_get_item_type):
10154         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10155         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10156         * data/Makefile.am:
10157         * data/evince-toolbar.xml:
10158         * data/evince-ui.xml:
10159         * data/hand-open.png:
10160         * po/POTFILES.in:
10161         * shell/Makefile.am:
10162         * shell/ev-window.c: (update_chrome_visibility),
10163         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10164         (ev_window_dispose), (ev_window_init):
10165
10166         Implement epiphany like toolbar editor. Based on patch by
10167         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10168
10169 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10170
10171         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10172
10173         Use set_cursor instead of set_selection, so that
10174         the keyboard focus moves too.
10175
10176 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10177
10178         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10179
10180         Fix infinite loop when loading Type1 fonts
10181
10182 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10183
10184         * data/evince-ui.xml:
10185         * shell/ev-window.c:
10186
10187         Slash -> Find
10188
10189 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10190
10191         * configure.ac:
10192
10193         Make --disable really disable
10194
10195 2005-05-07  Juerg Billeter  <j@bitron.ch>
10196
10197         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10198
10199         Compare page labels even without has_labels set, fixes setting page
10200         with entry
10201
10202 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10203
10204         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10205         (ev_view_set_cursor), (ev_view_button_press_event),
10206         (ev_view_motion_notify_event), (ev_view_button_release_event),
10207         (ev_view_init):
10208
10209         Implement middle button scrolling. Based on a patch
10210         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10211
10212 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10213
10214         * shell/ev-document-types.c: (get_slow_mime_type),
10215         (get_document_type_from_mime), (ev_document_type_lookup):
10216         * shell/ev-document-types.h:
10217
10218         Change api to lookup from uri. Do fast lookup first, if the
10219         type is unknown try with data sniffing.
10220
10221         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10222         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10223
10224         Adapt to api change
10225
10226 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10227
10228         * thumbnailer/Makefile.am:
10229
10230         Fix distcheck
10231
10232 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10233
10234         * NEWS:
10235         * configure.ac:
10236
10237         Release 0.3.0
10238
10239         * data/evince-ui.xml:
10240
10241         Hide presentation mode for now
10242
10243         * shell/ev-view.c: (highlight_find_results):
10244
10245         Show current find selection only on current page
10246
10247 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10248
10249         * shell/ev-view.c: (ev_view_select_all):
10250
10251         Compute size of the actual page, not of
10252         the current one.
10253
10254 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10255
10256         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10257         (view_rect_to_doc_rect), (compute_selections),
10258         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10259         (ev_view_copy), (ev_view_primary_get_cb),
10260         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10261         (ev_view_button_press_event), (ev_view_motion_notify_event),
10262         (ev_view_button_release_event), (page_changed_cb):
10263
10264         Fix text selection
10265
10266 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10267
10268         * shell/ev-view.c: (compute_border), (get_page_extents),
10269         (doc_rect_to_view_rect), (highlight_find_results),
10270         (ev_view_bin_expose), (ev_view_select_all),
10271         (ev_view_motion_notify_event), (update_find_status_message),
10272         (jump_to_find_result), (jump_to_find_page):
10273
10274         First go at fixing search, still buggy
10275
10276 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10277
10278         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10279         dropdown box and button at the top of the sidebar.
10280
10281 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10282
10283         * configure.ac: Output zoom-control Makefile.
10284         * cut-n-paste/Makefile.am: build zoom-control subdir.
10285         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10286         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10287         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10288         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10289         * cut-n-paste/zoom-control/ephy-zoom.c:
10290         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10291         from epiphany, and modified to add a separator into the menu.
10292         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10293         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10294         zoom-control action.
10295         * shell/Makefile.am: Include zoom-control flags.
10296         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10297         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10298         (ev_view_zoom_for_size_presentation),
10299         (ev_view_zoom_for_size_continuous_and_dual_page),
10300         (ev_view_zoom_for_size_continuous),
10301         (ev_view_zoom_for_size_dual_page),
10302         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10303         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10304         ev_view_get_zoom and ev_view_get_sizing_mode.
10305         * shell/ev-view.h:
10306         * shell/ev-window.c: (update_action_sensitivity),
10307         (update_sizing_buttons), (zoom_control_changed_cb),
10308         (register_custom_actions): Initialize and use the zoom-control 
10309         widget.
10310
10311 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10312
10313         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10314         preview cache back to 1.  Don't know when it got set to 0.
10315         
10316         * shell/ev-view.c: (compute_border), (ev_view_realize),
10317         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10318         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10319         (ev_view_get_fullscreen), (ev_view_set_presentation),
10320         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10321         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10322         * shell/ev-view.h:
10323         * shell/ev-window.c:
10324         (update_chrome_visibility),
10325         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10326         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10327         (update_document_mode), (ev_window_update_fullscreen_action),
10328         (ev_window_fullscreen), (ev_window_unfullscreen),
10329         (ev_window_cmd_view_fullscreen),
10330         (ev_window_update_presentation_action),
10331         (ev_window_run_presentation), (ev_window_stop_presentation),
10332         (ev_window_cmd_view_presentation), (ev_window_state_event),
10333         (ev_window_focus_in_event), (ev_window_focus_out_event),
10334         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10335         * data/evince-ui.xml: Initial presentation mode.  We should
10336         probably hide this until it's done, as it's quite rough.  Also,
10337         change full-screen to fullscreen and add two getters to EvView.
10338
10339 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10340
10341         * shell/ev-page-action.c: (update_page_cache),
10342         (ev_page_action_dispose):
10343         * shell/ev-window.c: (destroy_fullscreen_popup),
10344         (ev_window_create_fullscreen_popup):
10345
10346         Use connect_object rather than explicitly
10347         disconnect on dispose.
10348
10349 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10350
10351         * shell/ev-page-action.c: (update_page_cache),
10352         (ev_page_action_dispose):
10353
10354 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10355
10356         * backend/ev-page-cache.c: (_ev_page_cache_new),
10357         (ev_page_cache_set_page_label),
10358         (ev_page_cache_has_nonnumeric_page_labels):
10359         * backend/ev-page-cache.h:
10360         * shell/ev-page-action.c: (update_pages_label):
10361         
10362         If all page labels are numeric, fallback to default
10363         way to display number of pages. See bug 173185.
10364
10365 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10366
10367         * shell/ev-page-action.c: (ev_page_action_dispose):
10368         * shell/ev-view.c: (view_update_range_and_current_page):
10369         * shell/ev-window.c: (ev_window_dispose):
10370         
10371         Set page on scroll in continuous mode. Fixes bug 301986.
10372         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10373
10374 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10375
10376         * configure.ac:
10377
10378         Require poppler 0.3.0
10379
10380 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10381         
10382         * shell/Makefile.am, configure.ac: Fix build problems
10383         with t1lib. Bug 301996.
10384
10385 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10386
10387         * shell/ev-view.c: (ev_view_scroll_event):
10388         
10389         Scroll up increase zoom
10390
10391 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10392
10393         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10394         (ev_view_set_sizing_mode),
10395         (ev_view_zoom_for_size_continuous_and_dual_page),
10396         (ev_view_zoom_for_size_continuous):
10397         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10398         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10399         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10400         (ev_window_init):
10401
10402         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10403         Fix for 165473 and 165472.
10404
10405 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10406
10407         * po/POTFILES.in:
10408         * thumbnailer/Makefile.am:
10409         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10410         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10411         * thumbnailer/evince-thumbnailer.schemas.in:
10412         
10413         Make thumbnailer schemas translatable. Fix for bug 301773
10414         
10415         * thumbnailer/evince-thumbnailer-djvu.schemas:
10416         * thumbnailer/evince-thumbnailer-dvi.schemas:
10417         * thumbnailer/evince-thumbnailer.schemas:
10418
10419         Removed files
10420
10421 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10422
10423         * shell/ev-view.c (ev_view_init): forgot to set this.
10424
10425 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10426
10427         * shell/ev-view.c: (find_page_at_location),
10428         (get_link_at_location),
10429         (ev_view_set_show_border), (ev_view_set_spacing),
10430         (ev_view_zoom_for_size_continuous_and_dual_page),
10431         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10432         Also, add a quick fix measuring of widths.  Also, removed
10433         ev_view_set_spacing and ev_view_set_show_border.
10434         
10435         * shell/ev-window.c: (ev_window_unfullscreen),
10436         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10437
10438 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10439
10440         * shell/ev-view.c: (view_update_range_and_current_page),
10441         (page_changed_cb):
10442         
10443         Fix crash on exit and scrolling to page in continuous view.
10444
10445 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10446
10447         * TODO:
10448         * backend/ev-page-cache.c: (_ev_page_cache_new),
10449         (ev_page_cache_get_max_width_size),
10450         (ev_page_cache_get_max_height_size):
10451         * backend/ev-page-cache.h:
10452         * data/evince-ui.xml:
10453         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10454         * shell/ev-view.c: (view_update_adjustments),
10455         (view_update_range_and_current_page), (get_bounding_box_size),
10456         (ev_view_size_request_continuous_and_dual_page),
10457         (ev_view_size_request_continuous),
10458         (ev_view_size_request_dual_page),
10459         (ev_view_size_request_single_page), (ev_view_size_request),
10460         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10461         (ev_view_bin_expose), (ev_view_expose_event),
10462         (ev_view_set_property), (ev_view_get_property),
10463         (ev_view_class_init), (ev_view_init), (ev_view_new),
10464         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10465         (ev_view_set_dual_page), (ev_view_set_full_screen),
10466         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10467         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10468         (ev_view_zoom_out), (zoom_for_size_fit_width),
10469         (zoom_for_size_best_fit),
10470         (ev_view_zoom_for_size_continuous_and_dual_page),
10471         (ev_view_zoom_for_size_continuous),
10472         (ev_view_zoom_for_size_dual_page),
10473         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10474         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10475         * shell/ev-view.h:
10476         * shell/ev-window.c: (update_action_sensitivity),
10477         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10478         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10479         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10480         (ev_window_cmd_view_zoom_out), (update_view_size),
10481         (ev_window_set_sizing_mode), (ev_window_init):
10482
10483         Add Continuous and Dual page modes.
10484
10485 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10486
10487         * dvi/dvi-document.c: (dvi_document_load),
10488         (dvi_document_thumbnails_get_thumbnail),
10489         (dvi_document_init_params): Fix up some mixups between
10490         width and height to correct thumbnail rendering.
10491
10492 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10493
10494         * dvi/mdvi-lib/private.h:
10495         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10496         
10497         Suppess output for kpathsea during font generation. Thanks to
10498         James Bowes
10499
10500 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10501
10502         * NEWS:
10503         * configure.ac:
10504
10505         Release 0.2.1
10506
10507         * Makefile.am: fix distcheck.
10508
10509 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10510
10511         * shell/ev-sidebar-links.c: (selection_changed_callback),
10512         (update_page_callback), (row_activated_callback),
10513         (job_finished_callback), (ev_sidebar_links_set_document):
10514         
10515         Fix for bug #169901. Double click on links expands tree.
10516
10517 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10518
10519         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10520         hard-coded style. Fix for bug 170111
10521
10522 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10523
10524         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10525         locking.
10526
10527 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10528
10529         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10530
10531 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10532
10533         * pdf/ev-poppler.cc:
10534         * shell/ev-view.c: (highlight_find_results):
10535
10536         Fix find on single page documents
10537
10538 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10539
10540         * data/evince.schemas.in: fix for bug 301390
10541
10542 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10543
10544         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10545         (ev_view_zoom_out), (ev_view_zoom_normal):
10546         * shell/ev-view.h:
10547         * shell/ev-window.c: (update_action_sensitivity),
10548         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10549         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10550         (ev_window_cmd_view_normal_size):
10551
10552         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10553         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10554         better than oom. 
10555
10556 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10557
10558         * configure.ac:
10559
10560         Depend on 2.57, 2.59 doesnt seem to be necessary
10561
10562 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10563
10564         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10565         (create_tool_item):
10566
10567         Put back total number of pages as (1 of 1234)
10568
10569 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10570
10571         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10572         remove the job.
10573
10574         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10575         function.  This helps debugging.
10576
10577 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10578
10579         * djvu/djvu-document.c: (djvu_document_class_init),
10580         (djvu_document_get_info), (djvu_document_document_iface_init):
10581         * dvi/dvi-document.c: (dvi_document_class_init),
10582         (dvi_document_get_info), (dvi_document_document_iface_init):
10583
10584         Dummy implementation of get_info method for dvi and
10585         djvu. Fix crashes with those backends
10586
10587 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10588
10589         * data/evince.desktop.in:
10590
10591         Add application/x-gzpostscript
10592
10593 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10594
10595         * data/evince.schemas.in: Added real long descriptions, 
10596         closes bug 172496 
10597
10598         * README: Added actual text, closes bug 171869
10599
10600 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10601
10602         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10603
10604         Thumbnail page 0
10605
10606 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10607
10608         * backend/ev-document-info.h:
10609
10610         s/GDate */GDate so we can just use g_free
10611
10612 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10613
10614         * shell/ev-window.c: (update_document_mode),
10615         (ev_window_setup_document):
10616
10617         Show the window in fullscreen when specified by
10618         the document
10619
10620 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10621
10622         * backend/ev-document.c: (ev_document_class_init),
10623         (ev_document_get_info), (ev_document_render_pixbuf):
10624         * backend/ev-document.h:
10625         * backend/ev-page-cache.c: (_ev_page_cache_new):
10626         * pdf/ev-poppler.cc:
10627         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10628         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10629         * ps/ps-document.c: (ps_document_class_init), (document_load),
10630         (ps_document_get_info), (ps_document_document_iface_init):
10631
10632         Remove get_title from the interface, we can just use document info
10633
10634 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10635
10636         * backend/Makefile.am:
10637         * backend/ev-document.c: (ev_document_render_get_info):
10638         * backend/ev-document.h:
10639         * pdf/ev-poppler.cc:
10640
10641         Initial support for document info. Based on jrb patch.
10642
10643 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10644
10645         * shell/ev-window.c: (ev_window_state_event),
10646         (ev_window_class_init), (ev_window_init):
10647         
10648         Doesn't show resize grip when maximized. See bug #301053
10649
10650 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10651
10652         * po/POTFILES.in:
10653         
10654         ev-sidebar-thumbnails now has translatable labels
10655         
10656         * shell/Makefile.am:
10657         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10658         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10659         (ev_sidebar_links_page_iface_init):
10660         * shell/ev-sidebar-links.h:
10661         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10662         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10663         (ev_sidebar_page_get_label):
10664         * shell/ev-sidebar-page.h:
10665         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10666         (ev_sidebar_thumbnails_set_document),
10667         (ev_sidebar_thumbnails_support_document),
10668         (ev_sidebar_thumbnails_get_label),
10669         (ev_sidebar_thumbnails_page_iface_init):
10670         * shell/ev-sidebar-thumbnails.h:
10671         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10672         (ev_sidebar_set_document):
10673         * shell/ev-sidebar.h:
10674         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10675         
10676         Small rework of sidebar code. Now sidebar pages should implement
10677         EvSidebarPage interface. That makes page management in EvSidebar
10678         easier. See bug #164811 for details
10679
10680 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10681
10682         * shell/ev-application.c: (ev_application_open):
10683         * shell/ev-document-types.c:
10684         
10685         Fix build error and small problem with application exit
10686
10687 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10688
10689         * thumbnailer/Makefile.am:
10690         * thumbnailer/evince-thumbnailer-djvu.schemas:
10691         * thumbnailer/evince-thumbnailer-dvi.schemas:
10692         
10693         Conditionally install schemas for djvu/dvi thumbnailer
10694
10695 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10696
10697         * shell/ev-document-types.h: 
10698         * shell/ev-document-types.c: 
10699         New files, handling the mapping from mimetypes to backends
10700         
10701         * shell/ev-window.c: 
10702         * thumbnailer/evince-thumbnailer.c:     
10703         Use the ev-document-types code
10704         
10705         * shell/Makefile.am: 
10706         Added new convenience library libevbackendfactory_la, containing
10707         the new mimetype->backend logic; moved the backends into it.
10708
10709         * thumbnailer/Makefile.am:
10710         Make the thumbnailer link with the libevbackend.la convenience
10711         library, rather than having a duplicate of the backend logic here.
10712
10713 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10714
10715         * shell/ev-stock-icons.c: constify some vars.
10716         * shell/ev-window.c: ditto.
10717
10718 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10719
10720         * ps/ps-document.c (get_page_orientation):
10721
10722         Respect document orientation 
10723
10724 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10725
10726         * djvu/Makefile.am:
10727         * dvi/Makefile.am:
10728         * shell/Makefile.am:
10729         
10730         Move library dependencies to components.
10731         
10732         * shell/ev-window.c: (update_window_title),
10733         (start_loading_document):
10734         
10735         Fix display of uris with spaces. Bug 168358.
10736
10737 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10738
10739         * shell/ev-sidebar-links.c: (selection_changed_cb):
10740         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10741         (ev_view_button_release_event), (ev_view_set_document):
10742         * shell/ev-view.h:
10743         * shell/ev-window.c: (find_bar_search_changed_cb):
10744         * shell/ev-window.h: Minor cleanups removing some dead code.
10745
10746 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10747
10748         * backend/ev-page-cache.c: (_ev_page_cache_new):
10749         
10750         Set current page to 0 if document has pages.
10751
10752 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10753
10754         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10755
10756         Initialize GError to NULL, fix a crash when loading fails.
10757
10758 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10759
10760         * shell/ev-window.c: (update_view_size):
10761
10762         Calculate shadow size only when there is actually
10763         a shadow.
10764
10765 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10766
10767         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10768         * shell/ev-view.h:
10769
10770         Allow setting view spacing, default to 0
10771
10772         * shell/ev-window.c: (ev_window_unfullscreen),
10773         (ev_window_cmd_view_fullscreen), (ev_window_init):
10774
10775         Remove spacing in fullscreen mode
10776
10777 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10778
10779         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10780         (ev_view_size_request), (expose_bin_window),
10781         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10782         * shell/ev-view.h:
10783         * shell/ev-window.c: (ev_window_unfullscreen),
10784         (ev_window_cmd_view_fullscreen):
10785
10786         Do not draw the border in fulscreen
10787
10788 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10789
10790         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10791         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10792         (find_page_at_location), (page_changed_cb):
10793
10794         Rework border calculation, so that I can more easily disable it.
10795         Code somewhat cleaner too.
10796
10797 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10798
10799         * backend/ev-page-cache.c: (ev_page_cache_init),
10800         (_ev_page_cache_new):
10801
10802         Remove some assertions, documents can have 0 pages.
10803         Make initial current page -1.
10804
10805         * shell/ev-page-action.c: (page_changed_cb):
10806
10807         Show "" if current page is -1
10808
10809         * shell/ev-window.c: (update_action_sensitivity),
10810         (ev_window_setup_document):
10811
10812         When document has 0 pages do not set the view
10813         and make nearly everything insensitive.
10814
10815 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10816
10817         * shell/ev-page-view.c:
10818         * shell/ev-page-view.h:
10819
10820         Remove unused files.
10821         
10822         * shell/ev-sidebar-thumbnails.c:
10823         (ev_sidebar_thumbnails_set_document):
10824         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10825         (ev_sidebar_supports_document):
10826         * shell/ev-sidebar.h:
10827         * shell/ev-window.c: (ev_window_setup_document):
10828         
10829         Doesn't show thumbnails if document has 1 page. Make
10830         sidebar menu entries sensitive only if if they have 
10831         sense. Fix bug 164811. 
10832
10833 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10834
10835         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10836         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10837         (ev_view_zoom_out), (ev_view_set_size):
10838
10839         Rework sizing to deal with documents with not uniform page
10840         size.
10841
10842 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10843
10844         * backend/ev-page-cache.c: (_ev_page_cache_new):
10845
10846         Fix several page size caching bugs
10847
10848 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10849
10850         * shell/ev-window.c: (set_action_properties):
10851
10852         Make all toolbar items translatable
10853
10854 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10855
10856         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10857         (save_page_list), (ps_document_save),
10858         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10859         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10860         (ps_document_ps_exporter_iface_init):
10861         * ps/ps-document.h:
10862
10863         Based on a patch by J�rg Billeter <j@bitron.ch>
10864         
10865         Implement print and save a copy for the ps backend.
10866
10867 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10868
10869         * backend/ev-document.h:
10870         * djvu/djvu-document.c: (djvu_document_can_get_text),
10871         (djvu_document_document_iface_init):
10872         * dvi/dvi-document.c: (dvi_document_can_get_text),
10873         (dvi_document_document_iface_init):
10874         * pdf/ev-poppler.cc:
10875         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10876         (pixbuf_document_document_iface_init):
10877         * ps/ps-document.c: (ps_document_can_get_text),
10878         (ps_document_document_iface_init):
10879         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10880         * shell/ev-window.c: (update_action_sensitivity):
10881
10882         Fix the crash when trying to copy in backends that doesnt
10883         support it. We can implement a better solution once we
10884         do real text selection.
10885
10886 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10887
10888         * data/evince-ui.xml:
10889         * shell/ev-window.c: (ev_window_cmd_escape):
10890         
10891         Work around the Escape conflict (find bar and unfullscreen)
10892
10893 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10894
10895         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10896         
10897         Fix for #300233. Next page correctly handles document end.
10898         
10899         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10900         (ev_sidebar_thumbnails_class_init),
10901         (ev_sidebar_thumbnails_set_document),
10902         (ev_sidebar_thumbnails_clear_job),
10903         (ev_sidebar_thumbnails_clear_model):
10904         
10905         Cleanup thumbnail jobs on document changes.
10906         
10907         * shell/ev-view.c: (add_scroll_binding_keypad),
10908         (add_scroll_binding_shifted), (ev_view_class_init):
10909         
10910         Shift + Space scrolls up. Fix for #173184
10911         
10912         * shell/ev-window.c: (ev_window_open_page),
10913         (ev_window_cmd_view_reload):
10914         
10915         Fix reload (Bug #300094)
10916
10917 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10918
10919         
10920         * dvi/mdvi-lib/assoc.c:
10921         * dvi/mdvi-lib/assoc.h: Removed garbage files
10922         
10923         * dvi/mdvi-lib/bitmap.c:
10924         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10925         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10926         * dvi/mdvi-lib/color.h: Antialias of rules
10927         
10928         * dvi/mdvi-lib/common.h:
10929         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10930         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10931         * dvi/mdvi-lib/files.c:
10932         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10933         * dvi/mdvi-lib/mdvi.h:
10934         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10935         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10936         * dvi/mdvi-lib/util.c: Fix compile warnings
10937         
10938         * dvi/dvi-document.c:
10939         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10940         (dvi_document_thumbnails_get_thumbnail),
10941         (dvi_document_document_thumbnails_iface_init):
10942         * dvi/mdvi-lib/Makefile.am:
10943         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10944         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10945         
10946         Dvi backend now renders thumbnails
10947
10948 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10949
10950         * shell/main.c: (main): 
10951         
10952         Save accelerators on exit. Fixes bug #172095.
10953
10954 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10955
10956         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10957         update priority" comment.
10958
10959         * backend/ev-job-queue.c: Give a way to change priority.
10960
10961 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10962
10963         * shell/ev-page-action.c: Fix logic.
10964
10965 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10966
10967         * shell/ev-view.c: (ev_view_can_find_next):
10968         * shell/ev-window.c: (ev_window_setup_document):
10969
10970         Check that the document supports find
10971
10972 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10973
10974         * data/evince-ui.xml:
10975         * shell/ev-view.c: (ev_view_can_find_next):
10976         * shell/ev-view.h:
10977         * shell/ev-window.c: (update_action_sensitivity),
10978         (find_changed_cb), (ev_window_setup_document),
10979         (ev_window_cmd_edit_find_next):
10980
10981         Add Edit->Find Next
10982
10983 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10984
10985         * pdf/ev-poppler.cc:
10986         * shell/ev-print-job.c: (idle_print_handler):
10987
10988         Make printing work again
10989
10990 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10991
10992         * shell/ev-page-action.h:
10993         * shell/ev-page-action.c: (ev_page_action_widget_init),
10994         (ev_page_action_widget_class_init), (page_changed_cb),
10995         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10996         (get_filter_model_from_model), (match_selected_cb),
10997         (display_completion_text), (match_completion), (update_model),
10998         (connect_proxy), (ev_page_action_set_property),
10999         (ev_page_action_get_property), (ev_page_action_set_document),
11000         (ev_page_action_set_model), (ev_page_action_class_init): Big
11001         reworking to make completions work iff we have >= GTK-2.7.0
11002                 
11003         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11004         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11005         (job_finished_cb): We now have a 'model' property that is set when
11006         the links are loaded.  This can be caught with "notify::model"
11007
11008         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11009         listen for the model to be set, and propagate it to the action.
11010
11011 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11012
11013         * cut-n-paste/recent-files/egg-recent-item.c:
11014         (egg_recent_item_set_uri), (make_valid_utf8),
11015         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11016         * cut-n-paste/recent-files/egg-recent-item.h:
11017         
11018         Update egg-recent from libegg. This should fix long
11019         startup problem. For details see
11020         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11021
11022 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11023
11024         * cut-n-paste/recent-files/Makefile.am:
11025         * data/evince-ui.xml, shell/Makefile.am:
11026         * shell/ev-application.c, shell/ev-application.h:
11027         * shell/ev-window.c: Recent files support.
11028         
11029         * configure.ac: Added "ru" to ALL_LINGUAS.
11030         
11031         * dvju: new backend to support DJVU files.
11032         * dvi: new backend to support DVI.
11033
11034         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11035         * ev-application.c: Support for new backends.
11036         
11037         * help, ev-window.c, main.c shell/Makefile.am: 
11038         Evince user documentation.
11039
11040 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11041
11042         * po/POTFILES.in:
11043         * shell/ev-window.c:
11044         * thumbnailer/evince-thumbnailer.c:
11045
11046         s/pdf-document/ev-poppler
11047
11048 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11049
11050         * NEWS:
11051         * configure.ac:
11052
11053         Release 0.2.0
11054
11055         * ps/ps-document.c: (setup_pixmap):
11056
11057         Remove debug code
11058
11059 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11060
11061         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11062         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11063         (ev_window_cmd_go_first_page): Fix of by one errors.
11064
11065 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11066
11067         * ps/ps-document.c: (get_page_box):
11068
11069         Fix page size calculation
11070
11071 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11072
11073         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11074         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11075         (get_page_orientation), (setup_page), (document_load),
11076         (ps_document_get_page_size), (render_pixbuf_idle):
11077         * ps/ps-document.h:
11078
11079         More refactoring to adapt to EvDocument changes
11080
11081 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11082
11083         * ps/ps-document.c: (start_interpreter):
11084
11085         Actually add alpha args
11086
11087 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11088
11089         * pdf/ev-poppler.cc:
11090
11091         Make clipboard work again
11092
11093 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11094
11095         Make searching work again.
11096         
11097         * backend/ev-document.c:
11098         * backend/ev-document.h:
11099         * backend/ev-document-find.c:
11100         * backend/ev-document-find.h: Change EvDocumentIface so we no
11101         longer store the current page or zoom level in the document.  The
11102         consequence is that all calls that operate on the current page now
11103         instead take the page number as an extra argument, and all
11104         coordinates are now doubles in document coordinate system.
11105
11106         * pdf/ev-poppler.cc:
11107         * pixbuf/pixbuf-document.c:
11108         * ps/ps-document.c: Update backends accordingly.
11109
11110 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11111
11112         * autogen.sh:
11113
11114         Add required gettext version
11115
11116 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11117
11118         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11119         make F1 bring up non-existent help.
11120
11121         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11122         epiphany's find bar, #167477
11123
11124         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11125         <emil@nishra.com> to add space-bar scrolling, 
11126
11127         * shell/ev-window.c (static GtkActionEntry entries): add default
11128         keybinding for Help (F1)
11129         Fixes #171068
11130
11131         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11132         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11133         170110
11134
11135 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11136
11137         * Makefile.am: 
11138         * pixbuf/pixbuf-document.c: 
11139
11140         Got pixbuf backend working again
11141
11142 2005-04-01  Steve Murphy  <murf@e-tools.com>
11143
11144         * configure.in: Added "rw" to ALL_LINGUAS.
11145
11146 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11147
11148         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11149         model types, noticed by Martin Kretzschmar.
11150
11151 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11152
11153         * pdf/ev-poppler.cc: Implement search based on
11154         poppler_page_find_text().  Currently a bit crude since we remember
11155         all matches from all pages.  Also, we grab the big document lock
11156         when we search since searching changes the underlying stream and
11157         thus conflicts with the rendering thread.
11158         
11159         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11160         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11161         (ev_view_find_previous): Fix some page indexes to be 0 based,
11162         offset rubber band by view offset,
11163
11164 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11165
11166         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11167
11168 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11169
11170         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11171         completely because I didn't understand GtkActions.  I should
11172         read Marco's code more carefully in the future.
11173
11174         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11175         function
11176
11177 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11178
11179         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11180         PopplerRectangle change from poppler CVS.
11181
11182 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11183
11184         * backend/ev-document.c: (ev_document_get_page_label):
11185         * backend/ev-document.h:
11186         * backend/ev-page-cache.c: (_ev_page_cache_new),
11187         (ev_page_cache_get_page_label):
11188         * backend/ev-page-cache.h:
11189         * pdf/ev-poppler.cc:
11190         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11191         (links_page_num_func):
11192         * shell/ev-sidebar-thumbnails.c:
11193         (ev_sidebar_thumbnails_set_document):
11194         * shell/ev-view.c: (status_message_from_link),
11195         (ev_view_motion_notify_event):
11196         * shell/ev-window.c: (document_supports_sidebar): Add in page
11197         label support.  It's not perfect yet, but it's the first 'feature'
11198         in a while.
11199         Also, fix a bogus comment noticed by crispin. 
11200
11201 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11202
11203         * Makefile.am: Remove pixbuf backend for now
11204
11205         * configure.ac: Require poppler-glib instead of just poppler.
11206
11207         * backend/ev-document-thumbnails.h: Add a comment
11208
11209         * backend/ev-document.h:
11210         * backend/ev-document.c: (ev_document_class_init),
11211         (ev_document_load), (ev_document_get_link),
11212         (ev_document_get_links): Remove 3 methods and add get_links.
11213         Also, made 0 based.
11214
11215         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11216         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11217
11218         * backend/ev-link.c: (ev_link_set_title),
11219         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11220         (ev_link_mapping_find):
11221         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11222         
11223         * backend/ev-page-cache.c: (ev_page_cache_init),
11224         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11225         (ev_page_cache_get_size), (ev_page_cache_next_page),
11226         (ev_page_cache_prev_page): Fix to be 0 based.
11227
11228         * pdf/Makefile.am: 
11229         * pdf/ev-poppler.h:
11230         * pdf/ev-poppler.cc: New backend.
11231         
11232         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11233         (ps_document_get_page), (ps_document_document_iface_init):
11234
11235         * shell/ev-pixbuf-cache.h:
11236         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11237         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11238         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11239         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11240         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11241         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11242         based.
11243         
11244         * shell/ev-sidebar-thumbnails.c:
11245         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11246         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11247
11248         * shell/ev-view.c: (status_message_from_link),
11249         (find_page_at_location), (get_link_at_location),
11250         (ev_view_motion_notify_event), (ev_view_button_release_event),
11251         (ev_view_init): Use the new link code.  Fix to be 0 based.
11252
11253         * shell/ev-window.c: (update_action_sensitivity),
11254         (document_supports_sidebar): 0 based.
11255
11256 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11257
11258         * pdf/pdf-document.cc: Patch from Fernando Herrera
11259         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11260         *blush*
11261
11262 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11263
11264         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11265         1 to the page, as this seems to be 1 based.  I thought we has this
11266         fixed.  grump.
11267
11268 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11269
11270         * TODO:
11271         * backend/Makefile.am:
11272         * backend/ev-document-links.c:
11273         (ev_document_links_has_document_links),
11274         (ev_document_links_get_links_model):
11275         * backend/ev-document-links.h:
11276         * backend/ev-document.c: (ev_document_get_page_cache),
11277         (ev_document_get_doc_mutex), (ev_document_load),
11278         (ev_document_save), (ev_document_get_title),
11279         (ev_document_get_n_pages), (ev_document_set_page),
11280         (ev_document_get_page), (ev_document_set_target),
11281         (ev_document_set_scale), (ev_document_set_page_offset),
11282         (ev_document_get_page_size), (ev_document_get_text),
11283         (ev_document_get_link), (ev_document_render),
11284         (ev_document_render_pixbuf), (ev_document_scale_changed):
11285         * backend/ev-document.h:
11286         * backend/ev-job-queue.c: (remove_object_from_queue),
11287         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11288         (no_jobs_available_unlocked), (ev_render_thread),
11289         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11290         (ev_job_queue_remove_job):
11291         * backend/ev-job-queue.h:
11292         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11293         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11294         (ev_job_links_class_init), (ev_job_render_init),
11295         (ev_job_render_dispose), (ev_job_render_class_init),
11296         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11297         (ev_job_thumbnail_class_init), (ev_job_finished),
11298         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11299         (ev_job_render_run), (ev_job_thumbnail_new),
11300         (ev_job_thumbnail_run):
11301         * backend/ev-jobs.h:
11302         * backend/ev-link.c:
11303         * backend/ev-link.h:
11304         * backend/ev-page-cache.c: (ev_page_cache_init),
11305         (ev_page_cache_class_init), (ev_page_cache_finalize),
11306         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11307         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11308         (ev_page_cache_set_link), (ev_page_cache_get_title),
11309         (ev_page_cache_get_size), (ev_page_cache_next_page),
11310         (ev_page_cache_prev_page):
11311         * backend/ev-page-cache.h:
11312         * pdf/pdf-document.cc:
11313         * ps/gsdefaults.c:
11314         * ps/gsdefaults.h:
11315         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11316         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11317         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11318         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11319         (is_interpreter_ready), (output), (catchPipe), (input),
11320         (start_interpreter), (check_filecompressed), (compute_dimensions),
11321         (ps_document_enable_interpreter), (document_load),
11322         (ps_document_next_page), (render_page), (ps_document_set_page),
11323         (ps_document_set_scale), (render_pixbuf_idle),
11324         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11325         * ps/ps-document.h:
11326         * shell/Makefile.am:
11327         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11328         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11329         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11330         (ev_pixbuf_cache_new), (job_finished_cb),
11331         (check_job_size_and_unref), (move_one_job),
11332         (ev_pixbuf_cache_update_range), (find_job_cache),
11333         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11334         (ev_pixbuf_cache_add_jobs_if_needed),
11335         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11336         * shell/ev-pixbuf-cache.h:
11337         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11338         (idle_print_handler):
11339         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11340         (selection_changed_cb), (create_loading_model),
11341         (ev_sidebar_links_construct), (links_page_num_func),
11342         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11343         (update_page_callback), (job_finished_cb),
11344         (ev_sidebar_links_set_document):
11345         * shell/ev-sidebar-thumbnails.c:
11346         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11347         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11348         (page_changed_cb), (thumbnail_job_completed_callback),
11349         (ev_sidebar_thumbnails_set_document):
11350         * shell/ev-sidebar-thumbnails.h:
11351         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11352         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11353         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11354         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11355         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11356         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11357         (ev_view_button_release_event), (ev_view_scroll_view),
11358         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11359         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11360         (ev_view_new), (job_finished_cb), (page_changed_cb),
11361         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11362         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11363         (ev_view_find_previous):
11364         * shell/ev-view.h:
11365         * shell/ev-window.c: (update_action_sensitivity),
11366         (ev_window_open_page), (update_window_title), (update_total_pages),
11367         (page_changed_cb), (ev_window_setup_document),
11368         (password_dialog_response), (ev_window_cmd_save_as),
11369         (ev_window_print), (ev_window_cmd_go_previous_page),
11370         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11371         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11372         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11373         * shell/main.c: (main):
11374
11375         Merge evince-threads branch
11376
11377 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11378
11379         * configure.ac: Added "lt" to ALL_LINGUAS.
11380
11381 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11382
11383         * NEWS:
11384         * configure.ac:
11385
11386         Release 0.1.9
11387
11388 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11389
11390         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11391
11392         Fix here also the thumbnails 1-basedness :)
11393
11394 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11395
11396         * NEWS:
11397         * configure.ac:
11398
11399         Release 0.1.8
11400
11401 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11402
11403         * pdf/pdf-document.cc:
11404         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11405         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11406
11407         Fix the mess we did with thumbnails and 1-basedness
11408
11409 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11410
11411         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11412
11413 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11414
11415         * NEWS:
11416         * configure.ac:
11417
11418         Release 0.1.7
11419
11420 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11421
11422         * ps/Makefile.am:
11423         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11424         (gtk_gs_defaults_get_alpha_parameters),
11425         (gtk_gs_defaults_get_ungzip_cmd),
11426         (gtk_gs_defaults_get_unbzip2_cmd):
11427         * ps/gsdefaults.h:
11428         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11429         (ps_document_get_orientation), (document_load),
11430         (ps_document_goto_page), (ps_document_set_page_size):
11431         * ps/ps-document.h:
11432
11433         Some more sanitization of the ps backend. Remove a lot
11434         of unused code and do not base our defaults on ggv
11435         preferences (ugh!)
11436
11437 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11438
11439         * thumbnailer/evince-thumbnailer.schemas:
11440         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11441         (main): add -s option for thumbnail size.
11442
11443 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11444
11445         * configure.ac:
11446
11447         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11448         remove it.
11449
11450 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11451
11452         * pdf/pdf-document.cc:
11453
11454         Remove 4 pixels of useless border from the
11455         thumbnail.
11456
11457 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11458
11459         * backend/ev-document-thumbnails.c:
11460         (ev_document_thumbnails_get_thumbnail):
11461         * backend/ev-document-thumbnails.h:
11462
11463         Rework API a bit. Add a border flag and
11464         change sizing logic (now the size we specify
11465         applies to the bigger dimension).
11466
11467         * pdf/pdf-document.cc:
11468         * pixbuf/pixbuf-document.c:
11469         (pixbuf_document_thumbnails_get_thumbnail):
11470         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11471         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11472
11473         Adapt to the new API and do not draw a border for nautilus
11474         thumbnailer.
11475
11476 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11477
11478         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11479         take thumbnails from page "0" instead of "1". Added a copyright header.
11480
11481 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11482
11483         * ps/ps-document.c: (set_up_page), (start_interpreter):
11484
11485         Make it C89 compliant
11486
11487 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11488
11489         * Makefile.am:
11490         * configure.ac:
11491         * pdf/.cvsignore:
11492         * pdf/pdf-document.cc:
11493         * thumbnailer/Makefile.am:
11494         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11495         (main):
11496         * thumbnailer/evince-thumbnailer.schemas:
11497         * thumbnailer/pdf-icon.png:
11498
11499         Add a nautilus thumbnailer.
11500         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11501
11502 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11503
11504         * NEWS:
11505         * configure.ac:
11506         * po/POTFILES.in:
11507
11508         Release 0.1.6
11509
11510 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11511
11512         Use poppler instead of including xpdf source code.  Poppler is a
11513         fork of xpdf to build it as a shared library. See
11514         http://freedesktop.org/wiki/Software/poppler.
11515
11516         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11517         xpdf fork.
11518         
11519         * pdf/Makefile.am: Build libpdfdocument.a here.
11520         
11521         * pdf/GDKSplashOutputDev.cc:
11522         * pdf/GDKSplashOutputDev.h:
11523         * pdf/GnomeVFSStream.cc:
11524         * pdf/GnomeVFSStream.h:
11525         * pdf-document.cc:
11526         * pdf-document.h:
11527         * test-gdk-output-dev.cc
11528         * Thumb.cc:
11529         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11530         against poppler.
11531
11532 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11533
11534         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11535
11536         Clear idle stack before unsetting the document
11537
11538 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11539
11540         * ps/ps-document.c: (ps_document_widget_event),
11541         (ps_document_set_target), (ps_document_finalize),
11542         (ps_document_get_page):
11543
11544         Disconnect the widget event signal on finalize.
11545         Some code cleanups.
11546
11547 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11548
11549         * ps/ps-document.c: (set_up_page):
11550
11551         If there is no bpixmap create one, even if size
11552         is not changed.
11553
11554 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11555
11556         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11557         (set_up_page), (document_load), (ps_document_set_zoom):
11558
11559         Default page is 0. Calculate size even when we have no
11560         target yet.
11561
11562 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11563
11564         * shell/ev-sidebar.c: expand the selection widget to be always as
11565         wide as the sidebar
11566
11567 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11568
11569         * shell/ev-sidebar-thumbnails.c:
11570         (ev_sidebar_thumbnails_set_document):
11571
11572         Clear the list store when setting document
11573
11574 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11575
11576         * shell/ev-page-action.c: (update_entry), (sync_entry),
11577         (activate_cb), (entry_size_request_cb), (create_tool_item),
11578         (connect_proxy):
11579
11580         Use an entry for the page control instead of spinbuttons
11581
11582 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11583
11584         * data/evince.schemas.in:
11585
11586         Correct confusing string
11587
11588 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11589
11590         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11591         for real.  Gosh, how long has this been broken.
11592
11593         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11594         check for a NULL link.  We crash otherwise.
11595
11596 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11597
11598         * NEWS:
11599         * configure.ac:
11600
11601         Release 0.1.5
11602
11603 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11604
11605         * configure.ac: add the french translation.
11606
11607 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11608
11609         * shell/ev-window.c:
11610
11611         Remove unused header -> fix distcheck
11612
11613 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11614
11615         * shell/ev-window.c: (update_window_title),
11616         (ev_window_popup_password_dialog):
11617
11618         Unescape filename for display
11619
11620 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11621
11622         * pdf/xpdf/pdf-document.cc:
11623
11624         In get_page_size deal with rotation. Also
11625         cleanup the function a bit.
11626
11627 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11628
11629         * pdf/xpdf/pdf-document.cc:
11630
11631         Fix crash when opening in new window
11632
11633 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11634
11635         * configure.ac:
11636
11637         Check ghostscript >= 7
11638
11639 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11640
11641         * shell/ev-window.c:
11642
11643         Make page width the default sizing mode
11644
11645 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11646         Marco Pesenti Gritti <marco@gnome.org>
11647
11648         * shell/ev-window.c: Remember the sidebar size
11649
11650         * data/evince.schemas.in: Add a new gconf key to store the size of
11651         the sidebar
11652
11653 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11654
11655         * data/evince-ui.xml:
11656         * shell/ev-window.c: (update_action_sensitivity),
11657         (ev_window_cmd_view_reload):
11658         
11659         Add a "Reload" action and menu entry
11660
11661 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11662
11663         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11664         iff the type doesn't support thumbnailing and indexing.
11665
11666 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11667
11668         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11669
11670 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11671
11672         * pdf/splash/Splash.cc:
11673
11674         Port fix for a crasher from kde bug
11675         http://bugs.kde.org/show_bug.cgi?id=97131
11676
11677 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11678
11679         * pdf/xpdf/pdf-document.cc:
11680
11681         Return a link even if it's of an unrecognized
11682         type. Otherwise we go in an infinte cycle.
11683
11684 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11685
11686         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11687         (size_allocate_cb), (ev_window_set_sizing_mode):
11688
11689         Update size when switching mode
11690
11691 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11692
11693         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11694         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11695         (ev_window_cmd_view_normal_size):
11696
11697         Fix size toggle buttons behavior
11698
11699 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11700
11701         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11702         (doc_rect_to_view_rect), (ev_view_size_allocate),
11703         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11704         (scale_changed_callback):
11705
11706         Do not cache offsets in size_allocate.
11707
11708 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11709
11710         * shell/ev-view.c: (ev_view_size_allocate):
11711
11712         Calculate offsets before calling the parent
11713         class (which does a redraw)
11714
11715 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11716
11717         * pdf/xpdf/pdf-document.cc:
11718
11719         Fix a crasher on exit. Unused code, put a TODO
11720
11721 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11722
11723         * backend/ev-document.c: (ev_document_class_init),
11724         (ev_document_page_changed), (ev_document_scale_changed):
11725         * backend/ev-document.h:
11726
11727         Separate page/scale notifications
11728
11729         * pdf/xpdf/pdf-document.cc:
11730
11731         Emit the new signals.
11732         Do not display the pdf page in _render, do it
11733         when scale/page are requested.
11734
11735         * ps/ps-document.c: (ps_document_set_zoom),
11736         (ps_document_widget_event):
11737         * ps/ps-document.h:
11738
11739         Emit the new signals.
11740
11741         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11742         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11743         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11744         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11745         * shell/ev-view.h:
11746         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11747         (ev_window_cmd_view_page_width), (size_allocate_cb),
11748         (ev_window_set_sizing_mode):
11749
11750         Rework sizing to be pixel based.
11751         There are bugs but should be already way better.
11752
11753 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11754
11755         * shell/ev-window.c: (ev_window_init):
11756
11757         Do not allow to shrink sidebar smaller then
11758         child requisition
11759
11760 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11761
11762         * shell/ev-sidebar.[ch]
11763         * shell/ev-window.c:
11764
11765         Improved sidebar widget. Fixes #166683
11766
11767 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11768
11769         * shell/ev-view.c (update_find_status_message): Give translators
11770         more flexibility with ngettext plural handling.
11771
11772 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11773
11774         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11775         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11776         page when we get the page size.
11777
11778 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11779
11780         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11781
11782         ps pages are 0 based, convert 
11783
11784 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11785
11786         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11787
11788         Initialize correct parent class. Set GError on document load
11789
11790 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11791
11792         * pdf/xpdf/pdf-document.cc:
11793
11794         Fixup selection offset calculation
11795
11796         * shell/ev-view.c: (view_rect_to_doc_rect),
11797         (doc_rect_to_view_rect), (ev_view_size_allocate),
11798         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11799         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11800
11801         Store selection as document relative, so that zooming
11802         and offset changing doesnt break it.
11803
11804 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11805
11806         * shell/ev-view.c: (ev_view_best_fit):
11807
11808         Do not try to best fit if the view is not realized
11809
11810 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11811           
11812         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11813
11814 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11815
11816         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11817
11818 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11819
11820         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11821         the popup window.  That prevents it resizing when in full screen
11822         mode.
11823
11824         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11825         multiple rerenders.  This pretty much sucks.
11826
11827         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11828         rest of the toolbar.
11829
11830 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11831
11832         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11833
11834 2005-02-17  Alexander Shopov  <ash@contact.bg>
11835
11836         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11837
11838 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11839
11840         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11841
11842 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11843
11844         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11845         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11846         (set_document_page), (document_changed_callback),
11847         (ev_view_set_document), (ev_view_find_previous),
11848         (ev_view_hide_cursor), (ev_view_show_cursor):
11849         * shell/ev-view.h:
11850         * shell/ev-window.c: (update_chrome_visibility),
11851         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11852         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11853         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11854         (ev_window_unfullscreen):
11855         * shell/main.c: (main):
11856
11857         Automatically hide the fullscreen button.
11858         Patch by Kristian Høgsberg <krh@redhat.com>
11859
11860 2005-02-16  Vincent Noel  <vnoel@cox.net>
11861
11862         * shell/main.c (main): Specify an icon for the window. Patch by
11863         Jaap A. Haitsma. Fixes #166177.
11864
11865 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11866
11867         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11868
11869 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11870
11871         * backend/ev-document-misc.h:
11872         * backend/ev-document-misc.c:
11873         (ev_document_misc_get_page_border_size),
11874         (ev_document_misc_paint_one_page): New function to canonicalize
11875         sizing/painting a border.
11876
11877         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11878         used.
11879
11880         * pdf/xpdf/pdf-document.cc: use new function
11881
11882         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11883         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11884         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11885         shell/ev-window.c: (update_sizing_buttons),
11886         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11887         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11888         (ev_window_cmd_view_page_width), (size_allocate_cb),
11889         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11890         and "fit width" values act as toggle buttons so they stay
11891         toggled.  It's not 100% perfect, and it's a little slow, but it's
11892         good enough to commit I think.
11893
11894 2005-02-15  David Lodge  <dave@cirt.net>
11895
11896         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11897
11898 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11899
11900         * shell/ev-window.c (update_window_title): replace newlines in
11901         the title by spaces. Bug #166107.
11902
11903 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11904
11905         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11906         parameters providing allocation width and height without
11907         scrollbars and width of a possible vertical scrollbar. With this
11908         additional information the functions can work as
11909         intended. Unfortunately they're not idempotent. We should
11910         transform these commands to toggles. Fixes Bug #164976
11911         Initial patch by Stephane Loeuillet, then heavily modified.
11912
11913         * shell/ev-view.h: update prototypes.
11914
11915         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11916         (ev_window_cmd_view_page_width): provide EvView fit functions with
11917         all the information they need. Formulas to calculate this
11918         information taken from GtkScrolledWindow.
11919
11920 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11921
11922         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11923         created a thumbnail, the list store is updated to know
11924         that the thumbnail is set. Fixes bug #166792
11925
11926 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11927
11928         * shell/ev-window.c: fixed typo, closes bug 166897
11929
11930         * TODO: updated TODO with bug numbers that are relevant
11931
11932 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11933
11934         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11935
11936 2005-02-09  Vincent Noel  <vnoel@cox.net>
11937
11938         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11939         and "Next" toolbar buttons as important to make them stand out.
11940
11941 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11942
11943         * lib/ev-debug.c:
11944         * lib/ev-debug.h:
11945         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11946         (start_interpreter), (stop_interpreter), (document_load),
11947         (ps_document_next_page), (ps_document_goto_page),
11948         (ps_document_set_page_size), (ps_document_widget_event),
11949         (ps_document_render):
11950         * shell/ev-page-view.c: (ev_page_view_dispose):
11951         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11952
11953         Fix compilation on non-gcc platforms
11954
11955 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11956
11957         * NEWS:
11958         * configure.ac:
11959
11960         Release 0.1.4
11961
11962         * pdf/xpdf/Catalog.cc:
11963         * pdf/xpdf/XRef.cc:
11964
11965         Fix the fix for CAN-2004-0888
11966
11967 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11968
11969         * data/Makefile.am:
11970         * data/evince-ui.xml:
11971         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11972         * shell/ev-stock-icons.h:
11973         * shell/ev-window.c: (update_action_sensitivity),
11974         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11975         (set_action_properties):
11976
11977         Improve toolbar layout/icons
11978
11979 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11980
11981         * pdf/xpdf/pdf-document.cc:
11982
11983         Add warnings about unimplemented/unknown link
11984         types.
11985
11986 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11987
11988         * ps/ps-document.c: (set_up_page):
11989
11990         Log gs property
11991
11992 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11993
11994         * ps/ps-document.c: (start_interpreter):
11995
11996         Log gs env var
11997
11998 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11999
12000         * shell/ev-page-view.c: (ev_page_view_dispose):
12001         * shell/ev-view.c: (ev_view_finalize):
12002         * shell/ev-window.c: (ev_window_setup_document),
12003         (ev_window_dispose), (ev_window_init):
12004
12005         Solve more refs issues.
12006
12007         I commented out the page_view initialization for now:
12008         it was never destroyed (because it's never added
12009         to a container). Because of that we was leaking
12010         gs processes. Couldnt think to a clean fix.
12011         We need to figure this out, password view has the
12012         same issue probably.
12013
12014 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12015
12016         * ps/ps-document.c: (ps_document_finalize),
12017         (ps_document_get_n_pages), (ps_document_get_page):
12018
12019         Some cleanups, stop the interpreter on finalize
12020
12021         * shell/ev-page-view.c: (ev_page_view_dispose),
12022         (ev_page_view_class_init):
12023
12024         Release our reference on the document
12025
12026 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12027
12028         * Makefile.am:
12029         * configure.ac:
12030         * doc/debugging.txt:
12031         * lib/.cvsignore:
12032         * lib/Makefile.am:
12033         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12034         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12035         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12036         * lib/ev-debug.h:
12037
12038         Add debugging helpers
12039
12040         * ps/Makefile.am:
12041         * ps/ps-document.c: (set_up_page), (start_interpreter),
12042         (stop_interpreter), (document_load), (ps_document_next_page),
12043         (ps_document_goto_page), (ps_document_set_page_size),
12044         (ps_document_widget_event), (ps_document_render):
12045         * shell/Makefile.am:
12046         * shell/ev-view.c: (expose_bin_window):
12047         * shell/main.c: (main):
12048
12049         Add some logs
12050         
12051 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12052
12053         * ps/ps-document.c: (ps_document_widget_event):
12054
12055         Initialize message_window, this should make ps
12056         rendering really work! (Never noticed because I was
12057         testing with a ps that is causing gs to exit every time!)
12058
12059 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12060
12061         * data/evince.schemas.in: updated simple error in applyto closing tag
12062
12063 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12064
12065         * Makefile.am:
12066         * configure.ac:
12067         * data/.cvsignore:
12068         * data/Makefile.am:
12069         * data/evince-ui.xml:
12070         A data/evince.schemas.in:
12071         * po/POTFILES.in:
12072         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12073         * shell/ev-stock-icons.h:
12074         * shell/ev-window.c: (update_chrome_visibility),
12075         (update_chrome_flag), (ev_window_cmd_edit_find),
12076         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12077         (ev_window_unfullscreen), (ev_window_focus_in_event),
12078         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12079         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12080         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12081         (ev_window_dispose), (ev_window_class_init),
12082         (set_action_properties), (set_chrome_actions), (load_chrome),
12083         (ev_window_init):
12084
12085         Implement fullscreen mode changes from bug #164776.
12086         Also implement persistent chrome toggles.
12087
12088 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12089
12090         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12091
12092 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12093
12094         * NEWS:
12095         * configure.ac:
12096         * shell/ev-view.c:
12097
12098         Add another check for find interface
12099
12100         Release 0.1.3
12101
12102 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12103
12104         * shell/ev-application.c: (ev_application_open):
12105         * shell/ev-window.c: (ev_window_open):
12106
12107         Open gzipped ps documents
12108
12109 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12110
12111         * TODO:
12112         * shell/ev-view.c: (set_document_page):
12113
12114         Clamp page number, dont try to move to
12115         not existant pages.
12116
12117 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12118
12119         * backend/ev-document-find.c: (ev_document_find_changed):
12120         * backend/ev-document-find.h:
12121         * pdf/xpdf/pdf-document.cc:
12122         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12123         * shell/ev-window.c: (find_bar_search_changed_cb):
12124
12125         Fix several bugs with find
12126
12127 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12128
12129         * shell/ev-sidebar-thumbnails.c
12130         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12131         document. Prevents warning from scroll_to_cell.
12132
12133 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12134
12135         * configure.ac: Add «nb» to ALL_LINGUAS too.
12136
12137 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12138
12139         * NOTES: New file with some random thoughts.
12140
12141         * TODO: Update.
12142
12143         * backend/ev-document-misc.c:
12144         (ev_document_misc_get_page_border_size): New function to
12145         canonicalize shadow drawing sizes.  Possibly goofy.
12146
12147         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12148         (ev_view_best_fit), (ev_view_fit_width):
12149         * pdf/xpdf/pdf-document.cc:
12150         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12151         * ps/ps-document.c: (ps_document_get_page_size):
12152         * backend/ev-document-misc.h:
12153         * backend/ev-document.c: (ev_document_get_page_size):
12154         * backend/ev-document.h: get_page_size now takes a page number
12155         parameter.  Made all the backends/frontends honor it.
12156
12157         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12158         see.  Doesn't work yet.
12159
12160         * shell/Makefile.am:
12161         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12162         Doesn't do anything yet.
12163
12164         * shell/ev-sidebar-thumbnails.c:
12165         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12166         [0..n_pages-1]
12167
12168         * shell/ev-window.c: (update_action_sensitivity),
12169         (ev_window_setup_document), (ev_window_set_page_mode),
12170         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12171         view-swapping code a bit so we can have multiple views on a
12172         document.  Add the multi-page view, though it can't be turned on
12173         yet.
12174
12175 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12176
12177         * shell/ev-application.c: (ev_application_open):
12178         * shell/ev-view.c: (expose_bin_window):
12179         * shell/ev-window.c: (ev_window_open):
12180
12181         Support eps and check document supports find
12182         before drawing highlightings in expose.
12183
12184 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12185
12186         * pixbuf/pixbuf-document.c:
12187         (pixbuf_document_thumbnails_get_dimensions),
12188         (pixbuf_document_document_thumbnails_iface_init):
12189
12190         implement get_dimensions
12191
12192 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12193
12194         * NEWS:
12195         * configure.ac:
12196
12197         Release 0.1.2
12198
12199 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12200
12201         * shell/ev-view.c: (set_document_page):
12202
12203         Scroll at the top of the page when changing page
12204
12205 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12206
12207         * shell/ev-view.c: (ev_view_motion_notify_event):
12208
12209         Do not redraw unnecessarily
12210
12211 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12212
12213         * pdf/xpdf/pdf-document.cc:
12214         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12215         (expose_bin_window), (find_changed_cb):
12216
12217         Yay! find works now... Now to find bugs...
12218
12219 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12220
12221         * backend/ev-document-find.c: (ev_document_find_base_init),
12222         (ev_document_find_changed):
12223         * backend/ev-document-find.h:
12224         * pdf/xpdf/pdf-document.cc:
12225         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12226         (expose_bin_window), (ev_view_init), (set_document_page),
12227         (ensure_rectangle_is_visible), (jump_to_find_result),
12228         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12229         (ev_view_find_next), (ev_view_find_previous):
12230         * shell/ev-view.h:
12231         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12232
12233         More work on find implementation, mostly there now
12234
12235 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12236
12237         * backend/ev-backend-marshalers.list:
12238         * backend/ev-document-find.c: (ev_document_find_base_init),
12239         (ev_document_find_cancel), (ev_document_find_page_has_results),
12240         (ev_document_find_get_n_results), (ev_document_find_get_result),
12241         (ev_document_find_get_progress), (ev_document_find_changed):
12242         * backend/ev-document-find.h:
12243
12244         Enanche the find interface to be really able to do
12245         multi page find.
12246
12247         * pdf/xpdf/pdf-document.cc:
12248
12249         Implement
12250
12251         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12252         (expose_bin_window), (ev_view_init),
12253         (ev_view_get_find_status_message), (find_changed_cb),
12254         (ev_view_set_document), (set_document_page):
12255
12256         Adapt to the new interface. A few things are regressed sorry,
12257         I will finish it soon.
12258
12259 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12260
12261         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12262         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12263         ev_sidebar_thumbnails_parent_class variable, don't define another
12264         parent_class variable.
12265
12266         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12267         (ev_page_action_class_init): ditto.
12268
12269         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12270         (pixbuf_document_class_init): ditto.
12271
12272         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12273         ditto.
12274
12275         * .cvsignore: ignore various valgrind output files.
12276
12277 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12278
12279         * data/evince-ui.xml:
12280         * shell/Makefile.am:
12281         * shell/ev-history.c:
12282         * shell/ev-history.h:
12283         * shell/ev-navigation-action.c:
12284         * shell/ev-navigation-action.h:
12285         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12286         (ev_view_set_page), (ev_view_fit_width):
12287         * shell/ev-view.h:
12288         * shell/ev-window.c: (update_action_sensitivity),
12289         (ev_window_setup_document), (register_custom_actions):
12290
12291         Kill session history
12292
12293 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12294
12295         * shell/ev-window.c: (update_action_sensitivity):
12296
12297         Fix inverted up/down buttons
12298
12299 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12300
12301         * shell/ev-sidebar-thumbnails.c
12302         (ev_sidebar_thumbnails_select_page): make sure the selected
12303         thumbnail stays visible.
12304
12305 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12306
12307         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12308         scrolled window for Federico.
12309
12310 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12311
12312         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12313
12314 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12315
12316         * configure.ac:
12317         * pdf/splash/SplashFTFontEngine.cc:
12318
12319         Fix CID fonts with freetype 2.1.9
12320
12321 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12322
12323         * TODO: added item for desktop icon thumbnailer
12324
12325 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12326
12327         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12328         unloaded docs when the title is accessed.
12329
12330         * shell/ev-password-view.[hc]: New widget for displaying password
12331         state.
12332
12333         * shell/ev-window.[ch]: Refactor password handling code to handle
12334         the new view.
12335
12336 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12337
12338         * NEWS:
12339         * configure.ac:
12340         * data/Makefile.am:
12341
12342         Release 0.1.1
12343
12344 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12345
12346         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12347         ignore page offset here, to make search results independent of it,
12348
12349         * shell/ev-view.c (expose_bin_window): but take offsets into
12350         account here. Bug #164932
12351
12352         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12353         scale at the right time. Bug #164996
12354
12355 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12356
12357         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12358         fix the problem. Now I just removed the Adobe font names and hope
12359         that the URW fonts are always in outline format. Bug #164934
12360
12361         * shell/ev-window.c (update_window_title): empty titles are
12362         useless, use filename in that case too.
12363
12364         * NEWS: Add some content.
12365
12366 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12367
12368         * TODO: added one more TODO item and a TODONE section :)
12369
12370 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12371
12372         * ps/ps-document.h: add page_[xy]_offset fields.
12373
12374         * ps/ps-document.c (ps_document_set_page_offset)
12375         (ps_document_render): Keep offset in consideration in a few
12376         places. Bug #164752 "postscript documents are not centered in
12377         window"
12378
12379         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12380         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12381
12382         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12383         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12384         stub out missing methods for complete EvDocument implementation.
12385         Fixes segfaults with Save A Copy and Copy actions.
12386
12387         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12388         (ps_document_document_iface_init): ditto.
12389         
12390 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12391
12392         * data/.cvsignore:
12393         * data/Makefile.am:
12394         * data/evince.desktop.in:
12395
12396         Add desktop file
12397
12398 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12399
12400         * shell/ev-view.c: (ev_view_button_press_event),
12401         (ev_view_motion_notify_event):
12402
12403         Make selection work in any direction
12404
12405 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12406
12407         * TODO:
12408         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12409
12410         Use shorter labels for some of the toolbars items
12411
12412 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12413
12414         * pdf/xpdf/pdf-document.cc:
12415
12416         Check the links info is initialized before
12417         using it. Should fix a crash on startup.
12418
12419 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12420
12421         * pixbuf/pixbuf-document.c
12422         (pixbuf_document_thumbnails_get_dimensions): force floating point
12423         division to calculate page_ratio. Fixes crash with landscape
12424         format pixbufs.
12425
12426 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12427
12428         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12429
12430 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12431
12432         * shell/ev-view.c (set_document_page): unset has_selection when
12433         the page changes.
12434         (set_document_page): handle paper size changes when the page
12435         changes (test with Free Culture, page 2).
12436
12437 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12438
12439         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12440         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12441
12442         Use normal style color for the widget background and
12443         draw a black box around the page.
12444
12445 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12446
12447         * pdf/xpdf/pdf-document.cc:
12448
12449         Keep offset in consideration in a few places
12450
12451         * shell/ev-view.c: (expose_bin_window):
12452
12453         Set the offsets so that the document is ever centered
12454
12455 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12456
12457         * TODO: Added TODO items and finished off the first todo item
12458
12459         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12460         reflect current authors
12461
12462 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12463
12464         * pdf/xpdf/pdf-document.cc:
12465         * shell/ev-view.c: (ev_view_set_cursor),
12466         (ev_view_motion_notify_event), (document_changed_callback),
12467         (set_document_page):
12468
12469         Show a wait cursor while the page is rendering
12470
12471 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12472
12473         * shell/ev-sidebar-thumbnails.c:
12474         (ev_sidebar_tree_selection_changed),
12475         (ev_sidebar_thumbnails_select_page):
12476         * shell/ev-sidebar-thumbnails.h:
12477         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12478         (ev_view_can_go_forward):
12479         * shell/ev-window.c: (ev_window_open_page),
12480         (ev_window_setup_document), (update_current_page),
12481         (view_page_changed_cb), (ev_window_init):
12482         * shell/ev-window.h:
12483
12484         Ensure thumbnails selection, toolbar page control and
12485         current page are in sync.
12486
12487 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12488
12489         * pdf/xpdf/XRef.cc:
12490
12491         Fix CAN-2005-0064
12492
12493 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12494
12495         * backend/Makefile.am:
12496         * backend/ev-document-links.h:
12497         * backend/ev-document-security.c: (ev_document_security_get_type),
12498         (ev_document_security_has_document_security),
12499         (ev_document_security_set_password):
12500         * backend/ev-document-security.h:
12501         * backend/ev-document.c: (ev_document_error_quark):
12502         * backend/ev-document.h:
12503         * data/Makefile.am:
12504         * data/evince-password.glade:
12505         * pdf/xpdf/pdf-document.cc:
12506         * shell/Makefile.am:
12507         * shell/ev-password.c: (ev_password_set_bad_password_label),
12508         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12509         (ev_password_dialog_get_password),
12510         (ev_password_dialog_set_bad_pass):
12511         * shell/ev-password.h:
12512         * shell/ev-window.c: (ev_window_get_attribute),
12513         (ev_window_set_property), (update_action_sensitivity),
12514         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12515         (ev_window_setup_document), (ev_window_get_password),
12516         (ev_window_open), (ev_window_cmd_save_as),
12517         (using_postscript_printer), (ev_window_print),
12518         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12519         (update_fullscreen_popup), (ev_window_fullscreen),
12520         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12521         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12522         (menu_item_select_cb), (find_bar_search_changed_cb),
12523         (ev_window_dispose), (ev_window_init):
12524
12525         Add initial support for password-supported dialogs.  This could be
12526         a lot cooler, but it'll do for now.
12527
12528 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12529
12530         * pdf/xpdf/pdf-document.cc:
12531         * shell/ev-view.c: (status_message_from_link),
12532         (ev_view_set_status), (ev_view_set_cursor),
12533         (ev_view_motion_notify_event), (ev_view_init):
12534         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12535
12536         Fix bugs in the links implementation and change cursor
12537         when hovering a link.
12538
12539 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12540
12541         * viewer/.cvsignore: added cvsignore file for viewer directory
12542
12543         * TODO: created TODO document
12544
12545 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12546
12547         * shell/ev-view.h:
12548         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12549         new functions to help with implementation of sensitivity code
12550         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12551         of all actions that might require it.  Fixes a crash when you
12552         click on the Zoom actions in a window lacking a document.
12553
12554 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12555
12556         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12557         of the Find action
12558
12559 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12560
12561         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12562         (pixbuf_document_document_iface_init):
12563         * ps/ps-document.c: (ps_document_get_link),
12564         (ps_document_document_iface_init):
12565         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12566         (status_message_from_link), (ev_view_set_status),
12567         (ev_view_set_find_status), (ev_view_motion_notify_event),
12568         (ev_view_button_release_event), (ev_view_set_property),
12569         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12570         (ev_view_get_find_status_message), (update_find_results),
12571         (ev_view_get_status), (ev_view_get_find_status):
12572         * shell/ev-view.h:
12573         * shell/ev-window.c: (view_status_changed_cb),
12574         (view_find_status_changed_cb), (ev_window_init):
12575
12576         View status message support, use it to show the links.
12577         Needs work...
12578
12579 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12580
12581         * backend/ev-document.c: (ev_document_get_link):
12582         * backend/ev-document.h:
12583         * pdf/xpdf/pdf-document.cc:
12584         * shell/ev-application.c: (ev_application_open):
12585         * shell/ev-application.h:
12586         * shell/ev-sidebar-links.c: (selection_changed_cb):
12587         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12588         (ev_view_go_to_link):
12589
12590         Add support for document links
12591
12592 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12593
12594         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12595         (create_tool_item):
12596         Set the spin button limits correctly.
12597         
12598         * shell/ev-sidebar-thumbnails.c:
12599         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12600         Support changing pages by clicking on the thumbnails.
12601         
12602 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12603
12604         * pixbuf/pixbuf-document.c:
12605         (pixbuf_document_thumbnails_get_dimensions),
12606         (pixbuf_document_document_thumbnails_iface_init):
12607
12608         implement get_dimensions
12609
12610 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12611
12612         * ps/ps-document.c: (ps_document_goto_page):
12613
12614         Fix page switching on multipage documents
12615
12616 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12617
12618         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12619         
12620         check for NULL before assigning to width and height parameters
12621
12622 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12623
12624         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12625         (pixbuf_document_set_property), (pixbuf_document_get_property):
12626
12627         implement get/set properties
12628
12629 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12630
12631         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12632         
12633         return NULL instead of "Unknown", letting the title get set to
12634         the filename when the pdf has no title.
12635
12636 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12637
12638         * ps/ps-document.c: (ps_document_get_page_count),
12639         (ps_document_goto_page):
12640
12641 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12642
12643         * shell/ev-history.c: (ev_history_get_property),
12644         (ev_history_set_property), (ev_history_class_init),
12645         (ev_history_add_page), (ev_history_set_current_index):
12646         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12647         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12648         (ev_navigation_action_finalize):
12649         * shell/ev-navigation-action.h:
12650         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12651         (ev_view_go_forward), (ev_view_get_find_status_message),
12652         (history_index_changed_cb), (ev_view_set_history):
12653         * shell/ev-view.h:
12654         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12655         (update_current_page), (register_custom_actions):
12656
12657         Implement history dropdowns
12658
12659 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12660
12661         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12662         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12663         (ev_view_go_forward):
12664         * shell/ev-window.c: (register_custom_actions):
12665
12666         Fix several history bugs
12667
12668 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12669
12670         * configure.ac: Add «nb» to ALL_LINGUAS.
12671
12672 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12673
12674         * backend/Makefile.am:
12675         * backend/ev-bookmark.c:
12676         * backend/ev-bookmark.h:
12677         * backend/ev-document-bookmarks.c:
12678         * backend/ev-document-bookmarks.h:
12679         * backend/ev-document-links.c: (ev_document_links_get_type),
12680         (ev_document_links_has_document_links),
12681         (ev_document_links_begin_read), (ev_document_links_get_link),
12682         (ev_document_links_get_child), (ev_document_links_next),
12683         (ev_document_links_free_iter):
12684         * backend/ev-document-links.h:
12685         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12686         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12687         (ev_link_get_link_type), (ev_link_set_link_type),
12688         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12689         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12690         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12691         (ev_link_new_external):
12692         * backend/ev-link.h:
12693         * pdf/xpdf/pdf-document.cc:
12694         * shell/Makefile.am:
12695         * shell/ev-application.c: (ev_application_open_link):
12696         * shell/ev-application.h:
12697         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12698         (ev_history_get_link_nth):
12699         * shell/ev-history.h:
12700         * shell/ev-sidebar-bookmarks.c:
12701         * shell/ev-sidebar-bookmarks.h:
12702         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12703         (ev_sidebar_links_class_init), (selection_changed_cb),
12704         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12705         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12706         (do_one_iteration), (populate_links_idle),
12707         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12708         * shell/ev-sidebar-links.h:
12709         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12710         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12711         (go_to_index):
12712         * shell/ev-view.h:
12713         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12714         * shell/ev-window.h:
12715
12716         Rename bookmark to link, and use "Index" for the sidebar panel.
12717
12718 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12719
12720         * shell/Makefile.am:
12721         * shell/ev-application.c: (ev_application_open_bookmark):
12722         * shell/ev-application.h:
12723         * shell/ev-history.c: (ev_history_init), (free_links_list),
12724         (ev_history_finalize), (ev_history_class_init),
12725         (ev_history_add_link), (ev_history_add_page),
12726         (ev_history_get_link_nth), (ev_history_get_n_links),
12727         (ev_history_get_current_index), (ev_history_set_current_index),
12728         (ev_history_new):
12729         * shell/ev-history.h:
12730         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12731         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12732         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12733         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12734         (ev_view_set_page):
12735         * shell/ev-view.h:
12736         * shell/ev-window.c: (ev_window_open_bookmark),
12737         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12738         (goto_page_cb), (register_custom_actions):
12739         * shell/ev-window.h:
12740
12741         Initial history implementation. Needs work.
12742
12743 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12744
12745         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12746
12747 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12748
12749         * cut-n-paste/recent-files/egg-recent-item.c:
12750         * cut-n-paste/recent-files/egg-recent-item.h:
12751         * cut-n-paste/recent-files/egg-recent-model.c:
12752         * cut-n-paste/recent-files/egg-recent-util.c:
12753         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12754         * cut-n-paste/recent-files/egg-recent-view.c:
12755
12756         Update
12757
12758 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12759
12760         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12761         (fillGlyph, fillImageMask, drawImage):
12762         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12763         pdf/splash/SplashTypes.h:
12764         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12765         packed mode for Splash.
12766
12767         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12768         RGB8 packed mode, eliminates the pixbuf data creation loop.
12769
12770         * shell/ev-print-job.c (ev_print_job_finalize)
12771         (ev_print_job_set_property, ev_print_job_get_property)
12772         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12773         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12774         (print_closure_finalize, ev_print_job_print): implement
12775         printing (for backends with EvPsExporter)
12776
12777         * shell/ev_print_job.h: update prototypes.
12778
12779         * shell/ev-window.c (ev_window_print): unref print job after
12780         printing.
12781
12782         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12783         unless the document implements the EvDocumentFind interface.
12784
12785 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12786
12787         * configure.ac: Added ja to ALL_LINGUAS.
12788
12789 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12790
12791         * pdf/xpdf/pdf-document.cc:
12792
12793         add a FIXME. We should probably not allocate
12794         a bookmark object every time
12795
12796 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12797
12798         * shell/ev-application.c: (ev_application_open),
12799         (ev_application_open_bookmark):
12800         * shell/ev-application.h:
12801         
12802         Add a way to open bookmarks
12803
12804         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12805         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12806         (ev_bookmark_set_property), (ev_bookmark_class_init),
12807         (ev_bookmark_new_title), (ev_bookmark_new_link),
12808         (ev_bookmark_new_external):
12809
12810         Support for external uris, better constructors.
12811
12812         * backend/ev-bookmark.h:
12813         * pdf/xpdf/pdf-document.cc:
12814         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12815
12816         Handle external uris
12817
12818 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12819
12820         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12821         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12822
12823         Hook up bookmarks navigation
12824
12825 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12826
12827         * backend/Makefile.am:
12828         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12829         (ev_bookmark_get_title), (ev_bookmark_set_title),
12830         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12831         (ev_bookmark_get_page), (ev_bookmark_set_page),
12832         (ev_bookmark_get_property), (ev_bookmark_set_property),
12833         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12834         (ev_bookmark_new):
12835         * backend/ev-bookmark.h:
12836         * backend/ev-document-bookmarks.c:
12837         (ev_document_bookmarks_get_bookmark):
12838         * backend/ev-document-bookmarks.h:
12839         * pdf/xpdf/pdf-document.cc:
12840         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12841
12842         Add a bookmark object to the backend and use it instead of get_values
12843
12844 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12845
12846         * data/evince-ui.xml:
12847
12848         Cleanup and add select all.
12849
12850         * shell/ev-view.c: (ev_view_select_all),
12851         (ev_view_button_press_event):
12852         * shell/ev-view.h:
12853         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12854
12855         Add select all.
12856         Clear selection on click.
12857
12858 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12859
12860         * shell/ev-sidebar-thumbnails.c
12861         (ev_sidebar_thumbnails_set_document): forgot to unref the
12862         loading_icon.
12863
12864 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12865
12866         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12867         at the visible page, not just linearly.  This makes it look fast.
12868
12869 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12870
12871         * backend/ev-document-misc.c
12872         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12873         white.
12874         * backend/ev-document-thumbnails.h: New interface to get the size
12875         of a page.
12876
12877 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12878
12879         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12880         make dist works
12881
12882 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12883
12884         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12885         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12886         things up a bit.
12887
12888         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12889
12890 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12891
12892         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12893         fonts. Should fix font problems on systems that have the base
12894         fonts in bitmap format. Reported by James Henstridge
12895         <james@jamesh.id.au>.
12896
12897 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12898
12899         * pdf/xpdf/Gfx.cc:
12900         * pdf/xpdf/GfxState.cc:
12901
12902         Fix for CAN-2004-1125
12903
12904 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12905
12906         * shell/ev-view.c: (ev_view_copy):
12907         * shell/ev-view.h:
12908         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12909
12910         Implement Edit->Copy
12911
12912 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12913
12914         * backend/ev-document.c: (ev_document_get_text):
12915         * backend/ev-document.h:
12916         * pdf/xpdf/pdf-document.cc:
12917         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12918         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12919         (ev_view_update_primary_selection), (ev_view_button_press_event),
12920         (ev_view_motion_notify_event), (ev_view_button_release_event):
12921
12922         Beginnings of clipboard support. Incomplete but primary sort
12923         of work.
12924
12925 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12926
12927         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12928         (expose_bin_window):
12929
12930         Nicer rubberband drawing, from GtkIconView.
12931
12932 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12933
12934         * backend/ev-document.c: (ev_document_save):
12935         * backend/ev-document.h:
12936         * data/evince-ui.xml:
12937         * pdf/xpdf/pdf-document.cc:
12938         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12939
12940         Implement "Save a copy..." menu item
12941
12942 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12943
12944         * shell/ev-view.c: (ev_view_zoom):
12945
12946         Queue a resize when zoom changes
12947
12948 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12949
12950         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12951         shadows.
12952
12953         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12954         thumbnails..
12955
12956 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12957
12958         * pdf/xpdf/pdf-document.cc
12959         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12960
12961 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12962
12963         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12964         It's slow, but I'll speed it up next!
12965
12966 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12967
12968         * shell/main.c (load_files):
12969
12970         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12971         from the command line and because it seems more appropriate.
12972
12973 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12974
12975         * data/evince-ui.xml:
12976         * shell/ev-window.c: (update_action_sensitivity),
12977         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12978
12979         s/next page/page down
12980         s/previous page/page up
12981
12982 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12983
12984         * data/evince-ui.xml:
12985
12986         Change the layout to match clarkbw design.
12987
12988         * shell/Makefile.am:
12989         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12990         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12991         (ev_navigation_action_finalize),
12992         (ev_navigation_action_set_property),
12993         (ev_navigation_action_get_property),
12994         (ev_navigation_action_class_init):
12995         * shell/ev-navigation-action.h:
12996
12997         Implement clarkbw toolbar navigation controls (incomplete)
12998
12999         * shell/ev-page-action.c: (update_label), (update_spin),
13000         (value_changed_cb), (create_tool_item), (connect_proxy),
13001         (ev_page_action_init), (ev_page_action_finalize),
13002         (ev_page_action_set_property), (ev_page_action_get_property),
13003         (ev_page_action_set_current_page),
13004         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13005         * shell/ev-page-action.h:
13006
13007         Implement a page switcher in the toolbar
13008
13009         * shell/ev-view.c: (ev_view_scroll_view):
13010         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13011         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13012         (register_custom_actions), (ev_window_init):
13013
13014         Change page on PageUp/Down.
13015
13016 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13017
13018         * pdf/xpdf/pdf-document.cc
13019         (pdf_document_thumbnails_get_thumbnail): initial stab at
13020         implementing thumbnail support for pdfs.  It only does documents
13021         with precached pdfs now.
13022
13023 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13024
13025         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13026         thumbnail code into a time-based idle as well.  Also, turn off the
13027         shadow temporarily as it's really slow.
13028
13029 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * backend/ev-document.c: (ev_document_class_init):
13032         * pdf/xpdf/pdf-document.cc:
13033         * shell/ev-window.c: (ev_window_open):
13034
13035         Fix document title bugs and fallback to
13036         filename when not available.
13037
13038 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13039
13040         * backend/ev-document.c: (ev_document_get_type),
13041         (ev_document_class_init), (ev_document_load),
13042         (ev_document_get_title):
13043         * backend/ev-document.h:
13044         * pdf/xpdf/pdf-document.cc:
13045         * ps/ps-document.c: (ps_document_set_property),
13046         (ps_document_get_property), (ps_document_class_init),
13047         (document_load):
13048         * ps/ps-document.h:
13049         * ps/ps.h:
13050         * shell/ev-window.c: (update_window_title), (ev_window_open),
13051         (ev_window_init):
13052
13053         Initial support for document title. Not working yet.
13054
13055 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13056
13057         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13058
13059         Grab focus on the view when clicking it
13060
13061 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13062
13063         * shell/ev-marshal.list:
13064         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13065         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13066
13067         Add key bindings to the view. Now if the focus would work
13068         right...
13069
13070 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13071
13072         * Makefile.am:
13073         * backend/Makefile.am:
13074         * data/Makefile.am:
13075         * dvi/Makefile.am:
13076         * dvi/dvilib/Makefile.am:
13077         * pdf/xpdf/Makefile.am:
13078         * po/POTFILES.in:
13079         * ps/Makefile.am:
13080
13081         Fix distcheck
13082
13083 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13084
13085         * shell/ev-view.c: (ev_view_realize):
13086
13087         Fix mouse wheel scrolling
13088
13089 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13090
13091         * ps/Makefile.am:
13092         * ps/gstypes.h:
13093         * ps/gtkgs.c:
13094         * ps/gtkgs.h:
13095         * ps/ps-document.c: (catchPipe), (ps_document_init),
13096         (ps_document_class_init), (ps_document_cleanup),
13097         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13098         (set_up_page), (close_pipe), (is_interpreter_ready),
13099         (interpreter_failed), (output), (input), (start_interpreter),
13100         (stop_interpreter), (file_length), (file_readable),
13101         (check_filecompressed), (check_pdf), (compute_xdpi),
13102         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13103         (ps_document_get_type), (ps_document_emit_error_msg),
13104         (document_load), (ps_document_next_page),
13105         (ps_document_get_current_page), (ps_document_get_page_count),
13106         (ps_document_goto_page), (ps_document_set_page_size),
13107         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13108         (ps_document_load), (ps_document_get_n_pages),
13109         (ps_document_set_page), (ps_document_get_page),
13110         (ps_document_widget_event), (ps_document_set_target),
13111         (ps_document_set_scale), (ps_document_set_page_offset),
13112         (ps_document_get_page_size), (ps_document_render),
13113         (ps_document_document_iface_init):
13114         * ps/ps-document.h:
13115         * ps/ps.c:
13116         * shell/ev-window.c: (ev_window_open):
13117
13118         Rename GtkGS to PSDocument
13119
13120 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13121
13122         * ps/gtkgs.c: (gtk_gs_class_init):
13123         * ps/gtkgs.h:
13124
13125         Some more leftover...
13126
13127 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13128
13129         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13130         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13131         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13132         * ps/gtkgs.h:
13133
13134         Remove unused code and make a lot of stuff private
13135
13136 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13137
13138         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13139         (gtk_gs_defaults_changed):
13140         * ps/gsdefaults.h:
13141         * ps/gtkgs.c:
13142         * ps/gtkgs.h:
13143         * ps/ps.h:
13144
13145         Cleanup headers dependencies
13146
13147 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13148
13149         * ps/Makefile.am:
13150         * ps/ggvutils.c:
13151         * ps/ggvutils.h:
13152         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13153         * ps/gsdefaults.h:
13154         * ps/gtkgs.c: (file_length), (file_readable),
13155         (check_filecompressed), (check_pdf), (gtk_gs_load),
13156         (gtk_gs_get_postscript):
13157
13158         Get rid of ggvutils
13159
13160 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13161
13162         * ps/ggvutils.c:
13163         * ps/ggvutils.h:
13164         * ps/gsio.h:
13165         * ps/gtkgs.c: (gtk_gs_set_zoom):
13166
13167         Cleanups
13168
13169 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13170
13171         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13172
13173         Ensure the page is rerendered when changing zoom
13174
13175 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13176
13177         * backend/ev-document.c: (ev_document_base_init),
13178         (ev_document_changed):
13179         * backend/ev-document.h:
13180
13181         Add a changed event that is emitted when the page content
13182         changes. This is necessary to deal with the fact that
13183         in ps backend rendering happen asycrounously.
13184         This makes the ps backend mostly work.
13185
13186         * pdf/xpdf/pdf-document.cc:
13187
13188         Emit changed event
13189
13190         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13191         (ps_document_set_target):
13192
13193         Emit changed event
13194
13195         * shell/ev-view.c: (document_changed_callback),
13196         (ev_view_set_document), (ev_view_set_page):
13197
13198         Redraw on the changed signal
13199
13200 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13201
13202         * configure.ac: Added pt_BR to ALL_LINGUAS.
13203
13204 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13205
13206         * backend/ev-document-bookmarks.c:
13207         (ev_document_bookmarks_get_child): *
13208         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13209         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13210         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13211         (ev_sidebar_bookmarks_destroy),
13212         (ev_sidebar_bookmarks_class_init),
13213         (ev_sidebar_bookmarks_construct), (stack_data_free),
13214         (do_one_iteration), (populate_bookmarks_idle),
13215         (ev_sidebar_bookmarks_clear_document),
13216         (ev_sidebar_bookmarks_set_document): *
13217         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13218         (ev_sidebar_add_page),
13219         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13220         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13221         it displays both the topics and the page numbers.
13222
13223 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13224
13225         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13226         toggle.
13227         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13228         visible.
13229
13230 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13231
13232         * configure.ac: Added en_CA to ALL_LINGUAS.
13233
13234 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13235
13236         * ChangeLog: replace bottom of this ChangeLog (merged history of
13237         ggv and gpdf; where all paths were wrong and most of the files are
13238         not even in this tree) with ChangeLog (from arch) of the shell
13239         code.
13240
13241 2004-12-23  Havoc Pennington  <hp@redhat.com>
13242
13243         * shell/ev-window.c: hook up potentially-questionable "find
13244         results status text" feature - something involving the sidebar or
13245         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13246         might be better in the end.
13247
13248         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13249         with corresponding signal when it should be updated
13250
13251         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13252
13253 2004-12-22  Havoc Pennington  <hp@redhat.com>
13254
13255         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13256         find stuff on other pages, sort of (only returns one result on
13257         invisible pages, to show they have results; updates full results
13258         for a page when you view it). Currently repaints the current page
13259         every time a new result is found on any page, which isn't so nice.
13260
13261 2004-12-22  Havoc Pennington  <hp@redhat.com>
13262
13263         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13264         the document doesn't support find (better ideas?)
13265         (find_bar_search_changed_cb): handle missing document or document
13266         that doesn't support find
13267
13268         * pdf/xpdf/pdf-document.cc: port to implement the new
13269         EvDocumentFindIface
13270
13271         * backend/ev-document-find.c: create a new interface for searching
13272
13273         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13274
13275 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13276
13277         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13278         libevbackend.la.
13279
13280         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13281         EvPrintJob constructor arguments.
13282
13283         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13284         for documents that can export PostScript (page by page).
13285
13286         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13287         
13288         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13289         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13290         (pdf_document_ps_exporter_iface_init:
13291         Implement EvPSExporter.
13292
13293         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13294
13295 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13296
13297         * backend/Makefile.am:
13298         * backend/ev-document-thumbnails.c:
13299         (ev_document_thumbnails_get_type),
13300         (ev_document_thumbnails_get_thumbnail):
13301         * backend/ev-document-thumbnails.h:
13302         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13303         (pixbuf_document_thumbnails_get_thumbnail),
13304         (pixbuf_document_document_thumbnails_iface_init):
13305         * shell/Makefile.am:
13306         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13307         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13308         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13309         * shell/ev-sidebar-thumbnails.h:
13310         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13311         (ev_sidebar_set_document):
13312         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13313         (create_shadow), (ev_pixbuf_add_shadow):
13314         * shell/ev-utils.h:
13315         Add thumbnail support.
13316         
13317 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13318
13319         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13320         (using_postscript_printer): Set up a print dialog for "PostScript
13321         injection" method.
13322
13323         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13324         EvPrintJob.
13325
13326         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13327
13328 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13329
13330         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13331         (ps_document_set_target), (ps_document_get_page_size),
13332         (ps_document_render):
13333         * ps/gtkgs.h:
13334
13335         Fix a few bugs
13336
13337 2004-12-22  Christian Rose  <menthos@menthos.com>
13338
13339         * configure.ac: Added "sv" to ALL_LINGUAS.
13340
13341 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13342
13343         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13344         document supports bookmarks.
13345
13346 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * ps/ggvutils.c: (ggv_file_readable):
13349         * ps/ggvutils.h:
13350         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13351         (gtk_gs_get_postscript):
13352
13353         Remove unused utils
13354
13355 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13356
13357         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13358         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13359         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13360         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13361         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13362         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13363         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13364         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13365         (gtk_gs_set_antialiasing), (ps_document_load),
13366         (ps_document_render):
13367         * ps/gtkgs.h:
13368
13369         Another check point for the ps backend. Now I can get it to show
13370         pages!
13371
13372 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13373
13374         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13375         document setting code.
13376
13377 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13378
13379         * shell/eggfindbar.c: (entry_activate_callback):
13380         Animate the next button when activate is pressed.
13381         
13382 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13383
13384         * shell/ev-window.c: (ev_window_cmd_edit_find),
13385         (update_fullscreen_popup), (ev_window_fullscreen),
13386         (ev_window_unfullscreen), (ev_window_state_event_cb),
13387         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13388         Fix bugs in fullscreen code.
13389         
13390 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13391
13392         * Makefile.am:
13393         * configure.ac:
13394         * pixbuf/Makefile.am:
13395         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13396         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13397         (pixbuf_document_set_page), (pixbuf_document_get_page),
13398         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13399         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13400         (pixbuf_document_render), (pixbuf_document_begin_find),
13401         (pixbuf_document_end_find), (pixbuf_document_finalize),
13402         (pixbuf_document_class_init),
13403         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13404         * pixbuf/pixbuf-document.h:
13405         * shell/Makefile.am:
13406         * shell/ev-application.c: (ev_application_open):
13407         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13408         (ev_window_open):
13409         Add pixbuf backend.
13410         
13411 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13412
13413         * Makefile.am: 
13414         * dvi/dvilib/Makefile.am:
13415         * dvi/Makefile.am:
13416         * configure.ac: Auto*ify dvi and dvi/dvilib
13417
13418         * dvi/Makefile: Remove from CVS
13419         
13420         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13421         confusion.
13422
13423         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13424         
13425         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13426         
13427 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13428
13429         * ps/Makefile.am:
13430         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13431         (gtk_gs_value_adjustment_changed), (compute_size),
13432         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13433         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13434         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13435         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13436         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13437         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13438         (ps_document_load), (ps_document_get_n_pages),
13439         (ps_document_set_page), (ps_document_get_page),
13440         (ps_document_set_target), (ps_document_set_scale),
13441         (ps_document_set_page_offset), (ps_document_get_page_size),
13442         (ps_document_render), (ps_document_begin_find),
13443         (ps_document_end_find), (ps_document_document_iface_init):
13444         * ps/gtkgs.h:
13445         * shell/Makefile.am:
13446         * shell/ev-window.c: (ev_window_open):
13447
13448         Some work to integrate gtkgs with EvDocument
13449
13450 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13451
13452         * shell/ev-window.c: (update_fullscreen_popup),
13453         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13454         (exit_fullscreen_button_clicked_cb),
13455         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13456         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13457         (ev_window_state_event_cb), (ev_window_init):
13458         Add fullscreen support from Epiphany.
13459         
13460 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13461
13462         * data/ev-stock-zoom-fit-width.png: fit-width
13463         stock icon from gpdf.
13464         
13465         * shell/ev-stock-icons.[ch]: copied from gpdf.
13466         
13467         * shell/main.c: (main): init stock icons.
13468         
13469         * shell/ev-window.c: use the fit-width icon.
13470         
13471         * data/evince-ui.xml: add zooming toolbar items.
13472
13473 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13474
13475         * shell/ev-view.c: 
13476         (ev_view_best_fit), (ev_view_fit_width): because
13477         get_page_size() returns the scaled page size, we
13478         need to calculate the scale factor relative to
13479         the previous scale factor. Should really just
13480         add get_real_page_size().
13481
13482 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13483
13484         * shell/ev-view.[ch]:
13485         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13486         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13487         add zooming.
13488         
13489         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13490         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13491         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13492         hook it up.
13493         
13494         * pdf/xpdf/pdf-document.cc:
13495         (pdf_document_begin_find),
13496         (pdf_document_end_find): make static.
13497
13498 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13499
13500         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13501
13502         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13503         names to fontconfig patterns.
13504         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13505
13506         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13507         setupBaseFontsFc.
13508
13509 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13510
13511         * Makefile.am:
13512         * configure.ac:
13513         * ps/Makefile.am:
13514         * ps/ggvutils.c:
13515         * ps/ggvutils.h:
13516         * ps/gsdefaults.c:
13517         * ps/gsdefaults.h:
13518         * ps/gsio.c:
13519         * ps/gsio.h:
13520         * ps/gtkgs.c:
13521         * ps/gtkgs.h:
13522         * ps/ps.c:
13523         * ps/ps.h:
13524
13525         Import ggv backend. Not hooked up yet.
13526
13527 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13528
13529         * shell/main.c: (load_files), (main): load files
13530         from the command line.
13531
13532 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13533
13534         * configure.ac: don't require bonobo.
13535         
13536         * cut-n-paste/recent-files/*: kill bonobo recent
13537         view.
13538
13539         * shell/ev-window.c:
13540         (ev_window_is_empty): upd.
13541         (unable_to_load), (ev_window_open): load backend
13542         based on the mime type.
13543
13544 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13545
13546         * backend/.cvsignore: ignore generated marshalers source.
13547
13548         * shell/main.c (main): this is not epiphany.
13549
13550 2004-12-22  Havoc Pennington  <hp@redhat.com>
13551
13552         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13553         (expose_bin_window): draw find highlights
13554
13555         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13556         
13557         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13558         (pdf_document_end_find): implement this interface
13559
13560         * backend/ev-document.c (ev_document_found): add this to emit
13561         signal
13562
13563 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13564
13565         * data/evince-ui.xml: Add a few more toolbar items.
13566
13567         * shell/ev-window.c: Hook up page navigation toolbar 
13568         items.
13569
13570         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13571         a page-changed signal.
13572
13573         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13574         Add ev_document_get_page().
13575
13576         * shell/ev-window.c: Sensitize/desensitize navigation
13577         actions.
13578
13579 2004-12-21  Havoc Pennington  <hp@redhat.com>
13580
13581         * backend/ev-backend-marshal.c,
13582         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13583         marshaler-generator thingy. I'm sure there's a better way to do
13584         this in the modern world.
13585
13586         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13587         end_find methods and "found" signal.
13588
13589         * configure.ac: find glib-genmarshal
13590
13591 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13592
13593         * shell/ev-sidebar.c: Construct an actual sidebar.
13594         * shell/ev-sidebar-bookmarks.[ch]:
13595         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13596
13597 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13598
13599         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13600         Redo size handling.
13601         
13602         * shell/ev-view.c: Track the size from the document.
13603
13604 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13605
13606         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13607         constructor assumes ownership of the string passed in.
13608         
13609         * shell/ev-window.c (ev_window_open): Destroy the error
13610         dialog once we've displayed it.
13611
13612 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13613
13614         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13615         a bit, it works! (sort of)
13616
13617         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13618         Move to .cc since we need to use C++ in the implementation.
13619
13620         * shell/dummy.cc: Add a CC file to force evince
13621         to be linked as a C++ program.
13622
13623 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13624
13625         * shell/ev-view.[ch]: Start of content-area widget.
13626
13627         * shell/ev-window.c: Create a EvView, update it
13628         as we change documents.
13629
13630         * shell/Makefile.am shell/ev-marshal.list: Add
13631         generated marshalers.
13632
13633 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13634
13635         * Makefile.am (SUBDIRS): move shell.
13636
13637 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13638
13639         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13640         .a to libtool convenience libraries.
13641
13642         * shell/ev-window.c (ev_window_open): Hard code loading
13643         a PDF document.
13644         
13645         * backend/ev-document.h: Add a boolean return to load(),
13646         fix GError * to GError **.
13647
13648         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13649         object for a PDF backend EvDocument.
13650
13651 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13652
13653         * dvi/*: New directory with the beginning of a .dvi backend.
13654
13655 2004-12-21  Havoc Pennington  <hp@redhat.com>
13656
13657         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13658         previous/next instead of back/forward
13659
13660 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13661
13662         * backend/ev-document.[ch]: Fix a couple of problems so
13663         it compile.
13664
13665 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13666
13667         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13668         to backend/ directory, rename EvViewer to EvDocument.
13669
13670 2004-12-21  Havoc Pennington  <hp@redhat.com>
13671
13672         * shell/ev-window.c: hook up the find bar widget; now we just need
13673         a document to find things in
13674
13675         * shell/eggfindbar.c: a find bar widget
13676
13677 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13678
13679         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13680
13681 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13682
13683         * pdf/**: Import of xpdf code from gpdf. 
13684
13685         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13686
13687         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13688         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13689         Fix FreeType includes.
13690
13691         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13692         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13693         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13694         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13695         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13696         Include xpdfconfig.h
13697         
13698 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13699
13700         * shell/ev-window.c (ev_window_dispose): dispose can be called
13701         multiple times.
13702
13703 2004-12-21  Havoc Pennington  <hp@redhat.com>
13704
13705         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13706         rather than Evince
13707
13708         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13709         items; really they should be synced with the strings, etc. from
13710         current gpdf, but just getting the boring typing out of the way 
13711
13712 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13713
13714         * po/POTFILES.in:
13715         * shell/ev-application.c: (window_destroy_cb):
13716         * shell/ev-window.c:
13717         * shell/main.c: (main):
13718
13719         Actually show the window...
13720
13721 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13722
13723         * Makefile.am:
13724         * shell/Makefile.am:
13725         * shell/ev-application.c: (ev_application_class_init):
13726         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13727
13728         Make it build again
13729
13730 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13731
13732         Import to gnome cvs.
13733         
13734         * Remove copies of gpdf and ggv trees.
13735         * Rip out all the recursive configure code.
13736         * Remove bonobo machinery.
13737         * viewer/*: GInterfaces that backends should/can implement.
13738
13739 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13740
13741         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13742         typo
13743
13744 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13745
13746         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13747         (ev_application_finalize, ev_application_class_init)
13748         (ev_application_init): use GType instance private data for priv.
13749
13750         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13751         (ev_window_finalize, ev_window_class_init)
13752         (ev_window_init): ditto.
13753
13754 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13755
13756         * shell/ev-application.c (ev_application_new_window): make public
13757         (ev_application_show_initial_window): kill.
13758
13759         * shell/ev-application.h: update prototypes.
13760
13761         * shell/main.cc (main): inline ev_application_show_initial_window.
13762
13763 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13764
13765         * shell/ev-application.c (ev_application_new_window): impl.
13766         (ev_application_show_initial_window): use it.
13767         (is_window_empty, ev_application_get_empty_window): returns an
13768         existing empty window or a new one.
13769         (ev_application_open): from ev_window_cmd_file_open.
13770
13771         * shell/ev-application.h: update prototypes
13772
13773         * shell/ev-window.c (ev_window_is_empty): impl.
13774         (ev_window_open): make public.
13775         (ev_window_cmd_file_open): use ev_application_open
13776
13777         * shell/ev-window.h: update prototypes, remove unused.
13778
13779 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13780
13781         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13782         move destroy handler out of here...
13783
13784         * shell/ev-application.c, shell/ev-application.h: ...into this new
13785         class. Also handles initial window creation.
13786
13787         * shell/main.cc (main): use EvApplication to create initial
13788         window.
13789
13790 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13791
13792         * Makefile.am (SUBDIRS): add cut-n-paste
13793
13794         * cut-n-paste/Makefile.am: add
13795
13796         * configure.ac: generate Makefiles in cut-n-paste
13797
13798 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13799
13800         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13801         (ev_window_class_init): install ev_window_dispose.
13802
13803 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13804
13805         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13806         char (gchar looks stupid).
13807
13808 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13809
13810         * po/de.po: updated German translation.
13811
13812 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13813
13814         * configure.ac: add more pkg-config library checks for gnome-vfs,
13815         bonobo etc.
13816
13817         * gpdf/configure.in: temporarily disable libpaper
13818         checks. Otherwise I'd have to add the checks for the shell, too.
13819
13820 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13821
13822         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13823         and * file filters to the file choose.
13824
13825 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13826
13827         * po/de.po: Updated German translation.
13828
13829 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13830
13831         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13832
13833 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13834
13835         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13836
13837         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13838         (ev_window_init): implement those menuitems.
13839
13840 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13841
13842         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13843
13844         * shell/ev-window.c (ev_window_init): use the toolbar.
13845
13846 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13847
13848         * shell/ev-window.c (ev_window_init): use menu translations
13849
13850 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13851
13852         * configure.ac: add "de" to ALL_LINGUAS.
13853
13854         * po/de.po: add German translation.
13855
13856 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13857
13858         * Makefile.am (SUBDIRS): add po
13859
13860         * configure.ac: check intltool, glib-gettext etc, generate
13861         po/Makefile.in
13862
13863         * po, po/POTFILES.in, po/POTFILES.skip: new.
13864
13865 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13866
13867         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13868         already use (#ifdef ENABLE_NLS)
13869
13870         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13871         pointer indirection thinko.
13872
13873         * shell/main.c: include gi18n.h for bindtextdomain etc.
13874
13875 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13876
13877         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13878         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13879         tooltips for menu items in the statusbar.
13880
13881 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13882
13883         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13884         pkgdatadir drop UIDIR
13885
13886 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13887
13888         * data/evince-ui.xml: Add File->Open menu item
13889
13890         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13891         chooser), hook it up in the ui manager.
13892
13893 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13894
13895         * shell/ev-window.c: fix Help->About tooltip.
13896
13897 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13898
13899         * configure.ac: set CFLAGS for libevprivate.
13900
13901         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13902         definitions, factory etc.
13903
13904         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13905
13906         * shell/Makefile.am: link against libevprivate.a.
13907
13908         * shell/ev-window.c (entries): add stock icon to Help->About.
13909
13910         * shell/main.c (main): init stock icon code.
13911
13912 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13913
13914         * lib/recent-files: egg recent files code
13915
13916         * lib/Makefile.am: add.
13917
13918         * Makefile.am: add lib subdir.
13919
13920         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13921         set CFLAGS for recent-files.
13922
13923 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13924
13925         * configure.ac: disable -ansi and -pedantic gcc flags. They
13926         disable POSIX stuff in stdio.h, but egg-recent uses them.
13927
13928 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13929
13930         * configure.ac: add --disable-deprecated flag (defaults to on in
13931         "cvs" builds).
13932
13933         * shell/Makefile.am (INCLUDES): use it.
13934
13935 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13936
13937         * shell/main.c: add missing #include.
13938
13939         * shell/ev-window.c: fix for pedantic gcc.
13940         (ev_window_cmd_help_about): split license into paragraphs for
13941         translators and pedantic compilers.
13942
13943 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13944
13945         * configure.ac: add more warning flags if compiling with gcc from
13946         cvs (or explicitly requested with --enable-more-warnings).
13947
13948 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13949
13950         * data/evince-ui.xml: add File and File->Close menu.
13951
13952         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13953         (ev_window_destroy): quit after destroy.
13954         (ev_window_class_init): override GtkObject::destroy.
13955         (entries): install close_window callback.
13956
13957 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13958
13959         * Makefile.am (SUBDIRS): add data subdir.
13960
13961         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13962         gtk+ 2.5.0 for GtkAboutDialog.
13963
13964         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13965         main window.
13966
13967         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13968
13969         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13970         manager.
13971         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13972
13973 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13974
13975         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13976
13977 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13978
13979         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13980
13981 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13982
13983         * shell/*: Added shell directory boilerplate, build it.
13984
13985 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13986
13987         * configure.ac, Makefile.am: Added top-level configure.ac and
13988         Makefile.am