]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Remove the idle function for setting the document up when the window is
[evince.git] / ChangeLog
1 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (ev_window_setup_document),
4         (ev_window_set_document), (ev_window_dispose):
5
6         Remove the idle function for setting the document up when the
7         window is destroyed. Fixes bug #549163.
8         
9 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
12         (ev_job_attachments_dispose), (ev_job_attachments_run),
13         (ev_job_attachments_class_init), (ev_job_attachments_new):
14         * shell/ev-sidebar-attachments.c:
15         (ev_sidebar_attachments_set_document):
16
17         Add a new job to get the attachments in a thread with the document
18         lock held. Fixes bug #548653.
19         
20 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
23         (tiff_document_document_iface_init):
24
25         Implement document_get_page_label in tiff backend.
26         
27 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * backend/tiff/tiff-document.c: (tiff_document_render):
30
31         Handle document orientation in tiff backend. Fixes bug #548444.
32         
33 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
36
37         Do not crash when adjustment page size is 0. Fixes bug #547440.
38         
39 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * cut-n-paste/evmountoperation/ev-mount-operation.c:
42
43         Sync with current GTK+.
44         
45 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
46
47         * configure.ac:
48         
49         Update for release 2.23.6.
50
51 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
52
53         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
54         (ev_job_load_set_password):
55         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
56         * shell/ev-window.c: (password_dialog_response),
57         (ev_window_load_job_cb):
58
59         Fix loading encrypted documents since I broke it with the jobs
60         rework.
61         
62 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * NEWS:
65
66         Update NEWS for 2.23.6 release.
67         
68 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
69
70         * backend/impress/impress-document.c:
71         * backend/impress/render.h:
72         * libdocument/ev-document-factory.c:
73         * libdocument/ev-document-factory.h:
74         * libdocument/ev-document-links.h:
75         * libdocument/ev-document-misc.c:
76         * libdocument/ev-document-misc.h:
77         * properties/ev-properties-main.c:
78         * properties/ev-properties-view.c:
79         * properties/ev-properties-view.h:
80         * shell/eggfindbar.c:
81         * shell/eggfindbar.h:
82         * shell/ev-application.c:
83         * shell/ev-application.h:
84         * shell/ev-jobs.h:
85         * shell/ev-message-area.h:
86         * shell/ev-navigation-action.c:
87         * shell/ev-navigation-action.h:
88         * shell/ev-open-recent-action.c:
89         * shell/ev-open-recent-action.h:
90         * shell/ev-page-action-widget.c:
91         * shell/ev-page-action.c:
92         * shell/ev-page-action.h:
93         * shell/ev-page-cache.h:
94         * shell/ev-password-view.h:
95         * shell/ev-password.h:
96         * shell/ev-pixbuf-cache.h:
97         * shell/ev-properties-fonts.c:
98         * shell/ev-sidebar-attachments.c:
99         * shell/ev-sidebar-links.c:
100         * shell/ev-sidebar-links.h:
101         * shell/ev-sidebar-thumbnails.c:
102         * shell/ev-sidebar-thumbnails.h:
103         * shell/ev-sidebar.c:
104         * shell/ev-sidebar.h:
105         * shell/ev-stock-icons.c:
106         * shell/ev-tooltip.h:
107         * shell/ev-view.c:
108         * shell/ev-view.h:
109         * shell/ev-window.c:
110         * shell/ev-window.h:
111         * shell/main.c:
112
113         More #include cleanups. Again: reordering, single gtk.h
114         includes and other stuff.
115
116 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
117
118         * shell/eggfindbar.c:
119         * shell/ev-application.c:
120         * shell/ev-message-area.c:
121         * shell/ev-navigation-action.c:
122         * shell/ev-open-recent-action.c:
123         * shell/ev-page-action-widget.c:
124         * shell/ev-page-action.c:
125         * shell/ev-password-view.c:
126         * shell/ev-properties-dialog.c:
127         * shell/ev-properties-fonts.c:
128         * shell/ev-sidebar-attachments.c:
129         * shell/ev-sidebar-page.c:
130         * shell/ev-sidebar-thumbnails.c:
131         * shell/ev-stock-icons.c:
132         * shell/ev-tooltip.c:
133         * shell/ev-view.c:
134         * shell/ev-window.c:
135         * shell/main.c:
136
137         Cleanup many #include statements: reorder so that a
138         generic-to-specific order is used, use single gtk.h
139         includes, and some other cleanups.
140
141 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * shell/ev-jobs.h:
144
145         Add gio header.
146         
147 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
150         (ev_document_fc_mutex_trylock):
151         * shell/Makefile.am:
152         * shell/ev-job-queue.[ch]:
153         * shell/ev-job-scheduler.[ch]:
154         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
155         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
156         (ev_job_run), (ev_job_cancel), (ev_job_failed),
157         (ev_job_failed_from_error), (ev_job_succeeded),
158         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
159         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
160         (ev_job_links_class_init), (ev_job_render_init),
161         (notify_page_ready), (ev_job_render_page_ready),
162         (ev_job_render_run), (ev_job_render_class_init),
163         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
164         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
165         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
166         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
167         (ev_job_save_dispose), (ev_job_save_run),
168         (ev_job_save_class_init), (ev_job_print_init),
169         (ev_job_print_dispose), (ev_job_print_run),
170         (ev_job_print_class_init):
171         * shell/ev-page-cache.c:
172         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
173         (check_job_size_and_unref), (move_one_job),
174         (copy_job_to_job_info), (add_job),
175         (ev_pixbuf_cache_add_jobs_if_needed):
176         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
177         (job_fonts_finished_cb), (job_fonts_updated_cb),
178         (ev_properties_fonts_set_document):
179         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
180         (ev_sidebar_links_set_document):
181         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
182         (ev_sidebar_thumbnails_set_document),
183         (ev_sidebar_thumbnails_clear_job):
184         * shell/ev-view-private.h:
185         * shell/ev-view.c:
186         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
187         (ev_window_refresh_window_thumbnail), (password_dialog_response),
188         (ev_window_clear_load_job), (ev_window_clear_reload_job),
189         (ev_window_load_job_cb), (ev_window_reload_job_cb),
190         (window_open_file_copy_ready_cb), (ev_window_open_uri),
191         (ev_window_reload_document), (ev_window_clear_save_job),
192         (ev_window_save_job_cb), (file_save_dialog_response_cb),
193         (ev_window_clear_print_job), (ev_window_print_job_cb),
194         (ev_window_print_dialog_response_cb):
195         * shell/main.c: (main):
196
197         Rework the jobs system in order to make it simpler and more
198         extensible. It allows to run jobs in the main loop instead of
199         using a thread when it's appropriate like the fonts job. Now it's
200         also possible to cancel jobs that are currently running. 
201         
202 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
203
204         * libdocument/ev-debug.c: (profile_init):
205
206         Create the hash table also when profiling service is enabled for
207         all sections.
208         
209 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
210
211         * libdocument/ev-debug.[ch]: (ev_profiler_start),
212         (ev_profiler_stop):
213         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
214         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
215         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
216         (ev_job_print_run):
217         * shell/main.c: (main):
218
219         Add a profile mode available when debug is enabled. Add profilers
220         in ev-jobs.
221         
222 2008-07-23  Götz Waschk <waschk@mandriva.org>
223
224         * configure.ac: Correctly build desktop file. Fixes
225         bug #544237.
226
227 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
228
229         * configure.ac:
230         
231         Update for release 2.23.5.
232
233 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * NEWS:
236
237         Update NEWS for 2.23.5 release.
238         
239 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * shell/ev-window.c: (ev_window_state_event),
242         (ev_window_class_init):
243
244         Intercept window manager's fullscreen request in order to run/stop
245         fullscreen mode. Fixes bug #493541.
246         
247 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * shell/ev-window.c: (find_bar_visibility_changed_cb):
250
251         Restart the job search when the find bar is opened for the second
252         time. Fixes bug #531956.
253         
254 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
257         (get_document_from_uri):
258
259         Make sure we always return a valid error struct when
260         get_document_from_uri fails. Fixes nautilus crash, see bug
261         #542548.
262         
263 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
264
265         * libdocument/ev-transition-effect.c
266         (ev_transition_effect_type_get_type),
267         (ev_transition_effect_alignment_get_type),
268         (ev_transition_effect_direction_get_type):
269         
270         Fixes bug #542924. Makes enums static to fix Solaris build.
271
272 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
273
274         * shell/ev-view.c: (ev_view_key_press_event):
275
276         Add '.' keybinding for blanking the screen in presentation
277         mode. Fixes bug #542001.
278         
279 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
280
281         * libdocument/ev-document-misc.c:
282         (ev_document_misc_pixbuf_from_surface):
283
284         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
285         #540950.
286         
287 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
288
289         * backend/comics/comics-document.c (comics_document_load):
290         * backend/comics/comicsdocument.evince-backend.in:
291         * configure.ac:
292         * thumbnailer/evince-thumbnailer-comics.schemas.in:
293         
294         Added support for 7-zip based cb7 comic book. Patch by
295         Kartik Rustagi. Fixes bug #532312.
296
297 2008-06-24  Bastien Nocera  <hadess@hadess.net>
298
299         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
300         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
301         Fixes bug #539972.
302
303 2008-06-24  Bastien Nocera  <hadess@hadess.net>
304
305         * shell/Makefile.am:
306         * shell/ev-application.c (ev_application_init),
307         (ev_application_get_media_keys):
308         * shell/ev-application.h:
309         * shell/ev-marshal.list:
310         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
311         (proxy_destroy), (on_media_player_key_pressed),
312         (ev_media_player_keys_init), (ev_media_player_keys_focused),
313         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
314         * shell/ev-media-player-keys.h:
315         * shell/ev-window.c (ev_window_go_previous_page),
316         (ev_window_go_next_page), (ev_window_go_first_page),
317         (ev_window_go_last_page), (ev_window_start_presentation),
318         (ev_window_dispose), (view_actions_focus_in_cb):
319         * shell/ev-window.h: When building with D-Bus support, listen
320         for multimedia key events from gnome-settings-daemon. This allows
321         to go to the next/previous/first/last pages using, respectively,
322         Next/Previous/Rewing/Fast Forward. The Play button is used to start
323         a presentation. Fixes bug #539971.
324
325 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
326
327         * configure.ac:
328         
329         Update for release 2.23.4.
330
331 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * NEWS:
334
335         Update news for 2.23.4 release.
336         
337 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
340         * shell/ev-sidebar-thumbnails.c:
341         (ev_sidebar_thumbnails_set_loading_icon),
342         (ev_sidebar_thumbnails_refresh):
343         * shell/ev-window.c: (ev_window_error_message),
344         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
345         (ev_window_set_document):
346
347         Do not crash opening documents with no pages and show a warning
348         message in the message area. Fixes bugs #537574 and #171588.
349         
350 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * shell/Makefile.am:
353         * shell/ev-file-monitor.[ch]:
354         * shell/ev-window.c: (ev_window_document_changed),
355         (ev_window_clear_reload_job), (ev_window_load_job_cb),
356         (ev_window_reload_job_cb), (ev_window_open_uri),
357         (ev_window_reload_document), (ev_window_cmd_view_reload),
358         (ev_window_dispose):
359
360         Automaticly reload the document when the file has changed on
361         disk. Bug #304249.
362         
363 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
364
365         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
366         * libdocument/ev-image.c: (ev_image_save_tmp):
367         * libdocument/ev-module.c: (ev_module_load):
368         * shell/ev-application.c: (ev_application_shutdown),
369         (ev_application_get_print_settings):
370         * shell/ev-sidebar-attachments.c:
371         (ev_sidebar_attachments_button_press),
372         (ev_sidebar_attachments_drag_data_get):
373         * shell/ev-window.c: (window_save_file_copy_ready_cb),
374         (ev_window_print_finished), (ev_window_print_send),
375         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
376         (ev_window_preview_print_finished), (ev_window_do_preview_print),
377         (ev_window_cmd_preview_print):
378         * shell/main.c: (load_files_remote):
379         Fix some build warnings under GCC 4.3.0. (#537535).
380
381 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * shell/ev-jobs.c: (ev_job_render_dispose):
384
385         Fix a crash in debug mode. Patch by Daniel M German.
386         
387 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-window.c:
390
391         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
392         
393 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * shell/ev-window.c: (ev_window_print_send),
396         (ev_window_do_preview_print):
397
398         Use the window title as print job name instead of just
399         "evince-print". Fixes bug #534493.
400         
401 2008-05-19  Frederic Peters  <fpeters@0d.be>
402
403         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
404         Bug #533897.
405
406 2008-05-19  Frederic Peters  <fpeters@0d.be>
407
408         * help/reference/Makefile.am: added missing libevmountoperation to
409         gtkdoc-scanobj libraries.  Bug #533896.
410
411 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
412
413         * properties/ev-properties-view.c (get_default_user_units):
414         Fixes check for default units string translation. Bug #533323.
415
416 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
417
418         * backend/impress/iksemel.c (sax_core): Fix a free() that should
419         be an iks_free(). Fix an array overflow in the XML parser that
420         would occur whenever the number of attributes in a tag was greater
421         than 0 and divisible by 6. Fixes GNOME bug #530852.
422
423 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
424
425         * backend/djvu/djvu-document-private.h:
426         * backend/djvu/djvu-links.c:
427         * backend/djvu/djvu-text.c:
428         * backend/djvu/djvu-document.c: (djvu_handle_events),
429         (djvu_wait_for_message), (djvu_document_load),
430         (document_get_page_size), (djvu_document_render),
431         (djvu_document_thumbnails_get_thumbnail),
432         (djvu_document_file_exporter_end):
433
434         Make sure load job doesn't finish successfully when the document
435         is not successfully decoded by libdjvu. Fixes bug #530202.
436         
437 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * configure.ac:
440         * libdocument/Makefile.am:
441         * libdocument/ev-debug.[ch]:
442         * libdocument/ev-document.c:
443         * shell/ev-jobs.c: (ev_job_links_dispose),
444         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
445         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
446         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
447         (ev_job_render_page_ready), (ev_job_render_run),
448         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
449         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
450         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
451         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
452         (ev_job_print_new), (ev_job_print_run):
453         * shell/main.c: (main):
454
455         Add debug mode based on gedit code. Add debug messages in
456         ev-jobs.
457         
458 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
459
460         * libdocument/ev-document-factory.c: (get_document_from_uri):
461
462         Fix memory leak.
463         
464 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
465
466         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
467         (get_mime_type_from_data), (get_document_from_uri),
468         (ev_document_factory_get_document):
469         
470         Improved error message about file opening failture.
471         Bug #529129.
472
473 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
474
475         * data/evince-toolbar.xml:
476         
477         Allow to add SaveAs to toolbar.
478
479 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * shell/ev-view-private.h:
482         * shell/ev-view.[ch]: (ev_view_button_release_event),
483         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
484         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
485         (ev_view_update_primary_selection), (clear_link_selected),
486         (ev_view_copy_link_address):
487         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
488
489         Update also the primary selection when copying a link
490         address. Fixes bug #520855.
491         
492 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * libdocument/ev-document-factory.c: (get_document_from_uri):
495
496         Use the pixbuf backend only when the mime type is not supported by
497         any of the other backend so that tiff documents, for instance, are
498         handled by the tiff backend instead of the pixbuf backend. fixes
499         bug #520290.
500         
501 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * cut-n-paste/Makefile.am:
504
505         Add evmountoperation to subdirs list.
506         
507 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * configure.ac:
510
511         Fix libspectre check in configure script. Fixes bug #528549.
512         
513 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * configure.ac:
516         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
517         * shell/Makefile.am:
518         * shell/ev-window.c: (ev_window_load_remote_failed),
519         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
520
521         Add GtkMountOperation (renamed to avoid conflicts) to be able to
522         open documents in remote locations that are not mounted.
523         
524 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
527         (bitmap_convert_msb8):
528         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
529         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
530
531         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
532         
533 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
536         (ev_job_render_new), (ev_job_render_set_selection_info),
537         (ev_job_render_run):
538         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
539         (check_job_size_and_unref),
540         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
541         (add_job), (ev_pixbuf_cache_get_selection_surface):
542
543         Create the render context needed for rendering a page in the render
544         thread so that we don't block the main thread. Simplify
545         EvJobRender API.
546         
547 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * libdocument/Makefile.am:
550         * libdocument/ev-page.[ch]:
551         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
552         (ev_render_context_new), (ev_render_context_set_page):
553         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
554         (ev_form_field_finalize), (ev_form_field_class_init):
555         * libdocument/ev-document-forms.[ch]:
556         (ev_document_forms_get_form_fields):
557         * libdocument/ev-document.[ch]: (ev_document_get_page),
558         (ev_document_get_page_size), (ev_document_get_page_label):
559         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
560         (ev_job_render_run), (ev_job_thumbnail_new),
561         (ev_job_thumbnail_run), (ev_job_print_run):
562         * shell/ev-page-cache.c: (ev_page_cache_new):
563         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
564         (check_job_size_and_unref), (add_job):
565         * shell/ev-sidebar-thumbnails.c: (add_range):
566         * shell/ev-view.c: (ev_view_form_field_get_region),
567         (ev_view_form_field_button_create_widget),
568         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
569         (ev_view_handle_form_field), (ev_view_size_allocate),
570         (get_selected_text):
571         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
572         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
573         (pdf_document_get_page), (pdf_document_get_page_label),
574         (pdf_document_render), (pdf_document_get_info),
575         (pdf_document_document_iface_init),
576         (pdf_document_thumbnails_get_thumbnail),
577         (pdf_document_thumbnails_get_dimensions),
578         (pdf_document_file_exporter_do_page),
579         (pdf_selection_render_selection),
580         (pdf_selection_get_selected_text),
581         (pdf_selection_get_selection_region),
582         (pdf_selection_get_selection_map),
583         (pdf_document_forms_get_form_fields),
584         (pdf_document_forms_form_field_text_get_text),
585         (pdf_document_forms_form_field_text_set_text),
586         (pdf_document_forms_form_field_button_set_state),
587         (pdf_document_forms_form_field_button_get_state),
588         (pdf_document_forms_form_field_choice_get_item),
589         (pdf_document_forms_form_field_choice_get_n_items),
590         (pdf_document_forms_form_field_choice_is_item_selected),
591         (pdf_document_forms_form_field_choice_select_item),
592         (pdf_document_forms_form_field_choice_toggle_item),
593         (pdf_document_forms_form_field_choice_unselect_all),
594         (pdf_document_forms_form_field_choice_set_text),
595         (pdf_document_forms_form_field_choice_get_text):
596         * backend/ps/ev-spectre.c: (ps_document_get_page),
597         (ps_document_get_page_size), (ps_document_get_page_label),
598         (ps_document_render), (ps_document_document_iface_init),
599         (ps_document_file_exporter_do_page):
600         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
601         (tiff_document_render), (tiff_document_render_pixbuf),
602         (tiff_document_file_exporter_do_page):
603         * backend/pixbuf/pixbuf-document.c:
604         (pixbuf_document_get_page_size):
605         * backend/comics/comics-document.c:
606         (comics_document_get_page_size), (comics_document_render_pixbuf):
607         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
608         (djvu_document_render), (djvu_selection_get_selected_text),
609         (djvu_document_thumbnails_get_thumbnail),
610         (djvu_document_file_exporter_do_page),
611         (djvu_document_find_get_result):
612         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
613         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
614         (dvi_document_thumbnails_get_thumbnail),
615         (dvi_document_file_exporter_do_page):
616         * backend/impress/impress-document.c:
617         (impress_document_get_page_size),
618         (impress_document_render_pixbuf):
619         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
620
621         Add EvPage so that we can hold a reference to the backend
622         page. Form fields keep now a reference to the poppler page
623         improving performance since we don't have to create/destroy the
624         poppler field for every form operation. This will be needed for
625         annotations too.
626         
627 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * data/evince-ui.xml:
630         * shell/ev-window.c:
631
632         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
633         
634 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * configure.ac:
637         * backend/ps/Makefile.am:
638
639         Remove gs stuff from ps backend.
640         
641 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * configure.ac:
644         * backend/pdf/ev-poppler.cc:
645
646         Bump poppler requirement to 0.8.0.
647         
648 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
649
650         * NEWS:
651         * configure.ac:
652
653         Update for release 2.22.1.1
654
655 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * configure.ac:
658
659         Fix build (again) when poppler version is 0.6
660         
661 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * backend/djvu/djvu-links.c: (build_tree):
664
665         Make sure link title is a valid utf8 string. Fixes bug #526517.
666         
667 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * configure.ac:
670
671         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
672         #526799.
673         
674 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
675
676         * configure.ac:
677         
678         Update for release 2.22.1.
679
680 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * NEWS:
683
684         Update for upcoming release.
685
686 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * configure.ac:
689         * backend/dvi/dvidocument.evince-backend.in:
690
691         Add compressed dvi to the list of supported mime types. Patch by
692         Ed Catmur. Fixes bug #307087.
693
694 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * shell/ev-jobs.c: (ev_job_print_get_page_list):
697
698         Fix a crash when printing a range that doesn't specify the start or
699         end page. Fixes bug #524288.
700
701 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * shell/ev-window.c: (ev_window_cmd_continuous),
704         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
705         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
706         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
707         (ev_window_run_presentation), (ev_window_stop_presentation),
708         (ev_window_cmd_view_presentation),
709         (ev_window_cmd_leave_fullscreen),
710         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
711
712         Do not unfullscreen and fullscreen again the window when changing
713         from fullscreen to presentation mode and vice versa. Fixes bug
714         #524112.
715         
716 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
717
718         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
719
720         Do not crash when thumbnail failed to render in PS backend. Fixes
721         bug #525015.
722         
723 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * shell/ev-window.c: (window_open_file_copy_ready_cb),
726         (ev_window_load_file_remote), (ev_window_open_uri):
727
728         Handle errors when opening remote files.
729         
730 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
731
732         * shell/ev-page-action.c: (ev_page_action_grab_focus):
733
734         Only grab the focus for the current visible proxy widget. Fixes
735         bug #521224.
736         
737 2008-03-30  Emil Soleyman  <emil@nishra.com>
738
739         * shell/ev-window.c: (launch_external_uri):
740         
741         Reuse g_app_info_launch_default_for_uri to
742         save some code and fix bug #525009.
743
744 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
745
746         * shell/ev-window.c (image_save_dialog_response_cb):
747
748         Use g_str_has_suffix. See bug #523069.
749
750 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * configure.ac:
753
754         Add a configure option to enable/diable DBus. Patch by Rémi
755         Cardona. Fixes bug 521797.
756
757 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
760
761         Fix printing in documents with rotated pages. Patch by Eugen
762         Dedu. Fixes bug #512648.
763         
764 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
767         (ev_link_from_action):
768
769         Fix warning messages.
770         
771 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * shell/ev-window.c: (image_save_dialog_response_cb):
774
775         Do not append the extension to filename when saving an image
776         if the filename alredy contains the extension. Fixes bug #523069.
777         
778 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
779
780         * shell/ev-view.[ch]: (ev_view_find_cancel):
781         * shell/ev-window.c: (find_bar_close_cb):
782
783         Cancel the find operation when the find bar is closed. Fixes bug
784         #508845.
785         
786 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * backend/ps/psdocument.evince-backend.in:
789
790         Make ps backend module resident. Fixes bug #520607.
791         
792 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * shell/ev-jobs.c: (ev_job_print_run):
795
796         Invert collate action in order to work as expected, fix reverse
797         printing so that it doesn't start with a blank page and fix number
798         of copies. Patch by Eugen Dedu. Fixes bug #365332.
799         
800 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
803
804         Fix build with poppler <= 0.7.2
805         
806 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * libdocument/ev-document-misc.c:
809         (ev_document_misc_surface_from_pixbuf):
810
811         Fix selections with poppler-splash.
812         
813 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
814
815         * configure.ac:
816         * backend/pdf/ev-poppler.cc:
817
818         Fix build with poppler >= 0.7.2
819         
820 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
821
822         * configure.ac:
823         
824         Update for release 2.22.0
825
826 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * NEWS:
829
830         Update for upcoming release.
831
832 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
833
834         * shell/ev-window.c (ev_window_print_dialog_response_cb):
835
836         Bug 495107 – Handle print dialog responses correctly
837
838         Correctly handle print dialog response. Properly fixes
839         the above mentioned bug.
840
841 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
844
845         Make sure print job is only run when the print button is
846         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
847         
848 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * backend/pdf/pdfdocument.evince-backend.in:
851         * libdocument/ev-backends-manager.c:
852         (ev_backends_manager_load_backend),
853         (ev_backends_manager_get_document):
854         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
855
856         Allow making backend modules resident. This is needed only for
857         some backends like pdf to avoid registering glib types more than
858         once.
859         
860 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * backend/comics/comics-document.c:
863         * backend/djvu/djvu-document.c:
864         * backend/impress/impress-document.c:
865         * backend/pdf/ev-poppler.cc:
866         * backend/pixbuf/pixbuf-document.c:
867         * backend/ps/ev-spectre.c:
868         * backend/ps/ps-document.c:
869         * backend/tiff/tiff-document.c:
870         * libdocument/ev-document.h:
871         * properties/ev-properties-main.c:
872
873         Use g_type_module_add_interface instead of
874         g_type_add_interface_static. Fixes bug #519679.
875         
876 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
877
878         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
879         Added. Returns whether the animation has everything necessary to run.
880         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
881         is ready just because it's been created. Fixes #519106.
882         (draw_one_page): Do not show the "Loading..." text in presentation
883         mode, there was a slim probability that this could happen.
884
885 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
888
889         Duplicate mime_type string before freeing it so that it doesn't
890         always fail when getting mime type from uri. Fixes bug #518874.
891         
892 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * shell/ev-view.c: (ev_view_form_field_choice_changed):
895
896         Fix a crash when a choice form field doesn't have any item
897         selected. Fixes bug #518831
898         
899 2008-02-25  Alexander Larsson  <alexl@redhat.com>
900
901         * shell/ev-window.c (ev_window_clear_temp_file):
902         Use g_file_has_prefix instead of renamed
903         g_file_contains_file.
904
905         * configure.ac:
906         Require new glib for above change.
907         
908 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * libdocument/ev-image.c: (ev_image_finalize),
911         (ev_image_save_tmp):
912
913         Return a real uri instead of a filename when saving an
914         image. Fixes images drag an drop from evince to nautilus. 
915         
916 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * backend/pdf/ev-poppler.cc:
919         (pdf_document_images_get_image_mapping):
920
921         Return the image list in the right order. Fixes bug #516237.
922         
923 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
924
925         * backend/impress/impress-document.c:
926         (impress_document_thumbnails_get_thumbnail):
927
928         Remove unused variable to avoid a compiler warning.
929
930 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
931
932         * configure.ac:
933         
934         Update for release 2.21.91.
935
936 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * configure.ac:
939         * shell/Makefile.am:
940         * shell/ev-application.[ch]:
941         * shell/ev-sidebar-links.c:
942         * shell/ev-utils.[ch]:
943         * shell/ev-window.[ch]:
944
945         Remove libgnomeprint support. Fixes bug #512370.
946         
947 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
948
949         * thumbnailer/evince-thumbnailer.c: (main):
950
951         Initialize glib type system before using it. Fixes bug #513934.
952         
953 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * properties/ev-properties-main.c:
956
957         Add missing #include.
958         
959 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * configure.ac:
962         * backend/djvu/djvu-document.c: (djvu_document_render):
963         * backend/tiff/tiff-document.c: (tiff_document_render):
964
965         Use the new cairo function cairo_format_stride_for_width when
966         available. Fixes bug #482720.
967
968 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
969
970         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
971         (get_mime_type_from_data), (get_document_from_uri):
972
973         Use g_content_type_guess() only when slow is true in
974         get_document_from_uri(). Fix several memory leaks.
975         
976 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
977
978         * libdocument/ev-document-factory.c:
979         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
980         (get_document_from_uri):
981
982         Use g_content_type_guess () to get mimetype for files.
983         Bug #510401.
984
985 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
986
987         * thumbnailer/Makefile.am:
988
989         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
990         
991 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * configure.ac:
994
995         Fix build with --without-libgnome. Fixes bug #512771.
996         
997 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
998
999         * backend/dvi/Makefile.am: Install only dvi
1000         module. Fixes bug #512718.
1001
1002 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1003
1004         * properties/ev-properties-main.c: (nautilus_module_initialize):
1005         
1006         Initialize backends in properties tab. Fixes bug
1007         #512720.
1008
1009 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1010
1011         * properties/Makefile.am: No need to link with 
1012         libraries. Fixes bug #512719.
1013
1014 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1015
1016         * NEWS:
1017         * configure.ac:
1018         
1019         Update for release 2.21.90.
1020
1021 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * shell/ev-window.c: (ev_window_cmd_escape):
1024
1025         Fix compile warning.
1026         
1027 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1030
1031         Fix printing in dvi backend when filename contains white
1032         espaces. Fixes bug #502839.
1033         
1034 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1037         (screensaver_disable_x11):
1038         * shell/Makefile.am:
1039         * shell/xdg-user-dir-lookup.c: Removed
1040         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1041         * shell/ev-view.c: (ev_view_presentation_transition_start):
1042         * shell/ev-window.c: (ev_window_cmd_file_open),
1043         (ev_window_cmd_save_as), (presentation_set_timeout):
1044
1045         Remove #ifdefs that are no longer needed.
1046         
1047 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * shell/ev-view.[ch]: (ev_view_button_release_event),
1050         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1051         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1052         (ev_window_cmd_escape):
1053
1054         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1055         
1056 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * configure.ac:
1059         * backend/comics/comics-document.c: (comics_document_load):
1060         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1061         (ev_attachment_set_property), (ev_attachment_init),
1062         (ev_attachment_save), (ev_attachment_launch_app),
1063         (ev_attachment_open):
1064         * libdocument/ev-document-factory.c: (get_document_from_uri):
1065         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1066         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1067         * shell/ev-jobs.c:
1068         * shell/ev-password.c: (ev_password_dialog_set_property),
1069         (ev_password_dialog_save_password):
1070         * shell/ev-sidebar-attachments.c:
1071         (ev_sidebar_attachments_drag_data_get):
1072         * shell/ev-window-title.c: (get_filename_from_uri):
1073         * shell/ev-window.c: (ev_window_clear_temp_file),
1074         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1075         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1076         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1077         (launch_external_uri), (image_save_dialog_response_cb),
1078         (attachment_save_dialog_response_cb):
1079         * shell/main.c: (load_files), (load_files_remote), (main):
1080         * thumbnailer/evince-thumbnailer.c: (main):
1081
1082         Port to gio and drop gnome-vfs dependency. Fixes bug
1083         #510401. Based on patch by Cosimo Cecchi.
1084         
1085 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1086
1087         * NEWS:
1088
1089         Fixed formatting inconsistencies (spaces vs. tabs)
1090
1091 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1092
1093         * shell/ev-window.c:
1094
1095         Use top/up/bottom/down arrows instead of
1096         first/left/last/right in the toolbar and menu actions.
1097         This fixes issues with RTL languages and is visually
1098         consistent with the page view. Fixes bug #170081.
1099
1100 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1101
1102         * NEWS:
1103
1104         Fixed some inaccuracies pointed out by Carlos Garcia
1105         Campos.
1106
1107 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1108
1109         * NEWS:
1110         * data/evince.schemas.in:
1111         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1112
1113         Override PDF restrictions by default. Fixes bug #382700.
1114
1115 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1116
1117         * NEWS: Updated for upcoming release
1118
1119 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1122
1123         Fix memory leak.
1124         
1125 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1126
1127         * shell/ev-window.c: (register_custom_actions):
1128         
1129         Added comment for translators
1130
1131 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * shell/ev-view.c: (ev_view_button_release_event):
1134
1135         Do not create the idle function for kinetic scrolling if we are
1136         not in a drag operation.
1137
1138 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1141         (ev_view_button_press_event), (ev_view_motion_notify_event),
1142         (ev_view_button_release_event):
1143
1144         Restore cursor after autoscrolling. Fixes bug #509958.
1145
1146 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * configure.ac:
1149         * backend/pdf/ev-poppler.cc:
1150         (pdf_document_images_get_image_mapping),
1151         (pdf_document_images_get_image),
1152         (pdf_document_document_images_iface_init):
1153         * libdocument/ev-document-images.[ch]:
1154         (ev_document_images_get_image_mapping),
1155         (ev_document_images_get_image):
1156         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1157         (ev_image_get_id), (ev_image_save_tmp):
1158         * shell/ev-jobs.c: (ev_job_render_run):
1159         * shell/ev-view.c: (ev_view_drag_data_get):
1160         * shell/ev-window.c: (image_save_dialog_response_cb),
1161         (ev_view_popup_cmd_copy_image):
1162
1163         Do not render images when rendering the page but on demand. It
1164         reduces the memory comsumption.
1165         
1166 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1167
1168         * configure.a:
1169         * shell/ev-password.c:
1170
1171         Make gnome-keyring optional. Fixes bug #509676.
1172         
1173 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1174
1175         * shell/ev-pixbuf-cache.c: (add_job):
1176
1177         Initialize include_images variable as FALSE instead of TRUE.
1178         
1179 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1180
1181         * configure.ac:
1182         * cut-n-paste/Makefile.am:
1183         * cut-n-paste/fileformatchooser/Makefile.am:
1184         * cut-n-paste/fileformatchooser/egg-macros.h:
1185         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1186         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1187         * shell/Makefile.am:
1188         * shell/ev-utils.c:
1189         (file_chooser_dialog_add_writable_pixbuf_formats),
1190         (get_gdk_pixbuf_format_by_extension):
1191         * shell/ev-utils.h:
1192         * shell/ev-window.c: (ev_window_error_message),
1193         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1194         
1195         Simplify image format selection on save.
1196
1197 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1198
1199         * shell/ev-view.c: (ev_view_scroll_event):
1200         
1201         Repair gorizontal scrolling with shift. Fixes
1202         bug #483412.
1203
1204 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1205         
1206         * MAINTAINERS:
1207
1208         Fix formatting issues.
1209         
1210 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1211
1212         * backend/comics/comics-document.c: (comics_regex_quote):
1213         
1214         Don't overquote special chars except of '. See bug 
1215         502500. Thanks to Tom Parker.
1216
1217 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1218
1219         * MAINTAINERS:
1220         
1221         Added Nickolay and Carlos, since they're doing most of
1222         the releases nowadays.
1223
1224 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1225
1226         * properties/Makefile.am:
1227
1228         Get the nautilus extension dir properly instead of using
1229         a hack. Fixes bug #505359.
1230
1231 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1232
1233         * properties/Makefile.am:
1234         
1235         Install nautilus extension into new place. See bug
1236         #505359. Thanks to Matthias Clasen, Brian Pepple and
1237         Damien Carbery.
1238
1239 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1240
1241         * shell/ev-window.c: (ev_window_get_recent_file_label):
1242         
1243         RTL marker in recent file list. See bug #509076.
1244
1245 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1246
1247         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1248         * shell/ev-window.c: (image_save_dialog_response_cb):
1249
1250         Fix compile warnings due to unused variables.
1251         
1252 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1253
1254         * configure.ac:
1255         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1256         * backend/ps/ev-spectre.c: (ps_document_render):
1257
1258         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1259
1260 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1261
1262         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1263         (ev_transition_animation_paint): Implement "fade" effect.
1264
1265 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1266
1267         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1268         (ev_transition_animation_paint): Implement "uncover" effect.
1269
1270 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1271
1272         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1273         (ev_transition_animation_paint): Implement "cover" effect.
1274
1275 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1276
1277         * shell/ev-transition-animation.c (ev_transition_animation_push)
1278         (ev_transition_animation_paint): Implement "push" effect.
1279
1280 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1281
1282         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1283         (ev_transition_animation_paint): Implement "dissolve" effect.
1284
1285 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1286
1287         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1288         (ev_transition_animation_paint): Implement "wipe" effect.
1289
1290 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1291
1292         * shell/ev-transition-animation.c (ev_transition_animation_box)
1293         (ev_transition_animation_paint): Implement "box" effect.
1294
1295 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1296
1297         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1298         (ev_transition_animation_paint): Implement "blinds" effect.
1299
1300 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1301
1302         * shell/ev-transition-animation.c (ev_transition_animation_split)
1303         (ev_transition_animation_paint): Implement "split" effect.
1304
1305 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1306
1307         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1308         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1309         (ev_view_transition_animation_start) 
1310         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1311         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1312         (ev_view_next_page) (ev_view_previous_page):
1313         
1314         Use EvTransitionAnimation to drive page changes in the presentation
1315         mode, the animation will wait to start until both the origin and 
1316         destination page surfaces are available. Fixes #458460.
1317
1318         (draw_loading_text):
1319
1320         Remove workaround for bug #320352, it's now fixed properly.
1321
1322
1323 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1324
1325         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1326         will contain the implementations for page transition animations, at
1327         the moment it just has the "replace" effect.
1328         * shell/Makefile.am: Added these files to build.
1329
1330 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1331
1332         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1333         animations.
1334         * shell/Makefile.am: Added these files to build.
1335
1336 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1337
1338         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1339         implementation to get_effect() in EvDocumentTransitionIface.
1340
1341 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1342
1343         * libdocument/ev-transition-effect.[ch]: New files, define a page
1344         transition effect, at the moment it maps PopplerPageTransition to a
1345         GObject.
1346         * libdocument/Makefile.am: Added these files to build.
1347         * libdocument/ev-document-transition.[ch]
1348         (ev_document_transition_get_effect): New method, gets the
1349         EvTransitionEffect returned by the interface implementation, with
1350         fallback to the "replace" effect.
1351
1352 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1353
1354         * configure.ac:
1355         * cut-n-paste/Makefile.am:
1356         * cut-n-paste/fileformatchooser/Makefile.am:
1357         * cut-n-paste/fileformatchooser/egg-macros.h:
1358         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1359         * shell/Makefile.am:
1360         * shell/ev-window.c: (image_save_dialog_response_cb),
1361         (ev_view_popup_cmd_save_image_as):
1362
1363         Allow exporting images in any format supported by
1364         GdkPixbuf. Fixes bug #500209.
1365         
1366 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * backend/pixbuf/pixbuf-document.c:
1369
1370         More warnings fixed.
1371         
1372 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1375         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1376         * backend/djvu/djvu-text.h:
1377         * backend/tiff/tiff-document.c: (tiff_document_render):
1378
1379         Fix compile warnings.
1380         
1381 2007-12-28  Christian Persch  <chpe@gnome.org>
1382
1383         * **/*.c: Include config.h. Bug #504721.
1384
1385 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * configure.ac:
1388         * Makefile.am:
1389         * po/POTFILES.in:
1390         * backend/comics/Makefile.am:
1391         * backend/comics/comics-document.[ch]:
1392         * backend/comics/comicsdocument.evince-backend.in:
1393         * backend/djvu/Makefile.am:
1394         * backend/djvu/djvu-document.[ch]:
1395         * backend/djvu/djvudocument.evince-backend.in:
1396         * backend/dvi/Makefile.am:
1397         * backend/dvi/dvi-document.[c]:
1398         * backend/dvi/dvidocument.evince-backend.in:
1399         * backend/impress/Makefile.am:
1400         * backend/impress/impress-document.[ch]:
1401         * backend/impress/impressdocument.evince-backend.in:
1402         * backend/pdf/Makefile.am:
1403         * backend/pdf/ev-poppler.cc:
1404         * backend/pdf/ev-poppler.h:
1405         * backend/pdf/pdfdocument.evince-backend.in:
1406         * backend/pixbuf/Makefile.am:
1407         * backend/pixbuf/pixbuf-document.[ch]:
1408         * backend/pixbuf/pixbufdocument.evince-backend.in:
1409         * backend/ps/Makefile.am:
1410         * backend/ps/ev-spectre.[ch]:
1411         * backend/ps/ps-document.[ch]:
1412         * backend/ps/psdocument.evince-backend.in:
1413         * backend/tiff/Makefile.am:
1414         * backend/tiff/tiff-document.[ch]:
1415         * backend/tiff/tiffdocument.evince-backend.in:
1416         * libdocument/Makefile.am:
1417         * libdocument/ev-backends-manager.[ch]:
1418         * libdocument/ev-module.[ch]:
1419         * libdocument/ev-document.h:
1420         * libdocument/ev-document-factory.[ch]:
1421         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1422         (get_compression_from_mime_type), (get_document_from_uri),
1423         (ev_document_factory_get_document), (file_filter_add_mime_types),
1424         (ev_document_factory_add_filters):
1425         * shell/Makefile.am:
1426         * shell/ev-window-title.c: (get_filename_from_uri):
1427         * shell/main.c: (main):
1428         * thumbnailer/Makefile.am:
1429         * thumbnailer/evince-thumbnailer.c: (main):
1430
1431         Plugin system for backends. Fixes bug #351348.
1432         
1433 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1434
1435         * shell/ev-view-private.h:
1436         * shell/ev-view.c: (ev_view_drag_update_momentum),
1437         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1438         (ev_view_button_release_event), (ev_view_destroy):
1439         
1440         Kinetic scrolling implemented as requested in
1441         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1442
1443 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1444
1445         * data/evince-toolbar.xml:
1446         * data/evince-ui.xml:
1447         * shell/ev-view-private.h:
1448         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1449         (ev_view_button_press_event), (ev_view_motion_notify_event),
1450         (ev_view_button_release_event), (ev_view_init),
1451         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1452         (ev_view_set_cursor):
1453         * shell/ev-view.h:
1454         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1455         (ev_window_cmd_view_autoscroll):
1456         
1457         Autoscroll feature with the context menu. Fixes bug 
1458         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1459
1460 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1463
1464         Disconnect also page-ready signal when removing a job because the
1465         page size has changed. Thanks to kripken
1466         <kripkensteiner@gmail.com>.
1467
1468 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1469
1470         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1471         
1472         Scroll pages in page entry with mouse wheel. Fixes bug
1473         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1474
1475 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * backend/dvi/Makefile.am:
1478         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1479         (mdvi_cairo_device_init):
1480         * backend/dvi/mdvi-lib/common.h:
1481         * backend/dvi/mdvi-lib/mdvi.h:
1482         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1483         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1484         (mdvi_build_path_from_cwd):
1485
1486         Add ps specials support in dvi backend when libspectre is
1487         present. Fixes bug #386005.
1488         
1489 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * configure.ac:
1492         * backend/ps/Makefile.am:
1493         * backend/ps/ev-spectre.[ch]:
1494         
1495         Use libspectre, if available, for the ps backend. Fixes bugs
1496         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1497
1498 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1499         
1500         * backend/comics/comics-document.c: (comics_document_load):
1501         
1502         Cygwin build issue fix.
1503
1504 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * shell/ev-view.c: (ev_view_set_zoom):
1507
1508         Do not limit the minimum zoom factor when sizing mode is best bit
1509         or fit width. Fixes bug #503805.
1510         
1511 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1512
1513         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1514         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1515         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1516         (ev_link_dest_get_property), (ev_link_dest_set_property),
1517         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1518         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1519         (ev_link_dest_new_fitr):
1520         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1521         (goto_fith_dest), (goto_xyz_dest):
1522
1523         Do not change left, top and zoom values when they are null in PDF
1524         destinations. Fixes bug #460658.
1525         
1526 2007-12-10  Christian Persch  <chpe@gnome.org>
1527
1528         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1529         (ev_view_accessible_class_init),
1530         (ev_view_accessible_idle_do_action),
1531         (ev_view_accessible_action_do_action),
1532         (ev_view_accessible_action_get_description),
1533         (ev_view_accessible_action_set_description),
1534         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1535         (ev_view_accessible_factory_init),
1536         (ev_view_accessible_factory_get_accessible_type):
1537         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1538         private data, and G_DEFINE_TYPE. Bug #502843.
1539
1540 2007-12-08  Christian Persch  <chpe@gnome.org>
1541
1542         * shell/ev-metadata-manager.c: (item_free),
1543         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1544         (value_free), (parse_value), (parseItem),
1545         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1546         (save_values): Use GSlice to allocate small amounts of memory. Bug
1547         #475972.
1548
1549 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1552
1553         Restore cursor to normal after a drag operation. Fixes bug
1554         #501603.
1555         
1556 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1557
1558         * NEWS:
1559         * configure.ac:
1560         
1561         Update for release 2.21.1
1562
1563 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * configure.ac:
1566         * cut-n-paste/gedit-message-area/Makefile.am:
1567         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1568         * shell/Makefile.am:
1569         * shell/ev-message-area.[ch]:
1570         * shell/ev-window.c: (ev_window_set_message_area),
1571         (ev_window_error_message_response_cb), (ev_window_error_message),
1572         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1573         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1574         (ev_attachment_popup_cmd_open_attachment),
1575         (attachment_save_dialog_response_cb), (ev_window_set_document),
1576         (ev_window_init):
1577
1578         Use a message area instead of a popup dialog for error
1579         notifications. Fixes bug #337495.
1580         
1581 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1584         (ev_window_run_fullscreen):
1585
1586         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1587         
1588 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * ev-sidebar-thumbnails.c: (update_visible_range),
1591         (ev_sidebar_thumbnails_refresh),
1592         (ev_sidebar_thumbnails_set_document),
1593         (ev_sidebar_thumbnails_support_document):
1594
1595         Show thumbnails for documents with one page. Fixes bug #358751.
1596         
1597 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * shell/ev-window.c:
1600         (ev_window_load_print_settings_from_metadata),
1601         (ev_window_save_print_settings), (ev_window_print_finished),
1602         (ev_window_print_range):
1603
1604         Print settings that are specific to the document are now saved per
1605         document in the metadata file. Fixes bug #488806.
1606         
1607 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1608
1609         * backend/tiff/tiff-document.c: (tiff_document_render):
1610
1611         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1612         
1613 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * shell/ev-application.[ch]: (get_find_string_from_args),
1616         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1617         (ev_application_open_uri_list):
1618         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1619         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1620         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1621         (ev_window_cmd_recent_file_activate),
1622         (ev_window_open_recent_action_item_activated),
1623         (ev_window_print_send), (open_remote_link):
1624         * shell/main.c: (arguments_parse):
1625
1626         Add a command line option for search. Fixes bug #497710.
1627         
1628 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1629
1630         * shell/ev-jobs.c: (ev_job_print_new):
1631
1632         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1633         
1634 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * data/evince-toolbar.xml:
1637         * shell/Makefile.am:
1638         * shell/ev-application.c: (ev_application_init):
1639         * shell/ev-open-recent-action.[ch]:
1640         * shell/ev-window.c:
1641         (ev_window_open_recent_action_item_activated),
1642         (register_custom_actions):
1643
1644         Add an expander to the open toolbar item which pops up a dropdown
1645         menu with the recently used documents. Fixes bug #487215.
1646         
1647 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * shell/ev-window.c: (ev_window_open_uri),
1650         (ev_window_cmd_view_reload):
1651
1652         Do not jump to the first page when reloading by running evince
1653         from the command line. Fixes bug #490847.
1654         
1655 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1656
1657         * shell/ev-window.c: (ev_window_cmd_help_contents):
1658
1659         Plugged memory leak when help file is not found. Fixes bug
1660         #490762.
1661         
1662 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * configure.ac:
1665
1666         Enable djvu, dvi and comics backends by default. Fixes bug
1667         #437121.
1668         
1669 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * configure.ac:
1672         * cut-n-paste/Makefile.am:
1673         * cut-n-paste/recent-files/*: Removed
1674         * help/reference/Makefile.am:
1675         * shell/Makefile.am:
1676         * shell/ev-application.[ch]: (ev_application_shutdown),
1677         (ev_application_init):
1678         * shell/ev-window.c: (ev_window_add_recent),
1679         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1680
1681         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1682         
1683 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1684
1685         * shell/ev-window.c: (launch_external_uri):
1686
1687         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1688         and report error if the URL is not supported (#489910).
1689
1690 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1693         (pdf_document_file_exporter_begin_page),
1694         (pdf_document_file_exporter_end_page):
1695
1696         Fix printing with poppler splash backend. Fixes bug #489774.
1697         
1698 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1701         * shell/ev-print-job.c: (ev_print_job_class_init):
1702
1703         Fix a crash when printing with the gnome-print dialog. Fixes bug
1704         #488939.
1705         
1706 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1707
1708         * backend/pixbuf/pixbuf-document.c:
1709
1710         Fix an implicit function definition warning (#487655)
1711
1712 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * shell/ev-window.c:
1715
1716         Fix conflicting shortcut for view sade pane and presentation.
1717         
1718 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * backend/pdf/ev-poppler.cc:
1721         (pdf_document_file_exporter_begin_page),
1722         (pdf_document_file_exporter_do_page),
1723         (pdf_document_file_exporter_end_page),
1724         (pdf_document_file_exporter_iface_init):
1725         * libdocument/ev-file-exporter.[ch]:
1726         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1727         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1728         (ev_job_print_run):
1729
1730         When printing multiple pages per sheet in reverse option, do not
1731         invert the order of the pages in every sheet, but the order of the
1732         sheets. Do not print blank pages when page range is invalid. Fixes
1733         bugs #484857 and #485521.
1734         
1735 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1738         (ev_job_print_run):
1739         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1740
1741         Respect ranges order when printing more than one range in random
1742         order.
1743         
1744 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1745
1746         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1747         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1748
1749         Rotate also the window icon when document is rotated. Fixes bug
1750         #474681.
1751         
1752 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1753
1754         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1755         (pdf_document_forms_get_form_fields):
1756
1757         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1758         Matthias Drochner.
1759         
1760 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * configure.ac:
1763         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1764
1765         Use poppler_page_render_for_printing() instead of
1766         poppler_page_render() if available when exporting to a ps or pdf
1767         file. Fixes bug #476627.
1768         
1769 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1770
1771         * shell/ev-window.c: (ev_window_run_fullscreen):
1772
1773         Do not show the toolbar in fullscreen mode if the main toolbar is
1774         not visible. Fixes bug #483048.
1775         
1776 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * shell/ev-view.c: (ev_view_button_press_event):
1779
1780         Give priority to form fields over images when deciding whether a
1781         button press event is over an image or form field. It allows edit
1782         form fields when they are over a background image. Fixes bug
1783         #477841.
1784         
1785 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1786
1787         * NEWS:
1788         * configure.ac:
1789         
1790         Update for release 2.20.0
1791
1792 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * backend/pdf/ev-poppler.cc:
1795
1796         Remove #ifdef HAVE_FORMS, so that forms support works again.
1797
1798 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1799
1800         * configure.ac:
1801         * data/evince.desktop.in.in:
1802         
1803         Fixes desktop file issues. See bug #473471.
1804
1805 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1808         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1809         (ev_job_queue_remove_job):
1810         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1811         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1812         * shell/ev-window.c: (ev_window_clear_save_job),
1813         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1814         (ev_window_dispose):
1815
1816         Move save a copy task to its own job so that it's carried out in a
1817         thread avoiding another lock in the main thread. Use
1818         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1819         can be saved to a pathin another file system. Fixes bug #456891.
1820         
1821 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1822
1823         * NEWS:
1824         * configure.ac:
1825         
1826         Update for release 2.19.92
1827
1828 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * configure.ac:
1831         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1832         (pdf_selection_get_selection_region),
1833         (pdf_selection_get_selection_map),
1834         (ev_form_field_from_poppler_field):
1835
1836         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1837         and triple click selections are enabled again now.
1838
1839 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1840
1841         * shell/ev-window.c: (ev_window_add_history):
1842
1843         Make sure not to use the history with documents not supporting
1844         links. Fixes bug #468954.
1845
1846 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * shell/ev-window.c: (ev_window_load_job_cb):
1849
1850         Restart the search when reloading a document with the find bar
1851         visible. Fixes bug #461962.
1852
1853 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/ev-window.c: (setup_document_from_metadata),
1856         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1857
1858         Do not jump to the first page when reloading a document from the
1859         last page.
1860
1861 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * shell/ev-window.c: (update_chrome_flag),
1864         (setup_sidebar_from_metadata),
1865         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1866         (ev_window_cmd_edit_find_next),
1867         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1868         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1869         (find_bar_close_cb), (view_actions_focus_in_cb):
1870
1871         Do not update visibility when changing a chrome flag so that it's
1872         possible to update several flags and update visibility only once
1873         for all of them.
1874
1875 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1878
1879         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1880         supported by gtk+. Fixes bug #460907.
1881
1882 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * shell/ev-view.c: (view_update_range_and_current_page):
1885
1886         Make sure current-page <= end-page in continuous mode. Fixes bug
1887         #454950.
1888
1889 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * backend/pdf/ev-poppler.cc: (build_tree):
1892
1893         Ignore outline items without a title. Fixes bug #453913.
1894
1895 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1898         (ev_view_button_release_event), (ev_view_leave_notify_event):
1899
1900         Use always drag mouse cursor during a drag operation. Fixes bug
1901         #470564.
1902
1903 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1906         (pdf_selection_get_selection_region),
1907         (pdf_selection_get_selection_map):
1908
1909         Temporarily disable double and triple selections since it depends on
1910         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1911         released and the update of the external dependency minimal version
1912         approved.
1913
1914 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1917         (pdf_document_file_exporter_do_page):
1918         * libdocument/ev-file-exporter.h:
1919         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1920         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1921
1922         Actually fix printing regressions. Remove orientation from
1923         EvPrintContext since it's redundant.
1924
1925 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1928         * backend/impress/impress-document.c:
1929         (impress_document_document_iface_init):
1930         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1931         * backend/djvu/djvu-document.c:
1932         (djvu_document_document_iface_init),
1933         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1934         * backend/tiff/tiff-document.c:
1935         (tiff_document_document_iface_init):
1936         * backend/pixbuf/pixbuf-document.c:
1937         (pixbuf_document_document_iface_init):
1938         * backend/comics/comics-document.c:
1939         (comics_document_document_iface_init):
1940         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1941         (pdf_selection_render_selection),
1942         (pdf_selection_get_selected_text),
1943         (pdf_selection_get_selection_region),
1944         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1945         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1946         (ev_selection_get_selection_region),
1947         (ev_selection_get_selection_map):
1948         * libdocument/ev-document.[ch]:
1949         * shell/ev-pixbuf-cache.[ch]: (add_job),
1950         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1951         * shell/ev-view-private.h:
1952         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1953         (ev_job_render_run):
1954         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1955         * shell/ev-view.c: (start_selection_for_event),
1956         (ev_view_button_press_event), (ev_view_drag_data_get),
1957         (ev_view_drag_data_received), (ev_view_button_release_event),
1958         (compute_new_selection_text), (compute_selections),
1959         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1960         (ev_view_primary_get_cb):
1961
1962         Add support for double and triple click selections.
1963
1964 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1965
1966         * NEWS:
1967         * configure.ac:
1968
1969         Update for release 2.19.4
1970
1971 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1972
1973         * shell/ev-view-private.h:
1974         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1975         (ev_view_set_highlight_search):
1976         * shell/ev-view.h:
1977         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1978         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1979         (find_bar_visibility_changed_cb):
1980         
1981         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1982
1983 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1984
1985         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1986         (pdf_document_file_exporter_begin),
1987         (pdf_document_file_exporter_do_page):
1988         * shell/ev-jobs.c: (ev_job_print_run):
1989         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1990
1991         Create always a portrait cairo surface and rotate when needed for
1992         landscape. It fixes printing problems in real printers.
1993
1994 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1997         * libdocument/ev-file-exporter.[ch]:
1998         (ev_file_exporter_get_capabilities):
1999         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2000         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2001
2002         Adjust number of pages per row according to page orientation when
2003         printing 2 or 6 pages per sheet.
2004
2005 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * shell/ev-window.c: (ev_window_print_send):
2008
2009         Reset also cups setting to 1 when printing multiple pages per
2010         sheet. Fixes bug #468853.
2011
2012 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * libdocument/ev-document-misc.c:
2015         (ev_document_misc_surface_rotate_and_scale):
2016
2017         Use directly cairo_surface_get_content() when creating a similar
2018         surface as suggested by Jeff Muizelaar. Thanks again.
2019
2020 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * backend/djvu/djvu-document.c: (djvu_document_render):
2023         * backend/tiff/tiff-document.c: (tiff_document_render):
2024         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2025         * libdocument/ev-document-misc.c:
2026         (ev_document_misc_surface_from_pixbuf),
2027         (ev_document_misc_surface_rotate_and_scale):
2028
2029         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2030         creating page surfaces. Fixes bug #453123. Thank you very much to
2031         Jeff Muizelaar <jeff@infidigm.net>.
2032
2033 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-page-cache.c: (ev_page_cache_new),
2036         (ev_page_cache_get_thumbnail_size):
2037         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2038         (ev_sidebar_thumbnails_set_loading_icon):
2039
2040         Also store in page-cache the dimensions of the thumbnails so that
2041         they can be used to create the correct loading icon in the side
2042         pane. Fixes bug #466857.
2043
2044 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * backend/pdf/ev-poppler.cc:
2047         (pdf_document_thumbnails_get_thumbnail):
2048
2049         Fix thumbnails rotation in pdf documents that include embedded 
2050         thumbnails.
2051
2052 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2053
2054         * backend/pdf/ev-poppler.cc:
2055
2056         Don't use #ifdef in macro expansion. Some compilers don't
2057         like that. Closes bug #467042.
2058
2059 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2060
2061         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2062         
2063         Fixes memory leak in djvu backend.
2064
2065 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2066
2067         * data/icons/32x32/Makefile.am:
2068         * data/icons/32x32/actions/Makefile.am:
2069         * data/icons/32x32/actions/view-page-cont.svg:
2070         * data/icons/32x32/actions/view-page-facing.svg:
2071         * data/icons/48x48/Makefile.am:
2072         * data/icons/48x48/actions/Makefile.am:
2073         * data/icons/48x48/actions/view-page-cont.svg:
2074         * data/icons/48x48/actions/view-page-facing.svg:
2075         
2076         Icons for a new sizes.
2077
2078 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2079
2080         * shell/ev-page-cache.c: (build_height_to_page),
2081         (ev_page_cache_get_height_to_page):
2082         
2083         Fixes invalid read, see bug #466401.
2084
2085 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2088         (set_drag_cursor):
2089         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2090         (configure_item_cursor), (new_pixbuf_from_widget):
2091
2092         Fix multihead problems in toolbar editor. Fixes bug #382055.
2093
2094 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2095
2096         * shell/ev-window.c: (ev_window_cmd_file_open),
2097         (ev_window_cmd_save_as):
2098
2099         Use g_get_user_special_dir when available instead of
2100         xdg_user_dir_lookup.
2101
2102 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2103
2104         * MAINTAINERS:
2105         
2106         Updated according to request on desktop-devel.
2107
2108 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2111
2112         Do not use cairo_rectangle and cairo_clip since we are
2113         not using cairo_fill but cairo_paint. Use the same cairo context
2114         for every page in the same expose event.
2115
2116 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2117
2118         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2119         leak.
2120
2121 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * configure.ac:
2124         * NEWS:
2125
2126         Release 0.9.3
2127
2128 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2129
2130         * libdocument/ev-document-info.h:
2131         * libdocument/ev-document.h:
2132         * shell/ev-page-action.h:
2133         * shell/ev-sidebar-links.h:
2134
2135         Fix a headers problem with ev-link
2136         
2137         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2138         * shell/ev-view-private.h:
2139         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2140         (get_link_area), (ev_view_query_tooltip),
2141         (ev_view_leave_notify_event), (ev_view_destroy),
2142         (ev_view_class_init):
2143
2144         Use new gtk tooltips when available instead of ev-tooltip.
2145         
2146 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * shell/ev-window.c: (update_chrome_visibility),
2149         (ev_window_sidebar_visibility_changed_cb):
2150
2151         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2152         
2153 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * shell/ev-navigation-action.c:
2156         (ev_navigation_action_history_changed),
2157         (ev_navigation_action_set_history):
2158         * shell/ev-navigation-action-widget.c:
2159         (ev_navigation_action_widget_init):
2160         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2161
2162         Fix compile warnings.
2163         
2164 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2167         (egg_editable_toolbar_dispose):
2168
2169         Fix memory leak.
2170         
2171 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2172
2173         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2174         (screensaver_disable_x11):
2175         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2176         * shell/ev-window.c: (presentation_set_timeout):
2177         * shell/ev-view.c: (ev_view_presentation_transition_start):
2178
2179         Use g_timeout_add_seconds instead of g_timeout_add when
2180         available.
2181         
2182 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2183
2184         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2185
2186         Set horizontal scrollbar policy to AUTOMATIC instead of
2187         NEVER. Workaround for bug #449462.
2188         
2189 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2190
2191         * shell/ev-jobs.c: (ev_job_render_page_ready):
2192
2193         Add page_ready callback to main loop with high priority and hold
2194         a reference to job during idle.
2195         
2196 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2197
2198         * configure.ac:
2199         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2200         (pdf_document_file_exporter_begin),
2201         (pdf_document_file_exporter_do_page),
2202         (pdf_document_file_exporter_get_capabilities):
2203         * libdocument/ev-file-exporter.h:
2204         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2205         * shell/ev-window.c: (ev_window_print_send),
2206         (ev_window_print_dialog_response_cb):
2207
2208         Allow printing multiple pages per sheet. Fixes bug #395573.
2209         
2210 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2211
2212         * shell/ev-view.c: (tip_from_link):
2213         
2214         Check for NULL, fixes bug #460862.
2215
2216 2007-07-29  Christian Persch  <chpe@gnome.org>
2217
2218         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2219         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2220         (ev_window_cmd_preview_print):
2221         
2222         Fixes bug #437681 - blocks while enumerating printers.
2223
2224 2007-07-29  Christian Persch  <chpe@gnome.org>
2225
2226         * shell/ev-window.c: (ev_window_screen_changed):
2227         
2228         Don't use deprecated gtk+ function. See bug #460909.
2229
2230 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * shell/ev-utils.c: (get_num_monitors):
2233         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2234
2235         Do not use display before initializing it. Remove compile
2236         warnings.
2237
2238 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2239
2240         * shell/ev-view.c: (ev_view_class_init):
2241         
2242         Unix-like hjkl bindings added. See bug #458111.
2243
2244 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2245
2246         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2247         * shell/ev-utils.h:
2248         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2249         (ev_view_update_view_size):
2250         * shell/ev-view.h:
2251         * shell/ev-window.c: (ev_window_update_actions),
2252         (setup_view_from_metadata), (ev_window_screen_changed),
2253         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2254         (zoom_control_changed_cb):
2255         * shell/ev-window.h:
2256         
2257         Reorganizes utility functions.
2258
2259 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2262         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2263         (add_job), (ev_pixbuf_cache_get_surface),
2264         (ev_pixbuf_cache_get_link_mapping),
2265         (ev_pixbuf_cache_get_image_mapping),
2266         (ev_pixbuf_cache_get_form_field_mapping),
2267         (ev_pixbuf_cache_get_text_mapping):
2268         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2269         (notify_page_ready), (ev_job_render_page_ready),
2270         (ev_job_render_run):
2271
2272         Add page_ready signal to notify that page is ready as soon as
2273         possible even if other page elements like links, forms, images or
2274         text mapping are not ready yet.
2275
2276 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2277
2278         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2279         (dvi_document_file_exporter_do_page),
2280         (dvi_document_file_exporter_get_capabilities),
2281         (dvi_document_file_exporter_iface_init):
2282         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2283         (ps_document_file_exporter_do_page),
2284         (ps_document_file_exporter_get_capabilities),
2285         (ps_document_file_exporter_iface_init):
2286         * backend/djvu/djvu-document.c:
2287         (djvu_document_file_exporter_begin),
2288         (djvu_document_file_exporter_end),
2289         (djvu_document_file_exporter_get_capabilities),
2290         (djvu_document_file_exporter_iface_init):
2291         * backend/tiff/tiff-document.c:
2292         (tiff_document_file_exporter_begin),
2293         (tiff_document_file_exporter_get_capabilities),
2294         (tiff_document_document_file_exporter_iface_init):
2295         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2296         (pdf_document_file_exporter_do_page),
2297         (pdf_document_file_exporter_get_capabilities),
2298         (pdf_document_file_exporter_iface_init):
2299         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2300         (ev_file_exporter_get_capabilities):
2301         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2302         (idle_print_handler), (ev_print_job_print):
2303         * shell/ev-jobs.c: (ev_job_print_run):
2304         * shell/ev-window.c: (ev_window_print_send),
2305         (ev_window_print_range):
2306
2307         Use capabilities to know which options should be offered by the
2308         print dialog depending on the document backend.
2309
2310 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2313
2314         Give priority to forms over text to set the cursor.
2315
2316 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * shell/ev-view-private.h:
2319         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2320         (ev_view_leave_notify_event), (ev_view_finalize),
2321         (ev_view_get_property), (ev_view_class_init):
2322
2323         Use IBEAM cursor for text form fields and NORMAL cursor for read
2324         only fields. Remove unused status attribute.
2325
2326 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2329
2330         Update region for current selected items also for checkbox
2331         buttons, since they can behave as radio buttons when they are in a
2332         set.
2333
2334 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * configure.ac:
2337         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2338
2339         Get max length of text form fields.
2340
2341 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2344         * libdocument/ev-form-field.h:
2345         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2346
2347         Fix build with current poppler cvs head.
2348
2349 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2352         * shell/eggfindbar.c: (egg_find_bar_init):
2353
2354         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2355         deprecation. Fixes bug #455667
2356
2357 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2358
2359         * NEWS:
2360         * configure.ac:
2361         
2362         Update for release 0.9.2
2363
2364 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * shell/ev-view.c: (ev_view_form_field_text_save),
2367         (ev_view_form_field_choice_save):
2368
2369         Fix a crash when closing whith a form widget visible.
2370
2371 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2374
2375         Update also the region of the current selected button when
2376         clicking on another button if they are radio buttons.
2377
2378 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2381         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2382         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2383         (ev_pixbuf_cache_get_link_mapping),
2384         (ev_pixbuf_cache_get_image_mapping),
2385         (ev_pixbuf_cache_get_form_field_mapping),
2386         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2387         * shell/ev-view.c: (ev_view_form_field_get_region),
2388         (ev_view_form_field_button_create_widget),
2389         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2390         (job_finished_cb):
2391
2392         Redraw only form field region instead of the whole page when
2393         reloading a page to show changes on the form field.
2394
2395 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * shell/ev-view.c: (ev_view_form_field_choice_save):
2398
2399         Fix selection of first item in list form fields.
2400
2401 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2404         (ev_pixbuf_cache_reload_page),
2405         (ev_pixbuf_cache_get_form_field_mapping):
2406
2407         Some refactoring to avoid duplicated code.
2408
2409 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * configure.ac:
2412         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2413         (ev_form_field_from_poppler_field),
2414         (pdf_document_forms_get_form_fields),
2415         (pdf_document_forms_form_field_text_get_text),
2416         (pdf_document_forms_form_field_text_set_text),
2417         (pdf_document_forms_form_field_button_set_state),
2418         (pdf_document_forms_form_field_button_get_state),
2419         (pdf_document_forms_form_field_choice_get_item),
2420         (pdf_document_forms_form_field_choice_get_n_items),
2421         (pdf_document_forms_form_field_choice_is_item_selected),
2422         (pdf_document_forms_form_field_choice_select_item),
2423         (pdf_document_forms_form_field_choice_toggle_item),
2424         (pdf_document_forms_form_field_choice_unselect_all),
2425         (pdf_document_forms_form_field_choice_set_text),
2426         (pdf_document_forms_form_field_choice_get_text),
2427         (pdf_document_document_forms_iface_init):
2428         * libdocument/Makefile.am:
2429         * libdocument/ev-form-field.[ch]:
2430         * libdocument/ev-document-forms.[ch]:
2431         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2432         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2433         (add_job), (ev_pixbuf_cache_reload_page),
2434         (ev_pixbuf_cache_get_form_field_mapping):
2435         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2436         * shell/ev-view-private.h:
2437         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2438         (ev_view_handle_cursor_over_xy),
2439         (ev_view_get_form_field_at_location),
2440         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2441         (ev_view_form_field_button_create_widget),
2442         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2443         (ev_view_form_field_text_create_widget),
2444         (ev_view_form_field_choice_save),
2445         (ev_view_form_field_choice_changed),
2446         (ev_view_form_field_choice_create_widget),
2447         (ev_view_handle_form_field), (ev_view_size_allocate),
2448         (ev_view_realize), (draw_end_presentation_page),
2449         (ev_view_button_press_event), (ev_view_remove_all),
2450         (ev_view_motion_notify_event), (ev_view_key_press_event),
2451         (ev_view_enter_notify_event), (highlight_find_results),
2452         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2453         (ev_view_class_init), (page_changed_cb),
2454         (on_adjustment_value_changed), (ev_view_set_presentation),
2455         (merge_selection_region), (ev_view_set_cursor),
2456         (ev_view_reset_presentation_state):
2457         
2458         Merge evince-forms branch.
2459
2460 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2461
2462         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2463
2464         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2465         This script also updates itself from libegg
2466
2467         * cut-n-paste/toolbar-editor/egg*:
2468         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2469         libegg
2470
2471 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2472
2473         * shell/ev-window.c:
2474         
2475         Adds a nice icon to page action during toolbar editing.
2476         See bug #452872.
2477
2478 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2479
2480         * data/evince-toolbar.xml:
2481         * shell/ev-window.c:
2482         
2483         Let user add a presentation and fullscreen icons on toolbar.
2484         See bug #449734.
2485
2486 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2487
2488         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2489
2490         new script to keep in sync with toolbareditor in libegg
2491
2492         * cut-n-paste/toolbar-editor/*: 
2493
2494         Run update-toolbareditor-from-libegg so we are in sync again. 
2495         Fixes bug #452850.
2496         
2497
2498 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-sidebar-links.c: (job_finished_callback):
2501
2502         Do not connect selection changed signal more than once. Fixes bug
2503         #349433.
2504
2505 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2508
2509         Do not change sidebar chrome flag when pressing F9 key in
2510         presentation mode.
2511
2512 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * backend/pdf/ev-poppler.cc:
2515         (pdf_document_thumbnails_get_dimensions):
2516
2517         Make sure thumbnails width and height is not <= 0. Fixes a crash
2518         with some pdf documents which have really small pages.
2519
2520 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2521
2522         * shell/main.c: (main):
2523
2524         Fixes program description translation issue.
2525         Bug #450148.
2526
2527 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2528
2529         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2530
2531         Do not change current page when returning from black/white mode
2532         in presentation. Fixes bug #415032.
2533
2534 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2535
2536         * NEWS:
2537         * configure.ac:
2538         
2539         Update for release 0.9.1
2540
2541 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2542
2543         * backend/dvi/dvi-document.c:
2544         (dvi_document_finalize),
2545         (dvi_document_file_exporter_format_supported),
2546         (dvi_document_file_exporter_begin),
2547         (dvi_document_file_exporter_do_page),
2548         (dvi_document_file_exporter_end),
2549         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2550         
2551         PDF exporter for dvi documents. Fixes bug #441319.
2552
2553 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * shell/ev-window.c: (ev_window_clear_print_job):
2556
2557         Clear gtk print job when job has finished. Fixes bug #447612.
2558
2559 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2560
2561         * shell/ev-window.c: (ev_window_print_send),
2562         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2563
2564         Add preview button to print dialog. Fixes bug #445419.
2565
2566 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2567
2568         * backend/dvi/Makefile.am:
2569         * backend/dvi/pixbuf-device.[ch]: Removed
2570         * backend/dvi/cairo-device.[ch]: Added
2571         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2572         * backend/dvi/dvi-document.c: (dvi_document_load),
2573         (dvi_document_render), (dvi_document_finalize),
2574         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2575         (dvi_document_do_color_special):
2576         * libdocument/ev-document-misc.[ch]:
2577         (ev_document_misc_pixbuf_from_surface):
2578
2579         Port dvi backend to cairo and fix a problem with colors. 
2580
2581 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2582
2583         * shell/ev-view.c: (draw_one_page):
2584
2585         Draw only visible region.
2586
2587 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2588
2589         * backend/djvu/djvu-document.c: (djvu_document_render):
2590
2591         Fix rotation in djvu backend.
2592
2593 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2596         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2597         (ev_pixbuf_cache_get_image_mapping),
2598         (ev_pixbuf_cache_get_text_mapping):
2599
2600         Redraw view every time we have a new surface. Fixes bug #443587.
2601
2602 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * libdocument/ev-document.c: (ev_document_info_free):
2605
2606         Fix memory leaks.
2607
2608 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * backend/dvi/dvi-document.c: (dvi_document_render),
2611         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2612         * backend/impress/impress-document.c:
2613         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2614         (impress_document_render), (impress_document_document_iface_init),
2615         (impress_document_thumbnails_get_thumbnail):
2616         * backend/djvu/djvu-document-private.h:
2617         * backend/djvu/djvu-document.c: (djvu_document_render),
2618         (djvu_document_finalize), (djvu_document_document_iface_init),
2619         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2620         * backend/tiff/tiff-document.c: (tiff_document_render),
2621         (tiff_document_render_pixbuf),
2622         (tiff_document_document_iface_init):
2623         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2624         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2625         (pdf_selection_render_selection):
2626         * backend/comics/comics-document.c:
2627         (comics_document_render_pixbuf), (comics_document_render),
2628         (comics_document_document_iface_init):
2629         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2630         (pixbuf_document_document_iface_init):
2631         * libdocument/ev-document-misc.[ch]:
2632         (ev_document_misc_surface_from_pixbuf),
2633         (ev_document_misc_surface_rotate_and_scale):
2634         * libdocument/ev-document.[ch]: (ev_document_render):
2635         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2636         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2637         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2638         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2639         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2640         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2641         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2642         (render_finished_cb), (ev_job_render_run):
2643         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2644         (merge_selection_region):
2645
2646         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2647         and selections.
2648
2649 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * shell/ev-window-title.c: (ev_window_title_update):
2652
2653         Fix memory leak.
2654
2655 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * shell/ev-view.c: (draw_loading_text):
2658
2659         Show loading text centered. Fixes bug #433061
2660
2661 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-sidebar-thumbnails.c:
2664         (ev_sidebar_thumbnails_set_loading_icon):
2665
2666         Remove a mutex in the main thread that blocks the UI in heavy
2667         documents.
2668
2669 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2672
2673         Set points_set to TRUE so that selections don't disappear after a
2674         zoom change.
2675
2676 2007-06-07  Michael Monreal  <infernux@web.de>
2677
2678         * data/icons/16x16/actions/Makefile.am:
2679         * data/icons/16x16/actions/zoom.svg:
2680         * data/icons/22x22/actions/Makefile.am:
2681         * data/icons/22x22/actions/zoom.svg:
2682         * data/icons/24x24/actions/Makefile.am:
2683         * shell/ev-stock-icons.c:
2684         * shell/ev-stock-icons.h:
2685         * shell/ev-window.c:
2686         
2687         Zoom icon artwork. See bug #444795.
2688
2689 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2690
2691         * shell/ev-metadata-manager.c: Remove extraneous function
2692         (Closes: #444386)
2693
2694 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2695
2696         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2697         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2698         (ev_metadata_manager_set), (ev_metadata_manager_save):
2699         Simplify the timeout, no need for modified anymore
2700
2701 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2702
2703         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2704         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2705         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2706         (ev_metadata_manager_save): Adapted patch from Arjan van de
2707         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2708         time, saves on power (Closes: #443851)
2709
2710 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * configure.ac:
2713         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2714         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2715
2716         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2717
2718 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2719
2720         * shell/ev-window.c: (ev_window_add_history):
2721
2722         Check if history is NULL
2723
2724 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * libdocument/ev-image.c: (ev_image_finalize):
2727         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2728         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2729         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2730         (ev_tmp_uri_unlink):
2731
2732         Add functions to delete temporary files created by evince in a safe
2733         way.
2734
2735         * shell/ev-window.c: (ev_window_clear_local_uri),
2736         (open_xfer_update_progress_callback),
2737         (save_xfer_update_progress_callback), (ev_window_save_remote),
2738         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2739         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2740         (attachment_save_dialog_response_cb),
2741         (ev_attachment_popup_cmd_save_attachment_as):
2742
2743         Allow saving a copy of a document, image or attachment to a remote
2744         location. Fixes bug #440754. 
2745
2746 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * configure.ac:
2749         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2750
2751         Fix build with current poppler from cvs head. 
2752
2753 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2754
2755         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2756
2757         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2758         directory exists.
2759
2760 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2761
2762         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2763         * shell/ev-window.c:
2764
2765         Change sidebar ordering. Fixes bug #439939.
2766
2767 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2768
2769         * backend/comics/Makefile.am:
2770         
2771         Fixes build with --without-libgnome.
2772
2773 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2774         
2775         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2776
2777         Update cursor and tooltip on page change and view scroll. Fixes bug
2778         #439217.
2779
2780 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2781
2782         * NEWS:
2783         * configure.ac:
2784         
2785         Update for release 0.9.0
2786
2787 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2788
2789         * backend/djvu/djvu-document-private.h:
2790         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2791         (djvu_document_finalize),
2792         (djvu_document_file_exporter_format_supported),
2793         (djvu_document_file_exporter_begin),
2794         (djvu_document_file_exporter_do_page),
2795         (djvu_document_file_exporter_end),
2796         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2797         
2798         Implemented printing with djvu. Bug #437998.
2799
2800 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * backend/impress/zip.c:
2803         Add missing ulong definition.
2804
2805         * backend/ps/ps-interpreter.c:
2806         Add missing headers.
2807
2808         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2809
2810 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2811
2812         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2813
2814         Add missing call to parent class dispose method. 
2815
2816 2007-05-12  Ross Burton  <ross@openedhand.com>
2817
2818         * shell/main.c:
2819         Sync keybindings manually when building without libgnome
2820         (#437925).
2821
2822 2007-05-12  Ross Burton  <ross@openedhand.com>
2823
2824         * shell/ev-window.c:
2825         Respect the screen when opening help (#437866).
2826
2827 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * data/evince-ui.xml:
2830         * shell/ev-application.[ch]: (get_print_settings_from_args),
2831         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2832         (ev_application_open_uri_list):
2833         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2834         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2835         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2836         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2837         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2838         (ev_window_dispose):
2839         * shell/main.c: (arguments_parse):
2840
2841         Add print button in preview mode. Fixes bug #396475. 
2842
2843 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2844
2845         * cut-n-paste/zoom-control/ephy-zoom.h:
2846         
2847         Fixes zoom level factors. See bug #408119 for details.
2848
2849 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2850
2851         * backend/comics/comics-document.c: (comics_regex_quote),
2852         (extract_argv):
2853         
2854         Correctly quote symbols. Fixes crash in the bug
2855         #415370.
2856
2857 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2858
2859         * shell/ev-navigation-action-widget.c:
2860         (ev_navigation_action_widget_init),
2861         (ev_navigation_action_widget_class_init),
2862         (ev_navigation_action_widget_button_press_event):
2863         
2864         Connect to button-press event on correct widget. Fixes
2865         bug #431988
2866
2867 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2868
2869         * shell/ev-application.c: (ev_application_open_window),
2870         (ev_application_add_icon_path_for_screen),
2871         (ev_application_open_uri_at_dest):
2872         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2873         * shell/ev-navigation-action.c: (build_menu):
2874         
2875         Add app-specific icons to our icon theme. Fixes bug
2876         #425508.
2877
2878 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2879
2880         * shell/ev-history.c: (ev_history_class_init),
2881         (ev_history_add_link):
2882         * shell/ev-history.h:
2883         * shell/ev-navigation-action.c:
2884         (ev_navigation_action_history_changed),
2885         (ev_navigation_action_set_history), (build_menu),
2886         (ev_navigation_action_finalize):
2887         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2888         
2889         Make navigation action unsensitive instead of showing
2890         menu with unsensitive word. Fixes bug #417392.
2891
2892 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2893
2894         * shell/ev-application.[ch]: (ev_application_shutdown),
2895         (ev_application_get_print_settings),
2896         (ev_application_set_print_settings):
2897         * shell/ev-window.c:
2898
2899         Remember print settings. Fixes bug #349102. 
2900
2901 2007-05-08  Christian Persch  <chpe@gnome.org>
2902
2903         * configure.ac:
2904         * properties/ev-properties-view.c:
2905
2906         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2907         Bug #382438.
2908
2909 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2910
2911         * configure.ac:
2912         * properties/ev-properties-view.c: (ev_regular_paper_size):
2913
2914         Use gtk+ builtin paper list to identify the document's paper size.
2915         Fixes bug #382438. 
2916
2917 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * configure.ac:
2920
2921         Fix build when compiling with thumbnailer and libgnome support. 
2922
2923 2007-05-04  Ross Burton  <ross@openedhand.com>
2924
2925         * configure.ac:
2926         Add --without-libgnome, check for libgnome and libgnomeui
2927         separately, and add them to the symbols as required.
2928
2929         * libdocument/ev-file-helpers.c:
2930         When building without libgnome, use g_get_user_config_dir instead
2931         of gnome_user_dir_get.
2932
2933         * shell/ev-application.c:
2934         When building without libgnome, don't use session management.
2935
2936         * shell/main.c:
2937         When building without libgnome, don't use GnomeProgram or
2938         initialise the authentication manager.
2939
2940         This fixes #328842.
2941
2942 2007-05-04  Ross Burton  <ross@openedhand.com>
2943
2944         * shell/ev-window.c:
2945         Don't use libgnome to open help, instead call Yelp directly.
2946
2947 2007-05-04  Ross Burton  <ross@openedhand.com>
2948
2949         * shell/ev-sidebar-attachments.c:
2950         Don't use libgnome to lookup icons for MIME types, instead copy
2951         code from GTK+ to do it manually.
2952
2953 2007-05-04  Ross Burton  <ross@openedhand.com>
2954
2955         * configure.ac:
2956         Add libxml to the dependencies for SHELL_CORE (#435818).
2957
2958 2007-05-02  Ross Burton  <ross@openedhand.com>
2959
2960         * configure.ac:
2961         * Makefile.am:
2962         Add --disable-thumbnailer (#434825)
2963
2964 2007-05-02  Ross Burton  <ross@openedhand.com>
2965
2966         * shell/ev-window.c:
2967         Add missing includes, fix indentation.
2968
2969         * shell/main.c:
2970         Fix indentation.
2971
2972 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2973
2974         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2975         ev_application_open_uri_at_dest instead of ev_application_open_uri
2976         preventing new document always being opened in a new window even if there
2977         is an empty window.
2978
2979 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2980
2981         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2982         (egg_recent_view_uimanager_finalize):
2983         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2984         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2985         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2986         (ev_pixbuf_cache_dispose):
2987         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2988         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2989         
2990         Add missing chain to parent class methods. Fixes
2991         bug #433128.
2992
2993 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2994
2995         * data/Makefile.am (update-icon-cache): Updates
2996         gtk-update-icon-cache in uninstall-hook.
2997
2998 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2999
3000         * shell/ev-window.c: (ev_window_setup_document),
3001         (ev_window_set_document), (ev_window_load_job_cb):
3002         * shell/ev-view.c: (setup_caches):
3003         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3004
3005         Start rendering pages before any other jobs. 
3006
3007 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * shell/ev-window.c: (ev_window_stop_fullscreen),
3010         (ev_window_stop_presentation):
3011
3012         Update chrome visibility before window unfullscreen. 
3013
3014 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * data/Makefile.am:
3017         * data/evince-ui.xml:
3018         * shell/ev-stock-icons.[ch]:
3019         * shell/ev-application.[ch]: (ev_application_shutdown),
3020         (ev_application_init), (ev_application_get_toolbars_model):
3021         * shell/ev-window.c: (update_chrome_visibility),
3022         (fullscreen_toolbar_setup_item_properties),
3023         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3024         (ev_window_run_presentation), (ev_window_stop_presentation),
3025         (ev_window_run_preview), (ev_window_screen_changed),
3026         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3027         (ev_window_dispose), (ev_window_init):
3028
3029         Make fullscreen toolbar always visible. Do not use egg toolbars for
3030         fullscreen and preview modes since such toolbars are not editables.
3031         Fixes bugs #300278, #338910 and #316188.  
3032
3033 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3034
3035         * shell/ev-application.c:
3036         * shell/ev-job-queue.c:
3037         * shell/ev-metadata-manager.c:
3038         * shell/ev-stock-icons.c:
3039         * shell/ev-window.c:
3040         * shell/main.c:
3041         
3042         Developers documentation updated.
3043
3044 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3045
3046         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3047
3048         Check whether uri is valid before launching it. Fixes bug #427664.
3049
3050 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3051
3052         * shell/ev-window.c:
3053
3054         Change key accelerator for Open a Copy menu entry which is in conflict
3055         with Close. Fixes bug #427321.
3056
3057 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3058
3059         * NEWS:
3060         * configure.ac:
3061         
3062         Update for release 0.8.1
3063
3064 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3065
3066         * shell/ev-window.c: (setup_size_from_metadata):
3067         
3068         Do not make window bigger than screen. Fixes bug 
3069         #388985.
3070
3071 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3072
3073         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3074         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3075
3076         Use default resolution when it's not provided by document. Fixes bug
3077         #408762.
3078
3079 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * configure.ac:
3082         * thumbnailer/Makefile.am:
3083         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3084         * thumbnailer/evince-thumbnailer.schemas.in:
3085         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3086
3087         Add support for ps, eps and compressed documents thumbnails. Do not
3088         ignore size parameter. 
3089
3090 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3091
3092         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3093         (dvi_document_do_color_special):
3094         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3095
3096         Implement font color specials in the DVI backend. Fixes bug #303651.
3097
3098 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3099
3100         Fixup the previous commit:
3101
3102         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3103         * shell/xdg-user-dir-lookup.c: Make the function non-static
3104         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3105
3106 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3107
3108         * shell/ev-window.c (file_open_dialog_response_cb): Use
3109         the xdg-user-dirs DOCUMENTS folder as default folder when
3110         opening a file chooser.  (#424858)
3111
3112         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3113         xdg-user-dirs.
3114
3115 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * shell/ev-window.c: (ev_window_load_job_cb):
3118
3119         Do not setup view from metadata on preview mode. 
3120
3121 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3122
3123         * shell/main.c:
3124
3125         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3126
3127 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * shell/ev-view.c: (ev_view_primary_get_cb):
3130
3131         Check pointer != NULL before using it. Fixes bug #416841. 
3132
3133 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3134
3135         * NEWS:
3136         * configure.ac:
3137         
3138         Release 0.8.0
3139
3140 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3143
3144         Do not render thumbnails when sidebar thumbnail page is not visible
3145         at startup. Fixes bug #416447. 
3146
3147 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3148
3149         * data/evince.desktop.in.in:
3150
3151         "Application" is not a valid category in the freedesktop specification.
3152
3153 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3154
3155         * libdocument/ev-file-helpers.[ch]: (compression_run),
3156         (ev_file_uncompress), (ev_file_compress):
3157         * shell/ev-window.c: (file_save_dialog_response_cb):
3158
3159         Save document compressed when saving a copy of a compressed document.
3160         Fixes bug #334542.
3161
3162 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3163
3164         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3165
3166         Allow deleting in goto window entry in presentation mode. 
3167
3168 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3169
3170         * Makefile.am: Dist MAINTAINERS.
3171
3172 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * shell/ev-window.c: (ev_window_update_actions):
3175
3176         Fix zoom shortcut keys when searching. Fixes bug #409828.
3177
3178 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3179
3180         * shell/ev-window.c: (ev_window_setup_document):
3181
3182         Fix crash when loading documents with only one page. 
3183
3184 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3185
3186         * backend/dvi/dvi-document.c:
3187         (dvi_document_thumbnails_get_dimensions),
3188         (dvi_document_thumbnails_get_thumbnail):
3189         * backend/impress/impress-document.c:
3190         (impress_document_thumbnails_get_thumbnail),
3191         (impress_document_thumbnails_get_dimensions):
3192         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3193         (ps_document_thumbnails_get_dimensions):
3194         * backend/djvu/djvu-document.c:
3195         (djvu_document_thumbnails_get_dimensions),
3196         (djvu_document_thumbnails_get_thumbnail):
3197         * backend/tiff/tiff-document.c:
3198         (tiff_document_thumbnails_get_thumbnail),
3199         (tiff_document_thumbnails_get_dimensions):
3200         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3201         (pdf_document_thumbnails_get_thumbnail),
3202         (pdf_document_thumbnails_get_dimensions):
3203         * backend/comics/comics-document.c:
3204         (comics_document_thumbnails_get_thumbnail),
3205         (comics_document_thumbnails_get_dimensions):
3206         * backend/pixbuf/pixbuf-document.c:
3207         (pixbuf_document_thumbnails_get_thumbnail),
3208         (pixbuf_document_thumbnails_get_dimensions):
3209         * libdocument/ev-document-thumbnails.[ch]:
3210         (ev_document_thumbnails_get_thumbnail),
3211         (ev_document_thumbnails_get_dimensions):
3212         * libdocument/ev-document-misc.[ch]:
3213         (ev_document_misc_get_thumbnail_frame):
3214         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3215         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3216         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3217         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3218         (ev_sidebar_thumbnails_refresh):
3219         * shell/ev-window.c: (ev_window_setup_document):
3220         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3221
3222         Use an EvRenderContext for rendering thumbnails instead of a suggested
3223         width, so that different sized pages get sized proportionally.
3224
3225 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * shell/ev-view.c: (ev_view_button_press_event),
3228         (ev_view_key_press_event):
3229
3230         Fix critical warnings when there is no document loaded. 
3231
3232 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3233
3234         * shell/ev-page-action-widget.c:
3235         * shell/ev-navigation-action.c:
3236         * shell/ev-window.c:
3237
3238         Fix compile warnings. 
3239
3240 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * backend/djvu/djvu-text.h:
3243         * backend/djvu/djvu-document.c:
3244         * backend/djvu/djvu-text-page.c:
3245         * backend/djvu/djvu-links.c:
3246         * backend/djvu/djvu-text-page.h:
3247         * backend/djvu/djvu-text.c:
3248         
3249         Fix build on Mac. Fixes bug #392186. Patch by
3250         <ephraim_owns@hotmail.com>
3251
3252 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3253
3254         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3255
3256         Restore cairo context before rendering every page when printing a PDF
3257         document into a PDF file. 
3258
3259 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * backend/ps/gstypes.h:
3262         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3263         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3264         (ps_document_thumbnails_get_thumbnail):
3265
3266         Handle PostScript page orientation. Fixes bug #318568.
3267
3268 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3269
3270         * backend/ps/Makefile.am:
3271         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3272         (document_load), (ps_document_load), (save_document),
3273         (save_page_list), (ps_document_get_n_pages),
3274         (ps_document_get_page_size), (ps_document_get_info),
3275         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3276         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3277         (ps_document_thumbnails_get_thumbnail),
3278         (ps_document_thumbnails_get_dimensions),
3279         (ps_document_document_thumbnails_iface_init):
3280         * backend/ps/ps.[ch]: (psgetpagebox):
3281         * backend/ps/ps-interpreter.[ch]:
3282
3283         Add support for thumbnails in ps backend. Fixes bug #164755. 
3284
3285 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3286
3287         * NEWS:
3288         * configure.ac:
3289         
3290         Release 0.7.2
3291
3292 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3293
3294         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3295         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3296         (ev_window_dispose):
3297
3298         Use document thumbnail as window icon. Fixes bug #384442.
3299
3300 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3301
3302         * configure.ac:
3303
3304         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3305         duplicated adding application/x-bzpostscript instead. 
3306
3307 2007-02-11  Tom Parker  <palfrey@tevp.net>
3308
3309         * backend/ps/ps-document.c: (document_load):
3310
3311         Check return value of psscan before trying
3312         to use it. Fixes bug #372414.
3313
3314 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3317
3318         Fix invalid free in ev-page-cache. Fixes bug #404745.
3319
3320 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3321
3322         * test/Makefile.am:
3323         * test/test3.py:
3324         
3325         Added reload test case.
3326
3327 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * po/POTFILES.in:
3330         * backend/djvu/djvu-document.c: (djvu_document_load):
3331
3332         Check whether there are missing files in indirect multipage djvu
3333         documents. Fixes bug #361683. 
3334
3335 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3336
3337         * test/Makefile.am:
3338         * test/test-mime.bin:
3339         * test/test3.py:
3340         
3341         Added test for slow mime type
3342
3343 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3346
3347         Add some checks and call parent_class->finalize. Fixes bug #404745.
3348
3349 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3350
3351         * shell/ev-navigation-action.c: (connect_proxy):
3352         
3353         Fixes dropdown history menu. Thanks a lot Carlos!
3354
3355 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3358
3359         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3360         bug #373715.
3361
3362 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * backend/ps/ps.c: (psscan):
3365
3366         Fix memory leak. 
3367
3368 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3369
3370         * configure.ac:
3371         * libdocument/ev-file-helpers.c: 
3372
3373         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3374
3375 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3376
3377         * configure.ac:
3378         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3379         (ps_interpreter_start), (document_load), (save_document),
3380         (save_page_list):
3381         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3382         * libdocument/ev-document-factory.c:
3383         (ev_document_factory_get_from_mime), (get_document_from_uri),
3384         (free_uncompressed_uri), (ev_document_factory_get_document):
3385         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3386
3387         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3388
3389 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * libdocument/ev-document.h:
3392
3393         Fix typo in function name. 
3394
3395 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * backend/ps/ps-document.c: (ps_interpreter_finished),
3398         (ps_interpreter_start), (ps_interpreter_failed):
3399
3400         Handle ghostscript interpreter crashes. 
3401
3402 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * shell/ev-window.c: (ev_window_open_uri),
3405         (window_configure_event_cb):
3406
3407         Setup window size and position before showing it. Fixes bug #401711.
3408
3409 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3410
3411         * backend/ps/Makefile.am:
3412         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3413         (ps_document_dispose), (ps_document_class_init),
3414         (ps_interpreter_input), (ps_interpreter_output),
3415         (ps_interpreter_error), (setup_interpreter_env),
3416         (ps_interpreter_start), (ps_interpreter_stop),
3417         (ps_interpreter_failed), (ps_interpreter_is_ready),
3418         (check_filecompressed), (document_load), (ps_document_load),
3419         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3420         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3421         (render_page):
3422
3423         Rework ps-document. Code cleanups, remove deprecated code. 
3424
3425 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * shell/ev-view.c: (ev_view_button_press_event):
3428
3429         Do not start an image drag and drop operation when pointer is on 
3430         text, so that we can select text when the whole background is an
3431         image. 
3432
3433 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3434
3435         * shell/ev-window.c: (ev_window_update_actions): 
3436
3437         Disable all zoom related actions during presentation mode. 
3438
3439 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3440
3441         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3442
3443         Do not zoom in or out on presentation mode. Fixes bug #401305.
3444
3445 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3446
3447         * shell/ev-navigation-action.c: (connect_proxy),
3448         (create_menu_item), (ev_navigation_action_class_init):
3449         
3450         Correctly show menu and fix crash when navigaton 
3451         action is out of toolbar visible area.
3452
3453 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3454
3455         * data/Makefile.am:
3456         * data/evince.1:
3457         
3458         Added man file
3459
3460 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3461
3462         * help/reference/* :
3463         * configure.ac:
3464         
3465         Added gtk-doc based documentation for Evince.
3466         Still in initial state but I hope it will
3467         grow.
3468         
3469         * configure.ac:
3470         
3471         Lower dbus requirement to 0.70
3472
3473 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3474
3475         * shell/ev-window.c: (ev_window_add_history):
3476
3477         Fix memory leak. 
3478
3479 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3480
3481         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3482         * shell/ev-view.h:
3483         * shell/ev-window.c: (ev_window_add_history):
3484         
3485         Correctly handle named destination links
3486
3487 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3488
3489         * NOTES:
3490         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3491         * backend/pdf/ev-poppler.cc:
3492         * libdocument/ev-document-links.h:
3493         * libdocument/ev-link.c: (ev_link_get_page):
3494         * libdocument/ev-link.h:
3495         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3496         (ev_history_add_link):
3497         * shell/ev-history.h:
3498         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3499         (new_history_menu_item), (build_menu):
3500         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3501         * shell/ev-sidebar-links.c: (create_loading_model),
3502         (print_section_cb), (ev_sidebar_links_construct),
3503         (fill_page_labels), (update_page_callback_foreach),
3504         (update_page_callback), (job_finished_callback):
3505         * shell/ev-view.c: (ev_view_handle_link):
3506         * shell/ev-window.c: (ev_window_find_chapter),
3507         (ev_window_add_history), (view_handle_link_cb),
3508         (history_changed_cb):
3509         
3510         Implements another history variant
3511
3512 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * shell/ev-window.c: (view_external_link_cb):
3515         * shell/ev-view.c: (ev_view_button_release_event):
3516
3517         Open links in new window when clicking with middle button. 
3518
3519 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3520
3521         * shell/ev-navigation-action.c: (new_history_menu_item):
3522         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3523         * shell/ev-view.c: (ev_view_handle_link):
3524         * shell/ev-window.c:
3525         
3526         Store link before jump, not the destination. For me it 
3527         seems like more natural history behavior.
3528
3529 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3530
3531         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3532         (ev_navigation_action_class_init):
3533         * shell/ev-navigation-action.h:
3534         * shell/ev-page-action.c: (activate_cb):
3535         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3536         (ev_page_cache_set_current_page_history):
3537         * shell/ev-page-cache.h:
3538         * shell/ev-sidebar-thumbnails.c:
3539         (ev_sidebar_tree_selection_changed),
3540         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3541         * shell/ev-view-private.h:
3542         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3543         * shell/ev-view.h:
3544         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3545         (ev_window_setup_document), (ev_window_load_job_cb):
3546         * shell/ev-window.h:
3547         
3548         History finally works as expected.
3549
3550 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3553
3554         Do not update links treeview if it doesn't have a model assigned yet. 
3555
3556 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3559         (ev_sidebar_links_class_init), (update_page_callback):
3560
3561         Do not update links treeview when sidepane is not visible. 
3562
3563 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * shell/ev-marshal.list:
3566         * shell/ev-page-action.c: (activate_cb),
3567         (ev_page_action_class_init):
3568         * shell/ev-page-action.h:
3569         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3570         * shell/ev-window.c:
3571         
3572         Remove activate_link signal, not required.
3573
3574 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3575
3576         * shell/ev-navigation-action.c: (build_menu):
3577         
3578         Reorder menu items and build menu with fixed length.
3579
3580 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3581
3582         * shell/ev-view.c: (get_selected_text):
3583         
3584         Normalize text to fix ligatures problem. See bug
3585         #341947 for details.
3586
3587 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3588
3589         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3590
3591         Fix memory leak in ev-page-cache. 
3592
3593 2007-01-25  Tom Parker <palfrey@tevp.net>
3594
3595         * backend/impress/impress-document.c: (impress_document_load),
3596         (impress_document_finalize), (impress_document_init):
3597         * properties/ev-properties-main.c: (ev_properties_get_pages):
3598         
3599         Correctly handle impress document errors. Fixes nautilus
3600         crash in property page #370491.
3601
3602 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3605         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3606         (ev_job_queue_remove_job):
3607         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3608         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3609         (ev_job_load_run):
3610         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3611         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3612         (ev_window_load_job_cb), (xfer_update_progress_callback),
3613         (ev_window_open_uri), (ev_window_dispose):
3614         * shell/main.c: (main):
3615
3616         Do file transfer asynchronously in the main thread instead of
3617         synchronously in the load thread. Fixes bugs #399694, #398307 and
3618         #343542.
3619
3620 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3621
3622         * shell/ev-jobs.c: (ev_job_xfer_run):
3623
3624         Load the document with the font-config lock held. 
3625
3626 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3627
3628         * backend/ps/ps-document.c: (start_interpreter):
3629
3630         Fix memory leaks in ps backend. 
3631
3632 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * backend/impress/impress-document.c:
3635         (impress_document_render_pixbuf):
3636
3637         Do not acquire fontconfig lock in impress backend, since it is using
3638         the main loop for rendering. 
3639
3640 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * po/POTFILES.in: 
3643
3644         Remove mdvi files that shouldn't be translated. 
3645
3646 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * shell/ev-view-private.h:
3649         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3650         (ev_view_set_zoom):
3651
3652         Render "loading..." text into a cairo surface instead of directly into
3653         the window so that fontconfig lock is only needed once and UI is not
3654         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3655
3656 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3657
3658         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3659         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3660
3661         Use icon theme associated with the window screen rather than default. 
3662
3663 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3664
3665         * configure.ac:
3666
3667         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3668
3669 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3670
3671         * data/icons/*/apps/evince.*:
3672
3673         Move Evince icons under new apps directory.
3674
3675         * data/icons/*/actions/*:
3676
3677         Add new custom themeable Evince icons: view-page-continuous, 
3678         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3679         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3680
3681         * configure.ac:
3682
3683         Add new directories to AC_CONFIG_FILES.
3684
3685         * shell/ev-stock-icons.c:
3686         * shell/ev-stock-icons.h:
3687
3688         Use new custom themeable icons.
3689
3690 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3693
3694         Do not draw white background page in presentation mode. 
3695
3696 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3697
3698         * shell/ev-view.c: Remove unused gnome-vfs include.
3699
3700 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3701
3702         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3703         
3704         Format string is corrected, fixes bug #397129.
3705
3706 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3707
3708         * shell/ev-window.c: (ev_window_setup_recent):
3709
3710         Do not include in recent menu inexistent documents. Fixes
3711         bug #339171.
3712
3713 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3714
3715         * po/POTFILES.skip: 
3716
3717         Update POTFILES.skip file according to current source tree. 
3718
3719 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3720
3721         * shell/ev-window.c: (file_save_dialog_response_cb):
3722
3723         Do Save a copy in atomic way. Fixes bug #328266. 
3724
3725 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3726
3727         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3728
3729         Keep selected cell always visible in index treeview.
3730
3731 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3732         
3733         * shell/ev-view.c: (ev_view_size_allocate):
3734
3735         Restore horizontal scrollbar after switching to/from fullscreen
3736         or presentation mode. Fixes bug #331728.
3737
3738 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3739
3740         * shell/ev-view-private.h:
3741         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3742         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3743         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3744         (ev_view_can_zoom_out):
3745
3746         Use max and min scale values in the view iby taking dpi into account. 
3747
3748 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3749
3750         * configure.ac:
3751         * NEWS:
3752
3753         Release 0.7.1
3754
3755 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * shell/ev-window.c: (ev_window_print_send):
3758
3759         Send print job to printer with some settings set to default values,
3760         since we have already exported to a file according to such settings
3761         and they could be taken twice by some printers. 
3762
3763 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3764
3765         * shell/ev-jobs.c: (ev_job_xfer_run):
3766         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3767
3768         Show main window and load document with the font-config lock held. 
3769
3770 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3771
3772         * configure.ac:
3773         * shell/ev-application.c: (ev_application_register_service):
3774         * shell/main.c: (load_files_remote):
3775
3776         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3777
3778 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3779
3780         * doc/debugging.txt:
3781         
3782         Remove obsolete documentation.
3783
3784 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3785
3786         * Makefile.am:
3787         * backend/Makefile.am:
3788         * backend/comics/Makefile.am:
3789         * backend/djvu/Makefile.am:
3790         * backend/dvi/Makefile.am:
3791         * backend/ev-async-renderer.c:
3792         * backend/ev-async-renderer.h:
3793         * backend/ev-attachment.c:
3794         * backend/ev-attachment.h:
3795         * backend/ev-backend-marshal.c:
3796         * backend/ev-document-factory.c:
3797         * backend/ev-document-factory.h:
3798         * backend/ev-document-find.c:
3799         * backend/ev-document-find.h:
3800         * backend/ev-document-fonts.c:
3801         * backend/ev-document-fonts.h:
3802         * backend/ev-document-images.c:
3803         * backend/ev-document-images.h:
3804         * backend/ev-document-info.h:
3805         * backend/ev-document-links.c:
3806         * backend/ev-document-links.h:
3807         * backend/ev-document-misc.c:
3808         * backend/ev-document-misc.h:
3809         * backend/ev-document-security.c:
3810         * backend/ev-document-security.h:
3811         * backend/ev-document-thumbnails.c:
3812         * backend/ev-document-thumbnails.h:
3813         * backend/ev-document-transition.c:
3814         * backend/ev-document-transition.h:
3815         * backend/ev-document.c:
3816         * backend/ev-document.h:
3817         * backend/ev-file-exporter.c:
3818         * backend/ev-file-exporter.h:
3819         * backend/ev-image.c:
3820         * backend/ev-image.h:
3821         * backend/ev-link-action.c:
3822         * backend/ev-link-action.h:
3823         * backend/ev-link-dest.c:
3824         * backend/ev-link-dest.h:
3825         * backend/ev-link.c:
3826         * backend/ev-link.h:
3827         * backend/ev-render-context.c:
3828         * backend/ev-render-context.h:
3829         * backend/ev-selection.c:
3830         * backend/ev-selection.h:
3831         * backend/impress/Makefile.am:
3832         * backend/pdf/Makefile.am:
3833         * backend/pixbuf/Makefile.am:
3834         * backend/ps/Makefile.am:
3835         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3836         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3837         (start_interpreter), (stop_interpreter), (document_load),
3838         (ps_document_next_page), (render_page):
3839         * backend/tiff/Makefile.am:
3840         * comics/Makefile.am:
3841         * comics/comics-document.c:
3842         * comics/comics-document.h:
3843         * configure.ac:
3844         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3845         * djvu/Makefile.am:
3846         * djvu/djvu-document-private.h:
3847         * djvu/djvu-document.c:
3848         * djvu/djvu-document.h:
3849         * djvu/djvu-links.c:
3850         * djvu/djvu-links.h:
3851         * djvu/djvu-text-page.c:
3852         * djvu/djvu-text-page.h:
3853         * djvu/djvu-text.c:
3854         * djvu/djvu-text.h:
3855         * dvi/Makefile.am:
3856         * dvi/dvi-document.c:
3857         * dvi/dvi-document.h:
3858         * dvi/fonts.c:
3859         * dvi/fonts.h:
3860         * dvi/mdvi-lib/Makefile.am:
3861         * dvi/mdvi-lib/afmparse.c:
3862         * dvi/mdvi-lib/afmparse.h:
3863         * dvi/mdvi-lib/bitmap.c:
3864         * dvi/mdvi-lib/bitmap.h:
3865         * dvi/mdvi-lib/color.c:
3866         * dvi/mdvi-lib/color.h:
3867         * dvi/mdvi-lib/common.c:
3868         * dvi/mdvi-lib/common.h:
3869         * dvi/mdvi-lib/defaults.h:
3870         * dvi/mdvi-lib/dvimisc.c:
3871         * dvi/mdvi-lib/dviopcodes.h:
3872         * dvi/mdvi-lib/dviread.c:
3873         * dvi/mdvi-lib/files.c:
3874         * dvi/mdvi-lib/font.c:
3875         * dvi/mdvi-lib/fontmap.c:
3876         * dvi/mdvi-lib/fontmap.h:
3877         * dvi/mdvi-lib/fontsrch.c:
3878         * dvi/mdvi-lib/gf.c:
3879         * dvi/mdvi-lib/hash.c:
3880         * dvi/mdvi-lib/hash.h:
3881         * dvi/mdvi-lib/list.c:
3882         * dvi/mdvi-lib/mdvi.h:
3883         * dvi/mdvi-lib/pagesel.c:
3884         * dvi/mdvi-lib/paper.c:
3885         * dvi/mdvi-lib/paper.h:
3886         * dvi/mdvi-lib/pk.c:
3887         * dvi/mdvi-lib/private.h:
3888         * dvi/mdvi-lib/setup.c:
3889         * dvi/mdvi-lib/sp-epsf.c:
3890         * dvi/mdvi-lib/special.c:
3891         * dvi/mdvi-lib/sysdeps.h:
3892         * dvi/mdvi-lib/t1.c:
3893         * dvi/mdvi-lib/tfm.c:
3894         * dvi/mdvi-lib/tfmfile.c:
3895         * dvi/mdvi-lib/tt.c:
3896         * dvi/mdvi-lib/util.c:
3897         * dvi/mdvi-lib/vf.c:
3898         * dvi/pixbuf-device.c:
3899         * dvi/pixbuf-device.h:
3900         * impress/Makefile.am:
3901         * impress/common.h:
3902         * impress/document.c:
3903         * impress/f_oasis.c:
3904         * impress/f_oo13.c:
3905         * impress/iksemel.c:
3906         * impress/iksemel.h:
3907         * impress/imposter.h:
3908         * impress/impress-document.c:
3909         * impress/impress-document.h:
3910         * impress/internal.h:
3911         * impress/r_back.c:
3912         * impress/r_draw.c:
3913         * impress/r_geometry.c:
3914         * impress/r_gradient.c:
3915         * impress/r_style.c:
3916         * impress/r_text.c:
3917         * impress/render.c:
3918         * impress/render.h:
3919         * impress/zip.c:
3920         * impress/zip.h:
3921         * lib/Makefile.am:
3922         * lib/ev-debug.c:
3923         * lib/ev-debug.h:
3924         * lib/ev-file-helpers.c:
3925         * lib/ev-file-helpers.h:
3926         * lib/ev-gui.c:
3927         * lib/ev-gui.h:
3928         * lib/ev-tooltip.c:
3929         * lib/ev-tooltip.h:
3930         * libdocument/Makefile.am:
3931         * libdocument/ev-file-helpers.c:
3932         * pdf/Makefile.am:
3933         * pdf/ev-poppler.cc:
3934         * pdf/ev-poppler.h:
3935         * pixbuf/Makefile.am:
3936         * pixbuf/pixbuf-document.c:
3937         * pixbuf/pixbuf-document.h:
3938         * properties/Makefile.am:
3939         * ps/Makefile.am:
3940         * ps/gsdefaults.c:
3941         * ps/gsdefaults.h:
3942         * ps/gsio.c:
3943         * ps/gsio.h:
3944         * ps/gstypes.h:
3945         * ps/ps-document.c:
3946         * ps/ps-document.h:
3947         * ps/ps.c:
3948         * ps/ps.h:
3949         * shell/Makefile.am:
3950         * shell/ev-application.h:
3951         * shell/ev-sidebar-links.c:
3952         * shell/ev-sidebar-links.h:
3953         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3954         (ev_gui_menu_position_tree_selection):
3955         * shell/ev-utils.h:
3956         * shell/ev-view.c: (ev_view_finalize):
3957         * shell/ev-window.c:
3958         * shell/main.c: (main):
3959         * thumbnailer/Makefile.am:
3960         * tiff/Makefile.am:
3961         * tiff/tiff-document.c:
3962         * tiff/tiff-document.h:
3963         * tiff/tiff2ps.c:
3964         * tiff/tiff2ps.h:
3965         
3966         Reorganize source tree.
3967
3968 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3969
3970         * backend/ev-document-factory.c:
3971
3972         Do not include ev-poppler.h when pdf is disabled. 
3973
3974 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * configure.ac:
3977         * data/evince-ui.xml:
3978         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3979         (pdf_document_document_images_iface_init):
3980         * backend/Makefile.am:
3981         * backend/ev-document-images.[ch]:
3982         * backend/ev-image.[ch]:
3983         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3984         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3985         (ev_job_xfer_run):
3986         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3987         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3988         (ev_pixbuf_cache_get_image_mapping):
3989         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3990         (view_menu_popup_cb), (ev_window_dispose),
3991         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3992         (ev_view_popup_cmd_copy_image):
3993         * shell/ev-view-private.h:
3994         * shell/ev-view.c: (ev_view_get_image_at_location),
3995         (ev_view_do_popup_menu), (ev_view_popup_menu),
3996         (ev_view_button_press_event), (ev_view_drag_data_get),
3997         (ev_view_drag_motion), (ev_view_drag_data_received),
3998         (ev_view_motion_notify_event), (ev_view_button_release_event),
3999         (ev_view_finalize), (ev_view_class_init):
4000
4001         Add image handling support. Fixes bugs #310008 and #325047. Images
4002         selection is not supported yet. 
4003
4004 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4007         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4008         (ev_view_init):
4009
4010         Move view drag and drop stuff to ev-view.
4011
4012 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4013
4014         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4015         * shell/ev-view.c: (clear_selection): 
4016
4017         Clear selection also in pixbuf cache.
4018
4019 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4020
4021         * data/evince.desktop.in.in:
4022         
4023         Change icon name in desktop file. See bug #390734
4024         for details.
4025
4026 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4027
4028         * thumbnailer/Makefile.am:
4029
4030         Use top_builddir instead top_srcdir for generated schema
4031         file installation. Fixes bug #390161.
4032
4033 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4034
4035         * configure.ac:
4036         * backend/Makefile.am:
4037         * backend/ev-document-transition.[ch]:
4038         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4039         (pdf_document_page_transition_iface_init):
4040         * shell/ev-view-private.h:
4041         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4042         (ev_view_set_presentation), (transition_next_page),
4043         (ev_view_presentation_transition_stop),
4044         (ev_view_presentation_transition_start), (ev_view_next_page):
4045
4046         Add page transition support in presentation mode. At the moment only
4047         page duration is supported, but not transition effects. Fixes bug
4048         #309815.
4049
4050 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4051
4052         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4053
4054         Run find_link_dest with document lock held, since it's called by links
4055         thread and main thread at the same time. 
4056
4057 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4058
4059         * shell/ev-view.c: (goto_dest):
4060
4061         Update page-cache when page is changed by the view, so that
4062         page-changed signal is emitted. 
4063
4064 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4065
4066         * test/test1.py:
4067         * test/test2.py:
4068
4069         Use C locale in tests. 
4070
4071 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * shell/ev-window.c: (ev_window_run_presentation):
4074         * shell/ev-view-private.h:
4075         * shell/ev-view.c: (ev_view_set_presentation):
4076
4077         Restore zoom settings when back from presentation mode. 
4078
4079 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4080
4081         * shell/ev-window.c: (ev_window_run_presentation):
4082
4083         Always use "best fit" zoom in presentation mode.
4084         Fixes bug #389195.
4085
4086 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4087
4088         * shell/ev-view.c: (ev_view_goto_window_create):
4089
4090         Show "Jump to page" label in the page jumping popup in
4091         presentation mode instead of just a GtkEntry.
4092
4093 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4094
4095         * shell/ev-window.c: (launch_external_uri):
4096
4097         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4098         #378085.
4099
4100 2006-12-22  Elijah Newren  <newren gmail com>
4101
4102         * configure.ac: explicitly check for libxml2.  Fixes #388795
4103
4104 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4105
4106         * shell/ev-view-private.h:
4107         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4108         (ev_view_goto_window_delete_event), (key_is_numeric),
4109         (ev_view_goto_window_key_press_event),
4110         (ev_view_goto_window_button_press_event),
4111         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4112         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4113         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4114
4115         Allow jumping to another page by typing a page number in presentation
4116         mode. It uses a popup window with an entry. Fixes bug #353625.
4117
4118 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4119
4120         * configure.ac:
4121         * properties/ev-properties-view.c: (ev_get_default_user_units),
4122         (ev_regular_paper_size):
4123         
4124         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4125         to Damien Carbery <damien.carbery@sun.com> and
4126         Yevgen Muntyan <muntyan@tamu.edu>.
4127
4128 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4129
4130         * shell/ev-window.c: (setup_document_from_metadata):
4131
4132         Make sure Evince doesn't restore the view on the last
4133         page when a document is reopened. Fixes bug #383381.
4134
4135 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4136
4137         * shell/ev-view.c: (draw_loading_text):
4138
4139         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4140
4141 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4142
4143         * configure.ac:
4144         * NEWS:
4145
4146         Release 0.7.0
4147
4148 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4149
4150         * configure.ac:
4151         * pdf/ev-poppler.cc: (pdf_print_context_free),
4152         (pdf_document_file_exporter_begin),
4153         (pdf_document_file_exporter_do_page):
4154
4155         Make cairo-pdf depedency optional. 
4156
4157 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4158
4159         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4160
4161         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4162
4163 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4164
4165         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4166         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4167         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4168         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4169         * shell/ev-view.c: (draw_loading_text):
4170         * shell/ev-window.c: (ev_window_cmd_file_properties):
4171
4172         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4173         related to using FontConfig from different threads.
4174         
4175 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4176
4177         * shell/ev-view.c: (draw_loading_text):
4178
4179         Acquire lock document when drawing "Loading..." text so that only one
4180         thread will use FontConfig at the same time. Fixes bug #374750.
4181
4182 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4183
4184         * shell/ev-page-action.[ch]: (activate_cb):
4185         * shell/ev-window.c: (activate_label_cb):
4186
4187         Check if text inserted in page entry is a valid page number when it
4188         doesn't match to any document page label. Fixes bug #383165.
4189
4190 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4191         * shell/ev-window.c:
4192
4193         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4194         available with GTK < 2.10. Added an ifdef to avoid compilation
4195         error.
4196
4197 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4198
4199         * configure.ac:
4200         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4201
4202         Fix ps backend in multihead systems.
4203
4204 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4205
4206         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4207         * shell/ev-window.c: (ev_window_get_screen_dpi),
4208         (ev_window_update_actions), (setup_view_from_metadata),
4209         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4210
4211         Take screen DPI into account when zooming. Fixes bug #318285.
4212
4213 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4214
4215         * data/Makefile.am:
4216
4217         Cleaned up/slightly refactored Makefile.am. Added GConf
4218         schemas uninstallation as well.
4219
4220 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4221
4222         * Makefile.am:
4223         * test/Makefile.am:
4224
4225         Fight with autotools to fix make check. Make distcheck
4226         works fine as well now!
4227
4228 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4229
4230         * shell/ev-view.c: (draw_end_presentation_page):
4231
4232         Corrected "end of presentation" string.
4233
4234 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4235
4236         * shell/ev-view.c: (ev_view_key_press_event):
4237
4238         Correctly propagate key press event so that up/down keys
4239         work as expected (correct behaviour was broken by
4240         black/white screen key bindings for presentations).
4241
4242 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4243
4244         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4245         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4246         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4247         (pdf_selection_get_selection_region),
4248         (pdf_selection_get_selection_map):
4249
4250         Add "static" to some private functions. 
4251
4252 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4253
4254         * lib/ev-tooltip.h:
4255         * properties/ev-properties-view.h:
4256         * shell/ev-jobs.h:
4257         * shell/ev-properties-dialog.h:
4258         * shell/ev-properties-fonts.h:
4259         * shell/ev-sidebar-links.h:
4260         * shell/ev-sidebar-thumbnails.h:
4261         * shell/ev-sidebar.h:
4262         * shell/ev-window.h:
4263         
4264         Fixes CHACK type in class casts. See bug #385343
4265         for details.
4266
4267 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * shell/ev-view-private.h:
4270         * shell/ev-view.c: (draw_end_presentation_page),
4271         (ev_view_expose_event), (ev_view_key_press_event),
4272         (ev_view_class_init), (ev_view_init):
4273
4274         Blank screen in presentation mode when pressing 'b' (filling with
4275         black) or 'w' (filling with white) keys. Fixes bug #358132.
4276
4277 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4278
4279         * data/evince-toolbar.xml:
4280         * shell/ev-window.c:
4281         
4282         Use stock icon for Select All action. Fixes
4283         bug #382652.
4284
4285 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4286
4287         * shell/ev-view.c: (get_doc_point_from_offset),
4288         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4289
4290         Add links support in rotated documents. Fixes bug #343733.
4291
4292 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4293
4294         * shell/ev-view-private.h:
4295         * shell/ev-view.c: (draw_end_presentation_page),
4296         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4297
4298         Show a blank page after the last page in presentation mode with a
4299         message indicating that presentation has finished and how to exit. 
4300
4301 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4302
4303         * shell/ev-window.c: (fullscreen_timeout_cb):
4304
4305         Hide cursor after a while in presentation mode. 
4306
4307 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4308
4309         * backend/ev-document-info.h:
4310         * data/evince-properties.glade:
4311         * pdf/ev-poppler.cc:
4312         * properties/ev-properties-view.c: (ev_regular_paper_size),
4313         (ev_properties_view_set_info):
4314         * ps/ps-document.c: (ps_document_get_info):
4315
4316         Adds a paper size field to the properties dialog. Fixes
4317         bug #307315. Patch by Kasper Svendsen (with some i18n
4318         changes done by me).
4319
4320 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4321
4322         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4323         (screensaver_init_dbus), (totem_scrsaver_new),
4324         (totem_scrsaver_init):
4325         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4326         * shell/ev-application.c: (ev_application_register_service),
4327         (ev_application_screensaver_enable),
4328         (ev_application_screensaver_disable):
4329         * shell/ev-application.h:
4330         * shell/ev-window.c: (ev_window_run_presentation),
4331         (ev_window_stop_presentation), (build_comments_string),
4332         (ev_window_init):
4333         
4334         Move screensaver handling to application. No more
4335         message on startup.
4336
4337 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * configure.ac:
4340         * backend/Makefile.am:
4341         * backend/ev-file-exporter.[ch]:
4342         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4343         * ps/ps-document.c: (ps_document_file_exporter_*):
4344         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4345         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4346         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4347         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4348
4349         Allow printing to PDF when suppoted by the backend.
4350         
4351 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4352
4353         * shell/ev-window.c: (build_comments_string):
4354
4355         Use always "Document Viewer" in about dialog. 
4356
4357 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4358
4359         * djvu/djvu-document.c: (djvu_document_get_page_size):
4360
4361         Display a warning message when get_pageinfo fails. 
4362
4363 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4364
4365         * Makefile.am:
4366         * backend/Makefile.am:
4367         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4368         * configure.ac:
4369         * shell/ev-window.c: (build_comments_string):
4370         
4371         Make pdf compilation optional. See bug #38007.
4372
4373 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4374
4375         * ps/ps.c: (get_next_text):
4376
4377         Fix CVE-2006-5864.
4378
4379 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4380
4381         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4382         * shell/ev-navigation-action.c: (connect_proxy),
4383         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4384         
4385         Do not call g_type_class_peek_parent twice.
4386
4387 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4388
4389         * configure.ac:
4390         * data/icons/24x24/.cvsignore:
4391         * data/icons/24x24/Makefile.am:
4392         * data/icons/24x24/evince.png:
4393         * data/icons/Makefile.am:
4394         
4395         Add 24x24 icon. Thanks to 
4396         Michael Monreal <infernux@web.de>.
4397
4398 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4399
4400         * configure.ac: Fix typo in configure.ac. Thanks
4401         to dmacks@netspace.org for notification.
4402
4403 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4404
4405         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4406         
4407         Drop dbus include, fixes compilation with older dbus.
4408
4409 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4410
4411         * configure.ac:
4412         * cut-n-paste/Makefile.am:
4413         * cut-n-paste/totem-screensaver/.cvsignore
4414         * cut-n-paste/totem-screensaver/Makefile.am:
4415         * cut-n-paste/totem-screensaver/README:
4416         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4417         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4418         * shell/Makefile.am:
4419         * shell/ev-window.c: (ev_window_run_presentation),
4420         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4421         (ev_window_init):
4422
4423         Implemented screensaver enabling/disabling for
4424         presentation mode (not fullscreen mode). Code stolen
4425         from Totem (with some minor tweaks). Fixes bug #338889.
4426
4427 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4428
4429         * configure.ac:
4430
4431         Bump gnome-icon-theme requirements. We use the rotation
4432         icons that appeared recently.
4433
4434 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4435
4436         * shell/ev-history.c: (ev_history_add_page):
4437         * shell/ev-history.h:
4438         * shell/ev-window.c: (page_changed_cb):
4439         
4440         Use page labels instead of numbers.
4441
4442 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4443
4444         * data/evince-toolbar.xml:
4445         * po/POTFILES.in:
4446         * shell/Makefile.am:
4447         * shell/ev-navigation-action-widget.c:
4448         (ev_navigation_action_widget_init),
4449         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4450         (menu_detacher), (ev_navigation_action_widget_set_menu),
4451         (menu_position_func), (popup_menu_under_arrow),
4452         (ev_navigation_action_widget_toggled),
4453         (ev_navigation_action_widget_button_press_event):
4454         * shell/ev-navigation-action-widget.h:
4455         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4456         (ev_navigation_action_set_window), (activate_menu_item_cb),
4457         (new_history_menu_item), (new_empty_history_menu_item),
4458         (build_menu), (menu_activated_cb), (connect_proxy),
4459         (create_tool_item), (ev_navigation_action_init),
4460         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4461         * shell/ev-navigation-action.h:
4462         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4463         (ev_page_action_widget_set_page_cache),
4464         (ev_page_action_widget_finalize),
4465         (ev_page_action_widget_class_init), (match_selected_cb),
4466         (display_completion_text), (match_completion), (build_new_tree_cb),
4467         (get_filter_model_from_model),
4468         (ev_page_action_widget_update_model):
4469         * shell/ev-page-action-widget.h:
4470         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4471         (connect_proxy):
4472         * shell/ev-page-action.h:
4473         * shell/ev-stock-icons.c:
4474         * shell/ev-stock-icons.h:
4475         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4476         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4477         (register_custom_actions):
4478         * shell/main.c:
4479         
4480         Preliminary history implementation
4481
4482 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4483
4484         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4485         (dvi_document_class_init), (dvi_document_init_params):
4486         * dvi/mdvi-lib/font.c: (font_reference):
4487         
4488         Add reference to subfont. Fixes bug #374277.
4489
4490 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4491
4492         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4493         (ev_window_cmd_file_open_copy_at_dest):
4494
4495         Fix a race condition when creating symlink. Increase the counter
4496         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4497         Mathias Hasselmann).
4498
4499 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * backend/Makefile.am:
4502         * backend/ev-attachment.c: (ev_attachment_open):
4503         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4504         (ev_tmp_dir), (ev_tmp_filename):
4505         * shell/ev-sidebar-attachments.c:
4506         (ev_sidebar_attachments_drag_data_get):
4507         * shell/ev-window.c: (ev_window_clear_temp_file):
4508
4509         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4510         in ensure_dir_exists. Abort without crashing when we can't create
4511         user's directory.
4512
4513 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4514
4515         * data/evince-ui.xml:
4516         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4517         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4518         (ev_window_cmd_file_open_copy_at_dest),
4519         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4520         (ev_view_popup_cmd_open_link_new_window):
4521
4522         Allow opening a copy of the current document in a new window. Fixes bug
4523         #357472
4524
4525 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4526
4527         * data/evince-toolbar.xml:
4528         
4529         Add rotate right and rotate left to available items for toolbar.
4530         
4531         * data/evince-ui.xml:
4532         * shell/ev-window.c: (ev_window_init):
4533         
4534         Customize toolbar with right click. Fixes bug #372451.
4535
4536 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4537
4538         * shell/ev-window.c: 
4539         
4540         Use "object-rotate-{left,right}" stock icons. Fixes 
4541         bug #373863.
4542
4543 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4544
4545         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4546         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4547         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4548         (ev_window_open_uri):
4549         * shell/main.c: (arguments_parse):
4550
4551         Remove temp file created when evince is used by GTK+ in
4552         preview mode. Fixes bug #365282. 
4553
4554 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4555
4556         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4557         
4558         Fixes bug #372474 - Side pane disabled when entering 
4559         and leaving fullscreen mode.
4560
4561 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4562
4563         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4564         * data/Makefile.am:
4565         * data/evince-preview-toolbar.xml:
4566         * data/evince-toolbar.xml:
4567         * shell/ev-application.c: (ev_application_shutdown),
4568         (ev_application_init), (ev_application_get_toolbars_model):
4569         * shell/ev-application.h:
4570         * shell/ev-window.c: (update_chrome_visibility),
4571         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4572         (ev_window_cmd_edit_toolbar), (ev_window_init):
4573         
4574         Fixes bug #364364 - toolbar editor shows zoom actions again.
4575
4576 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4577
4578         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4579
4580         Do not take margins into consideration for paper size when printing.
4581         Really fixes bug #350491.
4582
4583 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4584
4585         * data/evince-ui.xml:
4586         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4587         (ev_window_cmd_file_print_setup),
4588         (ev_window_print_dialog_response_cb),
4589         (ev_window_setup_action_sensitivity):
4590
4591         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4592
4593 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * shell/ev-window.c: (ev_window_print_range):
4596
4597         Revert my previuos commit, since printing to PDF is not supported by
4598         evince yet. 
4599
4600 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4601
4602         * shell/ev-window.c: (ev_window_print_range):
4603
4604         Enable print to a PDF. Fixes bug #332121.
4605
4606 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4607
4608         * shell/ev-application-service.xml:
4609         * shell/ev-application.[ch]: (ev_application_open_window),
4610         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4611         (ev_application_open_uri), (ev_application_open_uri_list):
4612         * shell/ev-window.c: (file_open_dialog_response_cb),
4613         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4614         (drag_data_received_cb), (open_remote_link):
4615         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4616
4617         Add support for multiscreen systems. Fixes bug #316206.
4618
4619 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4620
4621         * shell/ev-jobs.[ch]: (ev_job_print_new),
4622         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4623         (ev_job_print_do_page):
4624         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4625
4626         Allow printing only odd/even pages. Fixes bug #367289.
4627
4628 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4629
4630         * test/test1.py:
4631         * test/test2.py:
4632
4633         Re-add locale settings to test files.
4634
4635 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4636
4637         * data/evince-ui.xml:
4638         * shell/ev-window.c: (set_action_properties):
4639         
4640         Removed garbage from code and ui.
4641
4642 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4643
4644         * shell/ev-window.c: (ev_window_cmd_help_about):
4645
4646         Shamelessly add my name to the list of contributors.
4647
4648 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4649
4650         * test/test1.py:
4651         * test/test2.py:
4652
4653         Cleaned up the dogtail scripts.
4654
4655 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4656
4657         * shell/ev-view.c: (draw_loading_text): Don't render
4658         "loading..." text in presentation mode. Temporary
4659         workaround for bug #320352.
4660
4661 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4664         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4665
4666         Use print settings scale, copies, collate and reverse which were
4667         ignored. Fixes bug #359032.
4668
4669 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * configure.ac:
4672         * data/evince-password.glade:
4673         * test/Makefile.am:
4674         * test/test-encrypt.pdf:
4675         * test/test-links.pdf:
4676         * test/test1.py:
4677         * test/test2.py:
4678
4679         Add automated UI tests for evince with dogtail. See
4680         bug #300948.    
4681
4682 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4683
4684         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4685
4686         Hide fullscreen toolbar when switching to another desktop workspace.
4687         Fixes bug #338871
4688
4689 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4690
4691         * shell/ev-window-title.c: 
4692         
4693         Test for .dvi in title of pdf documents.
4694
4695 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4696
4697         * shell/ev-view.c: (ev_view_scroll):
4698
4699         Page Up/Down should do page jumps in "Best fit" mode.
4700         If a user has explicitly chosen to view exactly one page
4701         at a time, scrolling just a part of the page when
4702         pressing Page Up/Down is not right. Fixes bug #323107.
4703
4704 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4705
4706         * NEWS:
4707         * configure.ac:
4708         
4709         Update for 0.6.1
4710
4711 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4712
4713         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4714         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4715         
4716         Correctly disconnect from job signals on destroy.
4717
4718 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4719
4720         * shell/ev-view-private.h:
4721         * shell/ev-view.c: (view_set_adjustment_values),
4722         (view_update_range_and_current_page),
4723         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4724         
4725         Fixes bug #343199, current page now follows find page.
4726
4727 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4728
4729         * backend/ev-document-factory.c:
4730         * configure.ac:
4731         Assigned OpenDocument presenation MIME type to the
4732         Impress backend. Added some missing (but harmless)
4733         #ifdefs in the document factory as well to make things
4734         consistent again. Fixes bug #360658.
4735
4736 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4737
4738         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4739         * backend/ev-document-find.c: (ev_document_find_get_type):
4740         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4741         * backend/ev-document-links.c: (ev_document_links_get_type):
4742         * backend/ev-document-security.c: (ev_document_security_get_type):
4743         * backend/ev-document-thumbnails.c:
4744         (ev_document_thumbnails_get_type):
4745         * backend/ev-document.c: (ev_document_get_type):
4746         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4747         * backend/ev-selection.c: (ev_selection_get_type):
4748         * cut-n-paste/recent-files/egg-recent-model.c:
4749         (egg_recent_model_get_type):
4750         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4751         (egg_recent_view_uimanager_get_type):
4752         * cut-n-paste/recent-files/egg-recent-view.c:
4753         (egg_recent_view_get_type):
4754         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4755         (egg_editable_toolbar_get_type):
4756         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4757         (egg_toolbar_editor_get_type):
4758         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4759         (egg_toolbars_model_get_type):
4760         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4761         (egg_tree_multi_drag_source_get_type):
4762         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4763         (ephy_zoom_action_get_type):
4764         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4765         (ephy_zoom_control_get_type):
4766         * impress/r_back.c: (_imp_fill_back):
4767         * properties/ev-properties-main.c:
4768         (ev_properties_plugin_register_type):
4769         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4770         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4771         (ev_view_accessible_factory_get_type):
4772
4773         Reduce relocations. Bug #360616.
4774
4775 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4776
4777         * backend/ev-document-factory.c:
4778         (ev_document_factory_get_document):
4779         
4780         Load document even if extension is wrong.
4781
4782 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * shell/ev-metadata-manager.c: (save_values):
4785         * shell/ev-window.c: (setup_size_from_metadata),
4786         (setup_view_from_metadata), (ev_window_setup_document),
4787         (ev_window_xfer_job_cb), (window_configure_event_cb):
4788         
4789         Set size according to the document size/page size ratio.
4790         That should correct rather wierd behaviour of the previous
4791         commit.
4792
4793 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4794
4795         * shell/ev-window.c: (setup_view_from_metadata):
4796         
4797         Set size for new windows from previous window size.
4798         See bugs #354968 and #168450 for details. Thanks
4799         to Meik Hellmund.
4800
4801 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4802
4803         * djvu/djvu-links.c: (build_tree):
4804
4805         Fix memory leak.
4806
4807 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4810         
4811         Don't make sidebar close button insensitive. Fixes
4812         bug #357871.
4813
4814 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4815
4816         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4817         (ev_window_set_view_accels_sensitivity):
4818         
4819         Don't enable Slash on documents which don't support
4820         find. Fixes bug #358648.
4821
4822 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4823
4824         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4825         open dialog fall back to the current document uri if the
4826         filechooser hasn't been used before. Fixes bug #356980.
4827
4828 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4829
4830         * shell/ev-window.c: (ev_window_setup_recent), 
4831         (ev_window_get_recent_file_label):
4832
4833         Escape underscores in filenames of recent file items.
4834
4835 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4836
4837         * configure.ac:
4838         
4839         Bumped poppler requirements, really 0.5.3 is very 
4840         buggy, now we require 0.5.4.
4841
4842 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4843
4844         * djvu/Makefile.am:
4845         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4846         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4847         (djvu_document_document_links_iface_init):
4848         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4849         (number_from_string_10), (get_djvu_link_dest),
4850         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4851         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4852         (djvu_links_get_links), (djvu_links_find_link_dest),
4853         (djvu_links_get_links_model):
4854         * djvu/djvu-links.h:
4855         
4856         Add support for links and bookmarks in djvu documents. Thanks
4857         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4858         patch.
4859
4860 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4861
4862         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4863         
4864         Reopen should reload document. Fixes 
4865         bug 327951.
4866
4867 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4868
4869         * configure.ac:
4870         * data/Makefile.am:
4871         * data/evince-16.png:
4872         * data/evince-22.png:
4873         * data/evince.png:
4874         * data/evince.svg:
4875         * data/icons/16x16/Makefile.am:
4876         * data/icons/16x16/evince.png:
4877         * data/icons/22x22/Makefile.am:
4878         * data/icons/22x22/evince.png:
4879         * data/icons/48x48/Makefile.am:
4880         * data/icons/48x48/evince.png:
4881         * data/icons/Makefile.am:
4882         * data/icons/scalable/Makefile.am:
4883         * data/icons/scalable/evince.svg:
4884         
4885         Install icons with correct names. Fixes
4886         bug #354429.
4887
4888 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4889
4890         * shell/ev-view.c: (ev_view_button_release_event):
4891
4892         Don't open links with middle mouse button. Fixes bug #353649
4893
4894 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4895
4896         * NEWS:
4897         * configure.ac:
4898         
4899         Update for release 0.6.0
4900
4901 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4902
4903         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4904         Implement Close named action. Patch by Carlos Garcia Campos.
4905
4906 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4907
4908         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4909         
4910         Don't clear link mapping on copy_job_to_job_info. Fixes
4911         bug 346168.
4912
4913 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4914
4915         * shell/main.c: (main):
4916
4917         Revert my previous commit, gnome_program_init owns the option context.
4918         Fix another memory leak in main. Both caught by Christian Persch. 
4919
4920 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * shell/main.c: (main):
4923
4924         Fix memory leak.
4925
4926 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4927
4928         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4929
4930         Fix crash when opening a pdf with password protection. 
4931
4932 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4933
4934         * pdf/ev-poppler.cc: (pdf_document_search_free):
4935
4936         Fix memory leak. 
4937
4938 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * backend/ev-document-factory.c:
4941         (ev_document_factory_get_document):
4942         * tiff/tiff-document.c: (tiff_document_finalize):
4943         
4944         More correct handling of document loading. Fixes
4945         bug #349043.
4946
4947 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4948
4949         * backend/ev-attachment.c: (ev_attachment_save):
4950
4951         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4952         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4953
4954 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4955         
4956         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4957         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4958
4959 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4960
4961         * shell/ev-sidebar-thumbnails.c:
4962
4963         Do not render thumbnails unless thumbnails page is active in the
4964         sidebar.
4965
4966 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4967
4968         * shell/ev-properties-dialog.c:
4969
4970         Fix dialogue spacing. Bug #351370.
4971
4972 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4973
4974         * configure.ac:
4975
4976         Use lowercase gettext catalog file names (evince.mo
4977         instead of Evince.mo)
4978
4979 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4980
4981         * shell/ev-sidebar-attachments.c:
4982
4983         GtkIconTheme is now screen safe too. Fixes bug #350878
4984
4985 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4986
4987         * shell/ev-window.c:
4988
4989         GtkRecent manager is now screen safe. Fixes bug #350145
4990
4991 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4992
4993         * shell/ev-sidebar.c: (ev_sidebar_init):
4994         
4995         Make sidebar close icon smaller. Fix for bug 350177.
4996         See also bugs 350176 and 165770.
4997
4998 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5001
5002         Ignore zoom for xyz destinations when it's <= 1, keeping user
5003         preferences instead. Set correct sizing-mode for fith and fitv
5004         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5005
5006 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5007
5008         * NEWS:
5009         * configure.ac:
5010         
5011         Update for release 0.5.5
5012
5013 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5014         
5015         * shell/ev-window.c: (ev_window_cmd_escape)
5016
5017         Escape unfocus page entry. Fixes bug #345809.
5018
5019 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5020
5021         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5022         (build_tree), (pdf_document_links_get_links),
5023         (pdf_document_links_find_link_dest):
5024         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5025         (goto_xyz_dest):
5026
5027         Convert from PDF style coordinates to X style coordinates in the
5028         backend rather than in the view. Fixes bug #338440
5029
5030 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5031
5032         * shell/ev-window.c:
5033         
5034         Remove Ctrl+Shift+T shortcut for toolbars. See
5035         the bug #350098.
5036
5037 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5038
5039         * configure.ac:
5040
5041         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5042         of this. 
5043
5044 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5045
5046         * configure.ac:
5047         * cut-n-paste/Makefile.am:
5048         * data/evince-ui.xml:
5049         * shell/Makefile.am:
5050         * shell/ev-application.[ch]:
5051         * shell/ev-window.c:
5052
5053         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5054         #349273
5055
5056 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5057
5058         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5059         findbar code: s/help/search/
5060
5061 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5062
5063         * shell/ev-window.c: (setup_document_from_metadata),
5064         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5065         (setup_view_from_metadata):
5066         
5067         Fix memory leaks.
5068
5069 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5070
5071         * autogen.sh, configure.ac: 
5072         
5073         Update automake usage. See bug 349292.
5074
5075 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5076
5077         * shell/eggfindbar.c: (egg_find_bar_class_init),
5078         (entry_activate_callback), (egg_find_bar_init),
5079         (egg_find_bar_set_status_text):
5080         * shell/eggfindbar.h:
5081         
5082         Unify Evince findbar with Epiphany. Nice patch
5083         from Fabricio Silva <silva@crans.org> and
5084         Frederic Peters <fpeters@entrouvert.com>. See
5085         bug #339966 for details.
5086
5087 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5088
5089         * data/evince.desktop.in.in:
5090         
5091         Correct information for bugzilla. Thanks to
5092         Olaf Vitters, see bug #348855.
5093
5094 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5095
5096         * shell/ev-jobs.[ch]:
5097         * shell/ev-sidebar-links.c:
5098         * shell/ev-window.[ch]:
5099
5100         GtkPrintJob doesn't support print ranges or current page, so we export
5101         to a ps file now when printing ranges or current page.
5102
5103 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5104
5105         * pdf/ev-poppler.cc:
5106         * shell/ev-window.c: (do_action_named):
5107
5108         We should be more clear about bugzilla. See the
5109         poppler bug #7623.
5110
5111 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5112
5113         * configure.ac:
5114         * shell/Makefile.am:
5115         * shell/ev-job-queue.c:
5116         * shell/ev-jobs.[ch]:
5117         * shell/ev-sidebar-links.c:
5118         * shell/ev-window.[ch]:
5119         
5120         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5121         #348422
5122
5123 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5124
5125         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5126         * shell/ev-application-service.xml:
5127         * shell/ev-application.[ch]:
5128         * shell/ev-jobs.[ch]:
5129         * shell/ev-window.[ch]: (ev_window_run_preview):
5130         * shell/main.c: 
5131
5132         Add preview mode to use evince as a printing previewer. It also adds
5133         other command line options for fullscreen and presentation modes.
5134         Fixes bugs #347822, #317031
5135
5136 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5137
5138         * NEWS:
5139         * configure.ac:
5140         
5141         Update for release 0.5.4
5142
5143 2006-07-11  Bastien Nocera <hadess@hadess.net>
5144
5145         * Makefile.am:
5146         * backend/Makefile.am:
5147         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5148         * backend/ev-document-factory.h:
5149         * configure.ac:
5150         * impress/.cvsignore:
5151         * impress/Makefile.am:
5152         * impress/common.h:
5153         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5154         (imp_get_page), (imp_next_page), (imp_prev_page),
5155         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5156         * impress/f_oasis.c: (render_object), (render_page),
5157         (get_geometry), (_imp_oasis_load):
5158         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5159         (_imp_oo13_load):
5160         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5161         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5162         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5163         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5164         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5165         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5166         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5167         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5168         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5169         (iks_new_within), (iks_insert), (iks_insert_cdata),
5170         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5171         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5172         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5173         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5174         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5175         (iks_cdata), (iks_cdata_size), (iks_has_children),
5176         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5177         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5178         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5179         (iks_tree), (iks_load), (iks_save):
5180         * impress/iksemel.h:
5181         * impress/imposter.h:
5182         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5183         (imp_render_draw_bezier_real), (imp_render_get_size),
5184         (imp_render_set_fg_color), (imp_render_draw_line),
5185         (imp_render_draw_rect), (imp_render_draw_polygon),
5186         (imp_render_draw_arc), (imp_render_draw_bezier),
5187         (imp_render_open_image), (imp_render_get_image_size),
5188         (imp_render_scale_image), (imp_render_draw_image),
5189         (imp_render_close_image), (imp_render_markup),
5190         (imp_render_get_text_size), (imp_render_draw_text),
5191         (impress_document_load), (impress_document_save),
5192         (impress_document_get_n_pages), (impress_document_get_page_size),
5193         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5194         (impress_document_finalize), (impress_document_class_init),
5195         (impress_document_can_get_text), (impress_document_get_info),
5196         (impress_document_document_iface_init),
5197         (impress_document_thumbnails_get_thumbnail),
5198         (impress_document_thumbnails_get_dimensions),
5199         (impress_document_document_thumbnails_iface_init),
5200         (impress_document_init):
5201         * impress/impress-document.h:
5202         * impress/internal.h:
5203         * impress/r_back.c: (_imp_fill_back):
5204         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5205         (_imp_draw_image), (_imp_tile_image):
5206         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5207         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5208         (r_polyline):
5209         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5210         (r_draw_gradient_complex), (r_draw_gradient):
5211         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5212         (r_get_bullet):
5213         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5214         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5215         (r_text):
5216         * impress/render.c: (imp_create_context), (imp_context_set_page),
5217         (imp_context_set_step), (imp_render), (imp_delete_context):
5218         * impress/render.h:
5219         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5220         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5221         (zip_load_xml), (zip_get_size), (zip_load):
5222         * impress/zip.h:
5223         * shell/ev-utils.c:
5224         
5225         New backend to support impress slides. Fixes bug #30867.
5226
5227 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5228
5229         * shell/ev-utils.c: (using_postscript_printer):
5230         
5231         Fixes crash when print using PAPI backend,
5232         bug #345012.
5233
5234 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5235
5236         * shell/ev-jobs.c: (ev_job_xfer_run):
5237         * shell/ev-window.c: (password_dialog_response),
5238         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5239         (ev_window_dispose):
5240         Fixes bug #344160: if the xfer job doesn't complete
5241         because a password is required, reload the existing
5242         instance instead of creating a new one.
5243
5244 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5245
5246         * shell/main.c: (main): Call gdk_threads_init. Thus
5247         we'll avoid errors in auth dialog. Fix for the bug
5248         #343347.
5249
5250 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5251
5252         * configure.ac: Advertise pixbuf support, fix
5253         for the bug 343317.
5254
5255 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5256
5257         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5258         (ev_sidebar_thumbnails_set_document):
5259         
5260         Update sidebar thumbnails after reloading.
5261
5262 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5263
5264         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5265         * shell/ev-jobs.h:
5266         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5267         (ev_window_cmd_view_reload), (ev_window_init):
5268         
5269         Don't crash on reload. Fix for the bug #343167.
5270
5271 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5272
5273         * shell/ev-jobs.c: (ev_job_render_run):
5274         
5275         Check for document links.
5276
5277 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5278
5279         * backend/ev-attachment.c: (ev_attachment_save),
5280         (ev_attachment_launch_app), (ev_attachment_open):
5281         * backend/ev-document-factory.c: (get_document_from_uri):
5282         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5283         (egg_recent_view_uimanager_set_list):
5284         * ps/ps-document.c: (check_filecompressed), (document_load),
5285         (ps_document_load):
5286         * shell/ev-metadata-manager.c: (load_values):
5287         * shell/ev-password.c: (ev_password_dialog_set_property):
5288         * shell/ev-view.c: (tip_from_link):
5289         * shell/ev-window.c: (file_save_dialog_response_cb),
5290         (ev_window_print_dialog_response_cb):
5291         
5292         Use consistent quoting style. Fix for the bug #320285.
5293
5294 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5295
5296         * shell/ev-jobs.c: (ev_job_xfer_run):
5297         * shell/main.c: (load_files):
5298                 
5299         Open links with anchors. Fix for the bug #339836.
5300
5301 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5302
5303         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5304         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5305         (ev_link_dest_set_property), (ev_link_dest_finalize),
5306         (ev_link_dest_class_init), (ev_link_dest_new_named),
5307         (ev_link_dest_new_page_label):
5308         * backend/ev-link-dest.h:
5309         * shell/ev-application.c: (ev_application_open_uri):
5310         * shell/ev-view.c: (goto_dest):
5311         * shell/ev-window.c:
5312         * shell/ev-window.h:
5313         
5314         Fix page-label command line option. Bug #342070.
5315
5316 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5317
5318         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5319         
5320         Don't show highlight rects if page can't be showed. Fix for 
5321         the bug #342076
5322
5323 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5324
5325         * shell/ev-window.c: (setup_sidebar_from_metadata),
5326         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5327         
5328         Setup sidebar from metadata even if there is no document
5329         loaded. Fix for the bug #342807.
5330
5331 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5332
5333         * cut-n-paste/toolbar-editor/Makefile.am:
5334         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5335         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5336         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5337         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5338         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5339         (popup_context_menu_cb), (button_press_event_cb),
5340         (configure_item_sensitivity), (configure_item_cursor),
5341         (configure_item_tooltip), (connect_widget_signals),
5342         (action_sensitive_cb), (create_item_from_action),
5343         (create_item_from_position), (toolbar_drag_data_received_cb),
5344         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5345         (toolbar_drag_leave_cb), (configure_drag_dest),
5346         (toggled_visibility_cb), (toolbar_visibility_refresh),
5347         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5348         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5349         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5350         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5351         (egg_editable_toolbar_dispose),
5352         (egg_editable_toolbar_set_ui_manager),
5353         (egg_editable_toolbar_get_selected),
5354         (egg_editable_toolbar_set_selected), (set_edit_mode),
5355         (egg_editable_toolbar_set_property),
5356         (egg_editable_toolbar_get_property),
5357         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5358         (egg_editable_toolbar_new_with_model),
5359         (egg_editable_toolbar_get_edit_mode),
5360         (egg_editable_toolbar_set_edit_mode),
5361         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5362         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5363         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5364         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5365         (item_added_or_removed_cb), (toolbar_removed_cb),
5366         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5367         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5368         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5369         (editor_create_item_from_name), (append_table),
5370         (update_editor_sheet), (egg_toolbar_editor_init):
5371         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5372         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5373         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5374         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5375         (toolbar_node_free), (egg_toolbars_model_get_flags),
5376         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5377         (egg_toolbars_model_get_name), (impl_add_item),
5378         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5379         (parse_data_list), (parse_item_list), (parse_toolbars),
5380         (egg_toolbars_model_load_toolbars), (parse_available_list),
5381         (parse_names), (egg_toolbars_model_load_names),
5382         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5383         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5384         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5385         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5386         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5387         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5388         (egg_toolbars_model_set_types), (fill_avail_array),
5389         (egg_toolbars_model_get_name_avail),
5390         (egg_toolbars_model_get_name_flags),
5391         (egg_toolbars_model_set_name_flags):
5392         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5393         * cut-n-paste/toolbar-editor/eggintl.h:
5394         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5395         (egg_tree_multi_drag_source_get_type),
5396         (egg_tree_multi_drag_source_row_draggable),
5397         (egg_tree_multi_drag_source_drag_data_delete),
5398         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5399         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5400         (path_list_free), (set_context_data), (get_context_data),
5401         (get_info), (egg_tree_multi_drag_drag_data_get),
5402         (egg_tree_multi_drag_motion_event),
5403         (egg_tree_multi_drag_button_press_event),
5404         (egg_tree_multi_drag_add_drag_support):
5405         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5406         * shell/ev-application.c: (ev_application_init),
5407         (ev_application_save_toolbars_model):
5408         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5409         (ev_window_cmd_edit_toolbar), (ev_window_init):
5410         
5411         Sync toolbareditor with epiphany and libegg
5412
5413 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5414
5415         * configure.ac: 
5416
5417         Depend on poppler 0.5.2
5418
5419 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5420
5421         * shell/ev-jobs.c: (ev_job_render_run):
5422         
5423         Check if document supports links iterface.
5424
5425 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * NEWS:
5428         * configure.ac:
5429         
5430         Update for release 0.5.3
5431
5432 2006-05-13  Michael Plump  <plumpy@skylab.org>
5433
5434         * configure.ac:
5435         * shell/Makefile.am:
5436         * shell/main.c: (main):
5437         
5438         Port to GOption command line parsing. Fix for the 
5439         bug #327518
5440
5441 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5442
5443         * shell/ev-window.c: (ev_window_cmd_help_about):
5444         
5445         Do not wrap license. Fix for the bug #309460.
5446
5447 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5448
5449         * configure.ac:
5450         * properties/ev-properties-main.c: (ev_properties_get_pages):
5451         * shell/ev-application.c: (ev_application_open_window),
5452         (ev_application_open_uri_at_dest):
5453         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5454         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5455         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5456         * shell/ev-utils.c: (save_print_config_to_file):
5457         * shell/ev-window.c: (ev_window_cmd_save_as),
5458         (ev_attachment_popup_cmd_save_attachment_as):
5459         * shell/main.c: (load_files_remote):
5460         
5461         Bump requirements to gtk 2.8 and drop all ifdefs used.
5462
5463 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5464
5465         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5466         * shell/ev-window.c: (ev_window_init):
5467         
5468         Show attachments page.
5469
5470 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5471
5472         * po/POTFILES.in:
5473         * shell/ev-attachment-bar.c:
5474         * shell/ev-attachment-bar.h:
5475         * shell/ev-sidebar-attachments.c:
5476         (ev_sidebar_attachments_icon_cache_add),
5477         (icon_theme_get_pixbuf_from_mime_type),
5478         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5479         (ev_sidebar_attachments_icon_cache_refresh),
5480         (ev_sidebar_attachments_get_attachment_at_pos),
5481         (ev_sidebar_attachments_popup_menu_show),
5482         (ev_sidebar_attachments_popup_menu),
5483         (ev_sidebar_attachments_button_press),
5484         (ev_sidebar_attachments_update_icons),
5485         (ev_sidebar_attachments_drag_data_get),
5486         (ev_sidebar_attachments_get_property),
5487         (ev_sidebar_attachments_destroy),
5488         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5489         (ev_sidebar_attachments_new),
5490         (ev_sidebar_attachments_set_document),
5491         (ev_sidebar_attachments_support_document),
5492         (ev_sidebar_attachments_get_label),
5493         (ev_sidebar_attachments_page_iface_init):
5494         * shell/ev-sidebar-attachments.h:
5495         * shell/ev-window.c: (update_chrome_visibility),
5496         (setup_sidebar_from_metadata), (ev_window_setup_document),
5497         (ev_window_sidebar_current_page_changed_cb),
5498         (attachment_bar_menu_popup_cb), (ev_window_init):
5499         
5500         Move attachments bar to sidebar.
5501
5502 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5503
5504         * pdf/ev-poppler.cc:
5505         * shell/ev-application.[ch]:
5506         * shell/main.c:
5507
5508         Fix some memory leaks.
5509
5510 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5511
5512         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5513
5514         Change the properties dialog response to
5515         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5516         will make the dialog go away when the user presses
5517         enter. With gtk+ >= 2.9 this will happen anyway, but for
5518         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5519         escape by default. Fixes bug #340539. See also bug
5520         #101293 for the gtk+ part.
5521
5522 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5523
5524         * shell/ev-view.c (tip_from_action_named): Replace some strings
5525         that were wrong. Closes #340970.
5526
5527 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5528
5529         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5530
5531         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5532         #341049
5533
5534 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5535
5536         * djvu/Makefile.am:
5537         * dvi/Makefile.am:
5538         * dvi/mdvi-lib/Makefile.am:
5539         * properties/Makefile.am:
5540         * ps/Makefile.am:
5541         * shell/Makefile.am:
5542         * thumbnailer/Makefile.am:
5543         
5544         Due to broken libtool that is unable to track dependencies
5545         of noinst libraries we are forced to explicitely point
5546         libraries for binary. Fix for the bug #333334.
5547
5548 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5549
5550         * data/evince.desktop.in.in:
5551         * shell/ev-view.c: (view_update_range_and_current_page),
5552         (ev_view_next_page), (ev_view_previous_page):
5553         * shell/ev-window.c: (update_chrome_visibility),
5554         (setup_sidebar_from_metadata), (ev_window_setup_document),
5555         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5556         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5557         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5558         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5559         (ev_window_stop_presentation), (ev_window_focus_in_event),
5560         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5561         (ev_window_init):
5562         * thumbnailer/Makefile.am:
5563         
5564         Update fullscreen and presentation timeout handling. Hide
5565         cursor in presentation after timeout. Fix for the bugs
5566         #136359 and #336981.
5567
5568 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5569
5570         * backend/ev-link-action.[ch]:
5571         * pdf/ev-poppler.cc: (ev_link_from_action):
5572         * shell/ev-view-private.h:
5573         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5574         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5575
5576         Add support for Named Action links
5577
5578 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5579
5580         * backend/Makefile.am:
5581         * backend/ev-document-links.[ch]:
5582         * backend/ev-document.[ch]:
5583         * backend/ev-link-action.[ch]:
5584         * backend/ev-link-dest.[ch]:
5585         * backend/ev-link.[ch]:
5586         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5587         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5588         * shell/ev-page-action.c: (build_new_tree_cb):
5589         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5590         (links_page_num_func), (update_page_callback):
5591         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5592         (tip_from_link):
5593         * shell/ev-jobs.c:
5594         * shell/ev-window.[ch]: (ev_window_open_uri),
5595         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5596         * shell/ev-application.[ch]: (ev_application_open_window),
5597         (ev_application_open_uri):
5598
5599         Rework links system, it adds support for remote links now and it makes
5600         easier to add new kinds of actions and destinations. Fixes bug #317292
5601
5602 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5603
5604         * data/Makefile.am:
5605         * data/evince.png:
5606         * data/evince-16.png:
5607         * data/evince-22.png:
5608         * data/evince.svg:
5609         * shell/main.c: (main):
5610         
5611         Evince use it's own icon. Fix for the bug #313392.
5612
5613         * shell/ev-window.c: (fullscreen_timeout_cb),
5614         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5615         (ev_window_cmd_help_about), (ev_window_dispose):
5616         
5617         Simplify fullscreen timeout code.
5618
5619 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5620
5621         * backend/ev-attachment.c: 
5622         * shell/ev-attachment-bar.c:
5623         * shell/ev-window.c:
5624
5625         Allow multiple selection of attachments
5626
5627 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5628
5629         * shell/ev-view.c: (view_update_range_and_current_page),
5630         (ev_view_scroll):
5631         
5632         Fix for the bug #312573 – Optimal selection of current 
5633         page among visible pages.
5634
5635 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5636
5637         * configure.ac:
5638         * djvu/Makefile.am:
5639         * djvu/djvu-text.h:
5640         
5641         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5642         for the bug 339868.
5643
5644 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5645
5646         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5647
5648 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5649
5650         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5651         dictated by the GNOME HIG. Fixes bug #339235.
5652
5653 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5654
5655         * data/evince-ui.xml:
5656         * shell/ev-view.c: (ev_view_can_find_previous):
5657         * shell/ev-view.h:
5658         * shell/ev-window.c: (ev_window_update_actions),
5659         (ev_window_cmd_edit_find_previous):
5660
5661         Add support for "Find Previous" as dictated by the GNOME HIG. A
5662         menu item is added and some glue code to make it all work is added
5663         to various files.
5664
5665 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5666
5667         * configure.ac: Award myself the "useless use of cat" award.
5668
5669 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5670
5671         * po/LINGUAS: New file listing all supported languages.
5672
5673         * configure.in: Use po/LINGUAS instead of including all languages
5674         directly in this file. See the wiki for more information:
5675         http://live.gnome.org/GnomeGoals/PoLinguas
5676
5677 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5678
5679         * backend/ev-document-factory.c:
5680
5681         Do not load the document twice when there isn't errors
5682
5683 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5684
5685         * backend/ev-attachment.c: 
5686
5687         Fix a crash when there isn't a default application to open an
5688         attachment
5689
5690 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5691
5692         * backend/ev-attachment.[ch]:
5693         * shell/ev-attachment-bar.[ch]:
5694
5695         Added missing files. 
5696
5697 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5698
5699         * backend/Makefile.am:
5700         * data/evince-ui.xml:
5701         * backend/ev-attachment.[ch]:
5702         * backend/ev-document.[ch]: (ev_document_has_attachments),
5703         (ev_document_get_attachments):
5704         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5705         (attachment_save_to_buffer), (pdf_document_get_attachments),
5706         (pdf_document_document_iface_init):
5707         * shell/Makefile.am:
5708         * shell/ev-attachment-bar.[ch]:
5709         * shell/ev-window.c:
5710
5711         Add support for PDF attachments. Fixes bug #325143
5712
5713 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5714
5715         * backend/ev-document-factory.c: (get_document_from_uri),
5716         (ev_document_factory_get_document):
5717         * backend/ev-document-factory.h:
5718         * properties/ev-properties-main.c: (ev_properties_get_pages):
5719         * shell/Makefile.am:
5720         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5721         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5722         (ev_job_queue_remove_job):
5723         * shell/ev-job-queue.h:
5724         * shell/ev-job-xfer.c:
5725         * shell/ev-job-xfer.h:
5726         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5727         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5728         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5729         (ev_job_xfer_run):
5730         * shell/ev-jobs.h:
5731         * shell/ev-window.c: (ev_window_is_empty),
5732         (password_dialog_response), (ev_window_clear_xfer_job),
5733         (ev_window_xfer_job_cb), (ev_window_open_uri),
5734         (ev_window_cmd_focus_page_selector),
5735         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5736         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5737         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5738         (ev_window_dispose):
5739         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5740         
5741         * Cleanup mime type detection on document load. Fix for the
5742         bug #336448.
5743
5744 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5745
5746         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5747         
5748         Fix crash on exit, described in the bug #336825.
5749
5750 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5751
5752         * backend/ev-document-factory.c:
5753         (ev_document_factory_get_from_mime),
5754         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5755         (ev_document_factory_get_document),
5756         (file_filter_add_mime_list_and_free),
5757         (ev_document_factory_add_filters):
5758         * backend/ev-document-factory.h:
5759         * properties/ev-properties-main.c: (ev_properties_get_pages):
5760         * shell/Makefile.am:
5761         * shell/ev-application.c:
5762         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5763         * shell/ev-window.c: (ev_window_cmd_file_open),
5764         (ev_window_cmd_save_as):
5765         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5766         
5767         Rework factory functions so they are placed now in a single 
5768         file ev-document-factory.c
5769
5770 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5771
5772         * shell/ev-window.c: (update_chrome_visibility):
5773         
5774         Fix for the bug 166566 - don't show menubar in fullscreen
5775         mode.
5776
5777 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5778
5779         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5780
5781 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * shell/ev-view.c: (ev_view_expose_event):
5784         
5785         More correctly draw loading text when document
5786         is empty.
5787
5788 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5789
5790         * shell/ev-view.c: (ev_view_scroll):
5791         
5792         Fix for the bug #334854, page down and page up switch
5793         pages in presentation mode.
5794
5795 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5796
5797         * shell/ev-window.c: (ev_window_set_action_sensitive),
5798         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5799         (ev_window_set_view_accels_sensitivity),
5800         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5801         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5802         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5803         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5804         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5805         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5806         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5807         (view_actions_focus_in_cb), (ev_window_init):
5808         
5809         Fix for the bug #333902, now it's possible to search
5810         words with slash.
5811
5812 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5813
5814         * configure.ac: Added Breton translation.
5815         * po/br.po: Added Breton translation.
5816
5817 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5818
5819         * shell/ev-window-title (ev_window_title_update):
5820
5821         Fix memory leak in window title. Fixes bug #333944
5822
5823 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5824
5825         * shell/ev-metadata-manager.c (parseItem):
5826
5827         Fix memory leaks. Fixes bug #333945
5828
5829 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5830         
5831         * NEWS, configure.ac, TODO:
5832         
5833         Update for release 0.5.2.
5834
5835 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5836
5837         * shell/ev-view.c: (view_update_range_and_current_page),
5838         (page_changed_cb):
5839         
5840         Don't jump on scrolling, fix for the bug #333127.
5841
5842 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5843
5844         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5845         
5846         Scroll by one page in presentation mode. Fix for the bug
5847         #332993.
5848
5849 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5850
5851         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5852
5853 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5854
5855         * configure.ac  Added lv in ALL_LINGUAS line.
5856
5857 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5858         
5859         * NEWS, configure.ac:
5860         
5861         Update for release 0.5.1
5862
5863 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5864
5865         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5866         * backend/ev-document-misc.h:
5867         * shell/ev-view.c: (draw_one_page):
5868         
5869          Clairfy what page the toolbar page number applies to. Fix
5870          for the bug #328102.
5871
5872 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5873
5874         * shell/ev-view-private.h:
5875         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5876         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5877         (ev_view_search_changed):
5878         * shell/ev-view.h:
5879         * shell/ev-window.c: (find_bar_search_changed_cb):
5880         
5881         Dont't jump to find result if window was scrolled during search.
5882         Fix for the bug #313266.
5883
5884 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5885
5886         * shell/eggfindbar.c: (egg_find_bar_class_init):
5887         * shell/eggfindbar.h:
5888         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5889         * shell/ev-view-private.h:
5890         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5891         (ev_view_class_init), (ev_sizing_mode_get_type),
5892         (ev_scroll_type_get_type):
5893         * shell/ev-view.h:
5894         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5895         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5896         (ev_window_init):
5897         
5898         Fix for the bug 319133 - Find entry should allow text scroll.
5899
5900 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5901
5902         * shell/ev-view-private.h:
5903         * shell/ev-view.c: (view_update_range_and_current_page),
5904         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5905         (ev_view_set_document), (update_find_status_message),
5906         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5907         (ev_view_find_previous):
5908         
5909         Fix for the bug #319137. Search now takes account for scrolling.
5910
5911 2006-02-19  Michael Hofmann <mh21@piware.de>
5912
5913         * configure.ac:
5914         * djvu/Makefile.am:
5915         * djvu/djvu-document-private.h:
5916         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5917         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5918         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5919         (djvu_document_can_get_text), (djvu_document_get_text),
5920         (djvu_document_document_iface_init),
5921         (djvu_document_thumbnails_get_thumbnail),
5922         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5923         (djvu_document_find_get_result),
5924         (djvu_document_find_page_has_results),
5925         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5926         (djvu_document_find_iface_init):
5927         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5928         (djvu_text_page_selection), (djvu_text_page_limits_process),
5929         (djvu_text_page_limits), (djvu_text_page_copy),
5930         (djvu_text_page_position), (djvu_text_page_union),
5931         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5932         (djvu_text_page_box), (djvu_text_page_append_text),
5933         (djvu_text_page_search), (djvu_text_page_prepare_search),
5934         (djvu_text_page_new), (djvu_text_page_free):
5935         * djvu/djvu-text-page.h:
5936         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5937         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5938         (djvu_text_n_results), (djvu_text_has_results),
5939         (djvu_text_get_result), (djvu_text_get_progress):
5940         * djvu/djvu-text.h:
5941         
5942         Text search in djvu. Fix for the bug #303415.
5943
5944 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5945
5946         * configure.ac:
5947         * shell/ev-window.c: (ev_window_cmd_save_as):
5948         
5949         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5950         Thanks to Gary Coady <gary@lyranthe.org>
5951
5952 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5953
5954         * shell/ev-print-job.c: (idle_print_handler):
5955         
5956         Inverse order printing, bug #320919.
5957
5958 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5959
5960         * data/evince-toolbar.xml:
5961         * shell/ev-window.c:
5962         
5963         Allow to add sidebar checkbutton on toolbar. Fix
5964         for the bug #144577.
5965
5966 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5967
5968         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5969         
5970         Add checks that have sense for empty ps document.
5971
5972 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5973
5974         * configure.ac: Include PS in mime types list. 
5975
5976 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5977
5978         * configure.ac:
5979         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5980         * ps/gsdefaults.h:
5981         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5982         
5983         Runtime check for gs interpreter. Fix for the bug #320868.
5984         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5985
5986 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5987
5988         * shell/ev-application.c: 
5989
5990         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5991         dbus>=0.60, so that the request is not queued. 
5992
5993 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5994
5995         * configure.ac:
5996         * shell/Makefile.am:
5997         * shell/ev-sidebar-links.c: (print_section_cb):
5998         * shell/ev-utils.c:
5999         * shell/ev-utils.h:
6000         * shell/ev-window.c: (update_action_sensitivity),
6001         (ev_window_close_dialogs), (ev_window_print):
6002         * shell/ev-window.h:
6003         
6004         Make printing support optional. Patch from Eduardo de Barros Lima
6005         <eduardo.lima@indt.org.br> for the bug #330546.
6006
6007 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6008
6009         * shell/ev-view-private.h:
6010         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6011         (ev_view_set_document):
6012         * shell/ev-view.h:
6013         * shell/ev-window.c: (ev_window_load_job_cb),
6014         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6015         (ev_window_init):
6016
6017         Draw Loading message during xfer job. Fix for the bug #329495.
6018
6019 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6020
6021         * comics/comics-document.c: (comics_regex_quote),
6022         (comics_document_load), (extract_argv):
6023         
6024         Correcly quote regexp before passing it to unzip.
6025
6026 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6027
6028         * shell/ev-page-cache.c: (build_height_to_page),
6029         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6030         (ev_page_cache_get_dual_even_left):
6031         * shell/ev-page-cache.h:
6032         * shell/ev-view.c: (view_update_range_and_current_page),
6033         (get_page_y_offset), (get_page_extents):
6034         
6035         Place even pages to the left if document has less then
6036         two pages. Fix for the bug #328856.
6037
6038 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6039
6040         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6041         
6042         Correct comics scheme. This make evince create thumbnails
6043         for comic books. Fix for the bug 329088.
6044
6045 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6046
6047         * data/evince-password.glade: Don't explicitly set
6048         invisible_char to the current default value in case
6049         the default changes; let GTK+ do its magic.
6050
6051 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6052
6053         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6054         real filename to tmp filename since often document
6055         type is determined by extension.
6056
6057 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6058
6059         * shell/ev-view.c: (add_scroll_binding_keypad),
6060         (ev_view_binding_activated), (ev_view_class_init):
6061         
6062         Add keybindings for percision-scrolling of display area. 
6063         Fix for the bug #314072.
6064
6065 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6066
6067         * data/evince.desktop.in.in:
6068         
6069         Add GTK to the list of categories. Fix for the bug #328034.
6070
6071 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6072
6073         * shell/ev-application.c: (ev_application_shutdown),
6074         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6075         * shell/ev-application.h:
6076         * shell/ev-window.c: (file_open_dialog_response_cb),
6077         (ev_window_cmd_file_open):
6078         
6079         Save last uri in file chooser dialog. Fix for the bug #327950.
6080
6081 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6082
6083         * NEWS:
6084         * README:
6085         
6086         Final update for release 0.5.0
6087         
6088         * shell/Makefile.am:
6089         
6090         Remove disable deprecated until we'll require libgnome-2.13.7
6091         and port to GOption argument parsing. See bug 327518.
6092
6093 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6094
6095         * comics/comics-document.c: (comics_document_save):
6096         * djvu/djvu-document.c: (djvu_document_save):
6097         * dvi/dvi-document.c: (dvi_document_save):
6098         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6099         * lib/ev-file-helpers.h:
6100         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6101         * tiff/tiff-document.c: (tiff_document_save):
6102         
6103         Use common save function for backends.
6104
6105 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6106
6107         * backend/ev-document-types.c:
6108         
6109         Fix crash on saving pixbuf.
6110
6111 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6112
6113         * cut-n-paste/recent-files/egg-recent-item.c:
6114         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6115         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6116         (parse_info_free), (valid_element), (start_element_handler),
6117         (end_element_handler), (text_handler), (egg_recent_model_filter),
6118         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6119         (egg_recent_model_monitor), (egg_recent_model_read),
6120         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6121         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6122         (egg_recent_model_set_property), (egg_recent_model_class_init),
6123         (egg_recent_model_init), (egg_recent_model_add_full),
6124         (egg_recent_model_delete), (egg_recent_model_get_list),
6125         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6126         (egg_recent_model_set_filter_mime_types),
6127         (egg_recent_model_clear_group_filter),
6128         (egg_recent_model_set_filter_groups),
6129         (egg_recent_model_clear_scheme_filter),
6130         (egg_recent_model_set_filter_uri_schemes),
6131         (egg_recent_model_remove_expired):
6132         * cut-n-paste/recent-files/egg-recent-util.c:
6133         (egg_recent_util_get_icon):
6134         * cut-n-paste/recent-files/egg-recent-util.h:
6135         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6136         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6137         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6138         (egg_recent_view_uimanager_set_property),
6139         (egg_recent_view_uimanager_get_property),
6140         (egg_recent_view_uimanager_class_init),
6141         (egg_recent_view_uimanager_init),
6142         (egg_recent_view_uimanager_set_label_width),
6143         (egg_recent_view_uimanager_get_label_width):
6144         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6145         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6146         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6147         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6148         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6149         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6150         
6151         Update from libegg.
6152
6153 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6154
6155         * shell/ev-page-cache.c: (build_height_to_page),
6156         (ev_page_cache_get_height_to_page):
6157         * shell/ev-page-cache.h:
6158         * shell/ev-view.c: (view_update_range_and_current_page),
6159         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6160         (ev_view_previous_page):
6161         
6162         Dual mode places even pages to the left. Fix for the bug #309393.
6163
6164         * shell/ev-view.h:
6165         * shell/ev-window.c: (update_action_sensitivity),
6166         (setup_view_from_metadata), (view_menu_popup_cb):
6167         
6168         Don't restore presentation in empty windows, more intelligent
6169         next page behaviour in dual mode.
6170
6171         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6172         (ev_pixbuf_cache_clear_job_sizes):
6173         
6174         Cleanup job callback on removal. Fix for the bug #325886.
6175
6176 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6177
6178         * ps/ps.c: (psscan):
6179         
6180         Commit workaround Mozilla problem. Fix for the bug #325919
6181         
6182         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6183         (save_item):
6184         
6185         Fix for year 2038 problem.
6186
6187 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6188
6189         * shell/ev-window.c: (setup_document_from_metadata),
6190         (ev_window_cmd_view_reload):
6191
6192         Clamp page recieved from metadata in valid values. Fix
6193         for the bug #325986.
6194
6195 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * MAINTAINERS: 
6198         Add MAINTAINERS as requested on desktop-devel-list.
6199
6200 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6201
6202         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6203         (mime_type_supported_by_gdk_pixbuf),
6204         (ev_document_factory_get_mime_types),
6205         (ev_document_factory_get_all_mime_types):
6206         
6207         Don't add pixbuf mime types if pixbuf backend is disabled.
6208         
6209         * shell/ev-application.c: (ev_application_get_uri_window):
6210         
6211         Fix for the bug 325815 - unhandled MIME type message doesn't 
6212         appear a second time. 
6213         
6214         * shell/ev-document-types.c: (ev_document_types_add_filters):
6215         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6216         (password_dialog_response), (ev_window_popup_password_dialog),
6217         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6218         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6219         (ev_window_run_presentation), (ev_window_stop_presentation),
6220         (save_sizing_mode), (ev_window_zoom_changed_cb),
6221         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6222         (ev_window_dual_mode_changed_cb),
6223         (ev_window_sidebar_current_page_changed_cb),
6224         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6225         (window_state_event_cb), (window_configure_event_cb):
6226         
6227         Cleanup additional uris holded by EvWindow.
6228
6229 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6230
6231         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6232         (ev_view_can_previous_page), (ev_view_can_next_page):
6233         * shell/ev-view.h:
6234         * shell/ev-window.c: (update_action_sensitivity):
6235         
6236         Two page scrolling with Space and PageUp in dual mode. Second fix 
6237         for the bug #316608.
6238
6239 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6240
6241         * shell/ev-view.c: (scroll_to_current_page):
6242         
6243         Correctly clamp adjustment value. Fix for the bug
6244         #325808.
6245
6246 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6247
6248         * shell/ev-sidebar-links.c: (print_section_cb):
6249         * shell/ev-window.c: (ev_window_get_uri),
6250         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6251         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6252         (ev_window_dispose):
6253         
6254         Make print dialog non-modal. Fix for the bug #325622.
6255
6256 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6257
6258         * shell/ev-metadata-manager.c:
6259         * shell/ev-utils.c: (using_pdf_printer),
6260         (using_postscript_printer), (load_print_config_from_file),
6261         (save_print_config_to_file):
6262         * shell/ev-utils.h:
6263         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6264         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6265         (setup_view_from_metadata), (ev_window_setup_document),
6266         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6267         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6268         (ev_window_run_presentation), (ev_window_stop_presentation),
6269         (save_sizing_mode), (ev_window_zoom_changed_cb),
6270         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6271         (ev_window_dual_mode_changed_cb),
6272         (ev_window_sidebar_current_page_changed_cb),
6273         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6274         (window_state_event_cb), (window_configure_event_cb),
6275         (ev_window_init):
6276         
6277         Setting saving behaviour fixes.
6278
6279 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6280
6281         * configure.ac:
6282         
6283         Make antialiasing gs options better and allow
6284         to change them during configure. Fix for the 
6285         bug #319049.
6286
6287 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6288
6289         * shell/ev-window.c: (setup_view_from_metadata):
6290         
6291         Remember if last window was maximized. Fix for the
6292         bug #323797.
6293
6294 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6295
6296         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6297
6298 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6301         * shell/ev-page-action.c: (build_new_tree_cb):
6302         * shell/ev-sidebar-links.c: (links_page_num_func),
6303         (update_page_callback_foreach), (update_page_callback):
6304         * shell/ev-view.c: (scroll_to_current_page):
6305         
6306         Fix for the bug #325067 with more intelligent selection
6307         of current link in sidebar. Make sidebar handle links
6308         of FITR-like type more correctly.
6309
6310         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6311         (dvi_pixbuf_put_pixel):
6312         
6313         Fix memory consumtion with disabled alpha channel.
6314
6315 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6316
6317         * data/evince-ui.xml:
6318         * shell/ev-window.c: (view_menu_popup_cb),
6319         (ev_popup_cmd_open_link), (ev_window_init):
6320         
6321         Update context menu for internal links. Fix for the bug
6322         #325066.
6323
6324 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6327         
6328         Bind context menu to keyboard also. Fix for the bug
6329         #325065.
6330
6331 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6332
6333         * shell/ev-view.c: (selection_scroll_timeout_cb):
6334         
6335         Horizontal scroll on selection also.
6336
6337 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6338
6339         * shell/ev-metadata-manager.c: (parse_value):
6340         * shell/ev-view.c: (goto_xyz_link):
6341         
6342         Correct zoom setup and metadata save broken in 
6343         some locales.
6344
6345 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * shell/ev-view-private.h:
6348         * shell/ev-view.c: (scroll_to_current_page),
6349         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6350         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6351         (page_changed_cb), (ev_view_set_continuous),
6352         (ev_view_set_dual_page), (ev_view_set_presentation):
6353         
6354         Delay scroll until allocation to correctly position page. Fix
6355         for the bug #317334.
6356
6357 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6358
6359         * NEWS:
6360         * configure.ac:
6361         
6362         Update NEWS and require poppler 0.5.0.
6363
6364 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6365         
6366         * data/evince-ui.xml:
6367         * shell/ev-view-private.h:
6368         * shell/ev-view.c: (ev_view_get_link_at_location),
6369         (handle_link_over_xy), (ev_view_button_press_event),
6370         (ev_view_button_release_event), (ev_view_class_init):
6371         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6372         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6373         (ev_window_init):
6374         
6375         Implement right-click context menu.
6376
6377 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6378
6379         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6380         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6381         (mdvi_pixbuf_device_render):
6382         * pdf/ev-poppler.cc:
6383
6384         Don't generate thumbnails with alpha. See bug #324077.
6385         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6386
6387 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * shell/ev-window.c: (setup_chrome_from_metadata):
6390         
6391         Fix typo that was hiding toolbar.
6392
6393 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6394
6395         * shell/ev-view-private.h:
6396         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6397         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6398         (ev_view_button_release_event), (ev_view_destroy):
6399         
6400         Small cleanup and autoscrolling during selection. Thanks to 
6401         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6402
6403 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6404
6405         * configure.ac:
6406         
6407         Correctly check for comics option.
6408
6409 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6410         * Makefile.am:
6411         * configure.ac:
6412         * backend/Makefile.am:
6413         * backend/ev-document-factory.c:
6414         * shell/ev-document-types.c:
6415
6416         Included option in configure to make ps backend 
6417         compilation optional with --disable-ps.
6418
6419 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * backend/ev-document-factory.c:
6422         * comics/Makefile.am:
6423         * comics/comics-document.c: (comics_document_load):
6424         * comics/ev-cbr-mime.xml:
6425         * configure.ac:
6426         
6427         Comics mime types are added to shared-mime-info CVS. Now
6428         we don't need to install our own mime types.
6429
6430 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6431
6432         * shell/ev-window.c:
6433         
6434         Add shortcut for "save a copy" menu entry. Fix for
6435         the bug #324582.
6436
6437 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6438
6439         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6440         (job_finished_cb), (new_selection_pixbuf_needed),
6441         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6442         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6443         
6444         Rework selection job info logic and fix critical warning.
6445
6446 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6447
6448         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6449
6450 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6451
6452         * data/evince-ui.xml:
6453         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6454         
6455         Enter as shortcut key for next page. Fix for the bug
6456         #321394.
6457
6458 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6459
6460         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6461
6462 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6463
6464         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6465         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6466         (new_selection_pixbuf_needed),
6467         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6468         (clear_job_selection):
6469         
6470         Too early for 0.5. Pixbuf cache code cleaned a bit.
6471
6472 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6473
6474         * NEWS:
6475         * configure.ac:
6476         
6477         Release 0.5.0 preparation
6478
6479 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6480
6481         * comics/Makefile.am:
6482         * configure.ac:
6483         * shell/ev-document-types.c: (ev_document_types_add_filters):
6484         
6485         More advanced handling of custom mime type installation.
6486
6487 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6488
6489         * data/evince.schemas.in:
6490         * shell/ev-metadata-manager.c: (value_free),
6491         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6492         (ev_metadata_manager_get), (ev_metadata_manager_set):
6493         * shell/ev-metadata-manager.h:
6494         * shell/ev-window.c: (update_chrome_flag),
6495         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6496         (setup_document_from_metadata), (setup_chrome_from_metadata),
6497         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6498         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6499         (ev_window_view_toolbar_cb),
6500         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6501         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6502         
6503         Save last document settings and reuse them for new documents.
6504
6505 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6506
6507         * Makefile.am:
6508         * backend/Makefile.am:
6509         * backend/ev-document-factory.c:
6510         * backend/ev-document-factory.h:
6511         * comics/Makefile.am:
6512         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6513         (comics_document_load), (comics_document_save),
6514         (comics_document_get_n_pages), (comics_document_get_page_size),
6515         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6516         (comics_document_class_init), (comics_document_can_get_text),
6517         (comics_document_get_info), (comics_document_document_iface_init),
6518         (comics_document_init), (get_supported_image_extensions),
6519         (comics_document_thumbnails_get_geometry),
6520         (comics_document_thumbnails_get_thumbnail),
6521         (comics_document_thumbnails_get_dimensions),
6522         (comics_document_document_thumbnails_iface_init), (extract_argv):
6523         * comics/comics-document.h:
6524         * comics/ev-cbr-mime.xml:
6525         * configure.ac:
6526         * po/POTFILES.in:
6527         * shell/ev-application.c: (ev_application_register_service):
6528         * shell/ev-document-types.c: (ev_document_types_add_filters):
6529         * thumbnailer/Makefile.am:
6530         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6531         
6532         New CBR/CBZ backend for comic books.
6533
6534 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6535
6536         * shell/main.c: (load_files_remote):
6537
6538         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6539         warning on startup of second instance is fixed. It
6540         is bug #320353.
6541
6542 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6543
6544         * shell/ev-window.c: (ev_window_finalize):
6545         
6546         Fix double free that cause crash.
6547
6548 2005-10-29  Bastien Nocera <hadess@hadess.net>
6549
6550         * tiff/tiff-document.c: (tiff_document_load):
6551         
6552         Fix memory leak.
6553
6554 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6555
6556         * po/POTFILES.in:
6557         * shell/Makefile.am:
6558         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6559         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6560         (ev_view_accessible_get_text),
6561         (ev_view_accessible_get_character_at_offset),
6562         (ev_view_accessible_get_text_before_offset),
6563         (ev_view_accessible_get_text_at_offset),
6564         (ev_view_accessible_get_text_after_offset),
6565         (ev_view_accessible_get_character_count),
6566         (ev_view_accessible_get_caret_offset),
6567         (ev_view_accessible_set_caret_offset),
6568         (ev_view_accessible_get_run_attributes),
6569         (ev_view_accessible_get_default_attributes),
6570         (ev_view_accessible_get_character_extents),
6571         (ev_view_accessible_get_offset_at_point),
6572         (ev_view_accessible_get_n_selections),
6573         (ev_view_accessible_get_selection),
6574         (ev_view_accessible_add_selection),
6575         (ev_view_accessible_remove_selection),
6576         (ev_view_accessible_set_selection),
6577         (ev_view_accessible_text_iface_init),
6578         (ev_view_accessible_idle_do_action),
6579         (ev_view_accessible_action_do_action),
6580         (ev_view_accessible_action_get_n_actions),
6581         (ev_view_accessible_action_get_description),
6582         (ev_view_accessible_action_get_name),
6583         (ev_view_accessible_action_set_description),
6584         (ev_view_accessible_action_iface_init),
6585         (ev_view_accessible_get_type), (ev_view_accessible_new),
6586         (ev_view_accessible_factory_get_accessible_type),
6587         (ev_view_accessible_factory_create_accessible),
6588         (ev_view_accessible_factory_class_init),
6589         (ev_view_accessible_factory_get_type):
6590         * shell/ev-view-accessible.h:
6591         * shell/ev-view-private.h:
6592         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6593         * shell/ev-view.h:
6594         
6595         Initial accessibility support.
6596
6597 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6598
6599         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6600
6601 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6602
6603         * shell/ev-print-job.c: (idle_print_handler):
6604         
6605         Fix for bug Bug 318916: Printing multiple pages.
6606
6607 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6608
6609         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6610
6611 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6612
6613         * pdf/ev-poppler.cc:
6614         
6615         Thumnail dimensions unified with other backends.
6616         
6617         * shell/ev-window-title.c: (ev_window_title_update):
6618         
6619         Fix warning.
6620
6621 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * data/ev-stock-zoom-fit-width.png:
6624         
6625         Remove unused file.
6626
6627 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6628
6629         * configure.ac:
6630         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6631         (djvu_document_finalize):
6632         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6633         (dvi_document_finalize):
6634         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6635         (pixbuf_document_save), (pixbuf_document_finalize):
6636         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6637         (tiff_document_finalize):
6638         
6639         Save a copy implemented for various backends.
6640
6641 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6642
6643         * configure.ac:
6644         
6645         Don't link with ltiff if tiff is disabled.
6646
6647 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6648
6649         * pdf/GDKSplashOutputDev.cc:
6650         * pdf/GDKSplashOutputDev.h:
6651         * pdf/Thumb.cc:
6652         * pdf/Thumb.h:
6653         * pdf/pdf-document.cc:
6654         * pdf/pdf-document.h:
6655         * pdf/test-gdk-output-dev.cc:
6656         
6657         Remove old unused files.
6658
6659 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6660
6661         * shell/ev-window.c: (ev_window_setup_document):
6662         
6663         Fixed warnings on reload and probably crash reason.
6664
6665 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6666
6667         * properties/ev-properties-view.c:
6668         (ev_properties_view_format_date):
6669         
6670         Check if date is invalid. Fix for bug 318134.
6671
6672 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6673
6674         * shell/ev-window-title.c:
6675         
6676         Add .indd files (Adobe Indesign) to the list of "bad
6677         extensions".
6678
6679 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6680
6681         * data/evince-ui.xml:
6682         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6683         
6684         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6685
6686 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6687
6688         * shell/ev-window.c: (launch_link), (launch_external_uri),
6689         (view_external_link_cb):
6690
6691         URL-escape link before passing it to gnome_vfs_url_show.
6692
6693 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6694
6695         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6696         there isn't text selected.
6697
6698 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6699
6700         * shell/ev-view.c: (handle_link_over_xy):
6701
6702         Check tooltip is valid utf8 before showing it
6703
6704 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6705
6706         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6707
6708 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6709
6710         * shell/ev-window-title.c: (ev_window_title_update):
6711
6712         Guard against using g_strstrip on NULL. Fixes bug #317291.
6713
6714 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6715
6716         * pdf/ev-poppler.cc:
6717
6718         Show title even for unknown links
6719
6720 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6721
6722         * shell/ev-window-title.c: (ev_window_title_update):
6723
6724         Strip the title string
6725
6726 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6727
6728         * shell/ev-window-title.c:
6729
6730         Add .rtf to the bad extensions list
6731
6732 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6733
6734         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6735         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6736
6737         Ignore link coordinates if they are outside page bounds
6738
6739 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6740
6741         * backend/ev-link.c: (ev_link_type_get_type),
6742         (ev_link_get_filename), (ev_link_get_params),
6743         (ev_link_get_property), (ev_link_set_property),
6744         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6745         * backend/ev-link.h:
6746         * pdf/ev-poppler.cc:
6747         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6748         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6749         (ev_window_init):
6750
6751         Implement launch links. Delegate external link opening to
6752         the window.
6753
6754 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6755
6756         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6757         (ev_link_get_right), (ev_link_get_property),
6758         (ev_link_set_property), (ev_link_class_init),
6759         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6760         * backend/ev-link.h:
6761         * pdf/ev-poppler.cc:
6762         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6763
6764         Implement fitr links
6765
6766 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6767
6768         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6769         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6770         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6771         (ev_view_size_request_continuous),
6772         (ev_view_size_request_dual_page),
6773         (ev_view_size_request_single_page), (ev_view_size_allocate),
6774         (ev_view_zoom_for_size_continuous_and_dual_page),
6775         (ev_view_zoom_for_size_continuous),
6776         (ev_view_zoom_for_size_dual_page),
6777         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6778         (ev_sizing_mode_get_type):
6779         * shell/ev-view.h:
6780         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6781
6782         Do not use modes for link, we need to calculate size ad hoc.
6783         Still not perfect because of the usual scrollbar issues grrr.
6784
6785 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6786
6787         * backend/ev-link.c: (ev_link_type_get_type),
6788         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6789         * backend/ev-link.h:
6790         * pdf/ev-poppler.cc:
6791         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6792         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6793         (ev_view_size_request_continuous),
6794         (ev_view_size_request_dual_page),
6795         (ev_view_size_request_single_page), (ev_view_size_allocate),
6796         (zoom_for_size_fit_height),
6797         (ev_view_zoom_for_size_continuous_and_dual_page),
6798         (ev_view_zoom_for_size_continuous),
6799         (ev_view_zoom_for_size_dual_page),
6800         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6801         (ev_sizing_mode_get_type):
6802         * shell/ev-view.h:
6803         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6804
6805         Implement FIT_HEIGHT mode (only for links).
6806         Implement FITH links
6807
6808 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6809
6810         * shell/ev-window-title.c: (get_filename_from_uri),
6811         (ev_window_title_sanitize_extension), (ev_window_title_update),
6812         (ev_window_title_set_document), (ev_window_title_set_uri),
6813         (ev_window_title_free):
6814         * shell/ev-window-title.h:
6815         * shell/ev-window.c: (ev_window_setup_document),
6816         (ev_window_popup_password_dialog):
6817
6818         Refactor window title building while fixing it for
6819         password documents.
6820
6821 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6822
6823         * pdf/ev-poppler.cc:
6824
6825         Escape link title before setting it in the model
6826
6827 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6828
6829         * shell/ev-application.c: (removed_from_session), (save_session),
6830         (init_session), (ev_application_get_empty_window),
6831         (ev_application_init), (ev_application_get_windows):
6832         * shell/ev-application.h:
6833         * shell/ev-window.c: (ev_window_finalize):
6834
6835         Add a function to retrieve window list and share it where
6836         necessary.
6837         Implement session handling, works pretty well thanks to the
6838         metadata system.
6839
6840 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6841
6842         * shell/ev-password.c: (ev_password_item_created_callback),
6843         (ev_password_dialog_save_password):
6844         
6845         Fix for bug 316972. Use async gnome-keyring API.
6846
6847 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6848
6849         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6850         Remove unused unrealize handler. Add scroll handling to
6851         ev_view_scroll_event for presentation mode (bug #316708),
6852         and fix the event state checks there.
6853
6854 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6855
6856         * shell/ev-page-action.c: (page_changed_cb):
6857
6858         "marco, maybe we should be crazy and jump right to 6! :)"
6859
6860         Bryan Clark, Sep 2005
6861
6862 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * ps/ps-document.c: (save_document), (ps_document_save),
6865         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6866         (ps_document_ps_export_end):
6867
6868         Fix unstructured documents save and print
6869
6870 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6871
6872         * shell/ev-application.c: (ev_application_open_uri):
6873
6874         Fix window size persistance
6875
6876 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6877
6878         * shell/ev-view.c: (ev_view_button_release_event):
6879
6880         Based on a patch from carlosgc@gnome.org. Mouse buttons
6881         switch pages in presentation mode.
6882
6883 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6884
6885         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6886
6887         Dont cast to int before scaling
6888
6889 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6890
6891         * backend/ev-link.c: (ev_link_type_get_type),
6892         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6893         (ev_link_new_page_fith):
6894         * backend/ev-link.h:
6895         * pdf/ev-poppler.cc:
6896         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6897
6898         Implement FIT and FITH links
6899
6900 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6901
6902         * pdf/ev-poppler.cc:
6903
6904         Return 0 results when search is not in progress.
6905
6906         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6907         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6908
6909         Update menu sensitivity when cancelling search
6910
6911 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6912
6913         * shell/ev-view.c: (ev_view_can_find_next):
6914
6915         Take all pages in consideration, not just current one
6916
6917 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6918
6919         * shell/ev-page-cache.c:
6920         * shell/ev-page-cache.h:
6921         * shell/ev-view.c: (ev_view_binding_activated),
6922         (ev_view_next_page), (ev_view_previous_page),
6923         (ev_sizing_mode_get_type):
6924         * shell/ev-view.h:
6925         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6926         (ev_window_cmd_go_next_page):
6927
6928         Move page next/previous functions from page chace to
6929         view and change it to move by 2 page steps in dual mode.
6930
6931 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6932
6933         * shell/ev-window.c: (update_sidebar_visibility),
6934         (setup_sidebar_from_metadata), (ev_window_setup_document),
6935         (setup_view_from_metadata):
6936
6937         Show the index by default when there is one     
6938
6939 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6940
6941         * shell/ev-window-title.c: (ev_window_title_set_document):
6942
6943         Missing null check
6944
6945 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6946
6947         * shell/ev-view.c: (view_update_range_and_current_page):
6948         
6949         Allow display of last odd page in dual view. Fix for 316347.
6950
6951 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6952
6953         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6954         
6955         Make close button default. Fix for 316383.
6956
6957 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6958
6959         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6960         
6961         Mark close button as default. Fix for 316381.
6962
6963 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6964
6965         * backend/ev-link.c: (ev_link_class_init):
6966
6967         Allow negative doubles in left/top properties
6968
6969 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6970
6971         * shell/ev-window.c:
6972
6973         Remove a bunch of strings that was used only
6974         by the statusbar.
6975
6976 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6977
6978         * shell/ev-window-title.c: (get_filename_from_uri),
6979         (ev_window_title_set_document):
6980
6981         When title has a confusing extension, show also
6982         the document filename inside ()
6983
6984 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6985
6986         * shell/Makefile.am:
6987         * shell/ev-window-title.c: (ev_window_title_new),
6988         (ev_window_title_update), (ev_window_title_set_type),
6989         (ev_window_title_set_document), (ev_window_title_free):
6990         * shell/ev-window-title.h:
6991         * shell/ev-window.c: (ev_window_setup_document),
6992         (password_dialog_response), (ev_window_popup_password_dialog),
6993         (ev_window_dispose), (ev_window_init):
6994
6995         Factor out and cleanup window title code
6996
6997 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6998
6999         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7000         (unable_to_load):
7001
7002         Make dialog transient so it doesnt block other windows
7003
7004 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * pdf/ev-poppler.cc:
7007         
7008         Fix pdf thumbnails rendering.
7009
7010 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7011
7012         * shell/ev-window.c: (fullscreen_set_timeout):
7013         
7014         Increase timeout to hide full screen popup. Bug 
7015         316123. 
7016
7017 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7018
7019         * data/evince.schemas.in:
7020         * shell/ev-window.c: (update_action_sensitivity):
7021
7022         Allow the user to override document restrictions. Fix for bug
7023         305818.
7024
7025 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7026
7027         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7028         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7029         (ev_window_class_init): Fix multihead behaviour of fullscreen
7030         toolbar popup. Fixes bug #315451.
7031
7032 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7033
7034         * configure.ac:
7035         * data/evince-password.glade:
7036         * shell/ev-password.c: (ev_password_dialog_set_property),
7037         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7038         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7039         (ev_password_dialog_entry_changed_cb),
7040         (ev_password_dialog_entry_activated_cb),
7041         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7042         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7043         (ev_password_dialog_set_bad_pass):
7044         * shell/ev-password.h:
7045         * shell/ev-window.c: (password_dialog_response),
7046         (ev_window_popup_password_dialog):
7047         
7048         Support for gnome-keyring for encrypted PDF's.
7049
7050 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7051
7052         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7053         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7054         (ev_view_enter_notify_event), (ev_view_class_init):
7055         
7056         More precise handling of enter_notify/leave_notify events
7057         in EvView. Fix for bug 315470.
7058
7059 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7060
7061         * shell/ev-window.c: (fullscreen_timeout_cb),
7062         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7063         (ev_window_dispose):
7064
7065         leak fix: unref fullscreen_timeout_source before clearing it
7066
7067 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7068
7069         * configure.ac, dvi/mdvi/Makefile.am: 
7070         
7071         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7072
7073 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7074
7075         * backend/ev-link.c: (ev_link_new_page_xyz):
7076         * pdf/ev-poppler.cc:
7077         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7078
7079         Fix some bugs with xyz links, respect zoom
7080
7081 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7082
7083         * shell/ev-window.c: (page_changed_cb),
7084         (setup_document_from_metadata), (update_sidebar_visibility),
7085         (setup_view_from_metadata), (ev_window_run_fullscreen),
7086         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7087         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7088         (ev_window_dual_mode_changed_cb),
7089         (ev_window_sidebar_current_page_changed_cb):
7090
7091         null check uri before setting and getting metadata
7092
7093 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7094
7095         * dvi/Makefile.am:
7096         * properties/Makefile.am:
7097         * shell/Makefile.am:
7098         * thumbnailer/Makefile.am:
7099
7100         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7101
7102 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7103
7104         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7105         (selection_changed_callback):
7106         * shell/ev-sidebar-links.h:
7107
7108         Add a signal for link activation.
7109
7110         * shell/ev-view.c: (ev_view_goto_link),
7111         (ev_view_button_release_event):
7112         * shell/ev-view.h:
7113         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7114         (ev_window_init):
7115
7116         Implement the signal so that we can handle all link types.
7117
7118         * shell/ev-page-cache.c:
7119
7120         Remove unused set_link function
7121
7122 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7123
7124         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7125
7126         Add some space from the cursor, hardcoded but I couldnt
7127         find a better way.
7128
7129 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7130
7131         * lib/ev-tooltip.c:
7132
7133         Use mozilla style vs gtk style, way better for links.
7134
7135         * shell/ev-view.c: (ev_view_motion_notify_event),
7136         (ev_view_destroy), (ev_view_init):
7137
7138         Deactive tooltip when the link hovered is changed.
7139
7140 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7141
7142         * backend/ev-document.h:
7143         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7144         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7145         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7146         (ev_link_new_page), (ev_link_new_page_xyz):
7147         * backend/ev-link.h:
7148         * pdf/ev-poppler.cc:
7149         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7150         (go_to_link), (tip_from_link):
7151
7152         Implement xyz links, still not functional. Links are a total
7153         mess, will need to refactor and bugfix a lot :(
7154
7155 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7156
7157         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7158
7159 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7160
7161         * data/evince-ui.xml:
7162         * data/evince.schemas.in:
7163         * shell/Makefile.am:
7164         * shell/ev-window.c: (update_chrome_visibility),
7165         (password_dialog_response), (ev_window_load_job_cb),
7166         (ev_window_xfer_job_cb), (ev_window_open_uri),
7167         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7168         (ev_window_init):
7169
7170         Remove the statusbar. This regress loading feedback, need to
7171         check with Bryan what we want to do there...
7172
7173 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7174
7175         * lib/ev-tooltip.c: (ev_tooltip_init):
7176
7177         Fix tooltip border and size handling
7178
7179 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7180
7181         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7182         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7183         (ev_tooltip_timeout), (ev_tooltip_activate),
7184         (ev_tooltip_deactivate):
7185         * lib/ev-tooltip.h:
7186         * shell/ev-view.c: (ev_view_motion_notify_event):
7187
7188         Delay popup showing. Mirror gtk logic/times.
7189
7190 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7191
7192         * lib/Makefile.am:
7193         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7194         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7195         (ev_tooltip_set_text), (ev_tooltip_set_position):
7196         * lib/ev-tooltip.h:
7197
7198         Simple widget to show tooltips at a custom position
7199
7200         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7201         (ev_view_destroy):
7202
7203         Use it for links. First go, needs work
7204
7205 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7206
7207         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7208         HIG fixes.  Use title capitalization for window title. Use 12 
7209         pixels of space between the dialog's vbox and action area.
7210
7211 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7212
7213         * shell/ev-window.c: (file_open_dialog_response_cb),
7214         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7215         (ev_window_cmd_save_as):
7216
7217         Make file pickers not modal and refactor code some
7218
7219 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7220
7221         * shell/ev-sidebar.h:
7222         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7223         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7224         (ev_sidebar_class_init), (ev_sidebar_select_page),
7225         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7226         (ev_sidebar_set_page):
7227
7228         Add a current page property and allow to get/set it
7229
7230         * shell/ev-window.c: (setup_view_from_metadata),
7231         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7232
7233         Persist current sidebar page per document
7234
7235 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7236
7237         * data/evince.schemas.in:
7238         * shell/ev-window.c: (update_chrome_visibility),
7239         (setup_document_from_metadata), (update_sidebar_visibility),
7240         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7241         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7242         (ev_window_run_presentation), (ev_window_stop_presentation),
7243         (ev_window_view_sidebar_cb),
7244         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7245         (load_chrome), (ev_window_init):
7246
7247         Persist size/visibility of sidebar per document
7248
7249 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7250
7251         * shell/ev-view.c (draw_loading_text): Draw loading text.
7252
7253 2005-09-02  Dan Damian  <dand@gnome.ro>
7254
7255         * configure.in: Added "ro" to ALL_LINGUAS.
7256
7257 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7258
7259         * shell/ev-view.c: (clear_caches):
7260
7261         ev_page_cache_get doesnt return a reference,
7262         dont try to unref it.
7263
7264 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7265
7266         * shell/main.c: (load_files_remote):
7267
7268         Fix timestamp parameter with dbus <= 0.33
7269
7270 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7271
7272         * data/evince.schemas.in:
7273
7274         Add missing full stop
7275
7276 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7277
7278         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7279         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7280
7281         Plug some memory leaks
7282
7283 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7284
7285         * configure.ac:
7286         * lib/ev-debug.c: (trap_handler):
7287
7288         Check for execinfo.h and use it only if it exists.
7289         Ported from Epiphany (bug #314776).
7290
7291 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7292
7293         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7294
7295 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7296
7297         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7298         * po/id.po      : Added Indonesian translation
7299
7300 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7301
7302         * shell/main.c:
7303         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7304         * NEWS: Release 0.4.0
7305
7306 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7307
7308         * configure.ac: catch another gtk+-2.8ism
7309         * shell/main.c: Make work with gtk+-2.6
7310
7311 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7312
7313         * shell/ev-application-service.xml: Add 'timestamp' argument to
7314           ev_application_open_window and ev_application_open_uri methods.
7315
7316         * shell/ev-application.h: Add 'timestamp' argument to
7317           ev_application_open_window, ev_application_open_uri,
7318           and ev_application_open_uri_list functions.
7319
7320         * shell/ev-application.c (ev_application_open_window,
7321           ev_application_open_uri, ev_application_open_uri_list): Change
7322           functions that show/present windows to use a timestamp if one
7323           is passed in.
7324
7325         * shell/ev-window.c (ev_window_cmd_file_open,
7326           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7327         * shell/main.c (load_files): Modify calls to ev_application to
7328           include GDK_CURRENT_TIME as timestamp.
7329
7330         * shell/main.c (load_files_remote): Obtain timestamp for client
7331           instance from GDK and pass to server instance so new windows are
7332           focused properly.  Fix dbus_g_proxy_call() calls by including second
7333           G_TYPE_INVALID.
7334           
7335         Closes bug #314475.
7336
7337 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7338
7339         * shell/ev-window.c (ev_window_finalize): Check for
7340         avail. EvWindows when quiting to handle the finalize better,
7341         #314497
7342
7343 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7344         
7345         * properties/ev-properties-view.c: 
7346         
7347         Set textdomain to libglade. Fixes translation problem in property page.
7348
7349 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7350
7351         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7352         * dvi/Makefile.am:
7353         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7354         * dvi/mdvi-lib/Makefile.am:
7355         
7356         Fix rotation of thumbnails, ported to new API. Moved library
7357         dependencies earlier, probably it will fix linkage problem.
7358
7359 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7360
7361         * backend/ev-document-misc.c:
7362         (ev_document_misc_get_thumbnail_frame):
7363         * backend/ev-document-misc.h:
7364         * configure.ac:
7365         * pdf/ev-poppler.cc:
7366         * shell/Makefile.am:
7367         * shell/ev-sidebar-thumbnails.c: (add_range),
7368         (ev_sidebar_thumbnails_set_loading_icon),
7369         (ev_sidebar_thumbnails_refresh),
7370         (ev_sidebar_thumbnails_set_document):
7371         * shell/ev-sidebar-thumbnails.h:
7372         * shell/ev-view.c: (ev_view_motion_notify_event),
7373         (ev_view_set_property), (ev_view_get_property),
7374         (ev_view_class_init), (ev_view_set_rotation):
7375         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7376         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7377         (ev_window_init):
7378         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7379         Redo rotation (again).  prepare for 0.4.0
7380
7381 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7382
7383         * configure.ac: Bump poppler requirement to 0.4.1.
7384
7385         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7386         argument to poppler_page_render_selection() call.
7387
7388 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7389
7390         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7391         (djvu_document_thumbnails_get_thumbnail):
7392         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7393         (dvi_document_thumbnails_get_thumbnail):
7394         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7395         (pixbuf_document_thumbnails_get_thumbnail):
7396         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7397         
7398         Update rotation direction of backends to fit with pdf and ps.
7399
7400 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7401
7402         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7403         * backend/ev-async-renderer.h:
7404         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7405         (setup_page), (ps_document_get_page_size),
7406         (ps_async_renderer_render_pixbuf):
7407         * ps/ps-document.h:
7408         * shell/ev-jobs.c: (ev_job_render_run):
7409
7410         Fix orientation in the postscript document
7411
7412 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7413
7414         * pdf/ev-poppler.cc:
7415         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7416         * shell/ev-view.c: (highlight_find_results):
7417
7418         Adapt to the new poppler rotation API. Fix text maps on landscape
7419         documents.
7420
7421 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7422
7423         * shell/ev-view.c (compute_new_selection_text): get the correct
7424         region when selecting in modes other than continuous.
7425
7426 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7427
7428         * shell/main.c (main): remove redundant g_warnings.
7429
7430 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7431
7432         * shell/Makefile.am: Don't include autogenerated
7433         file ev-application-service.h into distribution, since
7434         it causes dbus crash. Fix for bugs 313724 and 313443. 
7435
7436 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7437
7438         * configure.ac: Fix sed expression for FreeBSD. Thanks
7439         to Joe Marcus Clark <marcus@freebsd.org>
7440         
7441         * shell/eggfindbar.c: (entry_activate_callback),
7442         (entry_changed_callback), (egg_find_bar_init),
7443         (egg_find_bar_set_search_string):
7444         
7445         Made findbar buttons unsensitive if there is no text in
7446         entry. Fix for the bug 313285.
7447
7448 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7449
7450         * ps/ps-document.c: Use g_filename_display_name for displaying
7451         filenames and revert string freeze breackage
7452
7453 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7454
7455         * NEWS:
7456         * configure.ac:
7457
7458         Update for 0.3.4
7459
7460         * shell/Makefile.am:
7461
7462         Add ev-application-service.xml to extra dist
7463
7464         * shell/ev-view.c: (find_page_at_location):
7465
7466         Remove unused function (fix warning)
7467
7468 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7469
7470         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7471         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7472         
7473         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7474         bug 313623.
7475
7476 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7477
7478         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7479         * shell/ev-window.c:
7480         Fix build warnings
7481
7482 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7483
7484         * configure.ac: Update script to get dbus version.
7485         Fix for the bug #313443.
7486
7487 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7488
7489         * shell/ev-window.c: (ev_window_cmd_escape):
7490         
7491         Return focus back to view on escape. Fix for bug 313295.
7492
7493 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7494
7495         * shell/ev-window.c: (update_window_title),
7496         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7497         (ev_window_cmd_save_as):
7498         
7499         Correct conversion from uri to displayable string. Fix for
7500         bug 313296.
7501
7502 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7503
7504         * ps/ps-document.c: convert filename to utf8 when there is an error
7505         loading document. Fixes #309915
7506
7507 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7508
7509         * configure.ac:
7510
7511         We depend on poppler 0.4.0
7512
7513 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7514
7515         * configure.ac:
7516         * NEWS: Release 0.3.3.
7517         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7518
7519 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7520
7521         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7522         add a couple missing mnemonics to menu items, use title 
7523         capitalization for menu items and window titles, and add 
7524         ellipsis to open menu item.     
7525
7526 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7527
7528         * pdf/ev-poppler.cc:
7529         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7530         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7531         (ev_view_get_rotation):
7532         * shell/ev-view.h:
7533         * shell/ev-window.c: (setup_view_from_metadata),
7534         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7535         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7536         disk.
7537
7538 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7539
7540         * configure.ac: Added tr to ALL_LINGUAS
7541
7542 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7543
7544         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7545         requires several clicks to find word. Thanks to 
7546         Colin Slater <kiltedtaco@gmail.com>.
7547
7548 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7549
7550         * data/evince.desktop.in.in: Hide menu entry and
7551         rename it to "Document Viewer". Fix for bug 
7552         #312399.
7553
7554 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7555
7556         * shell/ev-page-action.c (ev_page_action_class_init): 
7557
7558         Point to the correct function in constructor of the
7559         activate_label signal
7560
7561 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7562
7563         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7564         * shell/ev-jobs.h: Make thread safe.
7565
7566 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7567
7568         * shell/ev-view.c: (view_update_range_and_current_page):
7569         Don't update page range if we are scrolling to some document
7570         point.
7571
7572 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7573
7574         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7575         when getting max_page_width, fix drawing in dual mode.
7576
7577 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7578
7579         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7580         getting the area for select_all.
7581
7582 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7583
7584         * backend/ev-selection.c: (ev_selection_render_selection):
7585         * backend/ev-selection.h:
7586         * pdf/ev-poppler.cc:
7587         * shell/ev-jobs.c: (ev_job_render_new):
7588         * shell/ev-jobs.h:
7589         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7590         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7591         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7592         (ev_view_class_init):
7593
7594         Change selection color on focus in and focus out events.  Also,
7595         poppler now uses GdkColor for specifying the selection colors, so
7596         drop some awkward conversion code.
7597
7598 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7599
7600         * configure.ac: Added Hebrew translation
7601
7602 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7603
7604         * NOTES:
7605         * backend/ev-selection.c: (ev_selection_render_selection):
7606         * backend/ev-selection.h:
7607         * pdf/ev-poppler.cc:
7608         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7609         (ev_job_render_run):
7610         * shell/ev-jobs.h:
7611         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7612         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7613         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7614         (ev_pixbuf_cache_style_changed),
7615         (ev_pixbuf_cache_get_selection_pixbuf),
7616         (ev_pixbuf_cache_set_selection_list),
7617         (ev_pixbuf_cache_get_selection_list):
7618         * shell/ev-pixbuf-cache.h:
7619         * shell/ev-utils.c: (ev_print_region_contents):
7620         * shell/ev-utils.h:
7621         * shell/ev-view.c: (ev_view_queue_draw_page),
7622         (selection_update_idle_cb), (ev_view_motion_notify_event),
7623         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7624         (setup_caches), (ev_view_find_next), (merge_selection_region),
7625         (selection_free):
7626         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7627
7628         Clean up selection to be much smoother!
7629
7630 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7631
7632         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7633         to poppler_page_render_selection().
7634
7635 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7636
7637         * ps/ps-document.c: (save_page_list): Use
7638         unzipped document when printing. Thanks to 
7639         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7640         311016.
7641
7642 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7643
7644         * shell/ev-window.c: (update_action_sensitivity):
7645         
7646         Disable print and save respect to lockdown gconf keys. Fix
7647         for 312342.
7648
7649 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * configure.ac:
7652         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7653         (write_to_temp_file), (ev_file_set_contents):
7654         * shell/ev-utils.h:
7655         * shell/ev-window.c: (save_print_config_to_file):
7656         
7657         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7658         Fix for bug 312238
7659
7660 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7661
7662         * shell/ev-window.c: (load_print_config_from_file),
7663         (save_print_config_to_file), (ev_window_print_range):
7664
7665         Persist the print settings. Fixes bug #311578.
7666
7667 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7668
7669         * djvu/djvu-document.c: (djvu_document_get_page_size),
7670         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7671         (djvu_document_thumbnails_get_thumbnail):
7672         * dvi/dvi-document.c: (dvi_document_get_page_size),
7673         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7674         (dvi_document_thumbnails_get_dimensions),
7675         (dvi_document_thumbnails_get_thumbnail):
7676         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7677         (pixbuf_document_render_pixbuf),
7678         (pixbuf_document_document_iface_init),
7679         (pixbuf_document_thumbnails_get_thumbnail):
7680         
7681         Update backends to make them build with new rotation system.
7682
7683 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7684
7685         * help/C/figures/evince_start_window.png:
7686         
7687         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7688
7689 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7690
7691         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7692         * shell/ev-pixbuf-cache.h:
7693         * shell/ev-sidebar-thumbnails.c:
7694         (ev_sidebar_thumbnails_get_property), (add_range),
7695         (adjustment_changed_cb):
7696         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7697         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7698         we were thumbnailing the entire docment on startup, slowing us
7699         down hugely. 
7700
7701 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7702
7703         * shell/ev-page-cache.c: (ev_page_cache_new):
7704         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7705         == 0, fixes #310306.
7706
7707 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7708
7709         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7710         (ev_view_rotate_left):
7711
7712         Account rotation in doc_rect_to_view_rect.
7713         Ensure rotation doesnt go out of bounds.
7714
7715 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7716
7717         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7718
7719         Correct and cleanup w/h swapping
7720
7721 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7722
7723         * backend/ev-document-thumbnails.c:
7724         (ev_document_thumbnails_get_thumbnail):
7725         * backend/ev-document-thumbnails.h:
7726         * backend/ev-document.c:
7727         * backend/ev-document.h:
7728         * backend/ev-render-context.c: (ev_render_context_new),
7729         (ev_render_context_set_rotation):
7730         * backend/ev-render-context.h:
7731         * pdf/ev-poppler.cc:
7732         * ps/ps-document.c: (ps_document_document_iface_init):
7733         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7734         * shell/ev-jobs.h:
7735         * shell/ev-page-cache.c: (build_height_to_page),
7736         (ev_page_cache_new), (ev_page_cache_get_size),
7737         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7738         (ev_page_cache_get_height_to_page):
7739         * shell/ev-page-cache.h:
7740         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7741         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7742         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7743         (ev_pixbuf_cache_get_selection_pixbuf):
7744         * shell/ev-pixbuf-cache.h:
7745         * shell/ev-print-job.c: (idle_print_handler):
7746         * shell/ev-sidebar-thumbnails.c: (add_range):
7747         * shell/ev-view.c: (view_update_range_and_current_page),
7748         (get_page_y_offset), (get_page_extents),
7749         (ev_view_size_request_continuous_dual_page),
7750         (ev_view_size_request_continuous),
7751         (ev_view_size_request_dual_page),
7752         (ev_view_size_request_single_page), (draw_one_page),
7753         (ev_view_set_rotation), (ev_view_rotate_right),
7754         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7755         (ev_view_zoom_for_size_continuous_and_dual_page),
7756         (ev_view_zoom_for_size_continuous),
7757         (ev_view_zoom_for_size_dual_page),
7758         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7759         (ev_view_select_all):
7760         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7761         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7762         (tiff_document_document_iface_init),
7763         (tiff_document_thumbnails_get_thumbnail):
7764
7765         Use rotation rather than orientation. It's easier and enough
7766         for our needs.
7767
7768 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7769
7770         * shell/ev-page-cache.c: (build_height_to_page),
7771         (ev_page_cache_new), (ev_page_cache_get_size),
7772         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7773         (ev_page_cache_get_height_to_page):
7774         * shell/ev-page-cache.h:
7775         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7776         (ev_view_size_request_continuous_dual_page),
7777         (ev_view_size_request_continuous),
7778         (ev_view_zoom_for_size_continuous_and_dual_page),
7779         (ev_view_zoom_for_size_continuous):
7780
7781         Make the page cache aware of page orientation.
7782
7783 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7784
7785         * backend/ev-document-thumbnails.c:
7786         (ev_document_thumbnails_get_thumbnail):
7787         * backend/ev-document-thumbnails.h:
7788         * backend/ev-document.c:
7789         * backend/ev-document.h:
7790         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7791         * backend/ev-ps-exporter.h:
7792         * pdf/ev-poppler.cc:
7793         * ps/ps-document.c: (ps_document_document_iface_init),
7794         (ps_document_ps_export_do_page):
7795         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7796         * shell/ev-jobs.h:
7797         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7798         (ev_page_cache_get):
7799         * shell/ev-page-cache.h:
7800         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7801         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7802         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7803         * shell/ev-pixbuf-cache.h:
7804         * shell/ev-print-job.c: (idle_print_handler):
7805         * shell/ev-sidebar-thumbnails.c: (add_range):
7806         * shell/ev-view.c: (view_update_range_and_current_page),
7807         (get_page_extents), (ev_view_size_request_dual_page),
7808         (ev_view_size_request_single_page), (draw_one_page),
7809         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7810         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7811         (ev_view_zoom_for_size_dual_page),
7812         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7813         (ev_view_select_all):
7814         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7815         * tiff/tiff-document.c: (tiff_document_get_page_size),
7816         (tiff_document_get_orientation), (rotate_pixbuf),
7817         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7818         (tiff_document_thumbnails_get_thumbnail),
7819         (tiff_document_ps_export_do_page), (tiff_document_init):
7820
7821         Really make use of the orientation bit of the render context.
7822         Use the render context in a few more places in the backend API.
7823         This regress orientation, but now it's done right. Will try to
7824         fix it up asap...
7825
7826 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7827
7828         * shell/ev-view.c: (ensure_rectangle_is_visible):
7829
7830         Patch by Nickolay V. Shmyrev to fix find flickering
7831
7832 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7833
7834         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7835         duplex parameters to ::begin.
7836
7837         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7838         * shell/ev-print-job.c (idle_print_handler): 
7839         * ps/ps-document.c (ps_document_ps_export_begin): 
7840         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7841         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7842         implementations. Poppler backend needs poppler cvs. Rest has
7843         unchanged behavior.
7844
7845 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7846
7847         * shell/ev-window.c (using_pdf_printer): new function.
7848         (ev_window_print_range): print a less techy message if someone
7849         tries to print to PDF.
7850
7851 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7852
7853         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7854         from "unknown font" string. Bug #311431
7855
7856 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7857
7858         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7859
7860 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7861
7862         Bug #311280
7863         
7864         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7865         name for PopplerFontTypes
7866         (pdf_document_fonts_fill_model): add font type to the detail column
7867
7868         * backend/ev-document-fonts.h: added
7869         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7870
7871         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7872         font name and font details, add a little markup.
7873         (ev_properties_fonts_init): use the new cell data func, specify ypad
7874         property for the cell renderer.
7875         (ev_properties_fonts_set_document): add the details column.
7876
7877 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7878
7879         * configure.ac: Added "pl" to ALL_LINGUAS.
7880
7881 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7882
7883         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7884
7885 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7886
7887         * help/ChangeLog: Started this for translations of manual.
7888         * configure.ac, autogen.sh, .cvsignore: Migrated to
7889         gnome-doc-utils. Patch in bug #311222.
7890
7891 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7892
7893         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7894         #ifdef this away to fix an unused-function warning.
7895
7896 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7897
7898         * configure.ac: Added 'gl' to ALL_LINGUAS.
7899
7900 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7901
7902         * configure.ac: Added ne in ALL_LINGUAS
7903         
7904 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7905
7906         * shell/ev-view.c: (ev_view_leave_notify_event):
7907         
7908         Clear status message when pointer leaves view. Fix for bug
7909         #310818 
7910
7911 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7912
7913         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7914
7915 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7916
7917         * shell/ev-view.c: (ev_view_leave_notify_event),
7918         (ev_view_class_init):
7919         
7920         Set cursor to normal then leaving view.
7921
7922 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7923
7924         * configure.ac:
7925         
7926         Fix required djvulibre version.
7927
7928 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7929
7930         *configure.ac: Hindi (hi) language added
7931
7932 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7933
7934         *configure.ac: Punjabi (pa) Language added
7935
7936 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7937
7938         * data/evince-ui.xml, shell/ev-window.c:
7939         
7940         Add keypad accelerators for zooming. Fix for bug 308128.
7941
7942 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7943
7944         * Makefile.am:
7945         * backend/Makefile.am:
7946         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7947         * configure.ac:
7948         * shell/ev-document-types.c: (ev_document_types_add_filters):
7949
7950         Allow to enable/disable the pixbuf backend.
7951         Default to off for now. If we want it enabled we should
7952         really put mime types in the desktop, implement properties etc.
7953
7954         * properties/evince-properties.c:
7955
7956         Initialize error to NULL.
7957         Check error is not NULL before freeing.
7958
7959 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7960
7961         * shell/ev-window.c:
7962
7963         Use F5 as presentation accell
7964
7965 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7966
7967         * shell/ev-window.c: (update_chrome_visibility),
7968         (ev_window_create_fullscreen_popup), (ev_window_init):
7969
7970         Do not leak the fullscreen toolbar
7971
7972 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7973
7974         * shell/ev-window.c: (view_actions_focus_in_cb),
7975         (view_actions_focus_out_cb):
7976
7977         These has a return value! Fix totally random focus
7978         issues we was seeing.
7979
7980 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7981
7982         * shell/main.c: (load_files_remote):
7983
7984         Allow open more than one file
7985
7986 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7987
7988         * shell/main.c: (load_files_remote):
7989
7990         Fix for dbus 0.33. bug #309975
7991
7992 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7993
7994         * properties/ev-properties-main.c: (ev_properties_get_pages):
7995
7996         Actually return NULL for types we dont support
7997
7998 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7999
8000         * po/POTFILES.in:
8001
8002         Remove empty lines.
8003
8004 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8005
8006         * backend/ev-document-factory.c:
8007         (ev_document_factory_get_document):
8008
8009         Do not try to create the object if type
8010         is invalid.
8011
8012 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8013
8014         * ps/ps-document.c: (ps_document_dispose),
8015         (ps_async_renderer_render_pixbuf):
8016         * ps/ps-document.h:
8017
8018         Do not leak the target window
8019
8020 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8021
8022         * shell/ev-application.c: (ev_application_init):
8023
8024         Let tbe check file existence for us.
8025         Add a comment about eggrecent mime filter.
8026
8027 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8028
8029         * data/evince-ui.xml:
8030         * shell/ev-application.c: (ev_application_shutdown),
8031         (ev_application_init), (ev_application_get_toolbars_model),
8032         (ev_application_get_recent_model),
8033         (ev_application_save_toolbars_model):
8034         * shell/ev-application.h:
8035         * shell/ev-window.c: (ev_window_add_recent),
8036         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8037         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8038         (ev_window_init):
8039
8040         Use common toolbar and recent models for all windows.
8041         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8042
8043 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8044
8045         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8046         successfully check for gtk_icon_view_get_visible_range.
8047
8048 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8049
8050         * djvu/Makefile.am:
8051         * dvi/Makefile.am:
8052         
8053         Fix djvu and dvi backend build.
8054
8055 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8056
8057         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8058         (new_separator_pixbuf):
8059
8060         Don't leak windows.
8061
8062 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8063
8064         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8065
8066         HIGification of toolbar editor dialogue.
8067
8068 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8069
8070         * configure.ac:
8071         * shell/Makefile.am:
8072
8073         Ever build metadata manager since it's just
8074         disabled at runtime now.
8075
8076 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8077
8078         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8079         (ev_metadata_manager_get), (ev_metadata_manager_set):
8080         * shell/ev-metadata-manager.h:
8081
8082         Add an _init functions that enabled metadata management
8083         at runtime.
8084
8085         * shell/ev-window.c: (page_changed_cb),
8086         (setup_document_from_metadata), (ev_window_setup_document),
8087         (setup_view_from_metadata), (ev_window_open_uri),
8088         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8089         (ev_window_run_presentation), (ev_window_stop_presentation),
8090         (save_sizing_mode), (ev_window_zoom_changed_cb),
8091         (ev_window_continuous_changed_cb),
8092         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8093         (window_configure_event_cb):
8094
8095         Remove all ugly metadata define since we deal with it
8096         at runtime now.
8097
8098         * shell/main.c: (load_files_remote), (main):
8099
8100         Add support for dbus cvs head. Hopefully didnt break one
8101         of the other versions now!
8102
8103         If we dont get a response from the dbus server just
8104         give up with it and not enable metadata.
8105
8106 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8107
8108         * Makefile.am:
8109         * backend/Makefile.am:
8110         * configure.ac:
8111         * cut-n-paste/recent-files/Makefile.am:
8112         * cut-n-paste/toolbar-editor/Makefile.am:
8113         * cut-n-paste/zoom-control/Makefile.am:
8114         * lib/Makefile.am:
8115         * pdf/Makefile.am:
8116         * pixbuf/Makefile.am:
8117         * properties/Makefile.am:
8118         * ps/Makefile.am:
8119         * shell/Makefile.am:
8120         * thumbnailer/Makefile.am:
8121         * tiff/Makefile.am:
8122
8123         Make frontends depend on just libev.
8124         Rework and group CFLAGS/LIBS definitions.
8125         Cleanups.
8126
8127 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8128
8129         * shell/ev-window:
8130
8131         do not unnecessarily save zoom
8132
8133         * configure.ac:
8134         * lib/ev-file-helpers.c: (ev_dot_dir):
8135         * shell/Makefile.am:
8136         * shell/dummy.cc:
8137
8138         Some cleanups
8139
8140 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8141
8142         * configure.ac:
8143         
8144         Remove unnecessary dependencies
8145
8146 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8147
8148         * properties/Makefile.am:
8149         * thumbnailer/Makefile.am:
8150         * tiff/Makefile.am:
8151
8152         Some more cleanups. Was really necessary
8153         but I probably introduced bugs, feel free
8154         to flame :)
8155
8156 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8157
8158         * backend/Makefile.am:
8159         * configure.ac:
8160         * cut-n-paste/recent-files/Makefile.am:
8161         * cut-n-paste/toolbar-editor/Makefile.am:
8162         * cut-n-paste/zoom-control/Makefile.am:
8163         * lib/Makefile.am:
8164         * pdf/Makefile.am:
8165         * pixbuf/Makefile.am:
8166         * properties/Makefile.am:
8167         * ps/Makefile.am:
8168         * shell/Makefile.am:
8169         * thumbnailer/Makefile.am:
8170         * tiff/Makefile.am:
8171
8172         Use gnome-common macros when possible.
8173         Cleanup dependencies.
8174         Actually disable deprecated where possible.
8175
8176 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8177
8178         * Makefile.am:
8179         * backend/Makefile.am:
8180         * properties/Makefile.am:
8181         * shell/Makefile.am:
8182         * thumbnailer/Makefile.am:
8183
8184         This should solve the circular dep without
8185         requiring dir reorg!
8186
8187         * shell/ev-window.c: (setup_view_from_metadata):
8188
8189         Never restore window size/position when the
8190         window is already visible.
8191
8192 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8193
8194         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8195
8196         Return a boolean from timeout func. Fix ported from gedit.
8197
8198 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8199
8200         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8201
8202 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8203
8204         * shell/ev-document-types.c: set "All Documents" as default filter in
8205         open dialog
8206
8207 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8208
8209         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8210         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8211         (ev_metadata_manager_set_boolean): fix value/val thinko.
8212
8213 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8214
8215         * shell/ev-window.c: (setup_view_from_metadata),
8216         (window_state_event_cb), (window_configure_event_cb),
8217         (ev_window_init):
8218
8219         Remember window position and maximized state
8220
8221 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8222
8223         * configure.ac:
8224
8225         Fix DBUS configure checks.
8226
8227         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8228         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8229         (ev_metadata_manager_set_boolean):
8230
8231         Plug mem leaks.
8232
8233         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8234         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8235         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8236         (ev_window_continuous_changed_cb),
8237         (ev_window_dual_mode_changed_cb), (ev_window_new):
8238
8239         Fix the build without DBUS.
8240
8241 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8242
8243         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8244         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8245         (ev_metadata_manager_set_string),
8246         (ev_metadata_manager_set_boolean):
8247         * shell/ev-metadata-manager.h:
8248
8249         Add support for some more types
8250
8251         * shell/ev-view.c: (scroll_to_current_page),
8252         (ev_view_get_continuous), (ev_view_set_continuous),
8253         (ev_view_get_dual_page):
8254         * shell/ev-view.h:
8255         * shell/ev-window.c: (page_changed_cb),
8256         (setup_document_from_metadata), (ev_window_setup_document),
8257         (setup_view_from_metadata), (ev_window_open_uri),
8258         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8259         (ev_window_run_presentation), (ev_window_stop_presentation),
8260         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8261         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8262         (ev_window_update_dual_page_action),
8263         (ev_window_continuous_changed_cb),
8264         (ev_window_dual_mode_changed_cb), (ev_window_init):
8265
8266         Remember a bunch of view/document properties. Prolly some
8267         are still missing but it's getting interesting.
8268
8269 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8270
8271         * configure.ac: check if dbus-binding-tool is installed. Not the
8272         case on current Ubuntu breezy, it seems.
8273
8274 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8275
8276         * data/evince.desktop.in.in:
8277         
8278         Allow open uri lists and add TryExec field.
8279
8280 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8281
8282         * configure.ac:
8283
8284         Enable dbus when available, do not require a configure
8285         option.
8286
8287 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8288
8289         * configure.ac:
8290
8291         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8292         disabled.
8293
8294 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8295         Marco Pesenti Gritti  <mpg@redhat.com>
8296
8297         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8298         
8299         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8300         functions to the format required by dbus
8301
8302         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8303         errors. Use the RPC parameters in the expected way
8304
8305 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8306
8307         * Makefile.am:
8308         * properties/Makefile.am:
8309         * properties/ev-properties-main.c: (ev_properties_get_pages):
8310
8311         Support all mime types
8312
8313         * shell/Makefile.am:
8314         * thumbnailer/Makefile.am:
8315         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8316         (evince_thumbnail_pngenc_get):
8317
8318         Use the document factory
8319
8320 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8321
8322         * backend/Makefile.am:
8323         * backend/ev-document-factory.c:
8324         (mime_type_supported_by_gdk_pixbuf),
8325         (ev_document_type_get_from_mime),
8326         (ev_document_factory_get_document),
8327         (ev_document_factory_get_backend),
8328         (ev_document_factory_get_mime_types),
8329         (ev_document_factory_get_all_mime_types):
8330         * backend/ev-document-factory.h:
8331         * shell/Makefile.am:
8332         * shell/ev-document-types.c: (get_document_from_uri),
8333         (ev_document_types_get_document),
8334         (file_filter_add_mime_list_and_free),
8335         (ev_document_types_add_filters):
8336         * shell/ev-document-types.h:
8337         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8338         * shell/ev-properties-dialog.c:
8339         (ev_properties_dialog_set_document):
8340         * shell/ev-window.c: (ev_window_cmd_file_open),
8341         (ev_window_cmd_save_as):
8342         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8343
8344         Rework document types managing to avoid code duplication
8345         and actually abstract from backend implementations.
8346         Also provide a minimal factory api that can be used by
8347         thumbnailer/properties.
8348
8349 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8350
8351         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8352         Plug a mem leak.
8353         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8354         HIG spacings.
8355
8356 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8357
8358         * shell/ev-properties-dialog.c
8359         (ev_properties_dialog_set_document): only call
8360         ev_properties_fonts_set_document() if the document implements the
8361         fonts interface
8362
8363 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8364
8365         * configure.ac:
8366         * properties/Makefile.am:
8367         * properties/ev-properties-view.c:
8368         (ev_properties_view_register_type):
8369         * properties/ev-properties-view.h:
8370         * properties/ev-properties-main.h:
8371
8372         Implement nautilus plugin for properties.
8373         Works only for pdf atm, I need to rework the
8374         document types stuff to get this to work
8375         for all backends...
8376
8377 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8378
8379         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8380         (ev_properties_fonts_set_document): use
8381         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8382
8383 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8384
8385         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8386         them
8387         (PlaceImage, tiff2ps_process_page): use
8388         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8389
8390
8391 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8392
8393         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8394         (main): to call gnome_authentication_manager_init. Should fix
8395         Bug #308510
8396
8397         * configure.ac: that requires libgnomeui 2.6.0.
8398
8399 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8400
8401         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8402         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8403         use the new tiff2ps interfaces
8404
8405         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8406         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8407
8408         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8409         structure instead of global variables.  Remove use of static
8410         variables in functions.
8411
8412 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8413
8414         * shell/ev-page-action.c: unref the completion after setting it to the
8415         entry
8416
8417 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8418
8419         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8420         postscript files
8421
8422 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8423
8424         * shell/ev-window.c (update_action_sensitivity): disable
8425         File->Print if the document does not implement the ps exporter
8426         interface
8427
8428 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8429
8430         * Makefile.am:
8431         * configure.ac:
8432         * data/evince-properties.glade:
8433         * properties/.cvsignore:
8434         * properties/Makefile.am:
8435         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8436         (ev_properties_view_class_init), (ev_properties_view_format_date),
8437         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8438         (ev_properties_view_init), (ev_properties_view_new):
8439         * properties/ev-properties-view.h:
8440         * shell/Makefile.am:
8441         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8442         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8443         (ev_properties_dialog_new):
8444         * shell/ev-properties-dialog.h:
8445         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8446         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8447         (update_progress_label), (job_fonts_finished_cb),
8448         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8449         * shell/ev-properties-fonts.h:
8450         * shell/ev-properties.c:
8451         * shell/ev-properties.h:
8452         * shell/ev-window.c: (ev_window_setup_document),
8453         (ev_window_cmd_file_properties):
8454
8455         Split the properties pages in two different objects, depend
8456         only on the backend where possible, use widgets instead
8457         of gobject for the glade part, reimplement the dialog
8458         itself with gtk.
8459         I need this to implement nautilus properties page.
8460
8461 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8462
8463         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8464         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8465         (tiff_document_document_ps_exporter_iface_init): implement the ps
8466         exporter interface for tiff documents
8467
8468         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8469         libtiff to implement TIFF postscript export
8470
8471         * tiff/tiff2ps.h: added a header file for external tiff2ps
8472         functions.
8473
8474         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8475         tiff2ps.h
8476
8477 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8478
8479         * shell/ev-view.c: (scroll_to_current_page),
8480         (ev_view_set_fullscreen), (ev_view_set_presentation):
8481         
8482         Scroll to current page when exit from presentation
8483
8484 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8485
8486         * shell/ev-window.c: (update_document_mode),
8487         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8488         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8489         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8490         
8491         Exit from fullscreen mode when switch to presentation. Fix for
8492         bug 309365
8493
8494 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8495
8496         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8497         return NULL if the document does not implement the selection
8498         interface.
8499
8500 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8501
8502         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8503         reported height by using the resolution aspect ratio
8504         (tiff_document_render_pixbuf): scale the pixbuf using the
8505         resolution aspect ratio
8506
8507 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8508
8509         * configure.ac:
8510         
8511         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8512         <kiltedaco@gmail.com>
8513         
8514         * djvu/djvu-document.c: (djvu_document_get_orientation),
8515         (djvu_document_set_orientation), (djvu_document_get_page_size),
8516         (rotate_pixbuf), (djvu_document_render_pixbuf),
8517         (djvu_document_document_iface_init):
8518         * dvi/dvi-document.c: (dvi_document_get_orientation),
8519         (dvi_document_set_orientation), (dvi_document_get_page_size),
8520         (rotate_pixbuf), (dvi_document_render_pixbuf),
8521         (dvi_document_document_iface_init):
8522         
8523         Dvi and djvu backends are ported to new API
8524
8525 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8526
8527         * backend/ev-selection.c: (ev_selection_get_selection_region),
8528         (ev_selection_get_selection_map):
8529         * backend/ev-selection.h:
8530         * pdf/ev-poppler.cc:
8531         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8532         * shell/ev-jobs.h:
8533         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8534         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8535         (ev_pixbuf_cache_get_text_mapping):
8536         * shell/ev-pixbuf-cache.h:
8537         * shell/ev-view.c: (location_in_text),
8538         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8539         support to EvView.  Now we can see where we can select!  Sweet!
8540
8541 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8542
8543         * shell/ev-view.c (ev_view_button_press_event): Fix
8544         event->y + view->scroll_x typo.
8545
8546 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8547
8548         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8549         sub-GdkPixbuf instead of passing dest_x and dest_y.
8550         
8551         * shell/ev-view.c: (view_point_to_doc_point),
8552         (view_rect_to_doc_rect), (ev_view_button_press_event),
8553         (ev_view_motion_notify_event), (compute_new_selection_rect),
8554         (gdk_rectangle_point_in), (compute_new_selection_text),
8555         (compute_selections): Update selection code to keep the selection
8556         around as two points and not as a normalized rectangle, and fix
8557         page level selection in two-column mode.
8558
8559 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8560
8561         * shell/ev-window.c: (window_configure_event_cb): 
8562         
8563         Fix compilation
8564         
8565 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8566
8567         * pdf/ev-poppler.cc:
8568
8569         Fix compilation
8570
8571 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8572
8573         * shell/Makefile.am:
8574         * shell/ev-metadata-manager.c: (item_free),
8575         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8576         (parse_value), (parseItem), (load_values),
8577         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8578         (save_values), (save_item), (get_oldest), (resize_items),
8579         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8580         * shell/ev-metadata-manager.h:
8581
8582         Metadata manager from gedit but modified to use GValue, so that
8583         we dont need to keep converting from strings.
8584
8585         * configure.ac:
8586
8587         ENABLE_METADATA conditional, on when dbus is on
8588
8589         * shell/ev-application.c: (ev_application_open_uri):
8590
8591         Show the window after load so that we can initialize
8592         window size before it's showed.
8593
8594         * shell/ev-window.c: (ev_window_setup_from_metadata),
8595         (ev_window_open_uri), (window_configure_event_cb),
8596         (ev_window_init):
8597
8598         Save and load metadata information about window size.
8599         Not yet keeping states in account.
8600
8601         * shell/main.c: (main):
8602
8603         Shutdown metadata manager.
8604
8605 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8606
8607         * shell/ev-application-service.xml:
8608         * configure.ac:
8609         * shell/Makefile.am:
8610         * shell/ev-application.c:
8611         * shell/ev-application.h:
8612         * shell/ev-window.c:
8613         * shell/ev-window.h:
8614         * shell/main.c:
8615
8616         Add an optional dbus interface (--enable-dbus).
8617         Rework application code, mainly to be easier to
8618         use "remotely".
8619         Do not open multiple windows with the same document,
8620         spatial evince!
8621
8622 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8623
8624         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8625         pixbuf iff it exists.
8626
8627 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8628
8629         * shell/*:
8630         * backend/ev-render-context.[ch]:
8631         * backend/ev-selection.[ch]:
8632
8633         Massive changes.  We now support text selection of pdfs, and not
8634         just rectangular selection.  This is pretty broken still, but I
8635         want to get something into CVS.
8636
8637 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8638
8639         * pdf/ev-poppler.cc:
8640         
8641         Fix for Bug 309080: crash on window close.
8642         
8643         * shell/ev-page-action.c: (page_changed_cb):
8644         
8645         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8646         jensgr@gmx.net (Jens Granseuer).
8647
8648 2005-06-25  Marcel Telka  <marcel@telka.sk>
8649
8650         * configure.in (ALL_LINGUAS): Added sk.
8651
8652 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8653
8654         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8655         not a document open
8656
8657 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8658
8659         * NEWS:
8660         * configure.ac:
8661
8662         Release 0.3.2
8663
8664         * cut-n-paste/recent-files/Makefile.am:
8665
8666         Fix make distcheck
8667
8668 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8669
8670         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8671         (pixbuf_document_set_orientation), (rotate_pixbuf),
8672         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8673         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8674
8675         Implement rotation and cleanup the code a bit.
8676
8677         * tiff/tiff-document.c: (tiff_document_get_page_size),
8678         (tiff_document_get_orientation), (tiff_document_set_orientation),
8679         (rotate_pixbuf), (tiff_document_render_pixbuf),
8680         (tiff_document_document_iface_init), (tiff_document_init):
8681
8682         Implement rotation. Was the quicker solution for the release
8683         but we really need to share this code in the shell.
8684
8685 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8686
8687         * pdf/ev-poppler.cc:
8688
8689         Enable rotation, require poppler cvs. Fix a leak.
8690
8691 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8692
8693         * shell/ev-window.c: (update_action_sensitivity):
8694         
8695         Make properties unsensitive if document backend doesn't provide
8696         any info
8697
8698 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8699
8700         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8701         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8702         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8703         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8704         (bitmap_flip_rotate_counter_clockwise):
8705         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8706         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8707         (buff_gets):
8708         * dvi/mdvi-lib/common.h:
8709         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8710         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8711         (opendvi), (mdvi_reload), (mdvi_init_context),
8712         (mdvi_destroy_context), (mdvi_dopage), (special):
8713         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8714         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8715         (file_hash_free), (register_encoding), (parse_spec),
8716         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8717         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8718         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8719         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8720         (mdvi_register_font_type), (mdvi_unregister_font_type),
8721         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8722         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8723         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8724         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8725         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8726         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8727         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8728         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8729         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8730         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8731         (mdvi_unregister_special), (mdvi_flush_specials):
8732         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8733         (t1_font_remove):
8734         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8735         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8736         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8737         (free_font_metrics), (flush_font_metrics):
8738         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8739         (tt_font_remove):
8740         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8741         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8742         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8743         (dstring_insert), (dstring_new), (dstring_reset):
8744         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8745         
8746         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8747         avoid conflict with libtool on FC4
8748         
8749         * shell/ev-window.c: (ev_window_cmd_help_about):
8750         
8751         Update copyright year. Fix for bug 308828.
8752
8753 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8754
8755         * shell/ev-view.c: (add_scroll_binding_keypad),
8756         (ev_view_binding_activated), (ev_view_class_init),
8757         (on_adjustment_value_changed):
8758         
8759         Bug 170874: Arrow keys switch pages in presentation mode
8760
8761 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8762
8763         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8764         
8765         Fix for Bug 308265: Sidebar dissappears coming out of 
8766         Presentation mode
8767
8768 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8769
8770         * shell/ev-application.c: (ev_application_open):
8771         * shell/ev-document-types.c: (ev_document_types_add_filters),
8772         (ev_document_types_add_filters_for_type):
8773         * shell/ev-document-types.h:
8774         * shell/ev-window.c: (ev_window_cmd_save_as):
8775         
8776         Suggest basename as template when saving, provide filters
8777         for save dialog. It's bug 308402
8778
8779 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8780
8781         * pdf/ev-poppler.cc:
8782         * shell/ev-sidebar-links.c: (job_finished_callback):
8783         * shell/ev-view.c: (update_find_status_message):
8784         
8785         Some leaks fixed
8786
8787 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8788
8789         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8790         (egg_recent_view_uimanager_set_list):
8791
8792         Fix buglet in !show_numbers case.
8793
8794 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8795
8796         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8797         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8798
8799         Use pango ellipsisation.
8800
8801         * pdf/ev-poppler.cc:
8802
8803         Fix refcount leak, from nsh.
8804
8805 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8806
8807         * cut-n-paste/recent-files/Makefile.am:
8808         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8809         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8810         
8811         Removed EggRecentViewGtk
8812         
8813         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8814         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8815         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8816         (ev_window_setup_recent):
8817         
8818         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8819         with other projects
8820
8821 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8822
8823         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8824         (egg_recent_view_gtk_finalize):
8825
8826         Fix memory leak
8827
8828         * cut-n-paste/toolbar-editor/Makefile.am:
8829         
8830         Fix location of cursor icon.
8831         
8832         * pdf/ev-poppler.cc:
8833         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8834         (display_completion_text), (match_completion):
8835         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8836         (selection_changed_callback), (create_loading_model),
8837         (print_section_cb), (links_page_num_func),
8838         (update_page_callback_foreach):
8839         * shell/ev-window.c: (ev_window_dispose):
8840         
8841         Small memory fixes. Links model now store objects instead
8842         of pointers to improve memory management. 
8843
8844 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8845
8846         * shell/ev-window.c: (zoom_control_changed_cb):
8847         
8848         Fix update of zoom control (bug 308268).
8849
8850 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8851
8852         * shell/ev-properties.c (set_property): escape the text correctly.
8853         Handles non-UTF-8 properties and escaped properties.  Also, sets
8854         the text to "<i>None</i>" if the property isn't set.
8855
8856         * data/evince-properties.glade: Change the label to be ellipsized,
8857         and give it a minimum size.
8858
8859 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8860
8861         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8862         * shell/ev-sidebar-links.c: (create_loading_model):
8863         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8864         * shell/ev-view.c: (ev_view_set_document):
8865         * shell/ev-window.c: (ev_window_dispose):
8866         
8867         Various small fixes, mostly memory leaks. Thanks to valgrind.
8868
8869 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8870
8871         * ps/ps-document.c: remove the locale.h include again ;-). And
8872         kill the (bogus) setlocale/savelocale business.
8873
8874 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8875
8876         * ps/ps-document.c:
8877         
8878         Include locale.h to fix build
8879         
8880         * shell/ev-sidebar.c:
8881         
8882         Remove unnecessary includes
8883
8884 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8885
8886         * dvi/dvi-document.c: (dvi_document_load):
8887         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8888         * po/POTFILES.in:
8889         
8890         Check for incorrect dvi files. Fix parsing dvi on AMD64
8891         platform. Thanks to tester@tester.ca (Olivier Crete).
8892
8893 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8894
8895         * shell/ev-page-action.c: (match_selected_cb),
8896         (display_completion_text), (match_completion), (update_model):
8897         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8898         (expand_open_links):
8899         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8900         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8901         (ev_sidebar_set_document):
8902         * shell/ev-window.c: (ev_window_xfer_job_cb),
8903         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8904         
8905         Fixed lot's of memory leaks, for example, memory leak on reload, 
8906         described in bug 307793.
8907
8908 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8909
8910         * pdf/ev-poppler.cc:
8911         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8912         (update_visible_range), (adjustment_changed_cb),
8913         (ev_sidebar_thumbnails_fill_model),
8914         (ev_sidebar_thumbnails_refresh),
8915         (ev_sidebar_tree_selection_changed),
8916         (ev_sidebar_icon_selection_changed),
8917         (ev_sidebar_thumbnails_use_icon_view),
8918         (ev_sidebar_thumbnails_set_document):
8919         * shell/ev-sidebar-thumbnails.h:
8920         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8921         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8922
8923         Refresh thumbnails when changing orientation. Not fully
8924         working yet becuase of a sidebar bug.
8925
8926         Set page orientation to poppler page everywhere. This sucks
8927         really need to fix poppler.
8928
8929 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8930
8931         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8932         (egg_recent_view_gtk_new_menu_item),
8933         (egg_recent_view_gtk_set_property),
8934         (egg_recent_view_gtk_get_property),
8935         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8936         (egg_recent_view_gtk_set_tooltip_func),
8937         (egg_recent_view_gtk_set_label_width),
8938         (egg_recent_view_gtk_get_label_width):
8939         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8940
8941         Sync with libegg (ellipsize labels)
8942
8943 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8944
8945         * data/evince-ui.xml:
8946         * shell/ev-window.c: (ev_window_cmd_go_forward),
8947         (ev_window_cmd_go_backward):
8948         
8949         Shift + PageUp moves 10 Pages. Fix for 306125
8950
8951 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8952
8953         * pdf/ev-poppler.cc:
8954
8955         Add a flag to check if orientation has been overriden
8956
8957 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8958
8959         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8960         field if necessary.
8961
8962         * ps/ps.h: add creator field to document.
8963
8964         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8965         set creator field.
8966
8967 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8968
8969         * data/evince-properties.glade:
8970         * shell/ev-properties.c: (ev_properties_set_document):
8971
8972         s/PDF Version/Format
8973
8974 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8975
8976         * shell/ev-properties.c: (ev_properties_set_document):
8977
8978         Remove unnecessary translations
8979
8980 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8981
8982         * cut-n-paste/toolbar-editor/Makefile.am:
8983
8984         Correct library name    
8985
8986 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8987
8988         * configure.ac:
8989         * cut-n-paste/recent-files/egg-recent-model.c:
8990         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8991         (egg_recent_model_unlock_file):
8992         * cut-n-paste/recent-files/egg-recent-util.c:
8993         (egg_recent_util_get_unique_id):
8994         * cut-n-paste/recent-files/update-from-egg.sh:
8995         * cut-n-paste/toolbar-editor/Makefile.am:
8996         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8997         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8998         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8999         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9000         (egg_toolbars_model_get_type):
9001         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9002
9003         Better makefile for toolbar editor and update everything
9004         to latest libegg.
9005
9006 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9007
9008         * shell/ev-window.c: (update_document_mode):
9009
9010         Prefer presentation mode when the document
9011         require fullscreen.
9012
9013 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9014
9015         * data/evince-ui.xml:
9016         * shell/ev-window.c:
9017
9018         Add control-equal for zooming
9019
9020 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9021
9022         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9023
9024 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9025
9026         * backend/ev-document.c: (ev_document_get_orientation):
9027         * backend/ev-document.h:
9028         * pdf/ev-poppler.cc:
9029         * ps/ps-document.c: (ps_document_get_orientation),
9030         (ps_document_set_orientation), (ps_document_document_iface_init):
9031
9032         Add a get_orientation api. Improve set_orientation.
9033
9034         * data/evince-ui.xml:
9035         * shell/ev-view.c: (ev_view_set_orientation),
9036         (ev_view_rotate_right), (ev_view_rotate_left):
9037         * shell/ev-view.h:
9038         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9039         (ev_window_cmd_edit_rotate_right):
9040
9041         Better ui for changing document orientation
9042
9043 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9044
9045         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9046         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9047         * shell/ev-sidebar-links.h:
9048         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9049         (ev_sidebar_page_iface_init):
9050         * shell/ev-sidebar-page.h:
9051         * shell/ev-sidebar-thumbnails.c:
9052         (ev_sidebar_thumbnails_get_property),
9053         (ev_sidebar_thumbnails_class_init),
9054         (ev_sidebar_thumbnails_set_document):
9055         * shell/ev-sidebar-thumbnails.h:
9056         * shell/ev-view.c: (ev_view_motion_notify_event):
9057         * shell/ev-window.c: (update_chrome_visibility),
9058         (ev_window_cmd_focus_page_selector),
9059         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9060         (sidebar_page_main_widget_update_cb), (ev_window_init):
9061         
9062         Autoraise toolbar on GoToPage binding and fix bindings in
9063         EvSidebarThumbnails page.
9064
9065 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9066
9067         * shell/ev-properties.c: (update_progress_label):
9068
9069         Hide the progress label when finished; bug #307697.
9070
9071 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9072
9073         * pdf/ev-poppler.cc:
9074
9075         Enable is_open for links, you will need poppler cvs
9076
9077         * shell/ev-properties.c: (job_fonts_finished_cb):
9078
9079         Get a lock on the document when filling the tree view
9080
9081 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9082
9083         * backend/ev-document-links.h:
9084         * pdf/ev-poppler.cc:
9085         * shell/ev-sidebar-links.c: (create_loading_model),
9086         (expand_open_links), (job_finished_callback):
9087
9088         Expand links when specified by the document.
9089         Depend on a poppler api (defined out for now)
9090
9091 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9092
9093         * shell/ev-properties.c: (ev_properties_dispose),
9094         (ev_properties_class_init), (dialog_destroy_cb),
9095         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9096         (ev_properties_set_document), (ev_properties_new),
9097         (ev_properties_show):
9098         * shell/ev-properties.h:
9099
9100         Make it an object, cleanup the code, api to show it as transient
9101         and to set the document.
9102
9103         * shell/ev-window.c: (ev_window_setup_document),
9104         (ev_window_cmd_file_properties):
9105
9106         Adapt to EvProperties changes, do not show multiple
9107         times, update it when document changes.
9108
9109 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9110
9111         * ps/gstypes.h:
9112         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9113         (ps_document_set_orientation), (ps_document_document_iface_init):
9114         * ps/ps-document.h:
9115
9116         Implement orientation here too
9117
9118         * shell/ev-properties.c: (ev_properties_new):
9119         * data/evince-properties.glade:
9120
9121         Hide the fonts page for backends that doesnt
9122         support it.     
9123
9124 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9125
9126         * backend/ev-document.c: (ev_document_set_orientation):
9127         * backend/ev-document.h:
9128         * pdf/ev-poppler.cc:
9129
9130         Add orientation api. Currently poppler api is not optimal,
9131         we need to set orientation every time we _get a page.
9132         I will try to fix that at some point.
9133
9134         * data/evince-ui.xml:
9135         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9136         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9137
9138         Add orientation menu items
9139
9140         * shell/ev-page-cache.c: (ev_page_cache_clear):
9141         * shell/ev-page-cache.h:
9142
9143         Add api to clear the cache
9144
9145         * shell/ev-view.c: (setup_caches), (clear_caches),
9146         (ev_view_set_document), (ev_view_zoom_out),
9147         (ev_view_set_orientation):
9148         * shell/ev-view.h:
9149
9150         Implement orientation changing
9151
9152 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9153
9154         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9155         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9156         * backend/ev-document-fonts.h:
9157
9158         Separate scan and fill so that we can incrementally fill from
9159         the main thread. Add a progress api.
9160
9161         * data/evince-properties.glade:
9162         * pdf/ev-poppler.cc:
9163         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9164         * shell/ev-jobs.h:
9165         * shell/ev-properties.c: (update_progress_label),
9166         (job_fonts_finished_cb), (setup_fonts_view):
9167
9168         Incrementally feel the list and show the progress
9169         percentage in a label like acrobat does.
9170
9171         You are going to need poppler cvs
9172
9173 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9174
9175         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9176         * backend/ev-document-fonts.h:
9177         * pdf/ev-poppler.cc:
9178
9179         Make fonts model fill incrementally.
9180
9181         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9182         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9183         (ev_job_queue_remove_job):
9184         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9185         (ev_job_fonts_new), (ev_job_fonts_run):
9186         * shell/ev-jobs.h:
9187
9188         New job for fonts scanning
9189
9190         * shell/ev-properties.c: (job_fonts_finished_cb),
9191         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9192         * shell/ev-properties.h:
9193         * shell/ev-window.c: (ev_window_cmd_file_properties):
9194
9195         Incrementally feel the treeview using the new job. Show Loading...
9196         message until scanning is completed.
9197
9198         Hopefully I didnt break the build without the poppler patch.
9199
9200 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9201
9202         * shell/ev-application.c: (ev_application_open):
9203         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9204         (ev_document_type_get_type), (ev_document_type_lookup):
9205         * shell/ev-document-types.h:
9206         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9207         * shell/ev-job-xfer.h:
9208         * shell/ev-window.c: (ev_window_clear_local_uri),
9209         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9210         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9211         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9212         
9213         Transfer remote documents to tmp directory to display them later.
9214
9215 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9216
9217         * backend/ev-document-info.h:
9218         * shell/ev-properties.c: (ev_properties_new):
9219
9220         s/GTime*/GTime. Not sure why we was using a pointer
9221         at all there!
9222
9223 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9224
9225         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9226         situations.  That situation is that you're using GTK+-HEAD with
9227         the patch at #306726 is applied, and you have a document with <
9228         1500 pages in it.  It's not quite as uniformly nice as the
9229         TreeView, but should be better in the long run.
9230
9231         I'm pretty sure I guarded against breaking compilation with
9232         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9233         I missed some.
9234
9235         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9236         widget yet, so I commented that code out
9237         enable_view_actions_for_widget() for now.  Need to figure this
9238         out.
9239
9240         * shell/ev-page-action.c (match_selected_cb): emit the right
9241         signals.  Our cool C-l completion now works.
9242
9243 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9244
9245         * backend/Makefile.am:
9246         * backend/ev-document-fonts.c:
9247         * backend/ev-document-links.c:
9248         * backend/ev-document.c: (ev_document_load):
9249         * backend/ev-document.h:
9250         * backend/ev-job-queue.c:
9251         * backend/ev-job-queue.h:
9252         * backend/ev-jobs.c:
9253         * backend/ev-jobs.h:
9254         * backend/ev-page-cache.c:
9255         * backend/ev-page-cache.h:
9256
9257         EvPageCache and EvJobs are moved to shell.
9258
9259         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9260         (ev_tmp_filename):
9261         * lib/ev-file-helpers.h:
9262         
9263         New helper to work with temporary files
9264         
9265         * shell/Makefile.am:
9266         * shell/ev-application.c: (ev_application_open):
9267         * shell/ev-application.h:
9268         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9269         (remove_job_from_async_queue), (add_job_to_async_queue),
9270         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9271         (handle_job), (search_for_jobs_unlocked),
9272         (no_jobs_available_unlocked), (ev_render_thread),
9273         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9274         (ev_job_queue_add_job), (move_job_async), (move_job),
9275         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9276         * shell/ev-job-queue.h:
9277         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9278         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9279         * shell/ev-job-xfer.h:
9280         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9281         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9282         (ev_job_links_class_init), (ev_job_render_init),
9283         (ev_job_render_dispose), (ev_job_render_class_init),
9284         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9285         (ev_job_thumbnail_class_init), (ev_job_load_init),
9286         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9287         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9288         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9289         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9290         * shell/ev-jobs.h:
9291         * shell/ev-page-action.c: (ev_page_action_set_document):
9292         * shell/ev-page-cache.c: (ev_page_cache_init),
9293         (ev_page_cache_class_init), (ev_page_cache_finalize),
9294         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9295         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9296         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9297         (ev_page_cache_get_title), (ev_page_cache_get_size),
9298         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9299         (ev_page_cache_get_height_to_page),
9300         (ev_page_cache_get_max_label_chars),
9301         (ev_page_cache_get_page_label),
9302         (ev_page_cache_has_nonnumeric_page_labels),
9303         (ev_page_cache_get_info), (ev_page_cache_next_page),
9304         (ev_page_cache_prev_page), (ev_page_cache_get):
9305         * shell/ev-page-cache.h:
9306         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9307         (ev_pixbuf_cache_clear_job_sizes),
9308         (ev_pixbuf_cache_add_jobs_if_needed),
9309         (ev_pixbuf_cache_set_page_range):
9310         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9311         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9312         * shell/ev-sidebar-thumbnails.c:
9313         (ev_sidebar_tree_selection_changed),
9314         (ev_sidebar_thumbnails_set_document):
9315         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9316         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9317         (ev_statusbar_get_context_id), (ev_statusbar_push),
9318         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9319         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9320         (ev_statusbar_set_progress):
9321         * shell/ev-statusbar.h:
9322         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9323         (ev_view_find_previous):
9324         * shell/ev-window.c: (ev_window_is_empty),
9325         (ev_window_setup_document), (password_dialog_response),
9326         (ev_window_clear_jobs), (ev_window_load_job_cb),
9327         (ev_window_xfer_job_cb), (ev_window_open_uri),
9328         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9329         (ev_window_print), (ev_window_print_range),
9330         (ev_window_state_event), (ev_window_cmd_view_reload),
9331         (menu_item_select_cb), (menu_item_deselect_cb),
9332         (view_status_changed_cb), (ev_window_dispose),
9333         (drag_data_received_cb), (ev_window_init):
9334         * shell/ev-window.h:
9335         * shell/main.c: (load_files):
9336         
9337         New statusbar to show progress on idle. Two new jobs - 
9338         xfer job and load job to load document in background. And update
9339         of page_cache clients to new location of code.
9340
9341 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9342
9343         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9344         selection in open dialog. It also remembers the last visited directory 
9345         in the current session.
9346
9347 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9348
9349         * shell/ev-properties.c: (ev_properties_new):
9350         * shell/ev-properties.h:
9351         * shell/ev-window.c: (ev_window_cmd_file_properties):
9352         
9353         Get document info from page cache instead of document itself.
9354         This should fix crash related to race conditions described in
9355         bug 306545.
9356
9357 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9358
9359         * ps/ps-document.c: (ps_document_init),
9360         (send_ps), (get_page_box), (output), (catchPipe), (input),
9361         (stop_interpreter), (file_length), (file_readable),
9362         (check_filecompressedb), (ps_document_enable_interpreter),
9363         (document_load), (ps_async_renderer_render_pixbuf):
9364         * ps/ps-document.h:
9365
9366         Big cleanup of the ps code
9367
9368 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9369
9370         * backend/Makefile.am:
9371         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9372         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9373         * backend/ev-async-renderer.h:
9374
9375         Add an async renderer interface (method + callback) which
9376         is useful for backends like ps.
9377
9378         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9379         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9380         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9381         (ev_job_queue_add_job), (move_job_async), (move_job),
9382         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9383
9384         Add queues for async renderer, these are executed on the
9385         main thread.
9386
9387         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9388         (ev_job_render_run):
9389         * backend/ev-jobs.h:
9390
9391         If the backend support async renderer interface use it.
9392
9393         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9394         (setup_pixmap), (ps_document_get_type),
9395         (ps_async_renderer_render_pixbuf),
9396         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9397
9398         Implement async renderer interface.
9399
9400 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9401
9402         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9403
9404         Cleanup links job on exit.
9405
9406 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9407
9408         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9409         (drag_data_get_cb), (drag_data_received_cb):
9410         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9411         (drag_data_get_cb), (parse_item_list),
9412         (egg_toolbar_editor_load_actions):
9413         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9414         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9415         (parse_item_list), (parse_toolbars):
9416         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9417         (dvi_pixbuf_put_pixel):
9418         
9419         Fix gcc 4.0 warnings
9420
9421 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9422
9423         * ps/ps-document.c: (start_interpreter):
9424
9425         Fix warning when loading ps
9426
9427 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9428
9429         * ps/ps-document.c: (output):
9430
9431         Fix crash when priting gs error messages.
9432
9433 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9434
9435         * backend/ev-page-cache.c: (_ev_page_cache_new):
9436         * backend/ev-page-cache.h:
9437
9438         Use a const to return title so that we dont double
9439         free it. Small cleanup and fix a leak.
9440
9441         * shell/ev-window.c: (update_window_title):
9442
9443         strdup value from get_title.
9444
9445 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9446
9447         * shell/ev-sidebar-links.c: (job_finished_callback),
9448         (ev_sidebar_links_set_document):
9449
9450         Cleanup the old job when changing document
9451
9452 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9453
9454         * shell/ev-stock-icons.c:
9455         * shell/ev-stock-icons.h:
9456         * shell/ev-window.c:
9457         
9458         Add stock icons for actions that can appear in toolbar. Fix for
9459         bug 306566.
9460
9461 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9462
9463         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9464         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9465         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9466         * backend/ev-page-cache.h:
9467         * shell/ev-view.c: (scroll_to_current_page),
9468         (view_update_range_and_current_page), (get_page_y_offset),
9469         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9470         (ev_view_size_request_continuous),
9471         (ev_view_zoom_for_size_continuous_and_dual_page),
9472         (ev_view_zoom_for_size_continuous):
9473         
9474         More compact EvView layout in document with pages of different size.
9475
9476 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9477
9478         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9479         compilation.
9480
9481 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9482
9483         * shell/ev-view.c: (view_set_adjustment_values):
9484         * shell/ev-window.c: (ev_window_cmd_file_properties):
9485         
9486         A bit different fix for rounding problem but it has no
9487         problems on startup. Make properties window transient to parent.
9488
9489 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9490
9491         * pdf/ev-poppler.cc:
9492         
9493         More commenting of font stuff.
9494
9495 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9496
9497         * pdf/ev-poppler.cc:
9498
9499         Comment out some more fonts stuff. Should really
9500         work without the poppler patch now.
9501
9502 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9503
9504         * pdf/ev-poppler.cc:
9505
9506         Adapt to api change
9507
9508 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9509
9510         * data/evince-properties.glade:
9511         * pdf/ev-poppler.cc:
9512         * shell/ev-properties.c: (setup_fonts_view):
9513
9514         Set the column title. Show the dialog only
9515         once everything is setup.
9516         Getting font info can be very slow... will
9517         prolly need to make this threaded too.
9518
9519 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9520
9521         * backend/Makefile.am:
9522         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9523         (ev_document_fonts_get_fonts_model):
9524         * backend/ev-document-fonts.h:
9525         * data/evince-properties.glade:
9526         * pdf/ev-poppler.cc:
9527         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9528         * shell/ev-properties.h:
9529         * shell/ev-window.c: (ev_window_cmd_file_properties):
9530
9531         Implement fonts list. Defined out for now, since it depends
9532         on a not yet committed poppler patch.
9533
9534 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9535
9536         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9537         page + 1.
9538
9539         * shell/ev-window.c: Make sure we add the timeout when we get a
9540         focus-in event.
9541
9542         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9543         adjustment->value before calculating the zoom factor to average
9544         out all of our rounding errors.  The page no longer 'drifts' when
9545         resizing.
9546
9547 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9548
9549         * data/evince-properties.glade:
9550         * shell/ev-properties.c: (ev_properties_format_date),
9551         (set_property):
9552         
9553         Labels don't expand when the dialogue is resized.
9554         strftime result needs to be converted to UTF-8. Thanks
9555         to Christian Persch <chpe@gnome.org>.
9556
9557 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9558
9559         * data/evince-properties.glade:
9560
9561         Hide the fonts tab
9562
9563 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9564
9565         * backend/ev-document-info.h:
9566         * backend/ev-document.c: (ev_document_info_free):
9567         * data/evince-properties.glade:
9568         * pdf/ev-poppler.cc:
9569         * ps/ps-document.c: (ps_document_get_info):
9570         * shell/ev-properties.c: (ev_properties_format_date),
9571         (set_property), (ev_properties_new):
9572         * shell/ev-properties.h:
9573         * shell/ev-window.c: (ev_window_cmd_file_properties):
9574
9575         Rework properties code to take only EvPropertyInfo
9576         in the constructor so that it can be useful for
9577         nautilus plugin too.
9578
9579         Deal with backends that doesnt support some properties.
9580         Make set property code generic.
9581
9582 2005-06-04  Christian Persch <chpe@gnome.org>
9583
9584         * data/evince-properties.glade:
9585
9586         fix spacings, make resizeable, and make data labels
9587         selectable + ellipsised
9588
9589 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9590
9591         * backend/ev-document-info.h:
9592         * data/Makefile.am:
9593         * data/evince-ui.xml:
9594         * pdf/ev-poppler.cc:
9595         * shell/Makefile.am:
9596         * shell/ev-window.c: (update_action_sensitivity),
9597         (ev_window_cmd_file_properties):
9598
9599         Initial go at file properties. Patch by
9600         Emil Soleyman-Zomalan <emil@soleyman.com>.
9601         Needs love see #169583
9602
9603 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9604
9605         * ps/ps-document.c: (output):
9606         * ps/ps.c: (psscan):
9607
9608         Try to render even if psscan fails.
9609
9610 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9611
9612         * ps/ps.c: (psscan), (pscopydoc):
9613
9614         Port buffered reading code from gv
9615
9616 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9617
9618         * ps/ps-document.c: (interpreter_message), (output):
9619
9620         Do not fail on interpreter messages
9621
9622 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9623
9624         * backend/ev-document-misc.c:
9625         (ev_document_misc_get_thumbnail_frame):
9626
9627         Pages can be 0 x 0, dont assert on this case
9628
9629 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9630
9631         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9632         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9633
9634         Correctly manage our reference on document. Finally the reload
9635         huge leak is gone...
9636
9637 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9638
9639         * ps/ps-document.c: (ps_document_dispose):
9640
9641         Forgot to chain it to the parent. Thanks chpe.
9642
9643 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9644
9645         * ps/ps-document.c: (ps_document_dispose),
9646         (ps_document_class_init), (stop_interpreter), (document_load):
9647
9648         Cleanup dispose a bit. Dont leak the whole pixmap.
9649
9650 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9651
9652         * pdf/ev-poppler.cc:
9653
9654         Release the poppler document on dispose
9655
9656 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9657
9658         * shell/ev-view.c: (ev_view_set_document):
9659
9660         Release ref on the pixbuf cache when changing
9661         document.
9662
9663 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9664
9665         * ps/ps-document.c: (ps_document_get_info):
9666
9667         Fix a double free
9668
9669 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9670
9671         * backend/ev-page-cache.c: (ev_page_cache_init),
9672         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9673         * backend/ev-page-cache.h:
9674         * shell/ev-page-action.c: (page_changed_cb):
9675         
9676         Set page action entry width depending on labels width. Fix
9677         for bug 305202.
9678
9679 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9680
9681         * backend/ev-link.c: (ev_link_class_init):
9682
9683         Allow -1 as page value (error)
9684
9685 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9686
9687         * shell/ev-sidebar-thumbnails.c:
9688         (ev_sidebar_thumbnails_set_document):
9689         * shell/ev-view.c: (scroll_to_current_page),
9690         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9691         (page_changed_cb), (on_adjustment_value_changed),
9692         (ev_view_set_document):
9693
9694         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9695         Fix bug 305377
9696
9697 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9698
9699         * configure.ac:
9700         * djvu/djvu-document.c: (djvu_document_get_page_size):
9701
9702         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9703         bug 301993.
9704
9705 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9706
9707         * shell/ev-view.c (draw_one_page): modify the expose handling to
9708         get the shadows.
9709
9710         * shell/ev-window.c (update_action_sensitivity): Respect
9711         permissions field.  Kowtow to the man.
9712
9713         * pdf/ev-poppler.cc: Get the permissions field.
9714
9715         * tiff/*c: Make a tiny bit more robust.
9716
9717 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9718
9719         * djvu/djvu-document.c:
9720         
9721         Pop messages from djvu context message queue.
9722
9723 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9724
9725         * configure.ac, Makefile.am, shell/Makefile.am:
9726         * tiff/Makefile.am, shell/ev-document-types.c:
9727         
9728         Cleanup tiff configure checks. Fix for bug 305218.
9729
9730 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9731
9732         * configure.ac: Added "uk" to ALL_LINGUAS.
9733
9734 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9735
9736         * cut-n-paste/zoom-control/ephy-zoom.c:
9737         (ephy_zoom_get_changed_zoom_level):
9738         * cut-n-paste/zoom-control/ephy-zoom.h:
9739         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9740         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9741         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9742         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9743         (zoom_control_changed_cb), (ev_window_init):
9744         
9745         Fix minor points related to moving best fit up. Introduce
9746         "zoom" property and make zoom control change it's value on
9747         notify::zoom signals. Fix for 305080.
9748
9749 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9750
9751         * data/evince-ui.xml:
9752         * shell/ev-window.c: (set_view_actions_sensitivity):
9753         
9754         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9755
9756 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9757
9758         * configure.ac:
9759
9760         Depends on poppler 0.3.2
9761
9762 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9763
9764         * cut-n-paste/recent-files/egg-recent-item.c:
9765         (egg_recent_item_get_short_name):
9766         * cut-n-paste/toolbar-editor/Makefile.am:
9767         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9768         (new_pixbuf_from_widget):
9769         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9770         * cut-n-paste/toolbar-editor/egg-marshal.c:
9771         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9772         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9773
9774         Sync
9775
9776 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9777
9778         * tiff/tiff-document.c: Rough TIFF backend.
9779
9780 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9781
9782         * NEWS:
9783         * configure.ac:
9784         * cut-n-paste/toolbar-editor/Makefile.am:
9785
9786         Release 0.3.1
9787
9788 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9789
9790         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9791         (ev_view_find_next), (ev_view_find_previous):
9792
9793         Remove the locks around get_n_results   
9794
9795 2005-05-21  Juerg Billeter  <j@bitron.ch>
9796
9797         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9798
9799         Pass correct number of pages to poppler.
9800
9801 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9802
9803         * configure.ac:
9804         * data/Makefile.am:
9805         * data/evince.desktop.in: 
9806         * data/evince.desktop.in.in:
9807         * po/POTFILES.in:
9808         
9809         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9810
9811 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9812
9813         * shell/ev-view.c: (view_update_adjustments),
9814         (view_set_adjustment_values): cast adjustmen->value to (int)
9815         before using it.  Otherwise, we get off by a pixel in some
9816         situations.
9817
9818         (draw_one_page): Draw the border on expose.
9819
9820 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9821
9822         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9823         adjustment when the mode changes, #304923
9824
9825 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9826
9827         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9828         flickering on resize but still use gdk_window_scroll on
9829         scrolling
9830
9831 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9832
9833         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9834         option, #170458
9835
9836 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9837
9838         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9839         second page on page_changed if possible, #304669
9840
9841 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9842
9843         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9844         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9845
9846 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9847
9848         * .cvsignore:
9849         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9850         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9851         (ev_view_zoom_for_size_presentation),
9852         (ev_view_zoom_for_size_continuous_and_dual_page),
9853         (ev_view_zoom_for_size_continuous),
9854         (ev_view_zoom_for_size_dual_page),
9855         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9856         * shell/ev-view.h:
9857         * shell/ev-window.c: (update_view_size),
9858         (ev_window_sizing_mode_changed_cb):
9859
9860         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9861         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9862         an infinite loop, #304769
9863
9864
9865 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9866
9867         * data/evince-ui.xml:
9868         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9869         * shell/ev-window.c: (set_view_actions_sensitivity):
9870
9871         Make PgUp/Down behave like Space
9872
9873 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9874
9875         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9876         * backend/ev-ps-exporter.h:
9877         * pdf/ev-poppler.cc:
9878         * ps/ps-document.c: (ps_document_ps_export_begin):
9879         * shell/ev-print-job.c: (idle_print_handler):
9880
9881         Adapt to new poppler api
9882
9883 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9884
9885         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9886         (ephy_zoom_control_init):
9887
9888         Translate zoom levels
9889
9890 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9891
9892         * cut-n-paste/zoom-control/ephy-zoom.c:
9893         (ephy_zoom_get_zoom_level_index):
9894
9895         Fix current zoom -> zoom control match
9896
9897 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9898
9899         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9900         rather than the scrolled_window that it's in. Fixes bug #304655.
9901
9902 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9903
9904         * shell/ev-view.c: (view_update_adjustments),
9905         (view_set_adjustment_values), (view_update_range_and_current_page),
9906         (view_scroll_to_page), (set_scroll_adjustment),
9907         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9908         (ev_view_scroll), (ev_view_scroll_view),
9909         (ensure_rectangle_is_visible), (find_page_at_location),
9910         (get_link_at_location), (go_to_link), (status_message_from_link),
9911         (ev_view_size_request_continuous_dual_page),
9912         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9913         (ev_view_unrealize), (ev_view_expose_event),
9914         (ev_view_button_press_event), (ev_view_motion_notify_event),
9915         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9916         (draw_rubberband), (highlight_find_results), (draw_one_page),
9917         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9918         (ev_view_init), (find_changed_cb), (page_changed_cb),
9919         (on_adjustment_value_changed), (ev_view_new),
9920         (ev_view_set_document), (ev_view_set_zoom),
9921         (ev_view_set_continuous), (ev_view_set_dual_page),
9922         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9923         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9924         (ev_view_zoom_for_size_presentation),
9925         (ev_view_zoom_for_size_continuous_dual_page),
9926         (ev_view_zoom_for_size_continuous),
9927         (ev_view_zoom_for_size_dual_page),
9928         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9929         (ev_view_get_status), (ev_view_set_status),
9930         (update_find_status_message), (ev_view_get_find_status),
9931         (ev_view_set_find_status), (jump_to_find_result),
9932         (jump_to_find_page), (compute_selections), (clear_selection),
9933         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9934         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9935         (ev_view_update_primary_selection),
9936         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9937         * shell/ev-view.h:
9938         * shell/ev-window.c: (ev_window_open_page_label),
9939         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9940         (ev_window_init):
9941         * shell/ev-window.h:
9942         * shell/main.c: (load_files):
9943
9944         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9945         when resizing.  Remove the bin_window().  Also, patch from James
9946         Bowes to fix command line page, #300641
9947         
9948 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9949
9950         * data/evince-ui.xml:
9951         * shell/ev-view.c:
9952         * shell/ev-view.h:
9953         * shell/ev-window.c: (update_action_sensitivity):
9954
9955         Get rid of View->Normal Size, it's just confusing
9956
9957 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9958
9959         * backend/ev-document-info.h:
9960         * backend/ev-document.c: (ev_document_info_free): Free the
9961         EvDocumentInfo.
9962
9963         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9964         (clear_range), (add_range), (update_visible_range),
9965         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9966         (ev_sidebar_thumbnails_set_document):
9967         * shell/ev-window.c: (ev_window_setup_document): Only render the
9968         visible thumbnails.  It takes an instant to render, but it uses
9969         much less memory.
9970
9971 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9972
9973         * shell/ev-sidebar-links.c: (popup_menu_cb):
9974
9975         Select first item
9976
9977 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9978
9979         * lib/Makefile.am:
9980         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9981         (button_press_cb), (ev_sidebar_links_construct):
9982
9983         Show the popup menu also on keybindings
9984
9985 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9986
9987         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9988         * shell/ev-window.h:
9989
9990         Expose api to print a range (with dialog). Make private _print use
9991         it.
9992
9993         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9994         (ev_sidebar_links_construct):
9995
9996         Show a print context menu on linkx, it prints the selected
9997         section.
9998
9999 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10000
10001         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10002         button.
10003
10004 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10005
10006         * AUTHORS:
10007
10008         Update
10009
10010         * shell/ev-window.c: (build_comments_string),
10011         (ev_window_cmd_help_about):
10012
10013         Show poppler version/backend and authors
10014
10015 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10016
10017         * cut-n-paste/zoom-control/ephy-zoom.c:
10018         (ephy_zoom_get_zoom_level_index):
10019         * cut-n-paste/zoom-control/ephy-zoom.h:
10020
10021         Move the best fit items at the top of the list
10022
10023 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10024
10025         * shell/ev-marshal.list:
10026         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10027         (activate_cb), (match_selected_cb), (activate_link_cb),
10028         (connect_proxy), (ev_page_action_class_init):
10029         * shell/ev-page-action.h:
10030
10031         Use signals to notify action activation. Hopefully
10032         I did not break completion since I cant test...
10033
10034         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10035         (register_custom_actions):
10036
10037         Connect to page selector actions and also grab focus on
10038         the view when activated.
10039
10040 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10041
10042         * pdf/ev-poppler.cc:
10043         * backend/ev-page-cache.c: make page size calculation consistent
10044         and set it to (int)( width * scale + 0.5).  This makes the weird
10045         line going through the middle of the page go away.
10046
10047         * shell/ev-view.c: move painting the background page after
10048         checking the expose area covers us.
10049
10050 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10051
10052         * data/evince-password.glade:
10053         
10054         Mark labels as not translatable. Fix for bug 302842.
10055
10056 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10057
10058         * configure.ac: Added "es" to ALL_LINGUAS.
10059
10060 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10061
10062         * data/evince-toolbar.xml:
10063         * shell/ev-window.c: (update_action_sensitivity),
10064         (ev_window_setup_document), (ev_window_set_page_mode),
10065         (ev_window_init):
10066
10067         Remove some leftover code from jrb first continous
10068         attempt. Use the new actions, we still need good icons
10069         though...
10070
10071 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10072
10073         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10074
10075         Update label when connecting proxy. Fix a warning with NULL
10076         page_cache.
10077
10078 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10079
10080         * data/evince-ui.xml:
10081         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10082         * shell/ev-page-action.h:
10083         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10084
10085         Add mnemonic for edit toolbar.
10086         ctrl+l focus the page entry.
10087
10088 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10089
10090         * lib/Makefile.am:
10091         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10092         (ev_window_init):
10093         * shell/main.c: (main):
10094
10095         Put the toolbar xml in evince own dot dir
10096
10097 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10098
10099         * shell/ev-window.c: (ev_window_init):
10100
10101         Make the toolbar not removable
10102
10103 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10104
10105         * data/evince-ui.xml:
10106         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10107         * shell/ev-sidebar-links.h:
10108         * shell/ev-sidebar-thumbnails.c:
10109         (ev_sidebar_thumbnails_get_treeview):
10110         * shell/ev-sidebar-thumbnails.h:
10111         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10112         (ev_view_class_init):
10113         * shell/ev-view.h:
10114         * shell/ev-window.c: (update_action_sensitivity),
10115         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10116         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10117         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10118         (ev_window_init):
10119
10120         This is evil... Make space/backspace global accelerators but
10121         enable them only for some widgets (sidebars and view).
10122         I dont like it, but I dont know a better way... :/
10123
10124 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10125
10126         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10127         (ev_page_action_widget_finalize),
10128         (ev_page_action_widget_class_init), (update_page_cache):
10129
10130         Keep a weak reference on proxy->page_cache so that we
10131         dont try to disconnect the signal if the object is already
10132         gone. Maybe there is a better way to cleanup reference handling
10133         in page action though...
10134
10135 2005-05-10  Juerg Billeter  <j@bitron.ch>
10136
10137         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10138         * backend/ev-ps-exporter.h:
10139         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10140         * ps/ps-document.c: (ps_document_ps_export_begin):
10141         
10142         Change api to pass print range to ps_exporter_begin. The pdf backend
10143         requires this information.
10144         
10145         * shell/ev-print-job.c: (idle_print_handler):
10146         
10147         Adapt to api change
10148
10149 2005-05-10  Juerg Billeter  <j@bitron.ch>
10150
10151         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10152         (idle_print_handler)
10153         * shell/ev-window.c: (ev_window_print):
10154
10155         Support printing page range, based on patch by Amaury Jacquot
10156
10157 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10158
10159         * data/evince-toolbar.xml:
10160
10161         Add zoom control to available items
10162
10163 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10164
10165         * shell/ev-window.c: (update_action_sensitivity):
10166
10167         Set slash action insensitive when appropriate
10168
10169 2005-05-10  Christian Persch <chpe@gnome.org>
10170
10171         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10172
10173         Fix warning on the overflow menu
10174
10175 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10176
10177         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10178
10179         Check for uri correctness/existence
10180
10181 2005-05-09  Juerg Billeter  <j@bitron.ch>
10182
10183         * shell/ev-window.c: (using_postscript_printer):
10184
10185         LPD printers use postscript, too
10186
10187 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10188
10189         * shell/ev-window.c: (register_custom_actions):
10190
10191         The zoom one is actually sort of useful,
10192         put it back
10193
10194 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10195
10196         * shell/ev-window.c: (register_custom_actions):
10197
10198         Hide page/zoom controls from overflow, they
10199         are useless.
10200
10201 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10202
10203         * cut-n-paste/update-from-egg.sh:
10204         
10205         Share it between all cut-n-paste subdirs
10206
10207         * cut-n-paste/recent-files/Makefile.am:
10208
10209         Fix to use "global" update-from-egg.sh
10210
10211         * cut-n-paste/recent-files/egg-recent-model.c:
10212         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10213         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10214         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10215         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10216
10217         Update from libegg
10218
10219         * cut-n-paste/toolbar-editor/Makefile.am:
10220
10221         Fix to use "global" update-from-egg.sh
10222
10223         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10224
10225         Update from libegg
10226
10227 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10228
10229         * configure.ac:
10230         * cut-n-paste/Makefile.am:
10231         * cut-n-paste/recent-files/Makefile.am:
10232         * cut-n-paste/toolbar-editor/.cvsignore:
10233         * cut-n-paste/toolbar-editor/Makefile.am:
10234         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10235         (egg_editable_toolbar_get_type), (get_toolbar_position),
10236         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10237         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10238         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10239         (set_item_drag_source), (create_item_from_action), (create_item),
10240         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10241         (popup_toolbar_context_menu_cb), (free_dragged_item),
10242         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10243         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10244         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10245         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10246         (item_added_cb), (item_removed_cb),
10247         (egg_editable_toolbar_construct),
10248         (egg_editable_toolbar_disconnect_model),
10249         (egg_editable_toolbar_deconstruct),
10250         (egg_editable_toolbar_set_model),
10251         (egg_editable_toolbar_set_ui_manager),
10252         (egg_editable_toolbar_set_property),
10253         (egg_editable_toolbar_get_property),
10254         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10255         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10256         (egg_editable_toolbar_new_with_model),
10257         (egg_editable_toolbar_get_edit_mode),
10258         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10259         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10260         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10261         (new_pixbuf_from_widget), (new_separator_pixbuf),
10262         (update_separator_image), (style_set_cb),
10263         (_egg_editable_toolbar_new_separator_image),
10264         (egg_editable_toolbar_get_model):
10265         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10266         * cut-n-paste/toolbar-editor/egg-marshal.c:
10267         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10268         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10269         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10270         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10271         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10272         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10273         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10274         (editor_drag_data_delete_cb), (drag_data_get_cb),
10275         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10276         (editor_create_item), (update_editor_sheet), (setup_editor),
10277         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10278         (parse_item_list), (model_has_action), (update_actions_list),
10279         (egg_toolbar_editor_load_actions):
10280         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10281         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10282         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10283         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10284         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10285         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10286         (egg_toolbars_model_add_separator), (impl_add_item),
10287         (parse_item_list), (egg_toolbars_model_add_toolbar),
10288         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10289         (impl_get_item_data), (impl_get_item_type),
10290         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10291         (egg_toolbars_model_init), (free_toolbar),
10292         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10293         (egg_toolbars_model_remove_toolbar),
10294         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10295         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10296         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10297         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10298         (egg_toolbars_model_get_item_data),
10299         (egg_toolbars_model_get_item_type):
10300         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10301         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10302         * data/Makefile.am:
10303         * data/evince-toolbar.xml:
10304         * data/evince-ui.xml:
10305         * data/hand-open.png:
10306         * po/POTFILES.in:
10307         * shell/Makefile.am:
10308         * shell/ev-window.c: (update_chrome_visibility),
10309         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10310         (ev_window_dispose), (ev_window_init):
10311
10312         Implement epiphany like toolbar editor. Based on patch by
10313         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10314
10315 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10316
10317         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10318
10319         Use set_cursor instead of set_selection, so that
10320         the keyboard focus moves too.
10321
10322 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10323
10324         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10325
10326         Fix infinite loop when loading Type1 fonts
10327
10328 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10329
10330         * data/evince-ui.xml:
10331         * shell/ev-window.c:
10332
10333         Slash -> Find
10334
10335 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10336
10337         * configure.ac:
10338
10339         Make --disable really disable
10340
10341 2005-05-07  Juerg Billeter  <j@bitron.ch>
10342
10343         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10344
10345         Compare page labels even without has_labels set, fixes setting page
10346         with entry
10347
10348 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10349
10350         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10351         (ev_view_set_cursor), (ev_view_button_press_event),
10352         (ev_view_motion_notify_event), (ev_view_button_release_event),
10353         (ev_view_init):
10354
10355         Implement middle button scrolling. Based on a patch
10356         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10357
10358 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10359
10360         * shell/ev-document-types.c: (get_slow_mime_type),
10361         (get_document_type_from_mime), (ev_document_type_lookup):
10362         * shell/ev-document-types.h:
10363
10364         Change api to lookup from uri. Do fast lookup first, if the
10365         type is unknown try with data sniffing.
10366
10367         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10368         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10369
10370         Adapt to api change
10371
10372 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10373
10374         * thumbnailer/Makefile.am:
10375
10376         Fix distcheck
10377
10378 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10379
10380         * NEWS:
10381         * configure.ac:
10382
10383         Release 0.3.0
10384
10385         * data/evince-ui.xml:
10386
10387         Hide presentation mode for now
10388
10389         * shell/ev-view.c: (highlight_find_results):
10390
10391         Show current find selection only on current page
10392
10393 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10394
10395         * shell/ev-view.c: (ev_view_select_all):
10396
10397         Compute size of the actual page, not of
10398         the current one.
10399
10400 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10401
10402         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10403         (view_rect_to_doc_rect), (compute_selections),
10404         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10405         (ev_view_copy), (ev_view_primary_get_cb),
10406         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10407         (ev_view_button_press_event), (ev_view_motion_notify_event),
10408         (ev_view_button_release_event), (page_changed_cb):
10409
10410         Fix text selection
10411
10412 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10413
10414         * shell/ev-view.c: (compute_border), (get_page_extents),
10415         (doc_rect_to_view_rect), (highlight_find_results),
10416         (ev_view_bin_expose), (ev_view_select_all),
10417         (ev_view_motion_notify_event), (update_find_status_message),
10418         (jump_to_find_result), (jump_to_find_page):
10419
10420         First go at fixing search, still buggy
10421
10422 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10423
10424         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10425         dropdown box and button at the top of the sidebar.
10426
10427 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10428
10429         * configure.ac: Output zoom-control Makefile.
10430         * cut-n-paste/Makefile.am: build zoom-control subdir.
10431         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10432         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10433         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10434         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10435         * cut-n-paste/zoom-control/ephy-zoom.c:
10436         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10437         from epiphany, and modified to add a separator into the menu.
10438         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10439         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10440         zoom-control action.
10441         * shell/Makefile.am: Include zoom-control flags.
10442         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10443         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10444         (ev_view_zoom_for_size_presentation),
10445         (ev_view_zoom_for_size_continuous_and_dual_page),
10446         (ev_view_zoom_for_size_continuous),
10447         (ev_view_zoom_for_size_dual_page),
10448         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10449         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10450         ev_view_get_zoom and ev_view_get_sizing_mode.
10451         * shell/ev-view.h:
10452         * shell/ev-window.c: (update_action_sensitivity),
10453         (update_sizing_buttons), (zoom_control_changed_cb),
10454         (register_custom_actions): Initialize and use the zoom-control 
10455         widget.
10456
10457 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10458
10459         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10460         preview cache back to 1.  Don't know when it got set to 0.
10461         
10462         * shell/ev-view.c: (compute_border), (ev_view_realize),
10463         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10464         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10465         (ev_view_get_fullscreen), (ev_view_set_presentation),
10466         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10467         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10468         * shell/ev-view.h:
10469         * shell/ev-window.c:
10470         (update_chrome_visibility),
10471         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10472         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10473         (update_document_mode), (ev_window_update_fullscreen_action),
10474         (ev_window_fullscreen), (ev_window_unfullscreen),
10475         (ev_window_cmd_view_fullscreen),
10476         (ev_window_update_presentation_action),
10477         (ev_window_run_presentation), (ev_window_stop_presentation),
10478         (ev_window_cmd_view_presentation), (ev_window_state_event),
10479         (ev_window_focus_in_event), (ev_window_focus_out_event),
10480         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10481         * data/evince-ui.xml: Initial presentation mode.  We should
10482         probably hide this until it's done, as it's quite rough.  Also,
10483         change full-screen to fullscreen and add two getters to EvView.
10484
10485 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10486
10487         * shell/ev-page-action.c: (update_page_cache),
10488         (ev_page_action_dispose):
10489         * shell/ev-window.c: (destroy_fullscreen_popup),
10490         (ev_window_create_fullscreen_popup):
10491
10492         Use connect_object rather than explicitly
10493         disconnect on dispose.
10494
10495 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10496
10497         * shell/ev-page-action.c: (update_page_cache),
10498         (ev_page_action_dispose):
10499
10500 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10501
10502         * backend/ev-page-cache.c: (_ev_page_cache_new),
10503         (ev_page_cache_set_page_label),
10504         (ev_page_cache_has_nonnumeric_page_labels):
10505         * backend/ev-page-cache.h:
10506         * shell/ev-page-action.c: (update_pages_label):
10507         
10508         If all page labels are numeric, fallback to default
10509         way to display number of pages. See bug 173185.
10510
10511 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10512
10513         * shell/ev-page-action.c: (ev_page_action_dispose):
10514         * shell/ev-view.c: (view_update_range_and_current_page):
10515         * shell/ev-window.c: (ev_window_dispose):
10516         
10517         Set page on scroll in continuous mode. Fixes bug 301986.
10518         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10519
10520 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10521
10522         * configure.ac:
10523
10524         Require poppler 0.3.0
10525
10526 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10527         
10528         * shell/Makefile.am, configure.ac: Fix build problems
10529         with t1lib. Bug 301996.
10530
10531 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10532
10533         * shell/ev-view.c: (ev_view_scroll_event):
10534         
10535         Scroll up increase zoom
10536
10537 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10538
10539         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10540         (ev_view_set_sizing_mode),
10541         (ev_view_zoom_for_size_continuous_and_dual_page),
10542         (ev_view_zoom_for_size_continuous):
10543         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10544         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10545         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10546         (ev_window_init):
10547
10548         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10549         Fix for 165473 and 165472.
10550
10551 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10552
10553         * po/POTFILES.in:
10554         * thumbnailer/Makefile.am:
10555         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10556         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10557         * thumbnailer/evince-thumbnailer.schemas.in:
10558         
10559         Make thumbnailer schemas translatable. Fix for bug 301773
10560         
10561         * thumbnailer/evince-thumbnailer-djvu.schemas:
10562         * thumbnailer/evince-thumbnailer-dvi.schemas:
10563         * thumbnailer/evince-thumbnailer.schemas:
10564
10565         Removed files
10566
10567 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10568
10569         * shell/ev-view.c (ev_view_init): forgot to set this.
10570
10571 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10572
10573         * shell/ev-view.c: (find_page_at_location),
10574         (get_link_at_location),
10575         (ev_view_set_show_border), (ev_view_set_spacing),
10576         (ev_view_zoom_for_size_continuous_and_dual_page),
10577         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10578         Also, add a quick fix measuring of widths.  Also, removed
10579         ev_view_set_spacing and ev_view_set_show_border.
10580         
10581         * shell/ev-window.c: (ev_window_unfullscreen),
10582         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10583
10584 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10585
10586         * shell/ev-view.c: (view_update_range_and_current_page),
10587         (page_changed_cb):
10588         
10589         Fix crash on exit and scrolling to page in continuous view.
10590
10591 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10592
10593         * TODO:
10594         * backend/ev-page-cache.c: (_ev_page_cache_new),
10595         (ev_page_cache_get_max_width_size),
10596         (ev_page_cache_get_max_height_size):
10597         * backend/ev-page-cache.h:
10598         * data/evince-ui.xml:
10599         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10600         * shell/ev-view.c: (view_update_adjustments),
10601         (view_update_range_and_current_page), (get_bounding_box_size),
10602         (ev_view_size_request_continuous_and_dual_page),
10603         (ev_view_size_request_continuous),
10604         (ev_view_size_request_dual_page),
10605         (ev_view_size_request_single_page), (ev_view_size_request),
10606         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10607         (ev_view_bin_expose), (ev_view_expose_event),
10608         (ev_view_set_property), (ev_view_get_property),
10609         (ev_view_class_init), (ev_view_init), (ev_view_new),
10610         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10611         (ev_view_set_dual_page), (ev_view_set_full_screen),
10612         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10613         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10614         (ev_view_zoom_out), (zoom_for_size_fit_width),
10615         (zoom_for_size_best_fit),
10616         (ev_view_zoom_for_size_continuous_and_dual_page),
10617         (ev_view_zoom_for_size_continuous),
10618         (ev_view_zoom_for_size_dual_page),
10619         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10620         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10621         * shell/ev-view.h:
10622         * shell/ev-window.c: (update_action_sensitivity),
10623         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10624         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10625         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10626         (ev_window_cmd_view_zoom_out), (update_view_size),
10627         (ev_window_set_sizing_mode), (ev_window_init):
10628
10629         Add Continuous and Dual page modes.
10630
10631 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10632
10633         * dvi/dvi-document.c: (dvi_document_load),
10634         (dvi_document_thumbnails_get_thumbnail),
10635         (dvi_document_init_params): Fix up some mixups between
10636         width and height to correct thumbnail rendering.
10637
10638 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10639
10640         * dvi/mdvi-lib/private.h:
10641         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10642         
10643         Suppess output for kpathsea during font generation. Thanks to
10644         James Bowes
10645
10646 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10647
10648         * NEWS:
10649         * configure.ac:
10650
10651         Release 0.2.1
10652
10653         * Makefile.am: fix distcheck.
10654
10655 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10656
10657         * shell/ev-sidebar-links.c: (selection_changed_callback),
10658         (update_page_callback), (row_activated_callback),
10659         (job_finished_callback), (ev_sidebar_links_set_document):
10660         
10661         Fix for bug #169901. Double click on links expands tree.
10662
10663 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10664
10665         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10666         hard-coded style. Fix for bug 170111
10667
10668 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10669
10670         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10671         locking.
10672
10673 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10674
10675         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10676
10677 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10678
10679         * pdf/ev-poppler.cc:
10680         * shell/ev-view.c: (highlight_find_results):
10681
10682         Fix find on single page documents
10683
10684 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10685
10686         * data/evince.schemas.in: fix for bug 301390
10687
10688 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10689
10690         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10691         (ev_view_zoom_out), (ev_view_zoom_normal):
10692         * shell/ev-view.h:
10693         * shell/ev-window.c: (update_action_sensitivity),
10694         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10695         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10696         (ev_window_cmd_view_normal_size):
10697
10698         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10699         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10700         better than oom. 
10701
10702 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10703
10704         * configure.ac:
10705
10706         Depend on 2.57, 2.59 doesnt seem to be necessary
10707
10708 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10709
10710         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10711         (create_tool_item):
10712
10713         Put back total number of pages as (1 of 1234)
10714
10715 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10716
10717         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10718         remove the job.
10719
10720         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10721         function.  This helps debugging.
10722
10723 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10724
10725         * djvu/djvu-document.c: (djvu_document_class_init),
10726         (djvu_document_get_info), (djvu_document_document_iface_init):
10727         * dvi/dvi-document.c: (dvi_document_class_init),
10728         (dvi_document_get_info), (dvi_document_document_iface_init):
10729
10730         Dummy implementation of get_info method for dvi and
10731         djvu. Fix crashes with those backends
10732
10733 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10734
10735         * data/evince.desktop.in:
10736
10737         Add application/x-gzpostscript
10738
10739 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10740
10741         * data/evince.schemas.in: Added real long descriptions, 
10742         closes bug 172496 
10743
10744         * README: Added actual text, closes bug 171869
10745
10746 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10747
10748         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10749
10750         Thumbnail page 0
10751
10752 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10753
10754         * backend/ev-document-info.h:
10755
10756         s/GDate */GDate so we can just use g_free
10757
10758 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10759
10760         * shell/ev-window.c: (update_document_mode),
10761         (ev_window_setup_document):
10762
10763         Show the window in fullscreen when specified by
10764         the document
10765
10766 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10767
10768         * backend/ev-document.c: (ev_document_class_init),
10769         (ev_document_get_info), (ev_document_render_pixbuf):
10770         * backend/ev-document.h:
10771         * backend/ev-page-cache.c: (_ev_page_cache_new):
10772         * pdf/ev-poppler.cc:
10773         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10774         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10775         * ps/ps-document.c: (ps_document_class_init), (document_load),
10776         (ps_document_get_info), (ps_document_document_iface_init):
10777
10778         Remove get_title from the interface, we can just use document info
10779
10780 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10781
10782         * backend/Makefile.am:
10783         * backend/ev-document.c: (ev_document_render_get_info):
10784         * backend/ev-document.h:
10785         * pdf/ev-poppler.cc:
10786
10787         Initial support for document info. Based on jrb patch.
10788
10789 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10790
10791         * shell/ev-window.c: (ev_window_state_event),
10792         (ev_window_class_init), (ev_window_init):
10793         
10794         Doesn't show resize grip when maximized. See bug #301053
10795
10796 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10797
10798         * po/POTFILES.in:
10799         
10800         ev-sidebar-thumbnails now has translatable labels
10801         
10802         * shell/Makefile.am:
10803         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10804         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10805         (ev_sidebar_links_page_iface_init):
10806         * shell/ev-sidebar-links.h:
10807         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10808         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10809         (ev_sidebar_page_get_label):
10810         * shell/ev-sidebar-page.h:
10811         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10812         (ev_sidebar_thumbnails_set_document),
10813         (ev_sidebar_thumbnails_support_document),
10814         (ev_sidebar_thumbnails_get_label),
10815         (ev_sidebar_thumbnails_page_iface_init):
10816         * shell/ev-sidebar-thumbnails.h:
10817         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10818         (ev_sidebar_set_document):
10819         * shell/ev-sidebar.h:
10820         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10821         
10822         Small rework of sidebar code. Now sidebar pages should implement
10823         EvSidebarPage interface. That makes page management in EvSidebar
10824         easier. See bug #164811 for details
10825
10826 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10827
10828         * shell/ev-application.c: (ev_application_open):
10829         * shell/ev-document-types.c:
10830         
10831         Fix build error and small problem with application exit
10832
10833 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10834
10835         * thumbnailer/Makefile.am:
10836         * thumbnailer/evince-thumbnailer-djvu.schemas:
10837         * thumbnailer/evince-thumbnailer-dvi.schemas:
10838         
10839         Conditionally install schemas for djvu/dvi thumbnailer
10840
10841 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10842
10843         * shell/ev-document-types.h: 
10844         * shell/ev-document-types.c: 
10845         New files, handling the mapping from mimetypes to backends
10846         
10847         * shell/ev-window.c: 
10848         * thumbnailer/evince-thumbnailer.c:     
10849         Use the ev-document-types code
10850         
10851         * shell/Makefile.am: 
10852         Added new convenience library libevbackendfactory_la, containing
10853         the new mimetype->backend logic; moved the backends into it.
10854
10855         * thumbnailer/Makefile.am:
10856         Make the thumbnailer link with the libevbackend.la convenience
10857         library, rather than having a duplicate of the backend logic here.
10858
10859 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10860
10861         * shell/ev-stock-icons.c: constify some vars.
10862         * shell/ev-window.c: ditto.
10863
10864 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10865
10866         * ps/ps-document.c (get_page_orientation):
10867
10868         Respect document orientation 
10869
10870 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10871
10872         * djvu/Makefile.am:
10873         * dvi/Makefile.am:
10874         * shell/Makefile.am:
10875         
10876         Move library dependencies to components.
10877         
10878         * shell/ev-window.c: (update_window_title),
10879         (start_loading_document):
10880         
10881         Fix display of uris with spaces. Bug 168358.
10882
10883 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10884
10885         * shell/ev-sidebar-links.c: (selection_changed_cb):
10886         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10887         (ev_view_button_release_event), (ev_view_set_document):
10888         * shell/ev-view.h:
10889         * shell/ev-window.c: (find_bar_search_changed_cb):
10890         * shell/ev-window.h: Minor cleanups removing some dead code.
10891
10892 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10893
10894         * backend/ev-page-cache.c: (_ev_page_cache_new):
10895         
10896         Set current page to 0 if document has pages.
10897
10898 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10899
10900         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10901
10902         Initialize GError to NULL, fix a crash when loading fails.
10903
10904 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10905
10906         * shell/ev-window.c: (update_view_size):
10907
10908         Calculate shadow size only when there is actually
10909         a shadow.
10910
10911 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10912
10913         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10914         * shell/ev-view.h:
10915
10916         Allow setting view spacing, default to 0
10917
10918         * shell/ev-window.c: (ev_window_unfullscreen),
10919         (ev_window_cmd_view_fullscreen), (ev_window_init):
10920
10921         Remove spacing in fullscreen mode
10922
10923 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10924
10925         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10926         (ev_view_size_request), (expose_bin_window),
10927         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10928         * shell/ev-view.h:
10929         * shell/ev-window.c: (ev_window_unfullscreen),
10930         (ev_window_cmd_view_fullscreen):
10931
10932         Do not draw the border in fulscreen
10933
10934 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10935
10936         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10937         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10938         (find_page_at_location), (page_changed_cb):
10939
10940         Rework border calculation, so that I can more easily disable it.
10941         Code somewhat cleaner too.
10942
10943 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10944
10945         * backend/ev-page-cache.c: (ev_page_cache_init),
10946         (_ev_page_cache_new):
10947
10948         Remove some assertions, documents can have 0 pages.
10949         Make initial current page -1.
10950
10951         * shell/ev-page-action.c: (page_changed_cb):
10952
10953         Show "" if current page is -1
10954
10955         * shell/ev-window.c: (update_action_sensitivity),
10956         (ev_window_setup_document):
10957
10958         When document has 0 pages do not set the view
10959         and make nearly everything insensitive.
10960
10961 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10962
10963         * shell/ev-page-view.c:
10964         * shell/ev-page-view.h:
10965
10966         Remove unused files.
10967         
10968         * shell/ev-sidebar-thumbnails.c:
10969         (ev_sidebar_thumbnails_set_document):
10970         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10971         (ev_sidebar_supports_document):
10972         * shell/ev-sidebar.h:
10973         * shell/ev-window.c: (ev_window_setup_document):
10974         
10975         Doesn't show thumbnails if document has 1 page. Make
10976         sidebar menu entries sensitive only if if they have 
10977         sense. Fix bug 164811. 
10978
10979 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10980
10981         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10982         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10983         (ev_view_zoom_out), (ev_view_set_size):
10984
10985         Rework sizing to deal with documents with not uniform page
10986         size.
10987
10988 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10989
10990         * backend/ev-page-cache.c: (_ev_page_cache_new):
10991
10992         Fix several page size caching bugs
10993
10994 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10995
10996         * shell/ev-window.c: (set_action_properties):
10997
10998         Make all toolbar items translatable
10999
11000 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11001
11002         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11003         (save_page_list), (ps_document_save),
11004         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11005         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11006         (ps_document_ps_exporter_iface_init):
11007         * ps/ps-document.h:
11008
11009         Based on a patch by J�rg Billeter <j@bitron.ch>
11010         
11011         Implement print and save a copy for the ps backend.
11012
11013 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11014
11015         * backend/ev-document.h:
11016         * djvu/djvu-document.c: (djvu_document_can_get_text),
11017         (djvu_document_document_iface_init):
11018         * dvi/dvi-document.c: (dvi_document_can_get_text),
11019         (dvi_document_document_iface_init):
11020         * pdf/ev-poppler.cc:
11021         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11022         (pixbuf_document_document_iface_init):
11023         * ps/ps-document.c: (ps_document_can_get_text),
11024         (ps_document_document_iface_init):
11025         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11026         * shell/ev-window.c: (update_action_sensitivity):
11027
11028         Fix the crash when trying to copy in backends that doesnt
11029         support it. We can implement a better solution once we
11030         do real text selection.
11031
11032 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11033
11034         * data/evince-ui.xml:
11035         * shell/ev-window.c: (ev_window_cmd_escape):
11036         
11037         Work around the Escape conflict (find bar and unfullscreen)
11038
11039 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11040
11041         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11042         
11043         Fix for #300233. Next page correctly handles document end.
11044         
11045         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11046         (ev_sidebar_thumbnails_class_init),
11047         (ev_sidebar_thumbnails_set_document),
11048         (ev_sidebar_thumbnails_clear_job),
11049         (ev_sidebar_thumbnails_clear_model):
11050         
11051         Cleanup thumbnail jobs on document changes.
11052         
11053         * shell/ev-view.c: (add_scroll_binding_keypad),
11054         (add_scroll_binding_shifted), (ev_view_class_init):
11055         
11056         Shift + Space scrolls up. Fix for #173184
11057         
11058         * shell/ev-window.c: (ev_window_open_page),
11059         (ev_window_cmd_view_reload):
11060         
11061         Fix reload (Bug #300094)
11062
11063 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11064
11065         
11066         * dvi/mdvi-lib/assoc.c:
11067         * dvi/mdvi-lib/assoc.h: Removed garbage files
11068         
11069         * dvi/mdvi-lib/bitmap.c:
11070         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11071         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11072         * dvi/mdvi-lib/color.h: Antialias of rules
11073         
11074         * dvi/mdvi-lib/common.h:
11075         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11076         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11077         * dvi/mdvi-lib/files.c:
11078         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11079         * dvi/mdvi-lib/mdvi.h:
11080         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11081         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11082         * dvi/mdvi-lib/util.c: Fix compile warnings
11083         
11084         * dvi/dvi-document.c:
11085         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11086         (dvi_document_thumbnails_get_thumbnail),
11087         (dvi_document_document_thumbnails_iface_init):
11088         * dvi/mdvi-lib/Makefile.am:
11089         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11090         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11091         
11092         Dvi backend now renders thumbnails
11093
11094 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11095
11096         * shell/main.c: (main): 
11097         
11098         Save accelerators on exit. Fixes bug #172095.
11099
11100 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11101
11102         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11103         update priority" comment.
11104
11105         * backend/ev-job-queue.c: Give a way to change priority.
11106
11107 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11108
11109         * shell/ev-page-action.c: Fix logic.
11110
11111 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11112
11113         * shell/ev-view.c: (ev_view_can_find_next):
11114         * shell/ev-window.c: (ev_window_setup_document):
11115
11116         Check that the document supports find
11117
11118 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11119
11120         * data/evince-ui.xml:
11121         * shell/ev-view.c: (ev_view_can_find_next):
11122         * shell/ev-view.h:
11123         * shell/ev-window.c: (update_action_sensitivity),
11124         (find_changed_cb), (ev_window_setup_document),
11125         (ev_window_cmd_edit_find_next):
11126
11127         Add Edit->Find Next
11128
11129 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11130
11131         * pdf/ev-poppler.cc:
11132         * shell/ev-print-job.c: (idle_print_handler):
11133
11134         Make printing work again
11135
11136 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11137
11138         * shell/ev-page-action.h:
11139         * shell/ev-page-action.c: (ev_page_action_widget_init),
11140         (ev_page_action_widget_class_init), (page_changed_cb),
11141         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11142         (get_filter_model_from_model), (match_selected_cb),
11143         (display_completion_text), (match_completion), (update_model),
11144         (connect_proxy), (ev_page_action_set_property),
11145         (ev_page_action_get_property), (ev_page_action_set_document),
11146         (ev_page_action_set_model), (ev_page_action_class_init): Big
11147         reworking to make completions work iff we have >= GTK-2.7.0
11148                 
11149         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11150         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11151         (job_finished_cb): We now have a 'model' property that is set when
11152         the links are loaded.  This can be caught with "notify::model"
11153
11154         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11155         listen for the model to be set, and propagate it to the action.
11156
11157 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11158
11159         * cut-n-paste/recent-files/egg-recent-item.c:
11160         (egg_recent_item_set_uri), (make_valid_utf8),
11161         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11162         * cut-n-paste/recent-files/egg-recent-item.h:
11163         
11164         Update egg-recent from libegg. This should fix long
11165         startup problem. For details see
11166         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11167
11168 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11169
11170         * cut-n-paste/recent-files/Makefile.am:
11171         * data/evince-ui.xml, shell/Makefile.am:
11172         * shell/ev-application.c, shell/ev-application.h:
11173         * shell/ev-window.c: Recent files support.
11174         
11175         * configure.ac: Added "ru" to ALL_LINGUAS.
11176         
11177         * dvju: new backend to support DJVU files.
11178         * dvi: new backend to support DVI.
11179
11180         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11181         * ev-application.c: Support for new backends.
11182         
11183         * help, ev-window.c, main.c shell/Makefile.am: 
11184         Evince user documentation.
11185
11186 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11187
11188         * po/POTFILES.in:
11189         * shell/ev-window.c:
11190         * thumbnailer/evince-thumbnailer.c:
11191
11192         s/pdf-document/ev-poppler
11193
11194 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11195
11196         * NEWS:
11197         * configure.ac:
11198
11199         Release 0.2.0
11200
11201         * ps/ps-document.c: (setup_pixmap):
11202
11203         Remove debug code
11204
11205 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11206
11207         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11208         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11209         (ev_window_cmd_go_first_page): Fix of by one errors.
11210
11211 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11212
11213         * ps/ps-document.c: (get_page_box):
11214
11215         Fix page size calculation
11216
11217 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11218
11219         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11220         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11221         (get_page_orientation), (setup_page), (document_load),
11222         (ps_document_get_page_size), (render_pixbuf_idle):
11223         * ps/ps-document.h:
11224
11225         More refactoring to adapt to EvDocument changes
11226
11227 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11228
11229         * ps/ps-document.c: (start_interpreter):
11230
11231         Actually add alpha args
11232
11233 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11234
11235         * pdf/ev-poppler.cc:
11236
11237         Make clipboard work again
11238
11239 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11240
11241         Make searching work again.
11242         
11243         * backend/ev-document.c:
11244         * backend/ev-document.h:
11245         * backend/ev-document-find.c:
11246         * backend/ev-document-find.h: Change EvDocumentIface so we no
11247         longer store the current page or zoom level in the document.  The
11248         consequence is that all calls that operate on the current page now
11249         instead take the page number as an extra argument, and all
11250         coordinates are now doubles in document coordinate system.
11251
11252         * pdf/ev-poppler.cc:
11253         * pixbuf/pixbuf-document.c:
11254         * ps/ps-document.c: Update backends accordingly.
11255
11256 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11257
11258         * autogen.sh:
11259
11260         Add required gettext version
11261
11262 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11263
11264         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11265         make F1 bring up non-existent help.
11266
11267         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11268         epiphany's find bar, #167477
11269
11270         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11271         <emil@nishra.com> to add space-bar scrolling, 
11272
11273         * shell/ev-window.c (static GtkActionEntry entries): add default
11274         keybinding for Help (F1)
11275         Fixes #171068
11276
11277         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11278         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11279         170110
11280
11281 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11282
11283         * Makefile.am: 
11284         * pixbuf/pixbuf-document.c: 
11285
11286         Got pixbuf backend working again
11287
11288 2005-04-01  Steve Murphy  <murf@e-tools.com>
11289
11290         * configure.in: Added "rw" to ALL_LINGUAS.
11291
11292 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11293
11294         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11295         model types, noticed by Martin Kretzschmar.
11296
11297 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11298
11299         * pdf/ev-poppler.cc: Implement search based on
11300         poppler_page_find_text().  Currently a bit crude since we remember
11301         all matches from all pages.  Also, we grab the big document lock
11302         when we search since searching changes the underlying stream and
11303         thus conflicts with the rendering thread.
11304         
11305         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11306         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11307         (ev_view_find_previous): Fix some page indexes to be 0 based,
11308         offset rubber band by view offset,
11309
11310 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11311
11312         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11313
11314 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11315
11316         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11317         completely because I didn't understand GtkActions.  I should
11318         read Marco's code more carefully in the future.
11319
11320         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11321         function
11322
11323 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11324
11325         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11326         PopplerRectangle change from poppler CVS.
11327
11328 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11329
11330         * backend/ev-document.c: (ev_document_get_page_label):
11331         * backend/ev-document.h:
11332         * backend/ev-page-cache.c: (_ev_page_cache_new),
11333         (ev_page_cache_get_page_label):
11334         * backend/ev-page-cache.h:
11335         * pdf/ev-poppler.cc:
11336         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11337         (links_page_num_func):
11338         * shell/ev-sidebar-thumbnails.c:
11339         (ev_sidebar_thumbnails_set_document):
11340         * shell/ev-view.c: (status_message_from_link),
11341         (ev_view_motion_notify_event):
11342         * shell/ev-window.c: (document_supports_sidebar): Add in page
11343         label support.  It's not perfect yet, but it's the first 'feature'
11344         in a while.
11345         Also, fix a bogus comment noticed by crispin. 
11346
11347 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11348
11349         * Makefile.am: Remove pixbuf backend for now
11350
11351         * configure.ac: Require poppler-glib instead of just poppler.
11352
11353         * backend/ev-document-thumbnails.h: Add a comment
11354
11355         * backend/ev-document.h:
11356         * backend/ev-document.c: (ev_document_class_init),
11357         (ev_document_load), (ev_document_get_link),
11358         (ev_document_get_links): Remove 3 methods and add get_links.
11359         Also, made 0 based.
11360
11361         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11362         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11363
11364         * backend/ev-link.c: (ev_link_set_title),
11365         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11366         (ev_link_mapping_find):
11367         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11368         
11369         * backend/ev-page-cache.c: (ev_page_cache_init),
11370         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11371         (ev_page_cache_get_size), (ev_page_cache_next_page),
11372         (ev_page_cache_prev_page): Fix to be 0 based.
11373
11374         * pdf/Makefile.am: 
11375         * pdf/ev-poppler.h:
11376         * pdf/ev-poppler.cc: New backend.
11377         
11378         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11379         (ps_document_get_page), (ps_document_document_iface_init):
11380
11381         * shell/ev-pixbuf-cache.h:
11382         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11383         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11384         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11385         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11386         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11387         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11388         based.
11389         
11390         * shell/ev-sidebar-thumbnails.c:
11391         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11392         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11393
11394         * shell/ev-view.c: (status_message_from_link),
11395         (find_page_at_location), (get_link_at_location),
11396         (ev_view_motion_notify_event), (ev_view_button_release_event),
11397         (ev_view_init): Use the new link code.  Fix to be 0 based.
11398
11399         * shell/ev-window.c: (update_action_sensitivity),
11400         (document_supports_sidebar): 0 based.
11401
11402 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11403
11404         * pdf/pdf-document.cc: Patch from Fernando Herrera
11405         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11406         *blush*
11407
11408 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11409
11410         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11411         1 to the page, as this seems to be 1 based.  I thought we has this
11412         fixed.  grump.
11413
11414 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11415
11416         * TODO:
11417         * backend/Makefile.am:
11418         * backend/ev-document-links.c:
11419         (ev_document_links_has_document_links),
11420         (ev_document_links_get_links_model):
11421         * backend/ev-document-links.h:
11422         * backend/ev-document.c: (ev_document_get_page_cache),
11423         (ev_document_get_doc_mutex), (ev_document_load),
11424         (ev_document_save), (ev_document_get_title),
11425         (ev_document_get_n_pages), (ev_document_set_page),
11426         (ev_document_get_page), (ev_document_set_target),
11427         (ev_document_set_scale), (ev_document_set_page_offset),
11428         (ev_document_get_page_size), (ev_document_get_text),
11429         (ev_document_get_link), (ev_document_render),
11430         (ev_document_render_pixbuf), (ev_document_scale_changed):
11431         * backend/ev-document.h:
11432         * backend/ev-job-queue.c: (remove_object_from_queue),
11433         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11434         (no_jobs_available_unlocked), (ev_render_thread),
11435         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11436         (ev_job_queue_remove_job):
11437         * backend/ev-job-queue.h:
11438         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11439         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11440         (ev_job_links_class_init), (ev_job_render_init),
11441         (ev_job_render_dispose), (ev_job_render_class_init),
11442         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11443         (ev_job_thumbnail_class_init), (ev_job_finished),
11444         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11445         (ev_job_render_run), (ev_job_thumbnail_new),
11446         (ev_job_thumbnail_run):
11447         * backend/ev-jobs.h:
11448         * backend/ev-link.c:
11449         * backend/ev-link.h:
11450         * backend/ev-page-cache.c: (ev_page_cache_init),
11451         (ev_page_cache_class_init), (ev_page_cache_finalize),
11452         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11453         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11454         (ev_page_cache_set_link), (ev_page_cache_get_title),
11455         (ev_page_cache_get_size), (ev_page_cache_next_page),
11456         (ev_page_cache_prev_page):
11457         * backend/ev-page-cache.h:
11458         * pdf/pdf-document.cc:
11459         * ps/gsdefaults.c:
11460         * ps/gsdefaults.h:
11461         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11462         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11463         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11464         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11465         (is_interpreter_ready), (output), (catchPipe), (input),
11466         (start_interpreter), (check_filecompressed), (compute_dimensions),
11467         (ps_document_enable_interpreter), (document_load),
11468         (ps_document_next_page), (render_page), (ps_document_set_page),
11469         (ps_document_set_scale), (render_pixbuf_idle),
11470         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11471         * ps/ps-document.h:
11472         * shell/Makefile.am:
11473         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11474         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11475         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11476         (ev_pixbuf_cache_new), (job_finished_cb),
11477         (check_job_size_and_unref), (move_one_job),
11478         (ev_pixbuf_cache_update_range), (find_job_cache),
11479         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11480         (ev_pixbuf_cache_add_jobs_if_needed),
11481         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11482         * shell/ev-pixbuf-cache.h:
11483         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11484         (idle_print_handler):
11485         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11486         (selection_changed_cb), (create_loading_model),
11487         (ev_sidebar_links_construct), (links_page_num_func),
11488         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11489         (update_page_callback), (job_finished_cb),
11490         (ev_sidebar_links_set_document):
11491         * shell/ev-sidebar-thumbnails.c:
11492         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11493         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11494         (page_changed_cb), (thumbnail_job_completed_callback),
11495         (ev_sidebar_thumbnails_set_document):
11496         * shell/ev-sidebar-thumbnails.h:
11497         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11498         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11499         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11500         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11501         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11502         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11503         (ev_view_button_release_event), (ev_view_scroll_view),
11504         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11505         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11506         (ev_view_new), (job_finished_cb), (page_changed_cb),
11507         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11508         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11509         (ev_view_find_previous):
11510         * shell/ev-view.h:
11511         * shell/ev-window.c: (update_action_sensitivity),
11512         (ev_window_open_page), (update_window_title), (update_total_pages),
11513         (page_changed_cb), (ev_window_setup_document),
11514         (password_dialog_response), (ev_window_cmd_save_as),
11515         (ev_window_print), (ev_window_cmd_go_previous_page),
11516         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11517         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11518         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11519         * shell/main.c: (main):
11520
11521         Merge evince-threads branch
11522
11523 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11524
11525         * configure.ac: Added "lt" to ALL_LINGUAS.
11526
11527 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11528
11529         * NEWS:
11530         * configure.ac:
11531
11532         Release 0.1.9
11533
11534 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11535
11536         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11537
11538         Fix here also the thumbnails 1-basedness :)
11539
11540 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11541
11542         * NEWS:
11543         * configure.ac:
11544
11545         Release 0.1.8
11546
11547 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11548
11549         * pdf/pdf-document.cc:
11550         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11551         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11552
11553         Fix the mess we did with thumbnails and 1-basedness
11554
11555 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11556
11557         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11558
11559 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11560
11561         * NEWS:
11562         * configure.ac:
11563
11564         Release 0.1.7
11565
11566 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11567
11568         * ps/Makefile.am:
11569         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11570         (gtk_gs_defaults_get_alpha_parameters),
11571         (gtk_gs_defaults_get_ungzip_cmd),
11572         (gtk_gs_defaults_get_unbzip2_cmd):
11573         * ps/gsdefaults.h:
11574         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11575         (ps_document_get_orientation), (document_load),
11576         (ps_document_goto_page), (ps_document_set_page_size):
11577         * ps/ps-document.h:
11578
11579         Some more sanitization of the ps backend. Remove a lot
11580         of unused code and do not base our defaults on ggv
11581         preferences (ugh!)
11582
11583 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11584
11585         * thumbnailer/evince-thumbnailer.schemas:
11586         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11587         (main): add -s option for thumbnail size.
11588
11589 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11590
11591         * configure.ac:
11592
11593         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11594         remove it.
11595
11596 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11597
11598         * pdf/pdf-document.cc:
11599
11600         Remove 4 pixels of useless border from the
11601         thumbnail.
11602
11603 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11604
11605         * backend/ev-document-thumbnails.c:
11606         (ev_document_thumbnails_get_thumbnail):
11607         * backend/ev-document-thumbnails.h:
11608
11609         Rework API a bit. Add a border flag and
11610         change sizing logic (now the size we specify
11611         applies to the bigger dimension).
11612
11613         * pdf/pdf-document.cc:
11614         * pixbuf/pixbuf-document.c:
11615         (pixbuf_document_thumbnails_get_thumbnail):
11616         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11617         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11618
11619         Adapt to the new API and do not draw a border for nautilus
11620         thumbnailer.
11621
11622 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11623
11624         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11625         take thumbnails from page "0" instead of "1". Added a copyright header.
11626
11627 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11628
11629         * ps/ps-document.c: (set_up_page), (start_interpreter):
11630
11631         Make it C89 compliant
11632
11633 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11634
11635         * Makefile.am:
11636         * configure.ac:
11637         * pdf/.cvsignore:
11638         * pdf/pdf-document.cc:
11639         * thumbnailer/Makefile.am:
11640         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11641         (main):
11642         * thumbnailer/evince-thumbnailer.schemas:
11643         * thumbnailer/pdf-icon.png:
11644
11645         Add a nautilus thumbnailer.
11646         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11647
11648 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11649
11650         * NEWS:
11651         * configure.ac:
11652         * po/POTFILES.in:
11653
11654         Release 0.1.6
11655
11656 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11657
11658         Use poppler instead of including xpdf source code.  Poppler is a
11659         fork of xpdf to build it as a shared library. See
11660         http://freedesktop.org/wiki/Software/poppler.
11661
11662         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11663         xpdf fork.
11664         
11665         * pdf/Makefile.am: Build libpdfdocument.a here.
11666         
11667         * pdf/GDKSplashOutputDev.cc:
11668         * pdf/GDKSplashOutputDev.h:
11669         * pdf/GnomeVFSStream.cc:
11670         * pdf/GnomeVFSStream.h:
11671         * pdf-document.cc:
11672         * pdf-document.h:
11673         * test-gdk-output-dev.cc
11674         * Thumb.cc:
11675         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11676         against poppler.
11677
11678 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11679
11680         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11681
11682         Clear idle stack before unsetting the document
11683
11684 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11685
11686         * ps/ps-document.c: (ps_document_widget_event),
11687         (ps_document_set_target), (ps_document_finalize),
11688         (ps_document_get_page):
11689
11690         Disconnect the widget event signal on finalize.
11691         Some code cleanups.
11692
11693 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11694
11695         * ps/ps-document.c: (set_up_page):
11696
11697         If there is no bpixmap create one, even if size
11698         is not changed.
11699
11700 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11701
11702         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11703         (set_up_page), (document_load), (ps_document_set_zoom):
11704
11705         Default page is 0. Calculate size even when we have no
11706         target yet.
11707
11708 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11709
11710         * shell/ev-sidebar.c: expand the selection widget to be always as
11711         wide as the sidebar
11712
11713 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11714
11715         * shell/ev-sidebar-thumbnails.c:
11716         (ev_sidebar_thumbnails_set_document):
11717
11718         Clear the list store when setting document
11719
11720 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11721
11722         * shell/ev-page-action.c: (update_entry), (sync_entry),
11723         (activate_cb), (entry_size_request_cb), (create_tool_item),
11724         (connect_proxy):
11725
11726         Use an entry for the page control instead of spinbuttons
11727
11728 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11729
11730         * data/evince.schemas.in:
11731
11732         Correct confusing string
11733
11734 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11735
11736         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11737         for real.  Gosh, how long has this been broken.
11738
11739         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11740         check for a NULL link.  We crash otherwise.
11741
11742 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11743
11744         * NEWS:
11745         * configure.ac:
11746
11747         Release 0.1.5
11748
11749 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11750
11751         * configure.ac: add the french translation.
11752
11753 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11754
11755         * shell/ev-window.c:
11756
11757         Remove unused header -> fix distcheck
11758
11759 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11760
11761         * shell/ev-window.c: (update_window_title),
11762         (ev_window_popup_password_dialog):
11763
11764         Unescape filename for display
11765
11766 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * pdf/xpdf/pdf-document.cc:
11769
11770         In get_page_size deal with rotation. Also
11771         cleanup the function a bit.
11772
11773 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11774
11775         * pdf/xpdf/pdf-document.cc:
11776
11777         Fix crash when opening in new window
11778
11779 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11780
11781         * configure.ac:
11782
11783         Check ghostscript >= 7
11784
11785 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11786
11787         * shell/ev-window.c:
11788
11789         Make page width the default sizing mode
11790
11791 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11792         Marco Pesenti Gritti <marco@gnome.org>
11793
11794         * shell/ev-window.c: Remember the sidebar size
11795
11796         * data/evince.schemas.in: Add a new gconf key to store the size of
11797         the sidebar
11798
11799 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11800
11801         * data/evince-ui.xml:
11802         * shell/ev-window.c: (update_action_sensitivity),
11803         (ev_window_cmd_view_reload):
11804         
11805         Add a "Reload" action and menu entry
11806
11807 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11808
11809         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11810         iff the type doesn't support thumbnailing and indexing.
11811
11812 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11813
11814         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11815
11816 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11817
11818         * pdf/splash/Splash.cc:
11819
11820         Port fix for a crasher from kde bug
11821         http://bugs.kde.org/show_bug.cgi?id=97131
11822
11823 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11824
11825         * pdf/xpdf/pdf-document.cc:
11826
11827         Return a link even if it's of an unrecognized
11828         type. Otherwise we go in an infinte cycle.
11829
11830 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11831
11832         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11833         (size_allocate_cb), (ev_window_set_sizing_mode):
11834
11835         Update size when switching mode
11836
11837 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11838
11839         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11840         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11841         (ev_window_cmd_view_normal_size):
11842
11843         Fix size toggle buttons behavior
11844
11845 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11846
11847         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11848         (doc_rect_to_view_rect), (ev_view_size_allocate),
11849         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11850         (scale_changed_callback):
11851
11852         Do not cache offsets in size_allocate.
11853
11854 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11855
11856         * shell/ev-view.c: (ev_view_size_allocate):
11857
11858         Calculate offsets before calling the parent
11859         class (which does a redraw)
11860
11861 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11862
11863         * pdf/xpdf/pdf-document.cc:
11864
11865         Fix a crasher on exit. Unused code, put a TODO
11866
11867 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11868
11869         * backend/ev-document.c: (ev_document_class_init),
11870         (ev_document_page_changed), (ev_document_scale_changed):
11871         * backend/ev-document.h:
11872
11873         Separate page/scale notifications
11874
11875         * pdf/xpdf/pdf-document.cc:
11876
11877         Emit the new signals.
11878         Do not display the pdf page in _render, do it
11879         when scale/page are requested.
11880
11881         * ps/ps-document.c: (ps_document_set_zoom),
11882         (ps_document_widget_event):
11883         * ps/ps-document.h:
11884
11885         Emit the new signals.
11886
11887         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11888         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11889         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11890         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11891         * shell/ev-view.h:
11892         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11893         (ev_window_cmd_view_page_width), (size_allocate_cb),
11894         (ev_window_set_sizing_mode):
11895
11896         Rework sizing to be pixel based.
11897         There are bugs but should be already way better.
11898
11899 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11900
11901         * shell/ev-window.c: (ev_window_init):
11902
11903         Do not allow to shrink sidebar smaller then
11904         child requisition
11905
11906 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11907
11908         * shell/ev-sidebar.[ch]
11909         * shell/ev-window.c:
11910
11911         Improved sidebar widget. Fixes #166683
11912
11913 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11914
11915         * shell/ev-view.c (update_find_status_message): Give translators
11916         more flexibility with ngettext plural handling.
11917
11918 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11919
11920         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11921         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11922         page when we get the page size.
11923
11924 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11925
11926         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11927
11928         ps pages are 0 based, convert 
11929
11930 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11931
11932         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11933
11934         Initialize correct parent class. Set GError on document load
11935
11936 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11937
11938         * pdf/xpdf/pdf-document.cc:
11939
11940         Fixup selection offset calculation
11941
11942         * shell/ev-view.c: (view_rect_to_doc_rect),
11943         (doc_rect_to_view_rect), (ev_view_size_allocate),
11944         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11945         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11946
11947         Store selection as document relative, so that zooming
11948         and offset changing doesnt break it.
11949
11950 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11951
11952         * shell/ev-view.c: (ev_view_best_fit):
11953
11954         Do not try to best fit if the view is not realized
11955
11956 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11957           
11958         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11959
11960 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11961
11962         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11963
11964 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11965
11966         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11967         the popup window.  That prevents it resizing when in full screen
11968         mode.
11969
11970         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11971         multiple rerenders.  This pretty much sucks.
11972
11973         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11974         rest of the toolbar.
11975
11976 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11977
11978         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11979
11980 2005-02-17  Alexander Shopov  <ash@contact.bg>
11981
11982         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11983
11984 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11985
11986         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11987
11988 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11989
11990         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11991         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11992         (set_document_page), (document_changed_callback),
11993         (ev_view_set_document), (ev_view_find_previous),
11994         (ev_view_hide_cursor), (ev_view_show_cursor):
11995         * shell/ev-view.h:
11996         * shell/ev-window.c: (update_chrome_visibility),
11997         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11998         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11999         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12000         (ev_window_unfullscreen):
12001         * shell/main.c: (main):
12002
12003         Automatically hide the fullscreen button.
12004         Patch by Kristian Høgsberg <krh@redhat.com>
12005
12006 2005-02-16  Vincent Noel  <vnoel@cox.net>
12007
12008         * shell/main.c (main): Specify an icon for the window. Patch by
12009         Jaap A. Haitsma. Fixes #166177.
12010
12011 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12012
12013         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12014
12015 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12016
12017         * backend/ev-document-misc.h:
12018         * backend/ev-document-misc.c:
12019         (ev_document_misc_get_page_border_size),
12020         (ev_document_misc_paint_one_page): New function to canonicalize
12021         sizing/painting a border.
12022
12023         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12024         used.
12025
12026         * pdf/xpdf/pdf-document.cc: use new function
12027
12028         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12029         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12030         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12031         shell/ev-window.c: (update_sizing_buttons),
12032         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12033         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12034         (ev_window_cmd_view_page_width), (size_allocate_cb),
12035         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12036         and "fit width" values act as toggle buttons so they stay
12037         toggled.  It's not 100% perfect, and it's a little slow, but it's
12038         good enough to commit I think.
12039
12040 2005-02-15  David Lodge  <dave@cirt.net>
12041
12042         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12043
12044 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12045
12046         * shell/ev-window.c (update_window_title): replace newlines in
12047         the title by spaces. Bug #166107.
12048
12049 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12050
12051         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12052         parameters providing allocation width and height without
12053         scrollbars and width of a possible vertical scrollbar. With this
12054         additional information the functions can work as
12055         intended. Unfortunately they're not idempotent. We should
12056         transform these commands to toggles. Fixes Bug #164976
12057         Initial patch by Stephane Loeuillet, then heavily modified.
12058
12059         * shell/ev-view.h: update prototypes.
12060
12061         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12062         (ev_window_cmd_view_page_width): provide EvView fit functions with
12063         all the information they need. Formulas to calculate this
12064         information taken from GtkScrolledWindow.
12065
12066 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12067
12068         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12069         created a thumbnail, the list store is updated to know
12070         that the thumbnail is set. Fixes bug #166792
12071
12072 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12073
12074         * shell/ev-window.c: fixed typo, closes bug 166897
12075
12076         * TODO: updated TODO with bug numbers that are relevant
12077
12078 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12079
12080         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12081
12082 2005-02-09  Vincent Noel  <vnoel@cox.net>
12083
12084         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12085         and "Next" toolbar buttons as important to make them stand out.
12086
12087 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12088
12089         * lib/ev-debug.c:
12090         * lib/ev-debug.h:
12091         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12092         (start_interpreter), (stop_interpreter), (document_load),
12093         (ps_document_next_page), (ps_document_goto_page),
12094         (ps_document_set_page_size), (ps_document_widget_event),
12095         (ps_document_render):
12096         * shell/ev-page-view.c: (ev_page_view_dispose):
12097         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12098
12099         Fix compilation on non-gcc platforms
12100
12101 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12102
12103         * NEWS:
12104         * configure.ac:
12105
12106         Release 0.1.4
12107
12108         * pdf/xpdf/Catalog.cc:
12109         * pdf/xpdf/XRef.cc:
12110
12111         Fix the fix for CAN-2004-0888
12112
12113 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12114
12115         * data/Makefile.am:
12116         * data/evince-ui.xml:
12117         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12118         * shell/ev-stock-icons.h:
12119         * shell/ev-window.c: (update_action_sensitivity),
12120         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12121         (set_action_properties):
12122
12123         Improve toolbar layout/icons
12124
12125 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12126
12127         * pdf/xpdf/pdf-document.cc:
12128
12129         Add warnings about unimplemented/unknown link
12130         types.
12131
12132 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12133
12134         * ps/ps-document.c: (set_up_page):
12135
12136         Log gs property
12137
12138 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12139
12140         * ps/ps-document.c: (start_interpreter):
12141
12142         Log gs env var
12143
12144 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12145
12146         * shell/ev-page-view.c: (ev_page_view_dispose):
12147         * shell/ev-view.c: (ev_view_finalize):
12148         * shell/ev-window.c: (ev_window_setup_document),
12149         (ev_window_dispose), (ev_window_init):
12150
12151         Solve more refs issues.
12152
12153         I commented out the page_view initialization for now:
12154         it was never destroyed (because it's never added
12155         to a container). Because of that we was leaking
12156         gs processes. Couldnt think to a clean fix.
12157         We need to figure this out, password view has the
12158         same issue probably.
12159
12160 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12161
12162         * ps/ps-document.c: (ps_document_finalize),
12163         (ps_document_get_n_pages), (ps_document_get_page):
12164
12165         Some cleanups, stop the interpreter on finalize
12166
12167         * shell/ev-page-view.c: (ev_page_view_dispose),
12168         (ev_page_view_class_init):
12169
12170         Release our reference on the document
12171
12172 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12173
12174         * Makefile.am:
12175         * configure.ac:
12176         * doc/debugging.txt:
12177         * lib/.cvsignore:
12178         * lib/Makefile.am:
12179         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12180         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12181         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12182         * lib/ev-debug.h:
12183
12184         Add debugging helpers
12185
12186         * ps/Makefile.am:
12187         * ps/ps-document.c: (set_up_page), (start_interpreter),
12188         (stop_interpreter), (document_load), (ps_document_next_page),
12189         (ps_document_goto_page), (ps_document_set_page_size),
12190         (ps_document_widget_event), (ps_document_render):
12191         * shell/Makefile.am:
12192         * shell/ev-view.c: (expose_bin_window):
12193         * shell/main.c: (main):
12194
12195         Add some logs
12196         
12197 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12198
12199         * ps/ps-document.c: (ps_document_widget_event):
12200
12201         Initialize message_window, this should make ps
12202         rendering really work! (Never noticed because I was
12203         testing with a ps that is causing gs to exit every time!)
12204
12205 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12206
12207         * data/evince.schemas.in: updated simple error in applyto closing tag
12208
12209 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12210
12211         * Makefile.am:
12212         * configure.ac:
12213         * data/.cvsignore:
12214         * data/Makefile.am:
12215         * data/evince-ui.xml:
12216         A data/evince.schemas.in:
12217         * po/POTFILES.in:
12218         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12219         * shell/ev-stock-icons.h:
12220         * shell/ev-window.c: (update_chrome_visibility),
12221         (update_chrome_flag), (ev_window_cmd_edit_find),
12222         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12223         (ev_window_unfullscreen), (ev_window_focus_in_event),
12224         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12225         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12226         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12227         (ev_window_dispose), (ev_window_class_init),
12228         (set_action_properties), (set_chrome_actions), (load_chrome),
12229         (ev_window_init):
12230
12231         Implement fullscreen mode changes from bug #164776.
12232         Also implement persistent chrome toggles.
12233
12234 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12235
12236         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12237
12238 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12239
12240         * NEWS:
12241         * configure.ac:
12242         * shell/ev-view.c:
12243
12244         Add another check for find interface
12245
12246         Release 0.1.3
12247
12248 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12249
12250         * shell/ev-application.c: (ev_application_open):
12251         * shell/ev-window.c: (ev_window_open):
12252
12253         Open gzipped ps documents
12254
12255 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12256
12257         * TODO:
12258         * shell/ev-view.c: (set_document_page):
12259
12260         Clamp page number, dont try to move to
12261         not existant pages.
12262
12263 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12264
12265         * backend/ev-document-find.c: (ev_document_find_changed):
12266         * backend/ev-document-find.h:
12267         * pdf/xpdf/pdf-document.cc:
12268         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12269         * shell/ev-window.c: (find_bar_search_changed_cb):
12270
12271         Fix several bugs with find
12272
12273 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12274
12275         * shell/ev-sidebar-thumbnails.c
12276         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12277         document. Prevents warning from scroll_to_cell.
12278
12279 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12280
12281         * configure.ac: Add «nb» to ALL_LINGUAS too.
12282
12283 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12284
12285         * NOTES: New file with some random thoughts.
12286
12287         * TODO: Update.
12288
12289         * backend/ev-document-misc.c:
12290         (ev_document_misc_get_page_border_size): New function to
12291         canonicalize shadow drawing sizes.  Possibly goofy.
12292
12293         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12294         (ev_view_best_fit), (ev_view_fit_width):
12295         * pdf/xpdf/pdf-document.cc:
12296         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12297         * ps/ps-document.c: (ps_document_get_page_size):
12298         * backend/ev-document-misc.h:
12299         * backend/ev-document.c: (ev_document_get_page_size):
12300         * backend/ev-document.h: get_page_size now takes a page number
12301         parameter.  Made all the backends/frontends honor it.
12302
12303         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12304         see.  Doesn't work yet.
12305
12306         * shell/Makefile.am:
12307         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12308         Doesn't do anything yet.
12309
12310         * shell/ev-sidebar-thumbnails.c:
12311         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12312         [0..n_pages-1]
12313
12314         * shell/ev-window.c: (update_action_sensitivity),
12315         (ev_window_setup_document), (ev_window_set_page_mode),
12316         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12317         view-swapping code a bit so we can have multiple views on a
12318         document.  Add the multi-page view, though it can't be turned on
12319         yet.
12320
12321 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12322
12323         * shell/ev-application.c: (ev_application_open):
12324         * shell/ev-view.c: (expose_bin_window):
12325         * shell/ev-window.c: (ev_window_open):
12326
12327         Support eps and check document supports find
12328         before drawing highlightings in expose.
12329
12330 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12331
12332         * pixbuf/pixbuf-document.c:
12333         (pixbuf_document_thumbnails_get_dimensions),
12334         (pixbuf_document_document_thumbnails_iface_init):
12335
12336         implement get_dimensions
12337
12338 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12339
12340         * NEWS:
12341         * configure.ac:
12342
12343         Release 0.1.2
12344
12345 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12346
12347         * shell/ev-view.c: (set_document_page):
12348
12349         Scroll at the top of the page when changing page
12350
12351 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * shell/ev-view.c: (ev_view_motion_notify_event):
12354
12355         Do not redraw unnecessarily
12356
12357 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12358
12359         * pdf/xpdf/pdf-document.cc:
12360         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12361         (expose_bin_window), (find_changed_cb):
12362
12363         Yay! find works now... Now to find bugs...
12364
12365 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12366
12367         * backend/ev-document-find.c: (ev_document_find_base_init),
12368         (ev_document_find_changed):
12369         * backend/ev-document-find.h:
12370         * pdf/xpdf/pdf-document.cc:
12371         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12372         (expose_bin_window), (ev_view_init), (set_document_page),
12373         (ensure_rectangle_is_visible), (jump_to_find_result),
12374         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12375         (ev_view_find_next), (ev_view_find_previous):
12376         * shell/ev-view.h:
12377         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12378
12379         More work on find implementation, mostly there now
12380
12381 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12382
12383         * backend/ev-backend-marshalers.list:
12384         * backend/ev-document-find.c: (ev_document_find_base_init),
12385         (ev_document_find_cancel), (ev_document_find_page_has_results),
12386         (ev_document_find_get_n_results), (ev_document_find_get_result),
12387         (ev_document_find_get_progress), (ev_document_find_changed):
12388         * backend/ev-document-find.h:
12389
12390         Enanche the find interface to be really able to do
12391         multi page find.
12392
12393         * pdf/xpdf/pdf-document.cc:
12394
12395         Implement
12396
12397         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12398         (expose_bin_window), (ev_view_init),
12399         (ev_view_get_find_status_message), (find_changed_cb),
12400         (ev_view_set_document), (set_document_page):
12401
12402         Adapt to the new interface. A few things are regressed sorry,
12403         I will finish it soon.
12404
12405 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12406
12407         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12408         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12409         ev_sidebar_thumbnails_parent_class variable, don't define another
12410         parent_class variable.
12411
12412         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12413         (ev_page_action_class_init): ditto.
12414
12415         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12416         (pixbuf_document_class_init): ditto.
12417
12418         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12419         ditto.
12420
12421         * .cvsignore: ignore various valgrind output files.
12422
12423 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12424
12425         * data/evince-ui.xml:
12426         * shell/Makefile.am:
12427         * shell/ev-history.c:
12428         * shell/ev-history.h:
12429         * shell/ev-navigation-action.c:
12430         * shell/ev-navigation-action.h:
12431         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12432         (ev_view_set_page), (ev_view_fit_width):
12433         * shell/ev-view.h:
12434         * shell/ev-window.c: (update_action_sensitivity),
12435         (ev_window_setup_document), (register_custom_actions):
12436
12437         Kill session history
12438
12439 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12440
12441         * shell/ev-window.c: (update_action_sensitivity):
12442
12443         Fix inverted up/down buttons
12444
12445 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12446
12447         * shell/ev-sidebar-thumbnails.c
12448         (ev_sidebar_thumbnails_select_page): make sure the selected
12449         thumbnail stays visible.
12450
12451 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12452
12453         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12454         scrolled window for Federico.
12455
12456 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12457
12458         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12459
12460 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12461
12462         * configure.ac:
12463         * pdf/splash/SplashFTFontEngine.cc:
12464
12465         Fix CID fonts with freetype 2.1.9
12466
12467 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12468
12469         * TODO: added item for desktop icon thumbnailer
12470
12471 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12472
12473         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12474         unloaded docs when the title is accessed.
12475
12476         * shell/ev-password-view.[hc]: New widget for displaying password
12477         state.
12478
12479         * shell/ev-window.[ch]: Refactor password handling code to handle
12480         the new view.
12481
12482 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12483
12484         * NEWS:
12485         * configure.ac:
12486         * data/Makefile.am:
12487
12488         Release 0.1.1
12489
12490 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12491
12492         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12493         ignore page offset here, to make search results independent of it,
12494
12495         * shell/ev-view.c (expose_bin_window): but take offsets into
12496         account here. Bug #164932
12497
12498         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12499         scale at the right time. Bug #164996
12500
12501 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12502
12503         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12504         fix the problem. Now I just removed the Adobe font names and hope
12505         that the URW fonts are always in outline format. Bug #164934
12506
12507         * shell/ev-window.c (update_window_title): empty titles are
12508         useless, use filename in that case too.
12509
12510         * NEWS: Add some content.
12511
12512 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12513
12514         * TODO: added one more TODO item and a TODONE section :)
12515
12516 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12517
12518         * ps/ps-document.h: add page_[xy]_offset fields.
12519
12520         * ps/ps-document.c (ps_document_set_page_offset)
12521         (ps_document_render): Keep offset in consideration in a few
12522         places. Bug #164752 "postscript documents are not centered in
12523         window"
12524
12525         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12526         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12527
12528         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12529         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12530         stub out missing methods for complete EvDocument implementation.
12531         Fixes segfaults with Save A Copy and Copy actions.
12532
12533         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12534         (ps_document_document_iface_init): ditto.
12535         
12536 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12537
12538         * data/.cvsignore:
12539         * data/Makefile.am:
12540         * data/evince.desktop.in:
12541
12542         Add desktop file
12543
12544 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12545
12546         * shell/ev-view.c: (ev_view_button_press_event),
12547         (ev_view_motion_notify_event):
12548
12549         Make selection work in any direction
12550
12551 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12552
12553         * TODO:
12554         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12555
12556         Use shorter labels for some of the toolbars items
12557
12558 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12559
12560         * pdf/xpdf/pdf-document.cc:
12561
12562         Check the links info is initialized before
12563         using it. Should fix a crash on startup.
12564
12565 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12566
12567         * pixbuf/pixbuf-document.c
12568         (pixbuf_document_thumbnails_get_dimensions): force floating point
12569         division to calculate page_ratio. Fixes crash with landscape
12570         format pixbufs.
12571
12572 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12573
12574         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12575
12576 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12577
12578         * shell/ev-view.c (set_document_page): unset has_selection when
12579         the page changes.
12580         (set_document_page): handle paper size changes when the page
12581         changes (test with Free Culture, page 2).
12582
12583 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12584
12585         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12586         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12587
12588         Use normal style color for the widget background and
12589         draw a black box around the page.
12590
12591 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * pdf/xpdf/pdf-document.cc:
12594
12595         Keep offset in consideration in a few places
12596
12597         * shell/ev-view.c: (expose_bin_window):
12598
12599         Set the offsets so that the document is ever centered
12600
12601 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12602
12603         * TODO: Added TODO items and finished off the first todo item
12604
12605         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12606         reflect current authors
12607
12608 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12609
12610         * pdf/xpdf/pdf-document.cc:
12611         * shell/ev-view.c: (ev_view_set_cursor),
12612         (ev_view_motion_notify_event), (document_changed_callback),
12613         (set_document_page):
12614
12615         Show a wait cursor while the page is rendering
12616
12617 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12618
12619         * shell/ev-sidebar-thumbnails.c:
12620         (ev_sidebar_tree_selection_changed),
12621         (ev_sidebar_thumbnails_select_page):
12622         * shell/ev-sidebar-thumbnails.h:
12623         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12624         (ev_view_can_go_forward):
12625         * shell/ev-window.c: (ev_window_open_page),
12626         (ev_window_setup_document), (update_current_page),
12627         (view_page_changed_cb), (ev_window_init):
12628         * shell/ev-window.h:
12629
12630         Ensure thumbnails selection, toolbar page control and
12631         current page are in sync.
12632
12633 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12634
12635         * pdf/xpdf/XRef.cc:
12636
12637         Fix CAN-2005-0064
12638
12639 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12640
12641         * backend/Makefile.am:
12642         * backend/ev-document-links.h:
12643         * backend/ev-document-security.c: (ev_document_security_get_type),
12644         (ev_document_security_has_document_security),
12645         (ev_document_security_set_password):
12646         * backend/ev-document-security.h:
12647         * backend/ev-document.c: (ev_document_error_quark):
12648         * backend/ev-document.h:
12649         * data/Makefile.am:
12650         * data/evince-password.glade:
12651         * pdf/xpdf/pdf-document.cc:
12652         * shell/Makefile.am:
12653         * shell/ev-password.c: (ev_password_set_bad_password_label),
12654         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12655         (ev_password_dialog_get_password),
12656         (ev_password_dialog_set_bad_pass):
12657         * shell/ev-password.h:
12658         * shell/ev-window.c: (ev_window_get_attribute),
12659         (ev_window_set_property), (update_action_sensitivity),
12660         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12661         (ev_window_setup_document), (ev_window_get_password),
12662         (ev_window_open), (ev_window_cmd_save_as),
12663         (using_postscript_printer), (ev_window_print),
12664         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12665         (update_fullscreen_popup), (ev_window_fullscreen),
12666         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12667         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12668         (menu_item_select_cb), (find_bar_search_changed_cb),
12669         (ev_window_dispose), (ev_window_init):
12670
12671         Add initial support for password-supported dialogs.  This could be
12672         a lot cooler, but it'll do for now.
12673
12674 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12675
12676         * pdf/xpdf/pdf-document.cc:
12677         * shell/ev-view.c: (status_message_from_link),
12678         (ev_view_set_status), (ev_view_set_cursor),
12679         (ev_view_motion_notify_event), (ev_view_init):
12680         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12681
12682         Fix bugs in the links implementation and change cursor
12683         when hovering a link.
12684
12685 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12686
12687         * viewer/.cvsignore: added cvsignore file for viewer directory
12688
12689         * TODO: created TODO document
12690
12691 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12692
12693         * shell/ev-view.h:
12694         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12695         new functions to help with implementation of sensitivity code
12696         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12697         of all actions that might require it.  Fixes a crash when you
12698         click on the Zoom actions in a window lacking a document.
12699
12700 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12701
12702         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12703         of the Find action
12704
12705 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12706
12707         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12708         (pixbuf_document_document_iface_init):
12709         * ps/ps-document.c: (ps_document_get_link),
12710         (ps_document_document_iface_init):
12711         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12712         (status_message_from_link), (ev_view_set_status),
12713         (ev_view_set_find_status), (ev_view_motion_notify_event),
12714         (ev_view_button_release_event), (ev_view_set_property),
12715         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12716         (ev_view_get_find_status_message), (update_find_results),
12717         (ev_view_get_status), (ev_view_get_find_status):
12718         * shell/ev-view.h:
12719         * shell/ev-window.c: (view_status_changed_cb),
12720         (view_find_status_changed_cb), (ev_window_init):
12721
12722         View status message support, use it to show the links.
12723         Needs work...
12724
12725 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12726
12727         * backend/ev-document.c: (ev_document_get_link):
12728         * backend/ev-document.h:
12729         * pdf/xpdf/pdf-document.cc:
12730         * shell/ev-application.c: (ev_application_open):
12731         * shell/ev-application.h:
12732         * shell/ev-sidebar-links.c: (selection_changed_cb):
12733         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12734         (ev_view_go_to_link):
12735
12736         Add support for document links
12737
12738 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12739
12740         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12741         (create_tool_item):
12742         Set the spin button limits correctly.
12743         
12744         * shell/ev-sidebar-thumbnails.c:
12745         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12746         Support changing pages by clicking on the thumbnails.
12747         
12748 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12749
12750         * pixbuf/pixbuf-document.c:
12751         (pixbuf_document_thumbnails_get_dimensions),
12752         (pixbuf_document_document_thumbnails_iface_init):
12753
12754         implement get_dimensions
12755
12756 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12757
12758         * ps/ps-document.c: (ps_document_goto_page):
12759
12760         Fix page switching on multipage documents
12761
12762 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12763
12764         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12765         
12766         check for NULL before assigning to width and height parameters
12767
12768 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12769
12770         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12771         (pixbuf_document_set_property), (pixbuf_document_get_property):
12772
12773         implement get/set properties
12774
12775 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12776
12777         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12778         
12779         return NULL instead of "Unknown", letting the title get set to
12780         the filename when the pdf has no title.
12781
12782 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12783
12784         * ps/ps-document.c: (ps_document_get_page_count),
12785         (ps_document_goto_page):
12786
12787 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12788
12789         * shell/ev-history.c: (ev_history_get_property),
12790         (ev_history_set_property), (ev_history_class_init),
12791         (ev_history_add_page), (ev_history_set_current_index):
12792         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12793         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12794         (ev_navigation_action_finalize):
12795         * shell/ev-navigation-action.h:
12796         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12797         (ev_view_go_forward), (ev_view_get_find_status_message),
12798         (history_index_changed_cb), (ev_view_set_history):
12799         * shell/ev-view.h:
12800         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12801         (update_current_page), (register_custom_actions):
12802
12803         Implement history dropdowns
12804
12805 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12806
12807         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12808         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12809         (ev_view_go_forward):
12810         * shell/ev-window.c: (register_custom_actions):
12811
12812         Fix several history bugs
12813
12814 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12815
12816         * configure.ac: Add «nb» to ALL_LINGUAS.
12817
12818 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12819
12820         * backend/Makefile.am:
12821         * backend/ev-bookmark.c:
12822         * backend/ev-bookmark.h:
12823         * backend/ev-document-bookmarks.c:
12824         * backend/ev-document-bookmarks.h:
12825         * backend/ev-document-links.c: (ev_document_links_get_type),
12826         (ev_document_links_has_document_links),
12827         (ev_document_links_begin_read), (ev_document_links_get_link),
12828         (ev_document_links_get_child), (ev_document_links_next),
12829         (ev_document_links_free_iter):
12830         * backend/ev-document-links.h:
12831         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12832         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12833         (ev_link_get_link_type), (ev_link_set_link_type),
12834         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12835         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12836         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12837         (ev_link_new_external):
12838         * backend/ev-link.h:
12839         * pdf/xpdf/pdf-document.cc:
12840         * shell/Makefile.am:
12841         * shell/ev-application.c: (ev_application_open_link):
12842         * shell/ev-application.h:
12843         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12844         (ev_history_get_link_nth):
12845         * shell/ev-history.h:
12846         * shell/ev-sidebar-bookmarks.c:
12847         * shell/ev-sidebar-bookmarks.h:
12848         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12849         (ev_sidebar_links_class_init), (selection_changed_cb),
12850         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12851         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12852         (do_one_iteration), (populate_links_idle),
12853         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12854         * shell/ev-sidebar-links.h:
12855         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12856         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12857         (go_to_index):
12858         * shell/ev-view.h:
12859         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12860         * shell/ev-window.h:
12861
12862         Rename bookmark to link, and use "Index" for the sidebar panel.
12863
12864 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12865
12866         * shell/Makefile.am:
12867         * shell/ev-application.c: (ev_application_open_bookmark):
12868         * shell/ev-application.h:
12869         * shell/ev-history.c: (ev_history_init), (free_links_list),
12870         (ev_history_finalize), (ev_history_class_init),
12871         (ev_history_add_link), (ev_history_add_page),
12872         (ev_history_get_link_nth), (ev_history_get_n_links),
12873         (ev_history_get_current_index), (ev_history_set_current_index),
12874         (ev_history_new):
12875         * shell/ev-history.h:
12876         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12877         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12878         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12879         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12880         (ev_view_set_page):
12881         * shell/ev-view.h:
12882         * shell/ev-window.c: (ev_window_open_bookmark),
12883         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12884         (goto_page_cb), (register_custom_actions):
12885         * shell/ev-window.h:
12886
12887         Initial history implementation. Needs work.
12888
12889 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12890
12891         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12892
12893 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12894
12895         * cut-n-paste/recent-files/egg-recent-item.c:
12896         * cut-n-paste/recent-files/egg-recent-item.h:
12897         * cut-n-paste/recent-files/egg-recent-model.c:
12898         * cut-n-paste/recent-files/egg-recent-util.c:
12899         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12900         * cut-n-paste/recent-files/egg-recent-view.c:
12901
12902         Update
12903
12904 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12905
12906         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12907         (fillGlyph, fillImageMask, drawImage):
12908         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12909         pdf/splash/SplashTypes.h:
12910         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12911         packed mode for Splash.
12912
12913         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12914         RGB8 packed mode, eliminates the pixbuf data creation loop.
12915
12916         * shell/ev-print-job.c (ev_print_job_finalize)
12917         (ev_print_job_set_property, ev_print_job_get_property)
12918         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12919         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12920         (print_closure_finalize, ev_print_job_print): implement
12921         printing (for backends with EvPsExporter)
12922
12923         * shell/ev_print_job.h: update prototypes.
12924
12925         * shell/ev-window.c (ev_window_print): unref print job after
12926         printing.
12927
12928         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12929         unless the document implements the EvDocumentFind interface.
12930
12931 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12932
12933         * configure.ac: Added ja to ALL_LINGUAS.
12934
12935 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12936
12937         * pdf/xpdf/pdf-document.cc:
12938
12939         add a FIXME. We should probably not allocate
12940         a bookmark object every time
12941
12942 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12943
12944         * shell/ev-application.c: (ev_application_open),
12945         (ev_application_open_bookmark):
12946         * shell/ev-application.h:
12947         
12948         Add a way to open bookmarks
12949
12950         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12951         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12952         (ev_bookmark_set_property), (ev_bookmark_class_init),
12953         (ev_bookmark_new_title), (ev_bookmark_new_link),
12954         (ev_bookmark_new_external):
12955
12956         Support for external uris, better constructors.
12957
12958         * backend/ev-bookmark.h:
12959         * pdf/xpdf/pdf-document.cc:
12960         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12961
12962         Handle external uris
12963
12964 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12965
12966         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12967         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12968
12969         Hook up bookmarks navigation
12970
12971 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12972
12973         * backend/Makefile.am:
12974         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12975         (ev_bookmark_get_title), (ev_bookmark_set_title),
12976         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12977         (ev_bookmark_get_page), (ev_bookmark_set_page),
12978         (ev_bookmark_get_property), (ev_bookmark_set_property),
12979         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12980         (ev_bookmark_new):
12981         * backend/ev-bookmark.h:
12982         * backend/ev-document-bookmarks.c:
12983         (ev_document_bookmarks_get_bookmark):
12984         * backend/ev-document-bookmarks.h:
12985         * pdf/xpdf/pdf-document.cc:
12986         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12987
12988         Add a bookmark object to the backend and use it instead of get_values
12989
12990 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12991
12992         * data/evince-ui.xml:
12993
12994         Cleanup and add select all.
12995
12996         * shell/ev-view.c: (ev_view_select_all),
12997         (ev_view_button_press_event):
12998         * shell/ev-view.h:
12999         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13000
13001         Add select all.
13002         Clear selection on click.
13003
13004 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13005
13006         * shell/ev-sidebar-thumbnails.c
13007         (ev_sidebar_thumbnails_set_document): forgot to unref the
13008         loading_icon.
13009
13010 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13011
13012         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13013         at the visible page, not just linearly.  This makes it look fast.
13014
13015 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13016
13017         * backend/ev-document-misc.c
13018         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13019         white.
13020         * backend/ev-document-thumbnails.h: New interface to get the size
13021         of a page.
13022
13023 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13024
13025         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13026         make dist works
13027
13028 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13029
13030         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13031         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13032         things up a bit.
13033
13034         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13035
13036 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13037
13038         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13039         fonts. Should fix font problems on systems that have the base
13040         fonts in bitmap format. Reported by James Henstridge
13041         <james@jamesh.id.au>.
13042
13043 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13044
13045         * pdf/xpdf/Gfx.cc:
13046         * pdf/xpdf/GfxState.cc:
13047
13048         Fix for CAN-2004-1125
13049
13050 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13051
13052         * shell/ev-view.c: (ev_view_copy):
13053         * shell/ev-view.h:
13054         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13055
13056         Implement Edit->Copy
13057
13058 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13059
13060         * backend/ev-document.c: (ev_document_get_text):
13061         * backend/ev-document.h:
13062         * pdf/xpdf/pdf-document.cc:
13063         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13064         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13065         (ev_view_update_primary_selection), (ev_view_button_press_event),
13066         (ev_view_motion_notify_event), (ev_view_button_release_event):
13067
13068         Beginnings of clipboard support. Incomplete but primary sort
13069         of work.
13070
13071 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13072
13073         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13074         (expose_bin_window):
13075
13076         Nicer rubberband drawing, from GtkIconView.
13077
13078 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13079
13080         * backend/ev-document.c: (ev_document_save):
13081         * backend/ev-document.h:
13082         * data/evince-ui.xml:
13083         * pdf/xpdf/pdf-document.cc:
13084         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13085
13086         Implement "Save a copy..." menu item
13087
13088 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13089
13090         * shell/ev-view.c: (ev_view_zoom):
13091
13092         Queue a resize when zoom changes
13093
13094 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13095
13096         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13097         shadows.
13098
13099         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13100         thumbnails..
13101
13102 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13103
13104         * pdf/xpdf/pdf-document.cc
13105         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13106
13107 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13108
13109         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13110         It's slow, but I'll speed it up next!
13111
13112 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13113
13114         * shell/main.c (load_files):
13115
13116         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13117         from the command line and because it seems more appropriate.
13118
13119 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13120
13121         * data/evince-ui.xml:
13122         * shell/ev-window.c: (update_action_sensitivity),
13123         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13124
13125         s/next page/page down
13126         s/previous page/page up
13127
13128 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13129
13130         * data/evince-ui.xml:
13131
13132         Change the layout to match clarkbw design.
13133
13134         * shell/Makefile.am:
13135         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13136         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13137         (ev_navigation_action_finalize),
13138         (ev_navigation_action_set_property),
13139         (ev_navigation_action_get_property),
13140         (ev_navigation_action_class_init):
13141         * shell/ev-navigation-action.h:
13142
13143         Implement clarkbw toolbar navigation controls (incomplete)
13144
13145         * shell/ev-page-action.c: (update_label), (update_spin),
13146         (value_changed_cb), (create_tool_item), (connect_proxy),
13147         (ev_page_action_init), (ev_page_action_finalize),
13148         (ev_page_action_set_property), (ev_page_action_get_property),
13149         (ev_page_action_set_current_page),
13150         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13151         * shell/ev-page-action.h:
13152
13153         Implement a page switcher in the toolbar
13154
13155         * shell/ev-view.c: (ev_view_scroll_view):
13156         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13157         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13158         (register_custom_actions), (ev_window_init):
13159
13160         Change page on PageUp/Down.
13161
13162 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13163
13164         * pdf/xpdf/pdf-document.cc
13165         (pdf_document_thumbnails_get_thumbnail): initial stab at
13166         implementing thumbnail support for pdfs.  It only does documents
13167         with precached pdfs now.
13168
13169 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13170
13171         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13172         thumbnail code into a time-based idle as well.  Also, turn off the
13173         shadow temporarily as it's really slow.
13174
13175 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13176
13177         * backend/ev-document.c: (ev_document_class_init):
13178         * pdf/xpdf/pdf-document.cc:
13179         * shell/ev-window.c: (ev_window_open):
13180
13181         Fix document title bugs and fallback to
13182         filename when not available.
13183
13184 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13185
13186         * backend/ev-document.c: (ev_document_get_type),
13187         (ev_document_class_init), (ev_document_load),
13188         (ev_document_get_title):
13189         * backend/ev-document.h:
13190         * pdf/xpdf/pdf-document.cc:
13191         * ps/ps-document.c: (ps_document_set_property),
13192         (ps_document_get_property), (ps_document_class_init),
13193         (document_load):
13194         * ps/ps-document.h:
13195         * ps/ps.h:
13196         * shell/ev-window.c: (update_window_title), (ev_window_open),
13197         (ev_window_init):
13198
13199         Initial support for document title. Not working yet.
13200
13201 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13202
13203         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13204
13205         Grab focus on the view when clicking it
13206
13207 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13208
13209         * shell/ev-marshal.list:
13210         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13211         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13212
13213         Add key bindings to the view. Now if the focus would work
13214         right...
13215
13216 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13217
13218         * Makefile.am:
13219         * backend/Makefile.am:
13220         * data/Makefile.am:
13221         * dvi/Makefile.am:
13222         * dvi/dvilib/Makefile.am:
13223         * pdf/xpdf/Makefile.am:
13224         * po/POTFILES.in:
13225         * ps/Makefile.am:
13226
13227         Fix distcheck
13228
13229 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13230
13231         * shell/ev-view.c: (ev_view_realize):
13232
13233         Fix mouse wheel scrolling
13234
13235 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13236
13237         * ps/Makefile.am:
13238         * ps/gstypes.h:
13239         * ps/gtkgs.c:
13240         * ps/gtkgs.h:
13241         * ps/ps-document.c: (catchPipe), (ps_document_init),
13242         (ps_document_class_init), (ps_document_cleanup),
13243         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13244         (set_up_page), (close_pipe), (is_interpreter_ready),
13245         (interpreter_failed), (output), (input), (start_interpreter),
13246         (stop_interpreter), (file_length), (file_readable),
13247         (check_filecompressed), (check_pdf), (compute_xdpi),
13248         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13249         (ps_document_get_type), (ps_document_emit_error_msg),
13250         (document_load), (ps_document_next_page),
13251         (ps_document_get_current_page), (ps_document_get_page_count),
13252         (ps_document_goto_page), (ps_document_set_page_size),
13253         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13254         (ps_document_load), (ps_document_get_n_pages),
13255         (ps_document_set_page), (ps_document_get_page),
13256         (ps_document_widget_event), (ps_document_set_target),
13257         (ps_document_set_scale), (ps_document_set_page_offset),
13258         (ps_document_get_page_size), (ps_document_render),
13259         (ps_document_document_iface_init):
13260         * ps/ps-document.h:
13261         * ps/ps.c:
13262         * shell/ev-window.c: (ev_window_open):
13263
13264         Rename GtkGS to PSDocument
13265
13266 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13267
13268         * ps/gtkgs.c: (gtk_gs_class_init):
13269         * ps/gtkgs.h:
13270
13271         Some more leftover...
13272
13273 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13274
13275         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13276         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13277         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13278         * ps/gtkgs.h:
13279
13280         Remove unused code and make a lot of stuff private
13281
13282 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13283
13284         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13285         (gtk_gs_defaults_changed):
13286         * ps/gsdefaults.h:
13287         * ps/gtkgs.c:
13288         * ps/gtkgs.h:
13289         * ps/ps.h:
13290
13291         Cleanup headers dependencies
13292
13293 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13294
13295         * ps/Makefile.am:
13296         * ps/ggvutils.c:
13297         * ps/ggvutils.h:
13298         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13299         * ps/gsdefaults.h:
13300         * ps/gtkgs.c: (file_length), (file_readable),
13301         (check_filecompressed), (check_pdf), (gtk_gs_load),
13302         (gtk_gs_get_postscript):
13303
13304         Get rid of ggvutils
13305
13306 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13307
13308         * ps/ggvutils.c:
13309         * ps/ggvutils.h:
13310         * ps/gsio.h:
13311         * ps/gtkgs.c: (gtk_gs_set_zoom):
13312
13313         Cleanups
13314
13315 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13318
13319         Ensure the page is rerendered when changing zoom
13320
13321 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13322
13323         * backend/ev-document.c: (ev_document_base_init),
13324         (ev_document_changed):
13325         * backend/ev-document.h:
13326
13327         Add a changed event that is emitted when the page content
13328         changes. This is necessary to deal with the fact that
13329         in ps backend rendering happen asycrounously.
13330         This makes the ps backend mostly work.
13331
13332         * pdf/xpdf/pdf-document.cc:
13333
13334         Emit changed event
13335
13336         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13337         (ps_document_set_target):
13338
13339         Emit changed event
13340
13341         * shell/ev-view.c: (document_changed_callback),
13342         (ev_view_set_document), (ev_view_set_page):
13343
13344         Redraw on the changed signal
13345
13346 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13347
13348         * configure.ac: Added pt_BR to ALL_LINGUAS.
13349
13350 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13351
13352         * backend/ev-document-bookmarks.c:
13353         (ev_document_bookmarks_get_child): *
13354         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13355         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13356         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13357         (ev_sidebar_bookmarks_destroy),
13358         (ev_sidebar_bookmarks_class_init),
13359         (ev_sidebar_bookmarks_construct), (stack_data_free),
13360         (do_one_iteration), (populate_bookmarks_idle),
13361         (ev_sidebar_bookmarks_clear_document),
13362         (ev_sidebar_bookmarks_set_document): *
13363         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13364         (ev_sidebar_add_page),
13365         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13366         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13367         it displays both the topics and the page numbers.
13368
13369 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13370
13371         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13372         toggle.
13373         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13374         visible.
13375
13376 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13377
13378         * configure.ac: Added en_CA to ALL_LINGUAS.
13379
13380 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13381
13382         * ChangeLog: replace bottom of this ChangeLog (merged history of
13383         ggv and gpdf; where all paths were wrong and most of the files are
13384         not even in this tree) with ChangeLog (from arch) of the shell
13385         code.
13386
13387 2004-12-23  Havoc Pennington  <hp@redhat.com>
13388
13389         * shell/ev-window.c: hook up potentially-questionable "find
13390         results status text" feature - something involving the sidebar or
13391         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13392         might be better in the end.
13393
13394         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13395         with corresponding signal when it should be updated
13396
13397         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13398
13399 2004-12-22  Havoc Pennington  <hp@redhat.com>
13400
13401         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13402         find stuff on other pages, sort of (only returns one result on
13403         invisible pages, to show they have results; updates full results
13404         for a page when you view it). Currently repaints the current page
13405         every time a new result is found on any page, which isn't so nice.
13406
13407 2004-12-22  Havoc Pennington  <hp@redhat.com>
13408
13409         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13410         the document doesn't support find (better ideas?)
13411         (find_bar_search_changed_cb): handle missing document or document
13412         that doesn't support find
13413
13414         * pdf/xpdf/pdf-document.cc: port to implement the new
13415         EvDocumentFindIface
13416
13417         * backend/ev-document-find.c: create a new interface for searching
13418
13419         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13420
13421 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13422
13423         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13424         libevbackend.la.
13425
13426         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13427         EvPrintJob constructor arguments.
13428
13429         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13430         for documents that can export PostScript (page by page).
13431
13432         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13433         
13434         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13435         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13436         (pdf_document_ps_exporter_iface_init:
13437         Implement EvPSExporter.
13438
13439         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13440
13441 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13442
13443         * backend/Makefile.am:
13444         * backend/ev-document-thumbnails.c:
13445         (ev_document_thumbnails_get_type),
13446         (ev_document_thumbnails_get_thumbnail):
13447         * backend/ev-document-thumbnails.h:
13448         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13449         (pixbuf_document_thumbnails_get_thumbnail),
13450         (pixbuf_document_document_thumbnails_iface_init):
13451         * shell/Makefile.am:
13452         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13453         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13454         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13455         * shell/ev-sidebar-thumbnails.h:
13456         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13457         (ev_sidebar_set_document):
13458         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13459         (create_shadow), (ev_pixbuf_add_shadow):
13460         * shell/ev-utils.h:
13461         Add thumbnail support.
13462         
13463 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13464
13465         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13466         (using_postscript_printer): Set up a print dialog for "PostScript
13467         injection" method.
13468
13469         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13470         EvPrintJob.
13471
13472         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13473
13474 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13475
13476         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13477         (ps_document_set_target), (ps_document_get_page_size),
13478         (ps_document_render):
13479         * ps/gtkgs.h:
13480
13481         Fix a few bugs
13482
13483 2004-12-22  Christian Rose  <menthos@menthos.com>
13484
13485         * configure.ac: Added "sv" to ALL_LINGUAS.
13486
13487 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13488
13489         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13490         document supports bookmarks.
13491
13492 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13493
13494         * ps/ggvutils.c: (ggv_file_readable):
13495         * ps/ggvutils.h:
13496         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13497         (gtk_gs_get_postscript):
13498
13499         Remove unused utils
13500
13501 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13502
13503         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13504         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13505         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13506         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13507         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13508         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13509         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13510         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13511         (gtk_gs_set_antialiasing), (ps_document_load),
13512         (ps_document_render):
13513         * ps/gtkgs.h:
13514
13515         Another check point for the ps backend. Now I can get it to show
13516         pages!
13517
13518 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13519
13520         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13521         document setting code.
13522
13523 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13524
13525         * shell/eggfindbar.c: (entry_activate_callback):
13526         Animate the next button when activate is pressed.
13527         
13528 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13529
13530         * shell/ev-window.c: (ev_window_cmd_edit_find),
13531         (update_fullscreen_popup), (ev_window_fullscreen),
13532         (ev_window_unfullscreen), (ev_window_state_event_cb),
13533         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13534         Fix bugs in fullscreen code.
13535         
13536 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13537
13538         * Makefile.am:
13539         * configure.ac:
13540         * pixbuf/Makefile.am:
13541         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13542         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13543         (pixbuf_document_set_page), (pixbuf_document_get_page),
13544         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13545         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13546         (pixbuf_document_render), (pixbuf_document_begin_find),
13547         (pixbuf_document_end_find), (pixbuf_document_finalize),
13548         (pixbuf_document_class_init),
13549         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13550         * pixbuf/pixbuf-document.h:
13551         * shell/Makefile.am:
13552         * shell/ev-application.c: (ev_application_open):
13553         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13554         (ev_window_open):
13555         Add pixbuf backend.
13556         
13557 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13558
13559         * Makefile.am: 
13560         * dvi/dvilib/Makefile.am:
13561         * dvi/Makefile.am:
13562         * configure.ac: Auto*ify dvi and dvi/dvilib
13563
13564         * dvi/Makefile: Remove from CVS
13565         
13566         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13567         confusion.
13568
13569         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13570         
13571         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13572         
13573 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13574
13575         * ps/Makefile.am:
13576         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13577         (gtk_gs_value_adjustment_changed), (compute_size),
13578         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13579         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13580         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13581         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13582         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13583         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13584         (ps_document_load), (ps_document_get_n_pages),
13585         (ps_document_set_page), (ps_document_get_page),
13586         (ps_document_set_target), (ps_document_set_scale),
13587         (ps_document_set_page_offset), (ps_document_get_page_size),
13588         (ps_document_render), (ps_document_begin_find),
13589         (ps_document_end_find), (ps_document_document_iface_init):
13590         * ps/gtkgs.h:
13591         * shell/Makefile.am:
13592         * shell/ev-window.c: (ev_window_open):
13593
13594         Some work to integrate gtkgs with EvDocument
13595
13596 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13597
13598         * shell/ev-window.c: (update_fullscreen_popup),
13599         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13600         (exit_fullscreen_button_clicked_cb),
13601         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13602         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13603         (ev_window_state_event_cb), (ev_window_init):
13604         Add fullscreen support from Epiphany.
13605         
13606 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13607
13608         * data/ev-stock-zoom-fit-width.png: fit-width
13609         stock icon from gpdf.
13610         
13611         * shell/ev-stock-icons.[ch]: copied from gpdf.
13612         
13613         * shell/main.c: (main): init stock icons.
13614         
13615         * shell/ev-window.c: use the fit-width icon.
13616         
13617         * data/evince-ui.xml: add zooming toolbar items.
13618
13619 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13620
13621         * shell/ev-view.c: 
13622         (ev_view_best_fit), (ev_view_fit_width): because
13623         get_page_size() returns the scaled page size, we
13624         need to calculate the scale factor relative to
13625         the previous scale factor. Should really just
13626         add get_real_page_size().
13627
13628 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13629
13630         * shell/ev-view.[ch]:
13631         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13632         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13633         add zooming.
13634         
13635         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13636         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13637         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13638         hook it up.
13639         
13640         * pdf/xpdf/pdf-document.cc:
13641         (pdf_document_begin_find),
13642         (pdf_document_end_find): make static.
13643
13644 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13645
13646         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13647
13648         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13649         names to fontconfig patterns.
13650         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13651
13652         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13653         setupBaseFontsFc.
13654
13655 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13656
13657         * Makefile.am:
13658         * configure.ac:
13659         * ps/Makefile.am:
13660         * ps/ggvutils.c:
13661         * ps/ggvutils.h:
13662         * ps/gsdefaults.c:
13663         * ps/gsdefaults.h:
13664         * ps/gsio.c:
13665         * ps/gsio.h:
13666         * ps/gtkgs.c:
13667         * ps/gtkgs.h:
13668         * ps/ps.c:
13669         * ps/ps.h:
13670
13671         Import ggv backend. Not hooked up yet.
13672
13673 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13674
13675         * shell/main.c: (load_files), (main): load files
13676         from the command line.
13677
13678 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13679
13680         * configure.ac: don't require bonobo.
13681         
13682         * cut-n-paste/recent-files/*: kill bonobo recent
13683         view.
13684
13685         * shell/ev-window.c:
13686         (ev_window_is_empty): upd.
13687         (unable_to_load), (ev_window_open): load backend
13688         based on the mime type.
13689
13690 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13691
13692         * backend/.cvsignore: ignore generated marshalers source.
13693
13694         * shell/main.c (main): this is not epiphany.
13695
13696 2004-12-22  Havoc Pennington  <hp@redhat.com>
13697
13698         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13699         (expose_bin_window): draw find highlights
13700
13701         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13702         
13703         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13704         (pdf_document_end_find): implement this interface
13705
13706         * backend/ev-document.c (ev_document_found): add this to emit
13707         signal
13708
13709 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13710
13711         * data/evince-ui.xml: Add a few more toolbar items.
13712
13713         * shell/ev-window.c: Hook up page navigation toolbar 
13714         items.
13715
13716         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13717         a page-changed signal.
13718
13719         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13720         Add ev_document_get_page().
13721
13722         * shell/ev-window.c: Sensitize/desensitize navigation
13723         actions.
13724
13725 2004-12-21  Havoc Pennington  <hp@redhat.com>
13726
13727         * backend/ev-backend-marshal.c,
13728         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13729         marshaler-generator thingy. I'm sure there's a better way to do
13730         this in the modern world.
13731
13732         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13733         end_find methods and "found" signal.
13734
13735         * configure.ac: find glib-genmarshal
13736
13737 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13738
13739         * shell/ev-sidebar.c: Construct an actual sidebar.
13740         * shell/ev-sidebar-bookmarks.[ch]:
13741         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13742
13743 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13744
13745         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13746         Redo size handling.
13747         
13748         * shell/ev-view.c: Track the size from the document.
13749
13750 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13751
13752         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13753         constructor assumes ownership of the string passed in.
13754         
13755         * shell/ev-window.c (ev_window_open): Destroy the error
13756         dialog once we've displayed it.
13757
13758 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13759
13760         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13761         a bit, it works! (sort of)
13762
13763         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13764         Move to .cc since we need to use C++ in the implementation.
13765
13766         * shell/dummy.cc: Add a CC file to force evince
13767         to be linked as a C++ program.
13768
13769 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13770
13771         * shell/ev-view.[ch]: Start of content-area widget.
13772
13773         * shell/ev-window.c: Create a EvView, update it
13774         as we change documents.
13775
13776         * shell/Makefile.am shell/ev-marshal.list: Add
13777         generated marshalers.
13778
13779 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13780
13781         * Makefile.am (SUBDIRS): move shell.
13782
13783 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13784
13785         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13786         .a to libtool convenience libraries.
13787
13788         * shell/ev-window.c (ev_window_open): Hard code loading
13789         a PDF document.
13790         
13791         * backend/ev-document.h: Add a boolean return to load(),
13792         fix GError * to GError **.
13793
13794         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13795         object for a PDF backend EvDocument.
13796
13797 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13798
13799         * dvi/*: New directory with the beginning of a .dvi backend.
13800
13801 2004-12-21  Havoc Pennington  <hp@redhat.com>
13802
13803         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13804         previous/next instead of back/forward
13805
13806 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13807
13808         * backend/ev-document.[ch]: Fix a couple of problems so
13809         it compile.
13810
13811 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13812
13813         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13814         to backend/ directory, rename EvViewer to EvDocument.
13815
13816 2004-12-21  Havoc Pennington  <hp@redhat.com>
13817
13818         * shell/ev-window.c: hook up the find bar widget; now we just need
13819         a document to find things in
13820
13821         * shell/eggfindbar.c: a find bar widget
13822
13823 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13824
13825         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13826
13827 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13828
13829         * pdf/**: Import of xpdf code from gpdf. 
13830
13831         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13832
13833         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13834         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13835         Fix FreeType includes.
13836
13837         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13838         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13839         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13840         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13841         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13842         Include xpdfconfig.h
13843         
13844 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13845
13846         * shell/ev-window.c (ev_window_dispose): dispose can be called
13847         multiple times.
13848
13849 2004-12-21  Havoc Pennington  <hp@redhat.com>
13850
13851         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13852         rather than Evince
13853
13854         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13855         items; really they should be synced with the strings, etc. from
13856         current gpdf, but just getting the boring typing out of the way 
13857
13858 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13859
13860         * po/POTFILES.in:
13861         * shell/ev-application.c: (window_destroy_cb):
13862         * shell/ev-window.c:
13863         * shell/main.c: (main):
13864
13865         Actually show the window...
13866
13867 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13868
13869         * Makefile.am:
13870         * shell/Makefile.am:
13871         * shell/ev-application.c: (ev_application_class_init):
13872         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13873
13874         Make it build again
13875
13876 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13877
13878         Import to gnome cvs.
13879         
13880         * Remove copies of gpdf and ggv trees.
13881         * Rip out all the recursive configure code.
13882         * Remove bonobo machinery.
13883         * viewer/*: GInterfaces that backends should/can implement.
13884
13885 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13886
13887         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13888         typo
13889
13890 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13891
13892         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13893         (ev_application_finalize, ev_application_class_init)
13894         (ev_application_init): use GType instance private data for priv.
13895
13896         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13897         (ev_window_finalize, ev_window_class_init)
13898         (ev_window_init): ditto.
13899
13900 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13901
13902         * shell/ev-application.c (ev_application_new_window): make public
13903         (ev_application_show_initial_window): kill.
13904
13905         * shell/ev-application.h: update prototypes.
13906
13907         * shell/main.cc (main): inline ev_application_show_initial_window.
13908
13909 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13910
13911         * shell/ev-application.c (ev_application_new_window): impl.
13912         (ev_application_show_initial_window): use it.
13913         (is_window_empty, ev_application_get_empty_window): returns an
13914         existing empty window or a new one.
13915         (ev_application_open): from ev_window_cmd_file_open.
13916
13917         * shell/ev-application.h: update prototypes
13918
13919         * shell/ev-window.c (ev_window_is_empty): impl.
13920         (ev_window_open): make public.
13921         (ev_window_cmd_file_open): use ev_application_open
13922
13923         * shell/ev-window.h: update prototypes, remove unused.
13924
13925 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13926
13927         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13928         move destroy handler out of here...
13929
13930         * shell/ev-application.c, shell/ev-application.h: ...into this new
13931         class. Also handles initial window creation.
13932
13933         * shell/main.cc (main): use EvApplication to create initial
13934         window.
13935
13936 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13937
13938         * Makefile.am (SUBDIRS): add cut-n-paste
13939
13940         * cut-n-paste/Makefile.am: add
13941
13942         * configure.ac: generate Makefiles in cut-n-paste
13943
13944 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13945
13946         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13947         (ev_window_class_init): install ev_window_dispose.
13948
13949 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13950
13951         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13952         char (gchar looks stupid).
13953
13954 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13955
13956         * po/de.po: updated German translation.
13957
13958 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13959
13960         * configure.ac: add more pkg-config library checks for gnome-vfs,
13961         bonobo etc.
13962
13963         * gpdf/configure.in: temporarily disable libpaper
13964         checks. Otherwise I'd have to add the checks for the shell, too.
13965
13966 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13967
13968         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13969         and * file filters to the file choose.
13970
13971 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13972
13973         * po/de.po: Updated German translation.
13974
13975 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13976
13977         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13978
13979 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13980
13981         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13982
13983         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13984         (ev_window_init): implement those menuitems.
13985
13986 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13987
13988         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13989
13990         * shell/ev-window.c (ev_window_init): use the toolbar.
13991
13992 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13993
13994         * shell/ev-window.c (ev_window_init): use menu translations
13995
13996 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13997
13998         * configure.ac: add "de" to ALL_LINGUAS.
13999
14000         * po/de.po: add German translation.
14001
14002 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14003
14004         * Makefile.am (SUBDIRS): add po
14005
14006         * configure.ac: check intltool, glib-gettext etc, generate
14007         po/Makefile.in
14008
14009         * po, po/POTFILES.in, po/POTFILES.skip: new.
14010
14011 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14012
14013         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14014         already use (#ifdef ENABLE_NLS)
14015
14016         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14017         pointer indirection thinko.
14018
14019         * shell/main.c: include gi18n.h for bindtextdomain etc.
14020
14021 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14022
14023         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14024         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14025         tooltips for menu items in the statusbar.
14026
14027 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14028
14029         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14030         pkgdatadir drop UIDIR
14031
14032 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14033
14034         * data/evince-ui.xml: Add File->Open menu item
14035
14036         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14037         chooser), hook it up in the ui manager.
14038
14039 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14040
14041         * shell/ev-window.c: fix Help->About tooltip.
14042
14043 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14044
14045         * configure.ac: set CFLAGS for libevprivate.
14046
14047         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14048         definitions, factory etc.
14049
14050         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14051
14052         * shell/Makefile.am: link against libevprivate.a.
14053
14054         * shell/ev-window.c (entries): add stock icon to Help->About.
14055
14056         * shell/main.c (main): init stock icon code.
14057
14058 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14059
14060         * lib/recent-files: egg recent files code
14061
14062         * lib/Makefile.am: add.
14063
14064         * Makefile.am: add lib subdir.
14065
14066         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14067         set CFLAGS for recent-files.
14068
14069 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14070
14071         * configure.ac: disable -ansi and -pedantic gcc flags. They
14072         disable POSIX stuff in stdio.h, but egg-recent uses them.
14073
14074 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14075
14076         * configure.ac: add --disable-deprecated flag (defaults to on in
14077         "cvs" builds).
14078
14079         * shell/Makefile.am (INCLUDES): use it.
14080
14081 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14082
14083         * shell/main.c: add missing #include.
14084
14085         * shell/ev-window.c: fix for pedantic gcc.
14086         (ev_window_cmd_help_about): split license into paragraphs for
14087         translators and pedantic compilers.
14088
14089 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14090
14091         * configure.ac: add more warning flags if compiling with gcc from
14092         cvs (or explicitly requested with --enable-more-warnings).
14093
14094 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14095
14096         * data/evince-ui.xml: add File and File->Close menu.
14097
14098         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14099         (ev_window_destroy): quit after destroy.
14100         (ev_window_class_init): override GtkObject::destroy.
14101         (entries): install close_window callback.
14102
14103 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14104
14105         * Makefile.am (SUBDIRS): add data subdir.
14106
14107         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14108         gtk+ 2.5.0 for GtkAboutDialog.
14109
14110         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14111         main window.
14112
14113         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14114
14115         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14116         manager.
14117         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14118
14119 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14120
14121         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14122
14123 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14124
14125         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14126
14127 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14128
14129         * shell/*: Added shell directory boilerplate, build it.
14130
14131 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14132
14133         * configure.ac, Makefile.am: Added top-level configure.ac and
14134         Makefile.am