]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Use gtk_box_pack_start instead of gtk_box_pack_start_defaults since it's
[evince.git] / ChangeLog
1 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-view.c: (ev_view_goto_window_create):
4
5         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
6         since it's now deprecated.
7         
8 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * backend/djvu/Makefile.am:
11         * backend/djvu/djvu-document-private.h:
12         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
13         (djvu_document_find_iface_init):
14         * backend/djvu/djvu-text-page.[ch]:
15         * backend/djvu/djvu-text.[ch]: Removed
16         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
17         (pdf_document_find_iface_init):
18         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
19         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
20         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
21         (ev_job_find_get_n_results), (ev_job_find_get_progress),
22         (ev_job_find_has_results), (ev_job_find_get_results):
23         * shell/ev-view-private.h:
24         * shell/ev-view.[ch]: (ev_view_expose_event),
25         (highlight_find_results), (ev_view_finalize),
26         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
27         (ev_view_set_document), (ev_view_find_get_n_results),
28         (ev_view_find_get_result), (jump_to_find_result),
29         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
30         (ev_view_find_previous), (ev_view_find_search_changed),
31         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
32         * shell/ev-window.c: (ev_window_update_actions),
33         (page_changed_cb), (ev_window_setup_document),
34         (ev_window_update_find_status_message),
35         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
36         (ev_window_clear_find_job), (find_bar_close_cb),
37         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
38         (ev_window_dispose), (ev_window_init):
39
40         Rework find interface. The find logic has been moved from backends
41         to the shell avoiding a lot of duplicated code in the backends and
42         making easier to implement the find interface in the backends.
43         
44 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * backend/pdf/ev-poppler.cc:
47         (pdf_document_thumbnails_get_dimensions):
48
49         Make sure thumbnail size returned by the PDF is actually
50         valid. Fixes bug #548462.
51         
52 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * shell/ev-window.c: (ev_window_setup_document),
55         (ev_window_set_document), (ev_window_dispose):
56
57         Remove the idle function for setting the document up when the
58         window is destroyed. Fixes bug #549163.
59         
60 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
63         (ev_job_attachments_dispose), (ev_job_attachments_run),
64         (ev_job_attachments_class_init), (ev_job_attachments_new):
65         * shell/ev-sidebar-attachments.c:
66         (ev_sidebar_attachments_set_document):
67
68         Add a new job to get the attachments in a thread with the document
69         lock held. Fixes bug #548653.
70         
71 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
74         (tiff_document_document_iface_init):
75
76         Implement document_get_page_label in tiff backend.
77         
78 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * backend/tiff/tiff-document.c: (tiff_document_render):
81
82         Handle document orientation in tiff backend. Fixes bug #548444.
83         
84 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
87
88         Do not crash when adjustment page size is 0. Fixes bug #547440.
89         
90 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
91
92         * cut-n-paste/evmountoperation/ev-mount-operation.c:
93
94         Sync with current GTK+.
95         
96 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
97
98         * configure.ac:
99         
100         Update for release 2.23.6.
101
102 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
105         (ev_job_load_set_password):
106         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
107         * shell/ev-window.c: (password_dialog_response),
108         (ev_window_load_job_cb):
109
110         Fix loading encrypted documents since I broke it with the jobs
111         rework.
112         
113 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
114
115         * NEWS:
116
117         Update NEWS for 2.23.6 release.
118         
119 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
120
121         * backend/impress/impress-document.c:
122         * backend/impress/render.h:
123         * libdocument/ev-document-factory.c:
124         * libdocument/ev-document-factory.h:
125         * libdocument/ev-document-links.h:
126         * libdocument/ev-document-misc.c:
127         * libdocument/ev-document-misc.h:
128         * properties/ev-properties-main.c:
129         * properties/ev-properties-view.c:
130         * properties/ev-properties-view.h:
131         * shell/eggfindbar.c:
132         * shell/eggfindbar.h:
133         * shell/ev-application.c:
134         * shell/ev-application.h:
135         * shell/ev-jobs.h:
136         * shell/ev-message-area.h:
137         * shell/ev-navigation-action.c:
138         * shell/ev-navigation-action.h:
139         * shell/ev-open-recent-action.c:
140         * shell/ev-open-recent-action.h:
141         * shell/ev-page-action-widget.c:
142         * shell/ev-page-action.c:
143         * shell/ev-page-action.h:
144         * shell/ev-page-cache.h:
145         * shell/ev-password-view.h:
146         * shell/ev-password.h:
147         * shell/ev-pixbuf-cache.h:
148         * shell/ev-properties-fonts.c:
149         * shell/ev-sidebar-attachments.c:
150         * shell/ev-sidebar-links.c:
151         * shell/ev-sidebar-links.h:
152         * shell/ev-sidebar-thumbnails.c:
153         * shell/ev-sidebar-thumbnails.h:
154         * shell/ev-sidebar.c:
155         * shell/ev-sidebar.h:
156         * shell/ev-stock-icons.c:
157         * shell/ev-tooltip.h:
158         * shell/ev-view.c:
159         * shell/ev-view.h:
160         * shell/ev-window.c:
161         * shell/ev-window.h:
162         * shell/main.c:
163
164         More #include cleanups. Again: reordering, single gtk.h
165         includes and other stuff.
166
167 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
168
169         * shell/eggfindbar.c:
170         * shell/ev-application.c:
171         * shell/ev-message-area.c:
172         * shell/ev-navigation-action.c:
173         * shell/ev-open-recent-action.c:
174         * shell/ev-page-action-widget.c:
175         * shell/ev-page-action.c:
176         * shell/ev-password-view.c:
177         * shell/ev-properties-dialog.c:
178         * shell/ev-properties-fonts.c:
179         * shell/ev-sidebar-attachments.c:
180         * shell/ev-sidebar-page.c:
181         * shell/ev-sidebar-thumbnails.c:
182         * shell/ev-stock-icons.c:
183         * shell/ev-tooltip.c:
184         * shell/ev-view.c:
185         * shell/ev-window.c:
186         * shell/main.c:
187
188         Cleanup many #include statements: reorder so that a
189         generic-to-specific order is used, use single gtk.h
190         includes, and some other cleanups.
191
192 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * shell/ev-jobs.h:
195
196         Add gio header.
197         
198 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
201         (ev_document_fc_mutex_trylock):
202         * shell/Makefile.am:
203         * shell/ev-job-queue.[ch]:
204         * shell/ev-job-scheduler.[ch]:
205         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
206         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
207         (ev_job_run), (ev_job_cancel), (ev_job_failed),
208         (ev_job_failed_from_error), (ev_job_succeeded),
209         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
210         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
211         (ev_job_links_class_init), (ev_job_render_init),
212         (notify_page_ready), (ev_job_render_page_ready),
213         (ev_job_render_run), (ev_job_render_class_init),
214         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
215         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
216         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
217         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
218         (ev_job_save_dispose), (ev_job_save_run),
219         (ev_job_save_class_init), (ev_job_print_init),
220         (ev_job_print_dispose), (ev_job_print_run),
221         (ev_job_print_class_init):
222         * shell/ev-page-cache.c:
223         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
224         (check_job_size_and_unref), (move_one_job),
225         (copy_job_to_job_info), (add_job),
226         (ev_pixbuf_cache_add_jobs_if_needed):
227         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
228         (job_fonts_finished_cb), (job_fonts_updated_cb),
229         (ev_properties_fonts_set_document):
230         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
231         (ev_sidebar_links_set_document):
232         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
233         (ev_sidebar_thumbnails_set_document),
234         (ev_sidebar_thumbnails_clear_job):
235         * shell/ev-view-private.h:
236         * shell/ev-view.c:
237         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
238         (ev_window_refresh_window_thumbnail), (password_dialog_response),
239         (ev_window_clear_load_job), (ev_window_clear_reload_job),
240         (ev_window_load_job_cb), (ev_window_reload_job_cb),
241         (window_open_file_copy_ready_cb), (ev_window_open_uri),
242         (ev_window_reload_document), (ev_window_clear_save_job),
243         (ev_window_save_job_cb), (file_save_dialog_response_cb),
244         (ev_window_clear_print_job), (ev_window_print_job_cb),
245         (ev_window_print_dialog_response_cb):
246         * shell/main.c: (main):
247
248         Rework the jobs system in order to make it simpler and more
249         extensible. It allows to run jobs in the main loop instead of
250         using a thread when it's appropriate like the fonts job. Now it's
251         also possible to cancel jobs that are currently running. 
252         
253 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * libdocument/ev-debug.c: (profile_init):
256
257         Create the hash table also when profiling service is enabled for
258         all sections.
259         
260 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * libdocument/ev-debug.[ch]: (ev_profiler_start),
263         (ev_profiler_stop):
264         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
265         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
266         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
267         (ev_job_print_run):
268         * shell/main.c: (main):
269
270         Add a profile mode available when debug is enabled. Add profilers
271         in ev-jobs.
272         
273 2008-07-23  Götz Waschk <waschk@mandriva.org>
274
275         * configure.ac: Correctly build desktop file. Fixes
276         bug #544237.
277
278 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
279
280         * configure.ac:
281         
282         Update for release 2.23.5.
283
284 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * NEWS:
287
288         Update NEWS for 2.23.5 release.
289         
290 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * shell/ev-window.c: (ev_window_state_event),
293         (ev_window_class_init):
294
295         Intercept window manager's fullscreen request in order to run/stop
296         fullscreen mode. Fixes bug #493541.
297         
298 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * shell/ev-window.c: (find_bar_visibility_changed_cb):
301
302         Restart the job search when the find bar is opened for the second
303         time. Fixes bug #531956.
304         
305 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
308         (get_document_from_uri):
309
310         Make sure we always return a valid error struct when
311         get_document_from_uri fails. Fixes nautilus crash, see bug
312         #542548.
313         
314 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
315
316         * libdocument/ev-transition-effect.c
317         (ev_transition_effect_type_get_type),
318         (ev_transition_effect_alignment_get_type),
319         (ev_transition_effect_direction_get_type):
320         
321         Fixes bug #542924. Makes enums static to fix Solaris build.
322
323 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * shell/ev-view.c: (ev_view_key_press_event):
326
327         Add '.' keybinding for blanking the screen in presentation
328         mode. Fixes bug #542001.
329         
330 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * libdocument/ev-document-misc.c:
333         (ev_document_misc_pixbuf_from_surface):
334
335         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
336         #540950.
337         
338 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
339
340         * backend/comics/comics-document.c (comics_document_load):
341         * backend/comics/comicsdocument.evince-backend.in:
342         * configure.ac:
343         * thumbnailer/evince-thumbnailer-comics.schemas.in:
344         
345         Added support for 7-zip based cb7 comic book. Patch by
346         Kartik Rustagi. Fixes bug #532312.
347
348 2008-06-24  Bastien Nocera  <hadess@hadess.net>
349
350         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
351         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
352         Fixes bug #539972.
353
354 2008-06-24  Bastien Nocera  <hadess@hadess.net>
355
356         * shell/Makefile.am:
357         * shell/ev-application.c (ev_application_init),
358         (ev_application_get_media_keys):
359         * shell/ev-application.h:
360         * shell/ev-marshal.list:
361         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
362         (proxy_destroy), (on_media_player_key_pressed),
363         (ev_media_player_keys_init), (ev_media_player_keys_focused),
364         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
365         * shell/ev-media-player-keys.h:
366         * shell/ev-window.c (ev_window_go_previous_page),
367         (ev_window_go_next_page), (ev_window_go_first_page),
368         (ev_window_go_last_page), (ev_window_start_presentation),
369         (ev_window_dispose), (view_actions_focus_in_cb):
370         * shell/ev-window.h: When building with D-Bus support, listen
371         for multimedia key events from gnome-settings-daemon. This allows
372         to go to the next/previous/first/last pages using, respectively,
373         Next/Previous/Rewing/Fast Forward. The Play button is used to start
374         a presentation. Fixes bug #539971.
375
376 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
377
378         * configure.ac:
379         
380         Update for release 2.23.4.
381
382 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
383
384         * NEWS:
385
386         Update news for 2.23.4 release.
387         
388 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
391         * shell/ev-sidebar-thumbnails.c:
392         (ev_sidebar_thumbnails_set_loading_icon),
393         (ev_sidebar_thumbnails_refresh):
394         * shell/ev-window.c: (ev_window_error_message),
395         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
396         (ev_window_set_document):
397
398         Do not crash opening documents with no pages and show a warning
399         message in the message area. Fixes bugs #537574 and #171588.
400         
401 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * shell/Makefile.am:
404         * shell/ev-file-monitor.[ch]:
405         * shell/ev-window.c: (ev_window_document_changed),
406         (ev_window_clear_reload_job), (ev_window_load_job_cb),
407         (ev_window_reload_job_cb), (ev_window_open_uri),
408         (ev_window_reload_document), (ev_window_cmd_view_reload),
409         (ev_window_dispose):
410
411         Automaticly reload the document when the file has changed on
412         disk. Bug #304249.
413         
414 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
415
416         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
417         * libdocument/ev-image.c: (ev_image_save_tmp):
418         * libdocument/ev-module.c: (ev_module_load):
419         * shell/ev-application.c: (ev_application_shutdown),
420         (ev_application_get_print_settings):
421         * shell/ev-sidebar-attachments.c:
422         (ev_sidebar_attachments_button_press),
423         (ev_sidebar_attachments_drag_data_get):
424         * shell/ev-window.c: (window_save_file_copy_ready_cb),
425         (ev_window_print_finished), (ev_window_print_send),
426         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
427         (ev_window_preview_print_finished), (ev_window_do_preview_print),
428         (ev_window_cmd_preview_print):
429         * shell/main.c: (load_files_remote):
430         Fix some build warnings under GCC 4.3.0. (#537535).
431
432 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * shell/ev-jobs.c: (ev_job_render_dispose):
435
436         Fix a crash in debug mode. Patch by Daniel M German.
437         
438 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * shell/ev-window.c:
441
442         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
443         
444 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * shell/ev-window.c: (ev_window_print_send),
447         (ev_window_do_preview_print):
448
449         Use the window title as print job name instead of just
450         "evince-print". Fixes bug #534493.
451         
452 2008-05-19  Frederic Peters  <fpeters@0d.be>
453
454         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
455         Bug #533897.
456
457 2008-05-19  Frederic Peters  <fpeters@0d.be>
458
459         * help/reference/Makefile.am: added missing libevmountoperation to
460         gtkdoc-scanobj libraries.  Bug #533896.
461
462 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
463
464         * properties/ev-properties-view.c (get_default_user_units):
465         Fixes check for default units string translation. Bug #533323.
466
467 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
468
469         * backend/impress/iksemel.c (sax_core): Fix a free() that should
470         be an iks_free(). Fix an array overflow in the XML parser that
471         would occur whenever the number of attributes in a tag was greater
472         than 0 and divisible by 6. Fixes GNOME bug #530852.
473
474 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
475
476         * backend/djvu/djvu-document-private.h:
477         * backend/djvu/djvu-links.c:
478         * backend/djvu/djvu-text.c:
479         * backend/djvu/djvu-document.c: (djvu_handle_events),
480         (djvu_wait_for_message), (djvu_document_load),
481         (document_get_page_size), (djvu_document_render),
482         (djvu_document_thumbnails_get_thumbnail),
483         (djvu_document_file_exporter_end):
484
485         Make sure load job doesn't finish successfully when the document
486         is not successfully decoded by libdjvu. Fixes bug #530202.
487         
488 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * configure.ac:
491         * libdocument/Makefile.am:
492         * libdocument/ev-debug.[ch]:
493         * libdocument/ev-document.c:
494         * shell/ev-jobs.c: (ev_job_links_dispose),
495         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
496         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
497         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
498         (ev_job_render_page_ready), (ev_job_render_run),
499         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
500         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
501         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
502         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
503         (ev_job_print_new), (ev_job_print_run):
504         * shell/main.c: (main):
505
506         Add debug mode based on gedit code. Add debug messages in
507         ev-jobs.
508         
509 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * libdocument/ev-document-factory.c: (get_document_from_uri):
512
513         Fix memory leak.
514         
515 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
516
517         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
518         (get_mime_type_from_data), (get_document_from_uri),
519         (ev_document_factory_get_document):
520         
521         Improved error message about file opening failture.
522         Bug #529129.
523
524 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
525
526         * data/evince-toolbar.xml:
527         
528         Allow to add SaveAs to toolbar.
529
530 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * shell/ev-view-private.h:
533         * shell/ev-view.[ch]: (ev_view_button_release_event),
534         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
535         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
536         (ev_view_update_primary_selection), (clear_link_selected),
537         (ev_view_copy_link_address):
538         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
539
540         Update also the primary selection when copying a link
541         address. Fixes bug #520855.
542         
543 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * libdocument/ev-document-factory.c: (get_document_from_uri):
546
547         Use the pixbuf backend only when the mime type is not supported by
548         any of the other backend so that tiff documents, for instance, are
549         handled by the tiff backend instead of the pixbuf backend. fixes
550         bug #520290.
551         
552 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
553
554         * cut-n-paste/Makefile.am:
555
556         Add evmountoperation to subdirs list.
557         
558 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * configure.ac:
561
562         Fix libspectre check in configure script. Fixes bug #528549.
563         
564 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * configure.ac:
567         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
568         * shell/Makefile.am:
569         * shell/ev-window.c: (ev_window_load_remote_failed),
570         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
571
572         Add GtkMountOperation (renamed to avoid conflicts) to be able to
573         open documents in remote locations that are not mounted.
574         
575 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
578         (bitmap_convert_msb8):
579         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
580         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
581
582         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
583         
584 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
587         (ev_job_render_new), (ev_job_render_set_selection_info),
588         (ev_job_render_run):
589         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
590         (check_job_size_and_unref),
591         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
592         (add_job), (ev_pixbuf_cache_get_selection_surface):
593
594         Create the render context needed for rendering a page in the render
595         thread so that we don't block the main thread. Simplify
596         EvJobRender API.
597         
598 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * libdocument/Makefile.am:
601         * libdocument/ev-page.[ch]:
602         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
603         (ev_render_context_new), (ev_render_context_set_page):
604         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
605         (ev_form_field_finalize), (ev_form_field_class_init):
606         * libdocument/ev-document-forms.[ch]:
607         (ev_document_forms_get_form_fields):
608         * libdocument/ev-document.[ch]: (ev_document_get_page),
609         (ev_document_get_page_size), (ev_document_get_page_label):
610         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
611         (ev_job_render_run), (ev_job_thumbnail_new),
612         (ev_job_thumbnail_run), (ev_job_print_run):
613         * shell/ev-page-cache.c: (ev_page_cache_new):
614         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
615         (check_job_size_and_unref), (add_job):
616         * shell/ev-sidebar-thumbnails.c: (add_range):
617         * shell/ev-view.c: (ev_view_form_field_get_region),
618         (ev_view_form_field_button_create_widget),
619         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
620         (ev_view_handle_form_field), (ev_view_size_allocate),
621         (get_selected_text):
622         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
623         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
624         (pdf_document_get_page), (pdf_document_get_page_label),
625         (pdf_document_render), (pdf_document_get_info),
626         (pdf_document_document_iface_init),
627         (pdf_document_thumbnails_get_thumbnail),
628         (pdf_document_thumbnails_get_dimensions),
629         (pdf_document_file_exporter_do_page),
630         (pdf_selection_render_selection),
631         (pdf_selection_get_selected_text),
632         (pdf_selection_get_selection_region),
633         (pdf_selection_get_selection_map),
634         (pdf_document_forms_get_form_fields),
635         (pdf_document_forms_form_field_text_get_text),
636         (pdf_document_forms_form_field_text_set_text),
637         (pdf_document_forms_form_field_button_set_state),
638         (pdf_document_forms_form_field_button_get_state),
639         (pdf_document_forms_form_field_choice_get_item),
640         (pdf_document_forms_form_field_choice_get_n_items),
641         (pdf_document_forms_form_field_choice_is_item_selected),
642         (pdf_document_forms_form_field_choice_select_item),
643         (pdf_document_forms_form_field_choice_toggle_item),
644         (pdf_document_forms_form_field_choice_unselect_all),
645         (pdf_document_forms_form_field_choice_set_text),
646         (pdf_document_forms_form_field_choice_get_text):
647         * backend/ps/ev-spectre.c: (ps_document_get_page),
648         (ps_document_get_page_size), (ps_document_get_page_label),
649         (ps_document_render), (ps_document_document_iface_init),
650         (ps_document_file_exporter_do_page):
651         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
652         (tiff_document_render), (tiff_document_render_pixbuf),
653         (tiff_document_file_exporter_do_page):
654         * backend/pixbuf/pixbuf-document.c:
655         (pixbuf_document_get_page_size):
656         * backend/comics/comics-document.c:
657         (comics_document_get_page_size), (comics_document_render_pixbuf):
658         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
659         (djvu_document_render), (djvu_selection_get_selected_text),
660         (djvu_document_thumbnails_get_thumbnail),
661         (djvu_document_file_exporter_do_page),
662         (djvu_document_find_get_result):
663         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
664         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
665         (dvi_document_thumbnails_get_thumbnail),
666         (dvi_document_file_exporter_do_page):
667         * backend/impress/impress-document.c:
668         (impress_document_get_page_size),
669         (impress_document_render_pixbuf):
670         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
671
672         Add EvPage so that we can hold a reference to the backend
673         page. Form fields keep now a reference to the poppler page
674         improving performance since we don't have to create/destroy the
675         poppler field for every form operation. This will be needed for
676         annotations too.
677         
678 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * data/evince-ui.xml:
681         * shell/ev-window.c:
682
683         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
684         
685 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * configure.ac:
688         * backend/ps/Makefile.am:
689
690         Remove gs stuff from ps backend.
691         
692 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * configure.ac:
695         * backend/pdf/ev-poppler.cc:
696
697         Bump poppler requirement to 0.8.0.
698         
699 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
700
701         * NEWS:
702         * configure.ac:
703
704         Update for release 2.22.1.1
705
706 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * configure.ac:
709
710         Fix build (again) when poppler version is 0.6
711         
712 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
713
714         * backend/djvu/djvu-links.c: (build_tree):
715
716         Make sure link title is a valid utf8 string. Fixes bug #526517.
717         
718 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
719
720         * configure.ac:
721
722         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
723         #526799.
724         
725 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
726
727         * configure.ac:
728         
729         Update for release 2.22.1.
730
731 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * NEWS:
734
735         Update for upcoming release.
736
737 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * configure.ac:
740         * backend/dvi/dvidocument.evince-backend.in:
741
742         Add compressed dvi to the list of supported mime types. Patch by
743         Ed Catmur. Fixes bug #307087.
744
745 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-jobs.c: (ev_job_print_get_page_list):
748
749         Fix a crash when printing a range that doesn't specify the start or
750         end page. Fixes bug #524288.
751
752 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * shell/ev-window.c: (ev_window_cmd_continuous),
755         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
756         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
757         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
758         (ev_window_run_presentation), (ev_window_stop_presentation),
759         (ev_window_cmd_view_presentation),
760         (ev_window_cmd_leave_fullscreen),
761         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
762
763         Do not unfullscreen and fullscreen again the window when changing
764         from fullscreen to presentation mode and vice versa. Fixes bug
765         #524112.
766         
767 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
770
771         Do not crash when thumbnail failed to render in PS backend. Fixes
772         bug #525015.
773         
774 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * shell/ev-window.c: (window_open_file_copy_ready_cb),
777         (ev_window_load_file_remote), (ev_window_open_uri):
778
779         Handle errors when opening remote files.
780         
781 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * shell/ev-page-action.c: (ev_page_action_grab_focus):
784
785         Only grab the focus for the current visible proxy widget. Fixes
786         bug #521224.
787         
788 2008-03-30  Emil Soleyman  <emil@nishra.com>
789
790         * shell/ev-window.c: (launch_external_uri):
791         
792         Reuse g_app_info_launch_default_for_uri to
793         save some code and fix bug #525009.
794
795 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
796
797         * shell/ev-window.c (image_save_dialog_response_cb):
798
799         Use g_str_has_suffix. See bug #523069.
800
801 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * configure.ac:
804
805         Add a configure option to enable/diable DBus. Patch by Rémi
806         Cardona. Fixes bug 521797.
807
808 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
811
812         Fix printing in documents with rotated pages. Patch by Eugen
813         Dedu. Fixes bug #512648.
814         
815 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
818         (ev_link_from_action):
819
820         Fix warning messages.
821         
822 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/ev-window.c: (image_save_dialog_response_cb):
825
826         Do not append the extension to filename when saving an image
827         if the filename alredy contains the extension. Fixes bug #523069.
828         
829 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-view.[ch]: (ev_view_find_cancel):
832         * shell/ev-window.c: (find_bar_close_cb):
833
834         Cancel the find operation when the find bar is closed. Fixes bug
835         #508845.
836         
837 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * backend/ps/psdocument.evince-backend.in:
840
841         Make ps backend module resident. Fixes bug #520607.
842         
843 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
844
845         * shell/ev-jobs.c: (ev_job_print_run):
846
847         Invert collate action in order to work as expected, fix reverse
848         printing so that it doesn't start with a blank page and fix number
849         of copies. Patch by Eugen Dedu. Fixes bug #365332.
850         
851 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
852
853         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
854
855         Fix build with poppler <= 0.7.2
856         
857 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * libdocument/ev-document-misc.c:
860         (ev_document_misc_surface_from_pixbuf):
861
862         Fix selections with poppler-splash.
863         
864 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * configure.ac:
867         * backend/pdf/ev-poppler.cc:
868
869         Fix build with poppler >= 0.7.2
870         
871 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
872
873         * configure.ac:
874         
875         Update for release 2.22.0
876
877 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * NEWS:
880
881         Update for upcoming release.
882
883 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
884
885         * shell/ev-window.c (ev_window_print_dialog_response_cb):
886
887         Bug 495107 – Handle print dialog responses correctly
888
889         Correctly handle print dialog response. Properly fixes
890         the above mentioned bug.
891
892 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
895
896         Make sure print job is only run when the print button is
897         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
898         
899 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * backend/pdf/pdfdocument.evince-backend.in:
902         * libdocument/ev-backends-manager.c:
903         (ev_backends_manager_load_backend),
904         (ev_backends_manager_get_document):
905         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
906
907         Allow making backend modules resident. This is needed only for
908         some backends like pdf to avoid registering glib types more than
909         once.
910         
911 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
912
913         * backend/comics/comics-document.c:
914         * backend/djvu/djvu-document.c:
915         * backend/impress/impress-document.c:
916         * backend/pdf/ev-poppler.cc:
917         * backend/pixbuf/pixbuf-document.c:
918         * backend/ps/ev-spectre.c:
919         * backend/ps/ps-document.c:
920         * backend/tiff/tiff-document.c:
921         * libdocument/ev-document.h:
922         * properties/ev-properties-main.c:
923
924         Use g_type_module_add_interface instead of
925         g_type_add_interface_static. Fixes bug #519679.
926         
927 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
928
929         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
930         Added. Returns whether the animation has everything necessary to run.
931         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
932         is ready just because it's been created. Fixes #519106.
933         (draw_one_page): Do not show the "Loading..." text in presentation
934         mode, there was a slim probability that this could happen.
935
936 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
939
940         Duplicate mime_type string before freeing it so that it doesn't
941         always fail when getting mime type from uri. Fixes bug #518874.
942         
943 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * shell/ev-view.c: (ev_view_form_field_choice_changed):
946
947         Fix a crash when a choice form field doesn't have any item
948         selected. Fixes bug #518831
949         
950 2008-02-25  Alexander Larsson  <alexl@redhat.com>
951
952         * shell/ev-window.c (ev_window_clear_temp_file):
953         Use g_file_has_prefix instead of renamed
954         g_file_contains_file.
955
956         * configure.ac:
957         Require new glib for above change.
958         
959 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * libdocument/ev-image.c: (ev_image_finalize),
962         (ev_image_save_tmp):
963
964         Return a real uri instead of a filename when saving an
965         image. Fixes images drag an drop from evince to nautilus. 
966         
967 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * backend/pdf/ev-poppler.cc:
970         (pdf_document_images_get_image_mapping):
971
972         Return the image list in the right order. Fixes bug #516237.
973         
974 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
975
976         * backend/impress/impress-document.c:
977         (impress_document_thumbnails_get_thumbnail):
978
979         Remove unused variable to avoid a compiler warning.
980
981 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
982
983         * configure.ac:
984         
985         Update for release 2.21.91.
986
987 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * configure.ac:
990         * shell/Makefile.am:
991         * shell/ev-application.[ch]:
992         * shell/ev-sidebar-links.c:
993         * shell/ev-utils.[ch]:
994         * shell/ev-window.[ch]:
995
996         Remove libgnomeprint support. Fixes bug #512370.
997         
998 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
999
1000         * thumbnailer/evince-thumbnailer.c: (main):
1001
1002         Initialize glib type system before using it. Fixes bug #513934.
1003         
1004 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * properties/ev-properties-main.c:
1007
1008         Add missing #include.
1009         
1010 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1011
1012         * configure.ac:
1013         * backend/djvu/djvu-document.c: (djvu_document_render):
1014         * backend/tiff/tiff-document.c: (tiff_document_render):
1015
1016         Use the new cairo function cairo_format_stride_for_width when
1017         available. Fixes bug #482720.
1018
1019 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1022         (get_mime_type_from_data), (get_document_from_uri):
1023
1024         Use g_content_type_guess() only when slow is true in
1025         get_document_from_uri(). Fix several memory leaks.
1026         
1027 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1028
1029         * libdocument/ev-document-factory.c:
1030         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1031         (get_document_from_uri):
1032
1033         Use g_content_type_guess () to get mimetype for files.
1034         Bug #510401.
1035
1036 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * thumbnailer/Makefile.am:
1039
1040         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1041         
1042 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * configure.ac:
1045
1046         Fix build with --without-libgnome. Fixes bug #512771.
1047         
1048 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1049
1050         * backend/dvi/Makefile.am: Install only dvi
1051         module. Fixes bug #512718.
1052
1053 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1054
1055         * properties/ev-properties-main.c: (nautilus_module_initialize):
1056         
1057         Initialize backends in properties tab. Fixes bug
1058         #512720.
1059
1060 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1061
1062         * properties/Makefile.am: No need to link with 
1063         libraries. Fixes bug #512719.
1064
1065 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1066
1067         * NEWS:
1068         * configure.ac:
1069         
1070         Update for release 2.21.90.
1071
1072 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * shell/ev-window.c: (ev_window_cmd_escape):
1075
1076         Fix compile warning.
1077         
1078 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1081
1082         Fix printing in dvi backend when filename contains white
1083         espaces. Fixes bug #502839.
1084         
1085 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1088         (screensaver_disable_x11):
1089         * shell/Makefile.am:
1090         * shell/xdg-user-dir-lookup.c: Removed
1091         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1092         * shell/ev-view.c: (ev_view_presentation_transition_start):
1093         * shell/ev-window.c: (ev_window_cmd_file_open),
1094         (ev_window_cmd_save_as), (presentation_set_timeout):
1095
1096         Remove #ifdefs that are no longer needed.
1097         
1098 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * shell/ev-view.[ch]: (ev_view_button_release_event),
1101         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1102         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1103         (ev_window_cmd_escape):
1104
1105         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1106         
1107 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * configure.ac:
1110         * backend/comics/comics-document.c: (comics_document_load):
1111         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1112         (ev_attachment_set_property), (ev_attachment_init),
1113         (ev_attachment_save), (ev_attachment_launch_app),
1114         (ev_attachment_open):
1115         * libdocument/ev-document-factory.c: (get_document_from_uri):
1116         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1117         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1118         * shell/ev-jobs.c:
1119         * shell/ev-password.c: (ev_password_dialog_set_property),
1120         (ev_password_dialog_save_password):
1121         * shell/ev-sidebar-attachments.c:
1122         (ev_sidebar_attachments_drag_data_get):
1123         * shell/ev-window-title.c: (get_filename_from_uri):
1124         * shell/ev-window.c: (ev_window_clear_temp_file),
1125         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1126         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1127         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1128         (launch_external_uri), (image_save_dialog_response_cb),
1129         (attachment_save_dialog_response_cb):
1130         * shell/main.c: (load_files), (load_files_remote), (main):
1131         * thumbnailer/evince-thumbnailer.c: (main):
1132
1133         Port to gio and drop gnome-vfs dependency. Fixes bug
1134         #510401. Based on patch by Cosimo Cecchi.
1135         
1136 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1137
1138         * NEWS:
1139
1140         Fixed formatting inconsistencies (spaces vs. tabs)
1141
1142 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1143
1144         * shell/ev-window.c:
1145
1146         Use top/up/bottom/down arrows instead of
1147         first/left/last/right in the toolbar and menu actions.
1148         This fixes issues with RTL languages and is visually
1149         consistent with the page view. Fixes bug #170081.
1150
1151 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1152
1153         * NEWS:
1154
1155         Fixed some inaccuracies pointed out by Carlos Garcia
1156         Campos.
1157
1158 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1159
1160         * NEWS:
1161         * data/evince.schemas.in:
1162         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1163
1164         Override PDF restrictions by default. Fixes bug #382700.
1165
1166 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1167
1168         * NEWS: Updated for upcoming release
1169
1170 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1173
1174         Fix memory leak.
1175         
1176 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1177
1178         * shell/ev-window.c: (register_custom_actions):
1179         
1180         Added comment for translators
1181
1182 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * shell/ev-view.c: (ev_view_button_release_event):
1185
1186         Do not create the idle function for kinetic scrolling if we are
1187         not in a drag operation.
1188
1189 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1192         (ev_view_button_press_event), (ev_view_motion_notify_event),
1193         (ev_view_button_release_event):
1194
1195         Restore cursor after autoscrolling. Fixes bug #509958.
1196
1197 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * configure.ac:
1200         * backend/pdf/ev-poppler.cc:
1201         (pdf_document_images_get_image_mapping),
1202         (pdf_document_images_get_image),
1203         (pdf_document_document_images_iface_init):
1204         * libdocument/ev-document-images.[ch]:
1205         (ev_document_images_get_image_mapping),
1206         (ev_document_images_get_image):
1207         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1208         (ev_image_get_id), (ev_image_save_tmp):
1209         * shell/ev-jobs.c: (ev_job_render_run):
1210         * shell/ev-view.c: (ev_view_drag_data_get):
1211         * shell/ev-window.c: (image_save_dialog_response_cb),
1212         (ev_view_popup_cmd_copy_image):
1213
1214         Do not render images when rendering the page but on demand. It
1215         reduces the memory comsumption.
1216         
1217 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1218
1219         * configure.a:
1220         * shell/ev-password.c:
1221
1222         Make gnome-keyring optional. Fixes bug #509676.
1223         
1224 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * shell/ev-pixbuf-cache.c: (add_job):
1227
1228         Initialize include_images variable as FALSE instead of TRUE.
1229         
1230 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1231
1232         * configure.ac:
1233         * cut-n-paste/Makefile.am:
1234         * cut-n-paste/fileformatchooser/Makefile.am:
1235         * cut-n-paste/fileformatchooser/egg-macros.h:
1236         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1237         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1238         * shell/Makefile.am:
1239         * shell/ev-utils.c:
1240         (file_chooser_dialog_add_writable_pixbuf_formats),
1241         (get_gdk_pixbuf_format_by_extension):
1242         * shell/ev-utils.h:
1243         * shell/ev-window.c: (ev_window_error_message),
1244         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1245         
1246         Simplify image format selection on save.
1247
1248 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1249
1250         * shell/ev-view.c: (ev_view_scroll_event):
1251         
1252         Repair gorizontal scrolling with shift. Fixes
1253         bug #483412.
1254
1255 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1256         
1257         * MAINTAINERS:
1258
1259         Fix formatting issues.
1260         
1261 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1262
1263         * backend/comics/comics-document.c: (comics_regex_quote):
1264         
1265         Don't overquote special chars except of '. See bug 
1266         502500. Thanks to Tom Parker.
1267
1268 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1269
1270         * MAINTAINERS:
1271         
1272         Added Nickolay and Carlos, since they're doing most of
1273         the releases nowadays.
1274
1275 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1276
1277         * properties/Makefile.am:
1278
1279         Get the nautilus extension dir properly instead of using
1280         a hack. Fixes bug #505359.
1281
1282 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1283
1284         * properties/Makefile.am:
1285         
1286         Install nautilus extension into new place. See bug
1287         #505359. Thanks to Matthias Clasen, Brian Pepple and
1288         Damien Carbery.
1289
1290 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1291
1292         * shell/ev-window.c: (ev_window_get_recent_file_label):
1293         
1294         RTL marker in recent file list. See bug #509076.
1295
1296 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1299         * shell/ev-window.c: (image_save_dialog_response_cb):
1300
1301         Fix compile warnings due to unused variables.
1302         
1303 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * configure.ac:
1306         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1307         * backend/ps/ev-spectre.c: (ps_document_render):
1308
1309         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1310
1311 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1312
1313         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1314         (ev_transition_animation_paint): Implement "fade" effect.
1315
1316 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1317
1318         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1319         (ev_transition_animation_paint): Implement "uncover" effect.
1320
1321 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1322
1323         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1324         (ev_transition_animation_paint): Implement "cover" effect.
1325
1326 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1327
1328         * shell/ev-transition-animation.c (ev_transition_animation_push)
1329         (ev_transition_animation_paint): Implement "push" effect.
1330
1331 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1332
1333         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1334         (ev_transition_animation_paint): Implement "dissolve" effect.
1335
1336 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1337
1338         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1339         (ev_transition_animation_paint): Implement "wipe" effect.
1340
1341 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1342
1343         * shell/ev-transition-animation.c (ev_transition_animation_box)
1344         (ev_transition_animation_paint): Implement "box" effect.
1345
1346 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1347
1348         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1349         (ev_transition_animation_paint): Implement "blinds" effect.
1350
1351 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1352
1353         * shell/ev-transition-animation.c (ev_transition_animation_split)
1354         (ev_transition_animation_paint): Implement "split" effect.
1355
1356 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1357
1358         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1359         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1360         (ev_view_transition_animation_start) 
1361         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1362         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1363         (ev_view_next_page) (ev_view_previous_page):
1364         
1365         Use EvTransitionAnimation to drive page changes in the presentation
1366         mode, the animation will wait to start until both the origin and 
1367         destination page surfaces are available. Fixes #458460.
1368
1369         (draw_loading_text):
1370
1371         Remove workaround for bug #320352, it's now fixed properly.
1372
1373
1374 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1375
1376         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1377         will contain the implementations for page transition animations, at
1378         the moment it just has the "replace" effect.
1379         * shell/Makefile.am: Added these files to build.
1380
1381 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1382
1383         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1384         animations.
1385         * shell/Makefile.am: Added these files to build.
1386
1387 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1388
1389         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1390         implementation to get_effect() in EvDocumentTransitionIface.
1391
1392 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1393
1394         * libdocument/ev-transition-effect.[ch]: New files, define a page
1395         transition effect, at the moment it maps PopplerPageTransition to a
1396         GObject.
1397         * libdocument/Makefile.am: Added these files to build.
1398         * libdocument/ev-document-transition.[ch]
1399         (ev_document_transition_get_effect): New method, gets the
1400         EvTransitionEffect returned by the interface implementation, with
1401         fallback to the "replace" effect.
1402
1403 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1404
1405         * configure.ac:
1406         * cut-n-paste/Makefile.am:
1407         * cut-n-paste/fileformatchooser/Makefile.am:
1408         * cut-n-paste/fileformatchooser/egg-macros.h:
1409         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1410         * shell/Makefile.am:
1411         * shell/ev-window.c: (image_save_dialog_response_cb),
1412         (ev_view_popup_cmd_save_image_as):
1413
1414         Allow exporting images in any format supported by
1415         GdkPixbuf. Fixes bug #500209.
1416         
1417 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * backend/pixbuf/pixbuf-document.c:
1420
1421         More warnings fixed.
1422         
1423 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1426         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1427         * backend/djvu/djvu-text.h:
1428         * backend/tiff/tiff-document.c: (tiff_document_render):
1429
1430         Fix compile warnings.
1431         
1432 2007-12-28  Christian Persch  <chpe@gnome.org>
1433
1434         * **/*.c: Include config.h. Bug #504721.
1435
1436 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * configure.ac:
1439         * Makefile.am:
1440         * po/POTFILES.in:
1441         * backend/comics/Makefile.am:
1442         * backend/comics/comics-document.[ch]:
1443         * backend/comics/comicsdocument.evince-backend.in:
1444         * backend/djvu/Makefile.am:
1445         * backend/djvu/djvu-document.[ch]:
1446         * backend/djvu/djvudocument.evince-backend.in:
1447         * backend/dvi/Makefile.am:
1448         * backend/dvi/dvi-document.[c]:
1449         * backend/dvi/dvidocument.evince-backend.in:
1450         * backend/impress/Makefile.am:
1451         * backend/impress/impress-document.[ch]:
1452         * backend/impress/impressdocument.evince-backend.in:
1453         * backend/pdf/Makefile.am:
1454         * backend/pdf/ev-poppler.cc:
1455         * backend/pdf/ev-poppler.h:
1456         * backend/pdf/pdfdocument.evince-backend.in:
1457         * backend/pixbuf/Makefile.am:
1458         * backend/pixbuf/pixbuf-document.[ch]:
1459         * backend/pixbuf/pixbufdocument.evince-backend.in:
1460         * backend/ps/Makefile.am:
1461         * backend/ps/ev-spectre.[ch]:
1462         * backend/ps/ps-document.[ch]:
1463         * backend/ps/psdocument.evince-backend.in:
1464         * backend/tiff/Makefile.am:
1465         * backend/tiff/tiff-document.[ch]:
1466         * backend/tiff/tiffdocument.evince-backend.in:
1467         * libdocument/Makefile.am:
1468         * libdocument/ev-backends-manager.[ch]:
1469         * libdocument/ev-module.[ch]:
1470         * libdocument/ev-document.h:
1471         * libdocument/ev-document-factory.[ch]:
1472         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1473         (get_compression_from_mime_type), (get_document_from_uri),
1474         (ev_document_factory_get_document), (file_filter_add_mime_types),
1475         (ev_document_factory_add_filters):
1476         * shell/Makefile.am:
1477         * shell/ev-window-title.c: (get_filename_from_uri):
1478         * shell/main.c: (main):
1479         * thumbnailer/Makefile.am:
1480         * thumbnailer/evince-thumbnailer.c: (main):
1481
1482         Plugin system for backends. Fixes bug #351348.
1483         
1484 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1485
1486         * shell/ev-view-private.h:
1487         * shell/ev-view.c: (ev_view_drag_update_momentum),
1488         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1489         (ev_view_button_release_event), (ev_view_destroy):
1490         
1491         Kinetic scrolling implemented as requested in
1492         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1493
1494 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1495
1496         * data/evince-toolbar.xml:
1497         * data/evince-ui.xml:
1498         * shell/ev-view-private.h:
1499         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1500         (ev_view_button_press_event), (ev_view_motion_notify_event),
1501         (ev_view_button_release_event), (ev_view_init),
1502         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1503         (ev_view_set_cursor):
1504         * shell/ev-view.h:
1505         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1506         (ev_window_cmd_view_autoscroll):
1507         
1508         Autoscroll feature with the context menu. Fixes bug 
1509         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1510
1511 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1512
1513         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1514
1515         Disconnect also page-ready signal when removing a job because the
1516         page size has changed. Thanks to kripken
1517         <kripkensteiner@gmail.com>.
1518
1519 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1520
1521         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1522         
1523         Scroll pages in page entry with mouse wheel. Fixes bug
1524         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1525
1526 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * backend/dvi/Makefile.am:
1529         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1530         (mdvi_cairo_device_init):
1531         * backend/dvi/mdvi-lib/common.h:
1532         * backend/dvi/mdvi-lib/mdvi.h:
1533         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1534         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1535         (mdvi_build_path_from_cwd):
1536
1537         Add ps specials support in dvi backend when libspectre is
1538         present. Fixes bug #386005.
1539         
1540 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * configure.ac:
1543         * backend/ps/Makefile.am:
1544         * backend/ps/ev-spectre.[ch]:
1545         
1546         Use libspectre, if available, for the ps backend. Fixes bugs
1547         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1548
1549 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1550         
1551         * backend/comics/comics-document.c: (comics_document_load):
1552         
1553         Cygwin build issue fix.
1554
1555 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * shell/ev-view.c: (ev_view_set_zoom):
1558
1559         Do not limit the minimum zoom factor when sizing mode is best bit
1560         or fit width. Fixes bug #503805.
1561         
1562 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1565         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1566         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1567         (ev_link_dest_get_property), (ev_link_dest_set_property),
1568         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1569         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1570         (ev_link_dest_new_fitr):
1571         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1572         (goto_fith_dest), (goto_xyz_dest):
1573
1574         Do not change left, top and zoom values when they are null in PDF
1575         destinations. Fixes bug #460658.
1576         
1577 2007-12-10  Christian Persch  <chpe@gnome.org>
1578
1579         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1580         (ev_view_accessible_class_init),
1581         (ev_view_accessible_idle_do_action),
1582         (ev_view_accessible_action_do_action),
1583         (ev_view_accessible_action_get_description),
1584         (ev_view_accessible_action_set_description),
1585         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1586         (ev_view_accessible_factory_init),
1587         (ev_view_accessible_factory_get_accessible_type):
1588         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1589         private data, and G_DEFINE_TYPE. Bug #502843.
1590
1591 2007-12-08  Christian Persch  <chpe@gnome.org>
1592
1593         * shell/ev-metadata-manager.c: (item_free),
1594         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1595         (value_free), (parse_value), (parseItem),
1596         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1597         (save_values): Use GSlice to allocate small amounts of memory. Bug
1598         #475972.
1599
1600 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1603
1604         Restore cursor to normal after a drag operation. Fixes bug
1605         #501603.
1606         
1607 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1608
1609         * NEWS:
1610         * configure.ac:
1611         
1612         Update for release 2.21.1
1613
1614 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * configure.ac:
1617         * cut-n-paste/gedit-message-area/Makefile.am:
1618         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1619         * shell/Makefile.am:
1620         * shell/ev-message-area.[ch]:
1621         * shell/ev-window.c: (ev_window_set_message_area),
1622         (ev_window_error_message_response_cb), (ev_window_error_message),
1623         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1624         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1625         (ev_attachment_popup_cmd_open_attachment),
1626         (attachment_save_dialog_response_cb), (ev_window_set_document),
1627         (ev_window_init):
1628
1629         Use a message area instead of a popup dialog for error
1630         notifications. Fixes bug #337495.
1631         
1632 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1635         (ev_window_run_fullscreen):
1636
1637         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1638         
1639 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1640
1641         * ev-sidebar-thumbnails.c: (update_visible_range),
1642         (ev_sidebar_thumbnails_refresh),
1643         (ev_sidebar_thumbnails_set_document),
1644         (ev_sidebar_thumbnails_support_document):
1645
1646         Show thumbnails for documents with one page. Fixes bug #358751.
1647         
1648 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1649
1650         * shell/ev-window.c:
1651         (ev_window_load_print_settings_from_metadata),
1652         (ev_window_save_print_settings), (ev_window_print_finished),
1653         (ev_window_print_range):
1654
1655         Print settings that are specific to the document are now saved per
1656         document in the metadata file. Fixes bug #488806.
1657         
1658 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1659
1660         * backend/tiff/tiff-document.c: (tiff_document_render):
1661
1662         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1663         
1664 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * shell/ev-application.[ch]: (get_find_string_from_args),
1667         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1668         (ev_application_open_uri_list):
1669         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1670         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1671         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1672         (ev_window_cmd_recent_file_activate),
1673         (ev_window_open_recent_action_item_activated),
1674         (ev_window_print_send), (open_remote_link):
1675         * shell/main.c: (arguments_parse):
1676
1677         Add a command line option for search. Fixes bug #497710.
1678         
1679 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1680
1681         * shell/ev-jobs.c: (ev_job_print_new):
1682
1683         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1684         
1685 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * data/evince-toolbar.xml:
1688         * shell/Makefile.am:
1689         * shell/ev-application.c: (ev_application_init):
1690         * shell/ev-open-recent-action.[ch]:
1691         * shell/ev-window.c:
1692         (ev_window_open_recent_action_item_activated),
1693         (register_custom_actions):
1694
1695         Add an expander to the open toolbar item which pops up a dropdown
1696         menu with the recently used documents. Fixes bug #487215.
1697         
1698 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * shell/ev-window.c: (ev_window_open_uri),
1701         (ev_window_cmd_view_reload):
1702
1703         Do not jump to the first page when reloading by running evince
1704         from the command line. Fixes bug #490847.
1705         
1706 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1707
1708         * shell/ev-window.c: (ev_window_cmd_help_contents):
1709
1710         Plugged memory leak when help file is not found. Fixes bug
1711         #490762.
1712         
1713 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * configure.ac:
1716
1717         Enable djvu, dvi and comics backends by default. Fixes bug
1718         #437121.
1719         
1720 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * configure.ac:
1723         * cut-n-paste/Makefile.am:
1724         * cut-n-paste/recent-files/*: Removed
1725         * help/reference/Makefile.am:
1726         * shell/Makefile.am:
1727         * shell/ev-application.[ch]: (ev_application_shutdown),
1728         (ev_application_init):
1729         * shell/ev-window.c: (ev_window_add_recent),
1730         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1731
1732         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1733         
1734 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1735
1736         * shell/ev-window.c: (launch_external_uri):
1737
1738         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1739         and report error if the URL is not supported (#489910).
1740
1741 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1744         (pdf_document_file_exporter_begin_page),
1745         (pdf_document_file_exporter_end_page):
1746
1747         Fix printing with poppler splash backend. Fixes bug #489774.
1748         
1749 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1752         * shell/ev-print-job.c: (ev_print_job_class_init):
1753
1754         Fix a crash when printing with the gnome-print dialog. Fixes bug
1755         #488939.
1756         
1757 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1758
1759         * backend/pixbuf/pixbuf-document.c:
1760
1761         Fix an implicit function definition warning (#487655)
1762
1763 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1764
1765         * shell/ev-window.c:
1766
1767         Fix conflicting shortcut for view sade pane and presentation.
1768         
1769 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1770
1771         * backend/pdf/ev-poppler.cc:
1772         (pdf_document_file_exporter_begin_page),
1773         (pdf_document_file_exporter_do_page),
1774         (pdf_document_file_exporter_end_page),
1775         (pdf_document_file_exporter_iface_init):
1776         * libdocument/ev-file-exporter.[ch]:
1777         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1778         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1779         (ev_job_print_run):
1780
1781         When printing multiple pages per sheet in reverse option, do not
1782         invert the order of the pages in every sheet, but the order of the
1783         sheets. Do not print blank pages when page range is invalid. Fixes
1784         bugs #484857 and #485521.
1785         
1786 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1789         (ev_job_print_run):
1790         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1791
1792         Respect ranges order when printing more than one range in random
1793         order.
1794         
1795 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1796
1797         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1798         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1799
1800         Rotate also the window icon when document is rotated. Fixes bug
1801         #474681.
1802         
1803 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1804
1805         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1806         (pdf_document_forms_get_form_fields):
1807
1808         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1809         Matthias Drochner.
1810         
1811 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * configure.ac:
1814         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1815
1816         Use poppler_page_render_for_printing() instead of
1817         poppler_page_render() if available when exporting to a ps or pdf
1818         file. Fixes bug #476627.
1819         
1820 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-window.c: (ev_window_run_fullscreen):
1823
1824         Do not show the toolbar in fullscreen mode if the main toolbar is
1825         not visible. Fixes bug #483048.
1826         
1827 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * shell/ev-view.c: (ev_view_button_press_event):
1830
1831         Give priority to form fields over images when deciding whether a
1832         button press event is over an image or form field. It allows edit
1833         form fields when they are over a background image. Fixes bug
1834         #477841.
1835         
1836 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1837
1838         * NEWS:
1839         * configure.ac:
1840         
1841         Update for release 2.20.0
1842
1843 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1844
1845         * backend/pdf/ev-poppler.cc:
1846
1847         Remove #ifdef HAVE_FORMS, so that forms support works again.
1848
1849 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1850
1851         * configure.ac:
1852         * data/evince.desktop.in.in:
1853         
1854         Fixes desktop file issues. See bug #473471.
1855
1856 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1859         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1860         (ev_job_queue_remove_job):
1861         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1862         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1863         * shell/ev-window.c: (ev_window_clear_save_job),
1864         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1865         (ev_window_dispose):
1866
1867         Move save a copy task to its own job so that it's carried out in a
1868         thread avoiding another lock in the main thread. Use
1869         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1870         can be saved to a pathin another file system. Fixes bug #456891.
1871         
1872 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1873
1874         * NEWS:
1875         * configure.ac:
1876         
1877         Update for release 2.19.92
1878
1879 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * configure.ac:
1882         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1883         (pdf_selection_get_selection_region),
1884         (pdf_selection_get_selection_map),
1885         (ev_form_field_from_poppler_field):
1886
1887         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1888         and triple click selections are enabled again now.
1889
1890 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * shell/ev-window.c: (ev_window_add_history):
1893
1894         Make sure not to use the history with documents not supporting
1895         links. Fixes bug #468954.
1896
1897 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * shell/ev-window.c: (ev_window_load_job_cb):
1900
1901         Restart the search when reloading a document with the find bar
1902         visible. Fixes bug #461962.
1903
1904 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1905
1906         * shell/ev-window.c: (setup_document_from_metadata),
1907         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1908
1909         Do not jump to the first page when reloading a document from the
1910         last page.
1911
1912 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * shell/ev-window.c: (update_chrome_flag),
1915         (setup_sidebar_from_metadata),
1916         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1917         (ev_window_cmd_edit_find_next),
1918         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1919         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1920         (find_bar_close_cb), (view_actions_focus_in_cb):
1921
1922         Do not update visibility when changing a chrome flag so that it's
1923         possible to update several flags and update visibility only once
1924         for all of them.
1925
1926 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1929
1930         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1931         supported by gtk+. Fixes bug #460907.
1932
1933 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1934
1935         * shell/ev-view.c: (view_update_range_and_current_page):
1936
1937         Make sure current-page <= end-page in continuous mode. Fixes bug
1938         #454950.
1939
1940 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * backend/pdf/ev-poppler.cc: (build_tree):
1943
1944         Ignore outline items without a title. Fixes bug #453913.
1945
1946 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1949         (ev_view_button_release_event), (ev_view_leave_notify_event):
1950
1951         Use always drag mouse cursor during a drag operation. Fixes bug
1952         #470564.
1953
1954 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1957         (pdf_selection_get_selection_region),
1958         (pdf_selection_get_selection_map):
1959
1960         Temporarily disable double and triple selections since it depends on
1961         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1962         released and the update of the external dependency minimal version
1963         approved.
1964
1965 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1966
1967         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1968         (pdf_document_file_exporter_do_page):
1969         * libdocument/ev-file-exporter.h:
1970         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1971         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1972
1973         Actually fix printing regressions. Remove orientation from
1974         EvPrintContext since it's redundant.
1975
1976 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1979         * backend/impress/impress-document.c:
1980         (impress_document_document_iface_init):
1981         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1982         * backend/djvu/djvu-document.c:
1983         (djvu_document_document_iface_init),
1984         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1985         * backend/tiff/tiff-document.c:
1986         (tiff_document_document_iface_init):
1987         * backend/pixbuf/pixbuf-document.c:
1988         (pixbuf_document_document_iface_init):
1989         * backend/comics/comics-document.c:
1990         (comics_document_document_iface_init):
1991         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1992         (pdf_selection_render_selection),
1993         (pdf_selection_get_selected_text),
1994         (pdf_selection_get_selection_region),
1995         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1996         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1997         (ev_selection_get_selection_region),
1998         (ev_selection_get_selection_map):
1999         * libdocument/ev-document.[ch]:
2000         * shell/ev-pixbuf-cache.[ch]: (add_job),
2001         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2002         * shell/ev-view-private.h:
2003         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2004         (ev_job_render_run):
2005         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2006         * shell/ev-view.c: (start_selection_for_event),
2007         (ev_view_button_press_event), (ev_view_drag_data_get),
2008         (ev_view_drag_data_received), (ev_view_button_release_event),
2009         (compute_new_selection_text), (compute_selections),
2010         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2011         (ev_view_primary_get_cb):
2012
2013         Add support for double and triple click selections.
2014
2015 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2016
2017         * NEWS:
2018         * configure.ac:
2019
2020         Update for release 2.19.4
2021
2022 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2023
2024         * shell/ev-view-private.h:
2025         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2026         (ev_view_set_highlight_search):
2027         * shell/ev-view.h:
2028         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2029         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2030         (find_bar_visibility_changed_cb):
2031         
2032         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2033
2034 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2035
2036         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2037         (pdf_document_file_exporter_begin),
2038         (pdf_document_file_exporter_do_page):
2039         * shell/ev-jobs.c: (ev_job_print_run):
2040         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2041
2042         Create always a portrait cairo surface and rotate when needed for
2043         landscape. It fixes printing problems in real printers.
2044
2045 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2046
2047         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2048         * libdocument/ev-file-exporter.[ch]:
2049         (ev_file_exporter_get_capabilities):
2050         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2051         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2052
2053         Adjust number of pages per row according to page orientation when
2054         printing 2 or 6 pages per sheet.
2055
2056 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * shell/ev-window.c: (ev_window_print_send):
2059
2060         Reset also cups setting to 1 when printing multiple pages per
2061         sheet. Fixes bug #468853.
2062
2063 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * libdocument/ev-document-misc.c:
2066         (ev_document_misc_surface_rotate_and_scale):
2067
2068         Use directly cairo_surface_get_content() when creating a similar
2069         surface as suggested by Jeff Muizelaar. Thanks again.
2070
2071 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * backend/djvu/djvu-document.c: (djvu_document_render):
2074         * backend/tiff/tiff-document.c: (tiff_document_render):
2075         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2076         * libdocument/ev-document-misc.c:
2077         (ev_document_misc_surface_from_pixbuf),
2078         (ev_document_misc_surface_rotate_and_scale):
2079
2080         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2081         creating page surfaces. Fixes bug #453123. Thank you very much to
2082         Jeff Muizelaar <jeff@infidigm.net>.
2083
2084 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * shell/ev-page-cache.c: (ev_page_cache_new),
2087         (ev_page_cache_get_thumbnail_size):
2088         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2089         (ev_sidebar_thumbnails_set_loading_icon):
2090
2091         Also store in page-cache the dimensions of the thumbnails so that
2092         they can be used to create the correct loading icon in the side
2093         pane. Fixes bug #466857.
2094
2095 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * backend/pdf/ev-poppler.cc:
2098         (pdf_document_thumbnails_get_thumbnail):
2099
2100         Fix thumbnails rotation in pdf documents that include embedded 
2101         thumbnails.
2102
2103 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2104
2105         * backend/pdf/ev-poppler.cc:
2106
2107         Don't use #ifdef in macro expansion. Some compilers don't
2108         like that. Closes bug #467042.
2109
2110 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2111
2112         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2113         
2114         Fixes memory leak in djvu backend.
2115
2116 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2117
2118         * data/icons/32x32/Makefile.am:
2119         * data/icons/32x32/actions/Makefile.am:
2120         * data/icons/32x32/actions/view-page-cont.svg:
2121         * data/icons/32x32/actions/view-page-facing.svg:
2122         * data/icons/48x48/Makefile.am:
2123         * data/icons/48x48/actions/Makefile.am:
2124         * data/icons/48x48/actions/view-page-cont.svg:
2125         * data/icons/48x48/actions/view-page-facing.svg:
2126         
2127         Icons for a new sizes.
2128
2129 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2130
2131         * shell/ev-page-cache.c: (build_height_to_page),
2132         (ev_page_cache_get_height_to_page):
2133         
2134         Fixes invalid read, see bug #466401.
2135
2136 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2139         (set_drag_cursor):
2140         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2141         (configure_item_cursor), (new_pixbuf_from_widget):
2142
2143         Fix multihead problems in toolbar editor. Fixes bug #382055.
2144
2145 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * shell/ev-window.c: (ev_window_cmd_file_open),
2148         (ev_window_cmd_save_as):
2149
2150         Use g_get_user_special_dir when available instead of
2151         xdg_user_dir_lookup.
2152
2153 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2154
2155         * MAINTAINERS:
2156         
2157         Updated according to request on desktop-devel.
2158
2159 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2162
2163         Do not use cairo_rectangle and cairo_clip since we are
2164         not using cairo_fill but cairo_paint. Use the same cairo context
2165         for every page in the same expose event.
2166
2167 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2168
2169         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2170         leak.
2171
2172 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * configure.ac:
2175         * NEWS:
2176
2177         Release 0.9.3
2178
2179 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * libdocument/ev-document-info.h:
2182         * libdocument/ev-document.h:
2183         * shell/ev-page-action.h:
2184         * shell/ev-sidebar-links.h:
2185
2186         Fix a headers problem with ev-link
2187         
2188         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2189         * shell/ev-view-private.h:
2190         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2191         (get_link_area), (ev_view_query_tooltip),
2192         (ev_view_leave_notify_event), (ev_view_destroy),
2193         (ev_view_class_init):
2194
2195         Use new gtk tooltips when available instead of ev-tooltip.
2196         
2197 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * shell/ev-window.c: (update_chrome_visibility),
2200         (ev_window_sidebar_visibility_changed_cb):
2201
2202         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2203         
2204 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * shell/ev-navigation-action.c:
2207         (ev_navigation_action_history_changed),
2208         (ev_navigation_action_set_history):
2209         * shell/ev-navigation-action-widget.c:
2210         (ev_navigation_action_widget_init):
2211         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2212
2213         Fix compile warnings.
2214         
2215 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2216
2217         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2218         (egg_editable_toolbar_dispose):
2219
2220         Fix memory leak.
2221         
2222 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2223
2224         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2225         (screensaver_disable_x11):
2226         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2227         * shell/ev-window.c: (presentation_set_timeout):
2228         * shell/ev-view.c: (ev_view_presentation_transition_start):
2229
2230         Use g_timeout_add_seconds instead of g_timeout_add when
2231         available.
2232         
2233 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2234
2235         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2236
2237         Set horizontal scrollbar policy to AUTOMATIC instead of
2238         NEVER. Workaround for bug #449462.
2239         
2240 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2241
2242         * shell/ev-jobs.c: (ev_job_render_page_ready):
2243
2244         Add page_ready callback to main loop with high priority and hold
2245         a reference to job during idle.
2246         
2247 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2248
2249         * configure.ac:
2250         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2251         (pdf_document_file_exporter_begin),
2252         (pdf_document_file_exporter_do_page),
2253         (pdf_document_file_exporter_get_capabilities):
2254         * libdocument/ev-file-exporter.h:
2255         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2256         * shell/ev-window.c: (ev_window_print_send),
2257         (ev_window_print_dialog_response_cb):
2258
2259         Allow printing multiple pages per sheet. Fixes bug #395573.
2260         
2261 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2262
2263         * shell/ev-view.c: (tip_from_link):
2264         
2265         Check for NULL, fixes bug #460862.
2266
2267 2007-07-29  Christian Persch  <chpe@gnome.org>
2268
2269         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2270         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2271         (ev_window_cmd_preview_print):
2272         
2273         Fixes bug #437681 - blocks while enumerating printers.
2274
2275 2007-07-29  Christian Persch  <chpe@gnome.org>
2276
2277         * shell/ev-window.c: (ev_window_screen_changed):
2278         
2279         Don't use deprecated gtk+ function. See bug #460909.
2280
2281 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * shell/ev-utils.c: (get_num_monitors):
2284         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2285
2286         Do not use display before initializing it. Remove compile
2287         warnings.
2288
2289 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2290
2291         * shell/ev-view.c: (ev_view_class_init):
2292         
2293         Unix-like hjkl bindings added. See bug #458111.
2294
2295 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2296
2297         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2298         * shell/ev-utils.h:
2299         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2300         (ev_view_update_view_size):
2301         * shell/ev-view.h:
2302         * shell/ev-window.c: (ev_window_update_actions),
2303         (setup_view_from_metadata), (ev_window_screen_changed),
2304         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2305         (zoom_control_changed_cb):
2306         * shell/ev-window.h:
2307         
2308         Reorganizes utility functions.
2309
2310 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2313         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2314         (add_job), (ev_pixbuf_cache_get_surface),
2315         (ev_pixbuf_cache_get_link_mapping),
2316         (ev_pixbuf_cache_get_image_mapping),
2317         (ev_pixbuf_cache_get_form_field_mapping),
2318         (ev_pixbuf_cache_get_text_mapping):
2319         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2320         (notify_page_ready), (ev_job_render_page_ready),
2321         (ev_job_render_run):
2322
2323         Add page_ready signal to notify that page is ready as soon as
2324         possible even if other page elements like links, forms, images or
2325         text mapping are not ready yet.
2326
2327 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2328
2329         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2330         (dvi_document_file_exporter_do_page),
2331         (dvi_document_file_exporter_get_capabilities),
2332         (dvi_document_file_exporter_iface_init):
2333         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2334         (ps_document_file_exporter_do_page),
2335         (ps_document_file_exporter_get_capabilities),
2336         (ps_document_file_exporter_iface_init):
2337         * backend/djvu/djvu-document.c:
2338         (djvu_document_file_exporter_begin),
2339         (djvu_document_file_exporter_end),
2340         (djvu_document_file_exporter_get_capabilities),
2341         (djvu_document_file_exporter_iface_init):
2342         * backend/tiff/tiff-document.c:
2343         (tiff_document_file_exporter_begin),
2344         (tiff_document_file_exporter_get_capabilities),
2345         (tiff_document_document_file_exporter_iface_init):
2346         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2347         (pdf_document_file_exporter_do_page),
2348         (pdf_document_file_exporter_get_capabilities),
2349         (pdf_document_file_exporter_iface_init):
2350         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2351         (ev_file_exporter_get_capabilities):
2352         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2353         (idle_print_handler), (ev_print_job_print):
2354         * shell/ev-jobs.c: (ev_job_print_run):
2355         * shell/ev-window.c: (ev_window_print_send),
2356         (ev_window_print_range):
2357
2358         Use capabilities to know which options should be offered by the
2359         print dialog depending on the document backend.
2360
2361 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2364
2365         Give priority to forms over text to set the cursor.
2366
2367 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * shell/ev-view-private.h:
2370         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2371         (ev_view_leave_notify_event), (ev_view_finalize),
2372         (ev_view_get_property), (ev_view_class_init):
2373
2374         Use IBEAM cursor for text form fields and NORMAL cursor for read
2375         only fields. Remove unused status attribute.
2376
2377 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2380
2381         Update region for current selected items also for checkbox
2382         buttons, since they can behave as radio buttons when they are in a
2383         set.
2384
2385 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * configure.ac:
2388         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2389
2390         Get max length of text form fields.
2391
2392 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2395         * libdocument/ev-form-field.h:
2396         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2397
2398         Fix build with current poppler cvs head.
2399
2400 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2403         * shell/eggfindbar.c: (egg_find_bar_init):
2404
2405         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2406         deprecation. Fixes bug #455667
2407
2408 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2409
2410         * NEWS:
2411         * configure.ac:
2412         
2413         Update for release 0.9.2
2414
2415 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * shell/ev-view.c: (ev_view_form_field_text_save),
2418         (ev_view_form_field_choice_save):
2419
2420         Fix a crash when closing whith a form widget visible.
2421
2422 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2425
2426         Update also the region of the current selected button when
2427         clicking on another button if they are radio buttons.
2428
2429 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2432         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2433         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2434         (ev_pixbuf_cache_get_link_mapping),
2435         (ev_pixbuf_cache_get_image_mapping),
2436         (ev_pixbuf_cache_get_form_field_mapping),
2437         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2438         * shell/ev-view.c: (ev_view_form_field_get_region),
2439         (ev_view_form_field_button_create_widget),
2440         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2441         (job_finished_cb):
2442
2443         Redraw only form field region instead of the whole page when
2444         reloading a page to show changes on the form field.
2445
2446 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-view.c: (ev_view_form_field_choice_save):
2449
2450         Fix selection of first item in list form fields.
2451
2452 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2455         (ev_pixbuf_cache_reload_page),
2456         (ev_pixbuf_cache_get_form_field_mapping):
2457
2458         Some refactoring to avoid duplicated code.
2459
2460 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * configure.ac:
2463         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2464         (ev_form_field_from_poppler_field),
2465         (pdf_document_forms_get_form_fields),
2466         (pdf_document_forms_form_field_text_get_text),
2467         (pdf_document_forms_form_field_text_set_text),
2468         (pdf_document_forms_form_field_button_set_state),
2469         (pdf_document_forms_form_field_button_get_state),
2470         (pdf_document_forms_form_field_choice_get_item),
2471         (pdf_document_forms_form_field_choice_get_n_items),
2472         (pdf_document_forms_form_field_choice_is_item_selected),
2473         (pdf_document_forms_form_field_choice_select_item),
2474         (pdf_document_forms_form_field_choice_toggle_item),
2475         (pdf_document_forms_form_field_choice_unselect_all),
2476         (pdf_document_forms_form_field_choice_set_text),
2477         (pdf_document_forms_form_field_choice_get_text),
2478         (pdf_document_document_forms_iface_init):
2479         * libdocument/Makefile.am:
2480         * libdocument/ev-form-field.[ch]:
2481         * libdocument/ev-document-forms.[ch]:
2482         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2483         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2484         (add_job), (ev_pixbuf_cache_reload_page),
2485         (ev_pixbuf_cache_get_form_field_mapping):
2486         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2487         * shell/ev-view-private.h:
2488         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2489         (ev_view_handle_cursor_over_xy),
2490         (ev_view_get_form_field_at_location),
2491         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2492         (ev_view_form_field_button_create_widget),
2493         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2494         (ev_view_form_field_text_create_widget),
2495         (ev_view_form_field_choice_save),
2496         (ev_view_form_field_choice_changed),
2497         (ev_view_form_field_choice_create_widget),
2498         (ev_view_handle_form_field), (ev_view_size_allocate),
2499         (ev_view_realize), (draw_end_presentation_page),
2500         (ev_view_button_press_event), (ev_view_remove_all),
2501         (ev_view_motion_notify_event), (ev_view_key_press_event),
2502         (ev_view_enter_notify_event), (highlight_find_results),
2503         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2504         (ev_view_class_init), (page_changed_cb),
2505         (on_adjustment_value_changed), (ev_view_set_presentation),
2506         (merge_selection_region), (ev_view_set_cursor),
2507         (ev_view_reset_presentation_state):
2508         
2509         Merge evince-forms branch.
2510
2511 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2512
2513         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2514
2515         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2516         This script also updates itself from libegg
2517
2518         * cut-n-paste/toolbar-editor/egg*:
2519         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2520         libegg
2521
2522 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2523
2524         * shell/ev-window.c:
2525         
2526         Adds a nice icon to page action during toolbar editing.
2527         See bug #452872.
2528
2529 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2530
2531         * data/evince-toolbar.xml:
2532         * shell/ev-window.c:
2533         
2534         Let user add a presentation and fullscreen icons on toolbar.
2535         See bug #449734.
2536
2537 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2538
2539         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2540
2541         new script to keep in sync with toolbareditor in libegg
2542
2543         * cut-n-paste/toolbar-editor/*: 
2544
2545         Run update-toolbareditor-from-libegg so we are in sync again. 
2546         Fixes bug #452850.
2547         
2548
2549 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-sidebar-links.c: (job_finished_callback):
2552
2553         Do not connect selection changed signal more than once. Fixes bug
2554         #349433.
2555
2556 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2559
2560         Do not change sidebar chrome flag when pressing F9 key in
2561         presentation mode.
2562
2563 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * backend/pdf/ev-poppler.cc:
2566         (pdf_document_thumbnails_get_dimensions):
2567
2568         Make sure thumbnails width and height is not <= 0. Fixes a crash
2569         with some pdf documents which have really small pages.
2570
2571 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2572
2573         * shell/main.c: (main):
2574
2575         Fixes program description translation issue.
2576         Bug #450148.
2577
2578 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2579
2580         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2581
2582         Do not change current page when returning from black/white mode
2583         in presentation. Fixes bug #415032.
2584
2585 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2586
2587         * NEWS:
2588         * configure.ac:
2589         
2590         Update for release 0.9.1
2591
2592 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2593
2594         * backend/dvi/dvi-document.c:
2595         (dvi_document_finalize),
2596         (dvi_document_file_exporter_format_supported),
2597         (dvi_document_file_exporter_begin),
2598         (dvi_document_file_exporter_do_page),
2599         (dvi_document_file_exporter_end),
2600         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2601         
2602         PDF exporter for dvi documents. Fixes bug #441319.
2603
2604 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * shell/ev-window.c: (ev_window_clear_print_job):
2607
2608         Clear gtk print job when job has finished. Fixes bug #447612.
2609
2610 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * shell/ev-window.c: (ev_window_print_send),
2613         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2614
2615         Add preview button to print dialog. Fixes bug #445419.
2616
2617 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * backend/dvi/Makefile.am:
2620         * backend/dvi/pixbuf-device.[ch]: Removed
2621         * backend/dvi/cairo-device.[ch]: Added
2622         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2623         * backend/dvi/dvi-document.c: (dvi_document_load),
2624         (dvi_document_render), (dvi_document_finalize),
2625         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2626         (dvi_document_do_color_special):
2627         * libdocument/ev-document-misc.[ch]:
2628         (ev_document_misc_pixbuf_from_surface):
2629
2630         Port dvi backend to cairo and fix a problem with colors. 
2631
2632 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * shell/ev-view.c: (draw_one_page):
2635
2636         Draw only visible region.
2637
2638 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2639
2640         * backend/djvu/djvu-document.c: (djvu_document_render):
2641
2642         Fix rotation in djvu backend.
2643
2644 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2645
2646         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2647         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2648         (ev_pixbuf_cache_get_image_mapping),
2649         (ev_pixbuf_cache_get_text_mapping):
2650
2651         Redraw view every time we have a new surface. Fixes bug #443587.
2652
2653 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * libdocument/ev-document.c: (ev_document_info_free):
2656
2657         Fix memory leaks.
2658
2659 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2660
2661         * backend/dvi/dvi-document.c: (dvi_document_render),
2662         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2663         * backend/impress/impress-document.c:
2664         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2665         (impress_document_render), (impress_document_document_iface_init),
2666         (impress_document_thumbnails_get_thumbnail):
2667         * backend/djvu/djvu-document-private.h:
2668         * backend/djvu/djvu-document.c: (djvu_document_render),
2669         (djvu_document_finalize), (djvu_document_document_iface_init),
2670         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2671         * backend/tiff/tiff-document.c: (tiff_document_render),
2672         (tiff_document_render_pixbuf),
2673         (tiff_document_document_iface_init):
2674         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2675         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2676         (pdf_selection_render_selection):
2677         * backend/comics/comics-document.c:
2678         (comics_document_render_pixbuf), (comics_document_render),
2679         (comics_document_document_iface_init):
2680         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2681         (pixbuf_document_document_iface_init):
2682         * libdocument/ev-document-misc.[ch]:
2683         (ev_document_misc_surface_from_pixbuf),
2684         (ev_document_misc_surface_rotate_and_scale):
2685         * libdocument/ev-document.[ch]: (ev_document_render):
2686         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2687         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2688         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2689         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2690         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2691         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2692         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2693         (render_finished_cb), (ev_job_render_run):
2694         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2695         (merge_selection_region):
2696
2697         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2698         and selections.
2699
2700 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * shell/ev-window-title.c: (ev_window_title_update):
2703
2704         Fix memory leak.
2705
2706 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2707
2708         * shell/ev-view.c: (draw_loading_text):
2709
2710         Show loading text centered. Fixes bug #433061
2711
2712 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * shell/ev-sidebar-thumbnails.c:
2715         (ev_sidebar_thumbnails_set_loading_icon):
2716
2717         Remove a mutex in the main thread that blocks the UI in heavy
2718         documents.
2719
2720 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2723
2724         Set points_set to TRUE so that selections don't disappear after a
2725         zoom change.
2726
2727 2007-06-07  Michael Monreal  <infernux@web.de>
2728
2729         * data/icons/16x16/actions/Makefile.am:
2730         * data/icons/16x16/actions/zoom.svg:
2731         * data/icons/22x22/actions/Makefile.am:
2732         * data/icons/22x22/actions/zoom.svg:
2733         * data/icons/24x24/actions/Makefile.am:
2734         * shell/ev-stock-icons.c:
2735         * shell/ev-stock-icons.h:
2736         * shell/ev-window.c:
2737         
2738         Zoom icon artwork. See bug #444795.
2739
2740 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2741
2742         * shell/ev-metadata-manager.c: Remove extraneous function
2743         (Closes: #444386)
2744
2745 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2746
2747         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2748         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2749         (ev_metadata_manager_set), (ev_metadata_manager_save):
2750         Simplify the timeout, no need for modified anymore
2751
2752 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2753
2754         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2755         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2756         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2757         (ev_metadata_manager_save): Adapted patch from Arjan van de
2758         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2759         time, saves on power (Closes: #443851)
2760
2761 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * configure.ac:
2764         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2765         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2766
2767         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2768
2769 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2770
2771         * shell/ev-window.c: (ev_window_add_history):
2772
2773         Check if history is NULL
2774
2775 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2776
2777         * libdocument/ev-image.c: (ev_image_finalize):
2778         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2779         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2780         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2781         (ev_tmp_uri_unlink):
2782
2783         Add functions to delete temporary files created by evince in a safe
2784         way.
2785
2786         * shell/ev-window.c: (ev_window_clear_local_uri),
2787         (open_xfer_update_progress_callback),
2788         (save_xfer_update_progress_callback), (ev_window_save_remote),
2789         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2790         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2791         (attachment_save_dialog_response_cb),
2792         (ev_attachment_popup_cmd_save_attachment_as):
2793
2794         Allow saving a copy of a document, image or attachment to a remote
2795         location. Fixes bug #440754. 
2796
2797 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * configure.ac:
2800         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2801
2802         Fix build with current poppler from cvs head. 
2803
2804 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2805
2806         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2807
2808         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2809         directory exists.
2810
2811 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2812
2813         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2814         * shell/ev-window.c:
2815
2816         Change sidebar ordering. Fixes bug #439939.
2817
2818 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2819
2820         * backend/comics/Makefile.am:
2821         
2822         Fixes build with --without-libgnome.
2823
2824 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2825         
2826         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2827
2828         Update cursor and tooltip on page change and view scroll. Fixes bug
2829         #439217.
2830
2831 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2832
2833         * NEWS:
2834         * configure.ac:
2835         
2836         Update for release 0.9.0
2837
2838 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2839
2840         * backend/djvu/djvu-document-private.h:
2841         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2842         (djvu_document_finalize),
2843         (djvu_document_file_exporter_format_supported),
2844         (djvu_document_file_exporter_begin),
2845         (djvu_document_file_exporter_do_page),
2846         (djvu_document_file_exporter_end),
2847         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2848         
2849         Implemented printing with djvu. Bug #437998.
2850
2851 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2852
2853         * backend/impress/zip.c:
2854         Add missing ulong definition.
2855
2856         * backend/ps/ps-interpreter.c:
2857         Add missing headers.
2858
2859         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2860
2861 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2864
2865         Add missing call to parent class dispose method. 
2866
2867 2007-05-12  Ross Burton  <ross@openedhand.com>
2868
2869         * shell/main.c:
2870         Sync keybindings manually when building without libgnome
2871         (#437925).
2872
2873 2007-05-12  Ross Burton  <ross@openedhand.com>
2874
2875         * shell/ev-window.c:
2876         Respect the screen when opening help (#437866).
2877
2878 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * data/evince-ui.xml:
2881         * shell/ev-application.[ch]: (get_print_settings_from_args),
2882         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2883         (ev_application_open_uri_list):
2884         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2885         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2886         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2887         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2888         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2889         (ev_window_dispose):
2890         * shell/main.c: (arguments_parse):
2891
2892         Add print button in preview mode. Fixes bug #396475. 
2893
2894 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2895
2896         * cut-n-paste/zoom-control/ephy-zoom.h:
2897         
2898         Fixes zoom level factors. See bug #408119 for details.
2899
2900 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2901
2902         * backend/comics/comics-document.c: (comics_regex_quote),
2903         (extract_argv):
2904         
2905         Correctly quote symbols. Fixes crash in the bug
2906         #415370.
2907
2908 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2909
2910         * shell/ev-navigation-action-widget.c:
2911         (ev_navigation_action_widget_init),
2912         (ev_navigation_action_widget_class_init),
2913         (ev_navigation_action_widget_button_press_event):
2914         
2915         Connect to button-press event on correct widget. Fixes
2916         bug #431988
2917
2918 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2919
2920         * shell/ev-application.c: (ev_application_open_window),
2921         (ev_application_add_icon_path_for_screen),
2922         (ev_application_open_uri_at_dest):
2923         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2924         * shell/ev-navigation-action.c: (build_menu):
2925         
2926         Add app-specific icons to our icon theme. Fixes bug
2927         #425508.
2928
2929 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2930
2931         * shell/ev-history.c: (ev_history_class_init),
2932         (ev_history_add_link):
2933         * shell/ev-history.h:
2934         * shell/ev-navigation-action.c:
2935         (ev_navigation_action_history_changed),
2936         (ev_navigation_action_set_history), (build_menu),
2937         (ev_navigation_action_finalize):
2938         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2939         
2940         Make navigation action unsensitive instead of showing
2941         menu with unsensitive word. Fixes bug #417392.
2942
2943 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * shell/ev-application.[ch]: (ev_application_shutdown),
2946         (ev_application_get_print_settings),
2947         (ev_application_set_print_settings):
2948         * shell/ev-window.c:
2949
2950         Remember print settings. Fixes bug #349102. 
2951
2952 2007-05-08  Christian Persch  <chpe@gnome.org>
2953
2954         * configure.ac:
2955         * properties/ev-properties-view.c:
2956
2957         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2958         Bug #382438.
2959
2960 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * configure.ac:
2963         * properties/ev-properties-view.c: (ev_regular_paper_size):
2964
2965         Use gtk+ builtin paper list to identify the document's paper size.
2966         Fixes bug #382438. 
2967
2968 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2969
2970         * configure.ac:
2971
2972         Fix build when compiling with thumbnailer and libgnome support. 
2973
2974 2007-05-04  Ross Burton  <ross@openedhand.com>
2975
2976         * configure.ac:
2977         Add --without-libgnome, check for libgnome and libgnomeui
2978         separately, and add them to the symbols as required.
2979
2980         * libdocument/ev-file-helpers.c:
2981         When building without libgnome, use g_get_user_config_dir instead
2982         of gnome_user_dir_get.
2983
2984         * shell/ev-application.c:
2985         When building without libgnome, don't use session management.
2986
2987         * shell/main.c:
2988         When building without libgnome, don't use GnomeProgram or
2989         initialise the authentication manager.
2990
2991         This fixes #328842.
2992
2993 2007-05-04  Ross Burton  <ross@openedhand.com>
2994
2995         * shell/ev-window.c:
2996         Don't use libgnome to open help, instead call Yelp directly.
2997
2998 2007-05-04  Ross Burton  <ross@openedhand.com>
2999
3000         * shell/ev-sidebar-attachments.c:
3001         Don't use libgnome to lookup icons for MIME types, instead copy
3002         code from GTK+ to do it manually.
3003
3004 2007-05-04  Ross Burton  <ross@openedhand.com>
3005
3006         * configure.ac:
3007         Add libxml to the dependencies for SHELL_CORE (#435818).
3008
3009 2007-05-02  Ross Burton  <ross@openedhand.com>
3010
3011         * configure.ac:
3012         * Makefile.am:
3013         Add --disable-thumbnailer (#434825)
3014
3015 2007-05-02  Ross Burton  <ross@openedhand.com>
3016
3017         * shell/ev-window.c:
3018         Add missing includes, fix indentation.
3019
3020         * shell/main.c:
3021         Fix indentation.
3022
3023 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3024
3025         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3026         ev_application_open_uri_at_dest instead of ev_application_open_uri
3027         preventing new document always being opened in a new window even if there
3028         is an empty window.
3029
3030 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3031
3032         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3033         (egg_recent_view_uimanager_finalize):
3034         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3035         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3036         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3037         (ev_pixbuf_cache_dispose):
3038         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3039         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3040         
3041         Add missing chain to parent class methods. Fixes
3042         bug #433128.
3043
3044 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3045
3046         * data/Makefile.am (update-icon-cache): Updates
3047         gtk-update-icon-cache in uninstall-hook.
3048
3049 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3050
3051         * shell/ev-window.c: (ev_window_setup_document),
3052         (ev_window_set_document), (ev_window_load_job_cb):
3053         * shell/ev-view.c: (setup_caches):
3054         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3055
3056         Start rendering pages before any other jobs. 
3057
3058 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * shell/ev-window.c: (ev_window_stop_fullscreen),
3061         (ev_window_stop_presentation):
3062
3063         Update chrome visibility before window unfullscreen. 
3064
3065 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3066
3067         * data/Makefile.am:
3068         * data/evince-ui.xml:
3069         * shell/ev-stock-icons.[ch]:
3070         * shell/ev-application.[ch]: (ev_application_shutdown),
3071         (ev_application_init), (ev_application_get_toolbars_model):
3072         * shell/ev-window.c: (update_chrome_visibility),
3073         (fullscreen_toolbar_setup_item_properties),
3074         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3075         (ev_window_run_presentation), (ev_window_stop_presentation),
3076         (ev_window_run_preview), (ev_window_screen_changed),
3077         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3078         (ev_window_dispose), (ev_window_init):
3079
3080         Make fullscreen toolbar always visible. Do not use egg toolbars for
3081         fullscreen and preview modes since such toolbars are not editables.
3082         Fixes bugs #300278, #338910 and #316188.  
3083
3084 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3085
3086         * shell/ev-application.c:
3087         * shell/ev-job-queue.c:
3088         * shell/ev-metadata-manager.c:
3089         * shell/ev-stock-icons.c:
3090         * shell/ev-window.c:
3091         * shell/main.c:
3092         
3093         Developers documentation updated.
3094
3095 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3098
3099         Check whether uri is valid before launching it. Fixes bug #427664.
3100
3101 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3102
3103         * shell/ev-window.c:
3104
3105         Change key accelerator for Open a Copy menu entry which is in conflict
3106         with Close. Fixes bug #427321.
3107
3108 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3109
3110         * NEWS:
3111         * configure.ac:
3112         
3113         Update for release 0.8.1
3114
3115 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3116
3117         * shell/ev-window.c: (setup_size_from_metadata):
3118         
3119         Do not make window bigger than screen. Fixes bug 
3120         #388985.
3121
3122 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3125         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3126
3127         Use default resolution when it's not provided by document. Fixes bug
3128         #408762.
3129
3130 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3131
3132         * configure.ac:
3133         * thumbnailer/Makefile.am:
3134         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3135         * thumbnailer/evince-thumbnailer.schemas.in:
3136         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3137
3138         Add support for ps, eps and compressed documents thumbnails. Do not
3139         ignore size parameter. 
3140
3141 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3142
3143         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3144         (dvi_document_do_color_special):
3145         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3146
3147         Implement font color specials in the DVI backend. Fixes bug #303651.
3148
3149 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3150
3151         Fixup the previous commit:
3152
3153         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3154         * shell/xdg-user-dir-lookup.c: Make the function non-static
3155         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3156
3157 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3158
3159         * shell/ev-window.c (file_open_dialog_response_cb): Use
3160         the xdg-user-dirs DOCUMENTS folder as default folder when
3161         opening a file chooser.  (#424858)
3162
3163         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3164         xdg-user-dirs.
3165
3166 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * shell/ev-window.c: (ev_window_load_job_cb):
3169
3170         Do not setup view from metadata on preview mode. 
3171
3172 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * shell/main.c:
3175
3176         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3177
3178 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3179
3180         * shell/ev-view.c: (ev_view_primary_get_cb):
3181
3182         Check pointer != NULL before using it. Fixes bug #416841. 
3183
3184 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3185
3186         * NEWS:
3187         * configure.ac:
3188         
3189         Release 0.8.0
3190
3191 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3194
3195         Do not render thumbnails when sidebar thumbnail page is not visible
3196         at startup. Fixes bug #416447. 
3197
3198 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3199
3200         * data/evince.desktop.in.in:
3201
3202         "Application" is not a valid category in the freedesktop specification.
3203
3204 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * libdocument/ev-file-helpers.[ch]: (compression_run),
3207         (ev_file_uncompress), (ev_file_compress):
3208         * shell/ev-window.c: (file_save_dialog_response_cb):
3209
3210         Save document compressed when saving a copy of a compressed document.
3211         Fixes bug #334542.
3212
3213 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3216
3217         Allow deleting in goto window entry in presentation mode. 
3218
3219 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3220
3221         * Makefile.am: Dist MAINTAINERS.
3222
3223 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3224
3225         * shell/ev-window.c: (ev_window_update_actions):
3226
3227         Fix zoom shortcut keys when searching. Fixes bug #409828.
3228
3229 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * shell/ev-window.c: (ev_window_setup_document):
3232
3233         Fix crash when loading documents with only one page. 
3234
3235 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * backend/dvi/dvi-document.c:
3238         (dvi_document_thumbnails_get_dimensions),
3239         (dvi_document_thumbnails_get_thumbnail):
3240         * backend/impress/impress-document.c:
3241         (impress_document_thumbnails_get_thumbnail),
3242         (impress_document_thumbnails_get_dimensions):
3243         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3244         (ps_document_thumbnails_get_dimensions):
3245         * backend/djvu/djvu-document.c:
3246         (djvu_document_thumbnails_get_dimensions),
3247         (djvu_document_thumbnails_get_thumbnail):
3248         * backend/tiff/tiff-document.c:
3249         (tiff_document_thumbnails_get_thumbnail),
3250         (tiff_document_thumbnails_get_dimensions):
3251         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3252         (pdf_document_thumbnails_get_thumbnail),
3253         (pdf_document_thumbnails_get_dimensions):
3254         * backend/comics/comics-document.c:
3255         (comics_document_thumbnails_get_thumbnail),
3256         (comics_document_thumbnails_get_dimensions):
3257         * backend/pixbuf/pixbuf-document.c:
3258         (pixbuf_document_thumbnails_get_thumbnail),
3259         (pixbuf_document_thumbnails_get_dimensions):
3260         * libdocument/ev-document-thumbnails.[ch]:
3261         (ev_document_thumbnails_get_thumbnail),
3262         (ev_document_thumbnails_get_dimensions):
3263         * libdocument/ev-document-misc.[ch]:
3264         (ev_document_misc_get_thumbnail_frame):
3265         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3266         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3267         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3268         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3269         (ev_sidebar_thumbnails_refresh):
3270         * shell/ev-window.c: (ev_window_setup_document):
3271         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3272
3273         Use an EvRenderContext for rendering thumbnails instead of a suggested
3274         width, so that different sized pages get sized proportionally.
3275
3276 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * shell/ev-view.c: (ev_view_button_press_event),
3279         (ev_view_key_press_event):
3280
3281         Fix critical warnings when there is no document loaded. 
3282
3283 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3284
3285         * shell/ev-page-action-widget.c:
3286         * shell/ev-navigation-action.c:
3287         * shell/ev-window.c:
3288
3289         Fix compile warnings. 
3290
3291 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * backend/djvu/djvu-text.h:
3294         * backend/djvu/djvu-document.c:
3295         * backend/djvu/djvu-text-page.c:
3296         * backend/djvu/djvu-links.c:
3297         * backend/djvu/djvu-text-page.h:
3298         * backend/djvu/djvu-text.c:
3299         
3300         Fix build on Mac. Fixes bug #392186. Patch by
3301         <ephraim_owns@hotmail.com>
3302
3303 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3306
3307         Restore cairo context before rendering every page when printing a PDF
3308         document into a PDF file. 
3309
3310 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * backend/ps/gstypes.h:
3313         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3314         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3315         (ps_document_thumbnails_get_thumbnail):
3316
3317         Handle PostScript page orientation. Fixes bug #318568.
3318
3319 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * backend/ps/Makefile.am:
3322         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3323         (document_load), (ps_document_load), (save_document),
3324         (save_page_list), (ps_document_get_n_pages),
3325         (ps_document_get_page_size), (ps_document_get_info),
3326         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3327         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3328         (ps_document_thumbnails_get_thumbnail),
3329         (ps_document_thumbnails_get_dimensions),
3330         (ps_document_document_thumbnails_iface_init):
3331         * backend/ps/ps.[ch]: (psgetpagebox):
3332         * backend/ps/ps-interpreter.[ch]:
3333
3334         Add support for thumbnails in ps backend. Fixes bug #164755. 
3335
3336 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3337
3338         * NEWS:
3339         * configure.ac:
3340         
3341         Release 0.7.2
3342
3343 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3346         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3347         (ev_window_dispose):
3348
3349         Use document thumbnail as window icon. Fixes bug #384442.
3350
3351 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3352
3353         * configure.ac:
3354
3355         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3356         duplicated adding application/x-bzpostscript instead. 
3357
3358 2007-02-11  Tom Parker  <palfrey@tevp.net>
3359
3360         * backend/ps/ps-document.c: (document_load):
3361
3362         Check return value of psscan before trying
3363         to use it. Fixes bug #372414.
3364
3365 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3368
3369         Fix invalid free in ev-page-cache. Fixes bug #404745.
3370
3371 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3372
3373         * test/Makefile.am:
3374         * test/test3.py:
3375         
3376         Added reload test case.
3377
3378 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3379
3380         * po/POTFILES.in:
3381         * backend/djvu/djvu-document.c: (djvu_document_load):
3382
3383         Check whether there are missing files in indirect multipage djvu
3384         documents. Fixes bug #361683. 
3385
3386 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3387
3388         * test/Makefile.am:
3389         * test/test-mime.bin:
3390         * test/test3.py:
3391         
3392         Added test for slow mime type
3393
3394 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3395
3396         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3397
3398         Add some checks and call parent_class->finalize. Fixes bug #404745.
3399
3400 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3401
3402         * shell/ev-navigation-action.c: (connect_proxy):
3403         
3404         Fixes dropdown history menu. Thanks a lot Carlos!
3405
3406 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3409
3410         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3411         bug #373715.
3412
3413 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * backend/ps/ps.c: (psscan):
3416
3417         Fix memory leak. 
3418
3419 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * configure.ac:
3422         * libdocument/ev-file-helpers.c: 
3423
3424         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3425
3426 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * configure.ac:
3429         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3430         (ps_interpreter_start), (document_load), (save_document),
3431         (save_page_list):
3432         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3433         * libdocument/ev-document-factory.c:
3434         (ev_document_factory_get_from_mime), (get_document_from_uri),
3435         (free_uncompressed_uri), (ev_document_factory_get_document):
3436         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3437
3438         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3439
3440 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3441
3442         * libdocument/ev-document.h:
3443
3444         Fix typo in function name. 
3445
3446 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * backend/ps/ps-document.c: (ps_interpreter_finished),
3449         (ps_interpreter_start), (ps_interpreter_failed):
3450
3451         Handle ghostscript interpreter crashes. 
3452
3453 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * shell/ev-window.c: (ev_window_open_uri),
3456         (window_configure_event_cb):
3457
3458         Setup window size and position before showing it. Fixes bug #401711.
3459
3460 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * backend/ps/Makefile.am:
3463         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3464         (ps_document_dispose), (ps_document_class_init),
3465         (ps_interpreter_input), (ps_interpreter_output),
3466         (ps_interpreter_error), (setup_interpreter_env),
3467         (ps_interpreter_start), (ps_interpreter_stop),
3468         (ps_interpreter_failed), (ps_interpreter_is_ready),
3469         (check_filecompressed), (document_load), (ps_document_load),
3470         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3471         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3472         (render_page):
3473
3474         Rework ps-document. Code cleanups, remove deprecated code. 
3475
3476 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3477
3478         * shell/ev-view.c: (ev_view_button_press_event):
3479
3480         Do not start an image drag and drop operation when pointer is on 
3481         text, so that we can select text when the whole background is an
3482         image. 
3483
3484 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * shell/ev-window.c: (ev_window_update_actions): 
3487
3488         Disable all zoom related actions during presentation mode. 
3489
3490 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3491
3492         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3493
3494         Do not zoom in or out on presentation mode. Fixes bug #401305.
3495
3496 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3497
3498         * shell/ev-navigation-action.c: (connect_proxy),
3499         (create_menu_item), (ev_navigation_action_class_init):
3500         
3501         Correctly show menu and fix crash when navigaton 
3502         action is out of toolbar visible area.
3503
3504 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3505
3506         * data/Makefile.am:
3507         * data/evince.1:
3508         
3509         Added man file
3510
3511 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3512
3513         * help/reference/* :
3514         * configure.ac:
3515         
3516         Added gtk-doc based documentation for Evince.
3517         Still in initial state but I hope it will
3518         grow.
3519         
3520         * configure.ac:
3521         
3522         Lower dbus requirement to 0.70
3523
3524 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * shell/ev-window.c: (ev_window_add_history):
3527
3528         Fix memory leak. 
3529
3530 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3531
3532         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3533         * shell/ev-view.h:
3534         * shell/ev-window.c: (ev_window_add_history):
3535         
3536         Correctly handle named destination links
3537
3538 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3539
3540         * NOTES:
3541         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3542         * backend/pdf/ev-poppler.cc:
3543         * libdocument/ev-document-links.h:
3544         * libdocument/ev-link.c: (ev_link_get_page):
3545         * libdocument/ev-link.h:
3546         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3547         (ev_history_add_link):
3548         * shell/ev-history.h:
3549         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3550         (new_history_menu_item), (build_menu):
3551         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3552         * shell/ev-sidebar-links.c: (create_loading_model),
3553         (print_section_cb), (ev_sidebar_links_construct),
3554         (fill_page_labels), (update_page_callback_foreach),
3555         (update_page_callback), (job_finished_callback):
3556         * shell/ev-view.c: (ev_view_handle_link):
3557         * shell/ev-window.c: (ev_window_find_chapter),
3558         (ev_window_add_history), (view_handle_link_cb),
3559         (history_changed_cb):
3560         
3561         Implements another history variant
3562
3563 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * shell/ev-window.c: (view_external_link_cb):
3566         * shell/ev-view.c: (ev_view_button_release_event):
3567
3568         Open links in new window when clicking with middle button. 
3569
3570 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3571
3572         * shell/ev-navigation-action.c: (new_history_menu_item):
3573         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3574         * shell/ev-view.c: (ev_view_handle_link):
3575         * shell/ev-window.c:
3576         
3577         Store link before jump, not the destination. For me it 
3578         seems like more natural history behavior.
3579
3580 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3581
3582         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3583         (ev_navigation_action_class_init):
3584         * shell/ev-navigation-action.h:
3585         * shell/ev-page-action.c: (activate_cb):
3586         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3587         (ev_page_cache_set_current_page_history):
3588         * shell/ev-page-cache.h:
3589         * shell/ev-sidebar-thumbnails.c:
3590         (ev_sidebar_tree_selection_changed),
3591         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3592         * shell/ev-view-private.h:
3593         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3594         * shell/ev-view.h:
3595         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3596         (ev_window_setup_document), (ev_window_load_job_cb):
3597         * shell/ev-window.h:
3598         
3599         History finally works as expected.
3600
3601 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3604
3605         Do not update links treeview if it doesn't have a model assigned yet. 
3606
3607 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3610         (ev_sidebar_links_class_init), (update_page_callback):
3611
3612         Do not update links treeview when sidepane is not visible. 
3613
3614 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3615
3616         * shell/ev-marshal.list:
3617         * shell/ev-page-action.c: (activate_cb),
3618         (ev_page_action_class_init):
3619         * shell/ev-page-action.h:
3620         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3621         * shell/ev-window.c:
3622         
3623         Remove activate_link signal, not required.
3624
3625 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3626
3627         * shell/ev-navigation-action.c: (build_menu):
3628         
3629         Reorder menu items and build menu with fixed length.
3630
3631 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3632
3633         * shell/ev-view.c: (get_selected_text):
3634         
3635         Normalize text to fix ligatures problem. See bug
3636         #341947 for details.
3637
3638 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3639
3640         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3641
3642         Fix memory leak in ev-page-cache. 
3643
3644 2007-01-25  Tom Parker <palfrey@tevp.net>
3645
3646         * backend/impress/impress-document.c: (impress_document_load),
3647         (impress_document_finalize), (impress_document_init):
3648         * properties/ev-properties-main.c: (ev_properties_get_pages):
3649         
3650         Correctly handle impress document errors. Fixes nautilus
3651         crash in property page #370491.
3652
3653 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3656         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3657         (ev_job_queue_remove_job):
3658         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3659         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3660         (ev_job_load_run):
3661         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3662         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3663         (ev_window_load_job_cb), (xfer_update_progress_callback),
3664         (ev_window_open_uri), (ev_window_dispose):
3665         * shell/main.c: (main):
3666
3667         Do file transfer asynchronously in the main thread instead of
3668         synchronously in the load thread. Fixes bugs #399694, #398307 and
3669         #343542.
3670
3671 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3672
3673         * shell/ev-jobs.c: (ev_job_xfer_run):
3674
3675         Load the document with the font-config lock held. 
3676
3677 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * backend/ps/ps-document.c: (start_interpreter):
3680
3681         Fix memory leaks in ps backend. 
3682
3683 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * backend/impress/impress-document.c:
3686         (impress_document_render_pixbuf):
3687
3688         Do not acquire fontconfig lock in impress backend, since it is using
3689         the main loop for rendering. 
3690
3691 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * po/POTFILES.in: 
3694
3695         Remove mdvi files that shouldn't be translated. 
3696
3697 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/ev-view-private.h:
3700         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3701         (ev_view_set_zoom):
3702
3703         Render "loading..." text into a cairo surface instead of directly into
3704         the window so that fontconfig lock is only needed once and UI is not
3705         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3706
3707 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3708
3709         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3710         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3711
3712         Use icon theme associated with the window screen rather than default. 
3713
3714 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3715
3716         * configure.ac:
3717
3718         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3719
3720 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3721
3722         * data/icons/*/apps/evince.*:
3723
3724         Move Evince icons under new apps directory.
3725
3726         * data/icons/*/actions/*:
3727
3728         Add new custom themeable Evince icons: view-page-continuous, 
3729         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3730         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3731
3732         * configure.ac:
3733
3734         Add new directories to AC_CONFIG_FILES.
3735
3736         * shell/ev-stock-icons.c:
3737         * shell/ev-stock-icons.h:
3738
3739         Use new custom themeable icons.
3740
3741 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3742
3743         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3744
3745         Do not draw white background page in presentation mode. 
3746
3747 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3748
3749         * shell/ev-view.c: Remove unused gnome-vfs include.
3750
3751 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3752
3753         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3754         
3755         Format string is corrected, fixes bug #397129.
3756
3757 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3758
3759         * shell/ev-window.c: (ev_window_setup_recent):
3760
3761         Do not include in recent menu inexistent documents. Fixes
3762         bug #339171.
3763
3764 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3765
3766         * po/POTFILES.skip: 
3767
3768         Update POTFILES.skip file according to current source tree. 
3769
3770 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3771
3772         * shell/ev-window.c: (file_save_dialog_response_cb):
3773
3774         Do Save a copy in atomic way. Fixes bug #328266. 
3775
3776 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3777
3778         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3779
3780         Keep selected cell always visible in index treeview.
3781
3782 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3783         
3784         * shell/ev-view.c: (ev_view_size_allocate):
3785
3786         Restore horizontal scrollbar after switching to/from fullscreen
3787         or presentation mode. Fixes bug #331728.
3788
3789 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * shell/ev-view-private.h:
3792         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3793         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3794         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3795         (ev_view_can_zoom_out):
3796
3797         Use max and min scale values in the view iby taking dpi into account. 
3798
3799 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * configure.ac:
3802         * NEWS:
3803
3804         Release 0.7.1
3805
3806 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3807
3808         * shell/ev-window.c: (ev_window_print_send):
3809
3810         Send print job to printer with some settings set to default values,
3811         since we have already exported to a file according to such settings
3812         and they could be taken twice by some printers. 
3813
3814 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * shell/ev-jobs.c: (ev_job_xfer_run):
3817         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3818
3819         Show main window and load document with the font-config lock held. 
3820
3821 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * configure.ac:
3824         * shell/ev-application.c: (ev_application_register_service):
3825         * shell/main.c: (load_files_remote):
3826
3827         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3828
3829 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3830
3831         * doc/debugging.txt:
3832         
3833         Remove obsolete documentation.
3834
3835 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3836
3837         * Makefile.am:
3838         * backend/Makefile.am:
3839         * backend/comics/Makefile.am:
3840         * backend/djvu/Makefile.am:
3841         * backend/dvi/Makefile.am:
3842         * backend/ev-async-renderer.c:
3843         * backend/ev-async-renderer.h:
3844         * backend/ev-attachment.c:
3845         * backend/ev-attachment.h:
3846         * backend/ev-backend-marshal.c:
3847         * backend/ev-document-factory.c:
3848         * backend/ev-document-factory.h:
3849         * backend/ev-document-find.c:
3850         * backend/ev-document-find.h:
3851         * backend/ev-document-fonts.c:
3852         * backend/ev-document-fonts.h:
3853         * backend/ev-document-images.c:
3854         * backend/ev-document-images.h:
3855         * backend/ev-document-info.h:
3856         * backend/ev-document-links.c:
3857         * backend/ev-document-links.h:
3858         * backend/ev-document-misc.c:
3859         * backend/ev-document-misc.h:
3860         * backend/ev-document-security.c:
3861         * backend/ev-document-security.h:
3862         * backend/ev-document-thumbnails.c:
3863         * backend/ev-document-thumbnails.h:
3864         * backend/ev-document-transition.c:
3865         * backend/ev-document-transition.h:
3866         * backend/ev-document.c:
3867         * backend/ev-document.h:
3868         * backend/ev-file-exporter.c:
3869         * backend/ev-file-exporter.h:
3870         * backend/ev-image.c:
3871         * backend/ev-image.h:
3872         * backend/ev-link-action.c:
3873         * backend/ev-link-action.h:
3874         * backend/ev-link-dest.c:
3875         * backend/ev-link-dest.h:
3876         * backend/ev-link.c:
3877         * backend/ev-link.h:
3878         * backend/ev-render-context.c:
3879         * backend/ev-render-context.h:
3880         * backend/ev-selection.c:
3881         * backend/ev-selection.h:
3882         * backend/impress/Makefile.am:
3883         * backend/pdf/Makefile.am:
3884         * backend/pixbuf/Makefile.am:
3885         * backend/ps/Makefile.am:
3886         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3887         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3888         (start_interpreter), (stop_interpreter), (document_load),
3889         (ps_document_next_page), (render_page):
3890         * backend/tiff/Makefile.am:
3891         * comics/Makefile.am:
3892         * comics/comics-document.c:
3893         * comics/comics-document.h:
3894         * configure.ac:
3895         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3896         * djvu/Makefile.am:
3897         * djvu/djvu-document-private.h:
3898         * djvu/djvu-document.c:
3899         * djvu/djvu-document.h:
3900         * djvu/djvu-links.c:
3901         * djvu/djvu-links.h:
3902         * djvu/djvu-text-page.c:
3903         * djvu/djvu-text-page.h:
3904         * djvu/djvu-text.c:
3905         * djvu/djvu-text.h:
3906         * dvi/Makefile.am:
3907         * dvi/dvi-document.c:
3908         * dvi/dvi-document.h:
3909         * dvi/fonts.c:
3910         * dvi/fonts.h:
3911         * dvi/mdvi-lib/Makefile.am:
3912         * dvi/mdvi-lib/afmparse.c:
3913         * dvi/mdvi-lib/afmparse.h:
3914         * dvi/mdvi-lib/bitmap.c:
3915         * dvi/mdvi-lib/bitmap.h:
3916         * dvi/mdvi-lib/color.c:
3917         * dvi/mdvi-lib/color.h:
3918         * dvi/mdvi-lib/common.c:
3919         * dvi/mdvi-lib/common.h:
3920         * dvi/mdvi-lib/defaults.h:
3921         * dvi/mdvi-lib/dvimisc.c:
3922         * dvi/mdvi-lib/dviopcodes.h:
3923         * dvi/mdvi-lib/dviread.c:
3924         * dvi/mdvi-lib/files.c:
3925         * dvi/mdvi-lib/font.c:
3926         * dvi/mdvi-lib/fontmap.c:
3927         * dvi/mdvi-lib/fontmap.h:
3928         * dvi/mdvi-lib/fontsrch.c:
3929         * dvi/mdvi-lib/gf.c:
3930         * dvi/mdvi-lib/hash.c:
3931         * dvi/mdvi-lib/hash.h:
3932         * dvi/mdvi-lib/list.c:
3933         * dvi/mdvi-lib/mdvi.h:
3934         * dvi/mdvi-lib/pagesel.c:
3935         * dvi/mdvi-lib/paper.c:
3936         * dvi/mdvi-lib/paper.h:
3937         * dvi/mdvi-lib/pk.c:
3938         * dvi/mdvi-lib/private.h:
3939         * dvi/mdvi-lib/setup.c:
3940         * dvi/mdvi-lib/sp-epsf.c:
3941         * dvi/mdvi-lib/special.c:
3942         * dvi/mdvi-lib/sysdeps.h:
3943         * dvi/mdvi-lib/t1.c:
3944         * dvi/mdvi-lib/tfm.c:
3945         * dvi/mdvi-lib/tfmfile.c:
3946         * dvi/mdvi-lib/tt.c:
3947         * dvi/mdvi-lib/util.c:
3948         * dvi/mdvi-lib/vf.c:
3949         * dvi/pixbuf-device.c:
3950         * dvi/pixbuf-device.h:
3951         * impress/Makefile.am:
3952         * impress/common.h:
3953         * impress/document.c:
3954         * impress/f_oasis.c:
3955         * impress/f_oo13.c:
3956         * impress/iksemel.c:
3957         * impress/iksemel.h:
3958         * impress/imposter.h:
3959         * impress/impress-document.c:
3960         * impress/impress-document.h:
3961         * impress/internal.h:
3962         * impress/r_back.c:
3963         * impress/r_draw.c:
3964         * impress/r_geometry.c:
3965         * impress/r_gradient.c:
3966         * impress/r_style.c:
3967         * impress/r_text.c:
3968         * impress/render.c:
3969         * impress/render.h:
3970         * impress/zip.c:
3971         * impress/zip.h:
3972         * lib/Makefile.am:
3973         * lib/ev-debug.c:
3974         * lib/ev-debug.h:
3975         * lib/ev-file-helpers.c:
3976         * lib/ev-file-helpers.h:
3977         * lib/ev-gui.c:
3978         * lib/ev-gui.h:
3979         * lib/ev-tooltip.c:
3980         * lib/ev-tooltip.h:
3981         * libdocument/Makefile.am:
3982         * libdocument/ev-file-helpers.c:
3983         * pdf/Makefile.am:
3984         * pdf/ev-poppler.cc:
3985         * pdf/ev-poppler.h:
3986         * pixbuf/Makefile.am:
3987         * pixbuf/pixbuf-document.c:
3988         * pixbuf/pixbuf-document.h:
3989         * properties/Makefile.am:
3990         * ps/Makefile.am:
3991         * ps/gsdefaults.c:
3992         * ps/gsdefaults.h:
3993         * ps/gsio.c:
3994         * ps/gsio.h:
3995         * ps/gstypes.h:
3996         * ps/ps-document.c:
3997         * ps/ps-document.h:
3998         * ps/ps.c:
3999         * ps/ps.h:
4000         * shell/Makefile.am:
4001         * shell/ev-application.h:
4002         * shell/ev-sidebar-links.c:
4003         * shell/ev-sidebar-links.h:
4004         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4005         (ev_gui_menu_position_tree_selection):
4006         * shell/ev-utils.h:
4007         * shell/ev-view.c: (ev_view_finalize):
4008         * shell/ev-window.c:
4009         * shell/main.c: (main):
4010         * thumbnailer/Makefile.am:
4011         * tiff/Makefile.am:
4012         * tiff/tiff-document.c:
4013         * tiff/tiff-document.h:
4014         * tiff/tiff2ps.c:
4015         * tiff/tiff2ps.h:
4016         
4017         Reorganize source tree.
4018
4019 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4020
4021         * backend/ev-document-factory.c:
4022
4023         Do not include ev-poppler.h when pdf is disabled. 
4024
4025 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4026
4027         * configure.ac:
4028         * data/evince-ui.xml:
4029         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4030         (pdf_document_document_images_iface_init):
4031         * backend/Makefile.am:
4032         * backend/ev-document-images.[ch]:
4033         * backend/ev-image.[ch]:
4034         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4035         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4036         (ev_job_xfer_run):
4037         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4038         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4039         (ev_pixbuf_cache_get_image_mapping):
4040         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4041         (view_menu_popup_cb), (ev_window_dispose),
4042         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4043         (ev_view_popup_cmd_copy_image):
4044         * shell/ev-view-private.h:
4045         * shell/ev-view.c: (ev_view_get_image_at_location),
4046         (ev_view_do_popup_menu), (ev_view_popup_menu),
4047         (ev_view_button_press_event), (ev_view_drag_data_get),
4048         (ev_view_drag_motion), (ev_view_drag_data_received),
4049         (ev_view_motion_notify_event), (ev_view_button_release_event),
4050         (ev_view_finalize), (ev_view_class_init):
4051
4052         Add image handling support. Fixes bugs #310008 and #325047. Images
4053         selection is not supported yet. 
4054
4055 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4058         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4059         (ev_view_init):
4060
4061         Move view drag and drop stuff to ev-view.
4062
4063 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4066         * shell/ev-view.c: (clear_selection): 
4067
4068         Clear selection also in pixbuf cache.
4069
4070 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4071
4072         * data/evince.desktop.in.in:
4073         
4074         Change icon name in desktop file. See bug #390734
4075         for details.
4076
4077 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4078
4079         * thumbnailer/Makefile.am:
4080
4081         Use top_builddir instead top_srcdir for generated schema
4082         file installation. Fixes bug #390161.
4083
4084 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * configure.ac:
4087         * backend/Makefile.am:
4088         * backend/ev-document-transition.[ch]:
4089         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4090         (pdf_document_page_transition_iface_init):
4091         * shell/ev-view-private.h:
4092         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4093         (ev_view_set_presentation), (transition_next_page),
4094         (ev_view_presentation_transition_stop),
4095         (ev_view_presentation_transition_start), (ev_view_next_page):
4096
4097         Add page transition support in presentation mode. At the moment only
4098         page duration is supported, but not transition effects. Fixes bug
4099         #309815.
4100
4101 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4104
4105         Run find_link_dest with document lock held, since it's called by links
4106         thread and main thread at the same time. 
4107
4108 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * shell/ev-view.c: (goto_dest):
4111
4112         Update page-cache when page is changed by the view, so that
4113         page-changed signal is emitted. 
4114
4115 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4116
4117         * test/test1.py:
4118         * test/test2.py:
4119
4120         Use C locale in tests. 
4121
4122 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * shell/ev-window.c: (ev_window_run_presentation):
4125         * shell/ev-view-private.h:
4126         * shell/ev-view.c: (ev_view_set_presentation):
4127
4128         Restore zoom settings when back from presentation mode. 
4129
4130 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4131
4132         * shell/ev-window.c: (ev_window_run_presentation):
4133
4134         Always use "best fit" zoom in presentation mode.
4135         Fixes bug #389195.
4136
4137 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4138
4139         * shell/ev-view.c: (ev_view_goto_window_create):
4140
4141         Show "Jump to page" label in the page jumping popup in
4142         presentation mode instead of just a GtkEntry.
4143
4144 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4145
4146         * shell/ev-window.c: (launch_external_uri):
4147
4148         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4149         #378085.
4150
4151 2006-12-22  Elijah Newren  <newren gmail com>
4152
4153         * configure.ac: explicitly check for libxml2.  Fixes #388795
4154
4155 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * shell/ev-view-private.h:
4158         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4159         (ev_view_goto_window_delete_event), (key_is_numeric),
4160         (ev_view_goto_window_key_press_event),
4161         (ev_view_goto_window_button_press_event),
4162         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4163         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4164         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4165
4166         Allow jumping to another page by typing a page number in presentation
4167         mode. It uses a popup window with an entry. Fixes bug #353625.
4168
4169 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4170
4171         * configure.ac:
4172         * properties/ev-properties-view.c: (ev_get_default_user_units),
4173         (ev_regular_paper_size):
4174         
4175         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4176         to Damien Carbery <damien.carbery@sun.com> and
4177         Yevgen Muntyan <muntyan@tamu.edu>.
4178
4179 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4180
4181         * shell/ev-window.c: (setup_document_from_metadata):
4182
4183         Make sure Evince doesn't restore the view on the last
4184         page when a document is reopened. Fixes bug #383381.
4185
4186 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4187
4188         * shell/ev-view.c: (draw_loading_text):
4189
4190         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4191
4192 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4193
4194         * configure.ac:
4195         * NEWS:
4196
4197         Release 0.7.0
4198
4199 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4200
4201         * configure.ac:
4202         * pdf/ev-poppler.cc: (pdf_print_context_free),
4203         (pdf_document_file_exporter_begin),
4204         (pdf_document_file_exporter_do_page):
4205
4206         Make cairo-pdf depedency optional. 
4207
4208 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4209
4210         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4211
4212         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4213
4214 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4215
4216         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4217         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4218         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4219         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4220         * shell/ev-view.c: (draw_loading_text):
4221         * shell/ev-window.c: (ev_window_cmd_file_properties):
4222
4223         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4224         related to using FontConfig from different threads.
4225         
4226 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * shell/ev-view.c: (draw_loading_text):
4229
4230         Acquire lock document when drawing "Loading..." text so that only one
4231         thread will use FontConfig at the same time. Fixes bug #374750.
4232
4233 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * shell/ev-page-action.[ch]: (activate_cb):
4236         * shell/ev-window.c: (activate_label_cb):
4237
4238         Check if text inserted in page entry is a valid page number when it
4239         doesn't match to any document page label. Fixes bug #383165.
4240
4241 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4242         * shell/ev-window.c:
4243
4244         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4245         available with GTK < 2.10. Added an ifdef to avoid compilation
4246         error.
4247
4248 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4249
4250         * configure.ac:
4251         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4252
4253         Fix ps backend in multihead systems.
4254
4255 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4256
4257         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4258         * shell/ev-window.c: (ev_window_get_screen_dpi),
4259         (ev_window_update_actions), (setup_view_from_metadata),
4260         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4261
4262         Take screen DPI into account when zooming. Fixes bug #318285.
4263
4264 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4265
4266         * data/Makefile.am:
4267
4268         Cleaned up/slightly refactored Makefile.am. Added GConf
4269         schemas uninstallation as well.
4270
4271 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4272
4273         * Makefile.am:
4274         * test/Makefile.am:
4275
4276         Fight with autotools to fix make check. Make distcheck
4277         works fine as well now!
4278
4279 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4280
4281         * shell/ev-view.c: (draw_end_presentation_page):
4282
4283         Corrected "end of presentation" string.
4284
4285 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4286
4287         * shell/ev-view.c: (ev_view_key_press_event):
4288
4289         Correctly propagate key press event so that up/down keys
4290         work as expected (correct behaviour was broken by
4291         black/white screen key bindings for presentations).
4292
4293 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4294
4295         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4296         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4297         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4298         (pdf_selection_get_selection_region),
4299         (pdf_selection_get_selection_map):
4300
4301         Add "static" to some private functions. 
4302
4303 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4304
4305         * lib/ev-tooltip.h:
4306         * properties/ev-properties-view.h:
4307         * shell/ev-jobs.h:
4308         * shell/ev-properties-dialog.h:
4309         * shell/ev-properties-fonts.h:
4310         * shell/ev-sidebar-links.h:
4311         * shell/ev-sidebar-thumbnails.h:
4312         * shell/ev-sidebar.h:
4313         * shell/ev-window.h:
4314         
4315         Fixes CHACK type in class casts. See bug #385343
4316         for details.
4317
4318 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4319
4320         * shell/ev-view-private.h:
4321         * shell/ev-view.c: (draw_end_presentation_page),
4322         (ev_view_expose_event), (ev_view_key_press_event),
4323         (ev_view_class_init), (ev_view_init):
4324
4325         Blank screen in presentation mode when pressing 'b' (filling with
4326         black) or 'w' (filling with white) keys. Fixes bug #358132.
4327
4328 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4329
4330         * data/evince-toolbar.xml:
4331         * shell/ev-window.c:
4332         
4333         Use stock icon for Select All action. Fixes
4334         bug #382652.
4335
4336 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4337
4338         * shell/ev-view.c: (get_doc_point_from_offset),
4339         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4340
4341         Add links support in rotated documents. Fixes bug #343733.
4342
4343 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4344
4345         * shell/ev-view-private.h:
4346         * shell/ev-view.c: (draw_end_presentation_page),
4347         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4348
4349         Show a blank page after the last page in presentation mode with a
4350         message indicating that presentation has finished and how to exit. 
4351
4352 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4353
4354         * shell/ev-window.c: (fullscreen_timeout_cb):
4355
4356         Hide cursor after a while in presentation mode. 
4357
4358 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4359
4360         * backend/ev-document-info.h:
4361         * data/evince-properties.glade:
4362         * pdf/ev-poppler.cc:
4363         * properties/ev-properties-view.c: (ev_regular_paper_size),
4364         (ev_properties_view_set_info):
4365         * ps/ps-document.c: (ps_document_get_info):
4366
4367         Adds a paper size field to the properties dialog. Fixes
4368         bug #307315. Patch by Kasper Svendsen (with some i18n
4369         changes done by me).
4370
4371 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4372
4373         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4374         (screensaver_init_dbus), (totem_scrsaver_new),
4375         (totem_scrsaver_init):
4376         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4377         * shell/ev-application.c: (ev_application_register_service),
4378         (ev_application_screensaver_enable),
4379         (ev_application_screensaver_disable):
4380         * shell/ev-application.h:
4381         * shell/ev-window.c: (ev_window_run_presentation),
4382         (ev_window_stop_presentation), (build_comments_string),
4383         (ev_window_init):
4384         
4385         Move screensaver handling to application. No more
4386         message on startup.
4387
4388 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * configure.ac:
4391         * backend/Makefile.am:
4392         * backend/ev-file-exporter.[ch]:
4393         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4394         * ps/ps-document.c: (ps_document_file_exporter_*):
4395         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4396         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4397         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4398         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4399
4400         Allow printing to PDF when suppoted by the backend.
4401         
4402 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4403
4404         * shell/ev-window.c: (build_comments_string):
4405
4406         Use always "Document Viewer" in about dialog. 
4407
4408 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * djvu/djvu-document.c: (djvu_document_get_page_size):
4411
4412         Display a warning message when get_pageinfo fails. 
4413
4414 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4415
4416         * Makefile.am:
4417         * backend/Makefile.am:
4418         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4419         * configure.ac:
4420         * shell/ev-window.c: (build_comments_string):
4421         
4422         Make pdf compilation optional. See bug #38007.
4423
4424 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * ps/ps.c: (get_next_text):
4427
4428         Fix CVE-2006-5864.
4429
4430 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4431
4432         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4433         * shell/ev-navigation-action.c: (connect_proxy),
4434         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4435         
4436         Do not call g_type_class_peek_parent twice.
4437
4438 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4439
4440         * configure.ac:
4441         * data/icons/24x24/.cvsignore:
4442         * data/icons/24x24/Makefile.am:
4443         * data/icons/24x24/evince.png:
4444         * data/icons/Makefile.am:
4445         
4446         Add 24x24 icon. Thanks to 
4447         Michael Monreal <infernux@web.de>.
4448
4449 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4450
4451         * configure.ac: Fix typo in configure.ac. Thanks
4452         to dmacks@netspace.org for notification.
4453
4454 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4455
4456         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4457         
4458         Drop dbus include, fixes compilation with older dbus.
4459
4460 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4461
4462         * configure.ac:
4463         * cut-n-paste/Makefile.am:
4464         * cut-n-paste/totem-screensaver/.cvsignore
4465         * cut-n-paste/totem-screensaver/Makefile.am:
4466         * cut-n-paste/totem-screensaver/README:
4467         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4468         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4469         * shell/Makefile.am:
4470         * shell/ev-window.c: (ev_window_run_presentation),
4471         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4472         (ev_window_init):
4473
4474         Implemented screensaver enabling/disabling for
4475         presentation mode (not fullscreen mode). Code stolen
4476         from Totem (with some minor tweaks). Fixes bug #338889.
4477
4478 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4479
4480         * configure.ac:
4481
4482         Bump gnome-icon-theme requirements. We use the rotation
4483         icons that appeared recently.
4484
4485 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4486
4487         * shell/ev-history.c: (ev_history_add_page):
4488         * shell/ev-history.h:
4489         * shell/ev-window.c: (page_changed_cb):
4490         
4491         Use page labels instead of numbers.
4492
4493 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4494
4495         * data/evince-toolbar.xml:
4496         * po/POTFILES.in:
4497         * shell/Makefile.am:
4498         * shell/ev-navigation-action-widget.c:
4499         (ev_navigation_action_widget_init),
4500         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4501         (menu_detacher), (ev_navigation_action_widget_set_menu),
4502         (menu_position_func), (popup_menu_under_arrow),
4503         (ev_navigation_action_widget_toggled),
4504         (ev_navigation_action_widget_button_press_event):
4505         * shell/ev-navigation-action-widget.h:
4506         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4507         (ev_navigation_action_set_window), (activate_menu_item_cb),
4508         (new_history_menu_item), (new_empty_history_menu_item),
4509         (build_menu), (menu_activated_cb), (connect_proxy),
4510         (create_tool_item), (ev_navigation_action_init),
4511         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4512         * shell/ev-navigation-action.h:
4513         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4514         (ev_page_action_widget_set_page_cache),
4515         (ev_page_action_widget_finalize),
4516         (ev_page_action_widget_class_init), (match_selected_cb),
4517         (display_completion_text), (match_completion), (build_new_tree_cb),
4518         (get_filter_model_from_model),
4519         (ev_page_action_widget_update_model):
4520         * shell/ev-page-action-widget.h:
4521         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4522         (connect_proxy):
4523         * shell/ev-page-action.h:
4524         * shell/ev-stock-icons.c:
4525         * shell/ev-stock-icons.h:
4526         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4527         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4528         (register_custom_actions):
4529         * shell/main.c:
4530         
4531         Preliminary history implementation
4532
4533 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4534
4535         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4536         (dvi_document_class_init), (dvi_document_init_params):
4537         * dvi/mdvi-lib/font.c: (font_reference):
4538         
4539         Add reference to subfont. Fixes bug #374277.
4540
4541 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4542
4543         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4544         (ev_window_cmd_file_open_copy_at_dest):
4545
4546         Fix a race condition when creating symlink. Increase the counter
4547         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4548         Mathias Hasselmann).
4549
4550 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4551
4552         * backend/Makefile.am:
4553         * backend/ev-attachment.c: (ev_attachment_open):
4554         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4555         (ev_tmp_dir), (ev_tmp_filename):
4556         * shell/ev-sidebar-attachments.c:
4557         (ev_sidebar_attachments_drag_data_get):
4558         * shell/ev-window.c: (ev_window_clear_temp_file):
4559
4560         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4561         in ensure_dir_exists. Abort without crashing when we can't create
4562         user's directory.
4563
4564 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * data/evince-ui.xml:
4567         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4568         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4569         (ev_window_cmd_file_open_copy_at_dest),
4570         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4571         (ev_view_popup_cmd_open_link_new_window):
4572
4573         Allow opening a copy of the current document in a new window. Fixes bug
4574         #357472
4575
4576 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4577
4578         * data/evince-toolbar.xml:
4579         
4580         Add rotate right and rotate left to available items for toolbar.
4581         
4582         * data/evince-ui.xml:
4583         * shell/ev-window.c: (ev_window_init):
4584         
4585         Customize toolbar with right click. Fixes bug #372451.
4586
4587 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4588
4589         * shell/ev-window.c: 
4590         
4591         Use "object-rotate-{left,right}" stock icons. Fixes 
4592         bug #373863.
4593
4594 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4595
4596         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4597         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4598         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4599         (ev_window_open_uri):
4600         * shell/main.c: (arguments_parse):
4601
4602         Remove temp file created when evince is used by GTK+ in
4603         preview mode. Fixes bug #365282. 
4604
4605 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4606
4607         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4608         
4609         Fixes bug #372474 - Side pane disabled when entering 
4610         and leaving fullscreen mode.
4611
4612 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4613
4614         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4615         * data/Makefile.am:
4616         * data/evince-preview-toolbar.xml:
4617         * data/evince-toolbar.xml:
4618         * shell/ev-application.c: (ev_application_shutdown),
4619         (ev_application_init), (ev_application_get_toolbars_model):
4620         * shell/ev-application.h:
4621         * shell/ev-window.c: (update_chrome_visibility),
4622         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4623         (ev_window_cmd_edit_toolbar), (ev_window_init):
4624         
4625         Fixes bug #364364 - toolbar editor shows zoom actions again.
4626
4627 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4628
4629         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4630
4631         Do not take margins into consideration for paper size when printing.
4632         Really fixes bug #350491.
4633
4634 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4635
4636         * data/evince-ui.xml:
4637         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4638         (ev_window_cmd_file_print_setup),
4639         (ev_window_print_dialog_response_cb),
4640         (ev_window_setup_action_sensitivity):
4641
4642         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4643
4644 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4645
4646         * shell/ev-window.c: (ev_window_print_range):
4647
4648         Revert my previuos commit, since printing to PDF is not supported by
4649         evince yet. 
4650
4651 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4652
4653         * shell/ev-window.c: (ev_window_print_range):
4654
4655         Enable print to a PDF. Fixes bug #332121.
4656
4657 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4658
4659         * shell/ev-application-service.xml:
4660         * shell/ev-application.[ch]: (ev_application_open_window),
4661         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4662         (ev_application_open_uri), (ev_application_open_uri_list):
4663         * shell/ev-window.c: (file_open_dialog_response_cb),
4664         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4665         (drag_data_received_cb), (open_remote_link):
4666         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4667
4668         Add support for multiscreen systems. Fixes bug #316206.
4669
4670 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4671
4672         * shell/ev-jobs.[ch]: (ev_job_print_new),
4673         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4674         (ev_job_print_do_page):
4675         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4676
4677         Allow printing only odd/even pages. Fixes bug #367289.
4678
4679 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4680
4681         * test/test1.py:
4682         * test/test2.py:
4683
4684         Re-add locale settings to test files.
4685
4686 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4687
4688         * data/evince-ui.xml:
4689         * shell/ev-window.c: (set_action_properties):
4690         
4691         Removed garbage from code and ui.
4692
4693 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4694
4695         * shell/ev-window.c: (ev_window_cmd_help_about):
4696
4697         Shamelessly add my name to the list of contributors.
4698
4699 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4700
4701         * test/test1.py:
4702         * test/test2.py:
4703
4704         Cleaned up the dogtail scripts.
4705
4706 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4707
4708         * shell/ev-view.c: (draw_loading_text): Don't render
4709         "loading..." text in presentation mode. Temporary
4710         workaround for bug #320352.
4711
4712 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4713
4714         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4715         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4716
4717         Use print settings scale, copies, collate and reverse which were
4718         ignored. Fixes bug #359032.
4719
4720 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4721
4722         * configure.ac:
4723         * data/evince-password.glade:
4724         * test/Makefile.am:
4725         * test/test-encrypt.pdf:
4726         * test/test-links.pdf:
4727         * test/test1.py:
4728         * test/test2.py:
4729
4730         Add automated UI tests for evince with dogtail. See
4731         bug #300948.    
4732
4733 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4734
4735         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4736
4737         Hide fullscreen toolbar when switching to another desktop workspace.
4738         Fixes bug #338871
4739
4740 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4741
4742         * shell/ev-window-title.c: 
4743         
4744         Test for .dvi in title of pdf documents.
4745
4746 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4747
4748         * shell/ev-view.c: (ev_view_scroll):
4749
4750         Page Up/Down should do page jumps in "Best fit" mode.
4751         If a user has explicitly chosen to view exactly one page
4752         at a time, scrolling just a part of the page when
4753         pressing Page Up/Down is not right. Fixes bug #323107.
4754
4755 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * NEWS:
4758         * configure.ac:
4759         
4760         Update for 0.6.1
4761
4762 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4765         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4766         
4767         Correctly disconnect from job signals on destroy.
4768
4769 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4770
4771         * shell/ev-view-private.h:
4772         * shell/ev-view.c: (view_set_adjustment_values),
4773         (view_update_range_and_current_page),
4774         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4775         
4776         Fixes bug #343199, current page now follows find page.
4777
4778 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4779
4780         * backend/ev-document-factory.c:
4781         * configure.ac:
4782         Assigned OpenDocument presenation MIME type to the
4783         Impress backend. Added some missing (but harmless)
4784         #ifdefs in the document factory as well to make things
4785         consistent again. Fixes bug #360658.
4786
4787 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4788
4789         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4790         * backend/ev-document-find.c: (ev_document_find_get_type):
4791         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4792         * backend/ev-document-links.c: (ev_document_links_get_type):
4793         * backend/ev-document-security.c: (ev_document_security_get_type):
4794         * backend/ev-document-thumbnails.c:
4795         (ev_document_thumbnails_get_type):
4796         * backend/ev-document.c: (ev_document_get_type):
4797         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4798         * backend/ev-selection.c: (ev_selection_get_type):
4799         * cut-n-paste/recent-files/egg-recent-model.c:
4800         (egg_recent_model_get_type):
4801         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4802         (egg_recent_view_uimanager_get_type):
4803         * cut-n-paste/recent-files/egg-recent-view.c:
4804         (egg_recent_view_get_type):
4805         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4806         (egg_editable_toolbar_get_type):
4807         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4808         (egg_toolbar_editor_get_type):
4809         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4810         (egg_toolbars_model_get_type):
4811         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4812         (egg_tree_multi_drag_source_get_type):
4813         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4814         (ephy_zoom_action_get_type):
4815         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4816         (ephy_zoom_control_get_type):
4817         * impress/r_back.c: (_imp_fill_back):
4818         * properties/ev-properties-main.c:
4819         (ev_properties_plugin_register_type):
4820         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4821         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4822         (ev_view_accessible_factory_get_type):
4823
4824         Reduce relocations. Bug #360616.
4825
4826 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4827
4828         * backend/ev-document-factory.c:
4829         (ev_document_factory_get_document):
4830         
4831         Load document even if extension is wrong.
4832
4833 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4834
4835         * shell/ev-metadata-manager.c: (save_values):
4836         * shell/ev-window.c: (setup_size_from_metadata),
4837         (setup_view_from_metadata), (ev_window_setup_document),
4838         (ev_window_xfer_job_cb), (window_configure_event_cb):
4839         
4840         Set size according to the document size/page size ratio.
4841         That should correct rather wierd behaviour of the previous
4842         commit.
4843
4844 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4845
4846         * shell/ev-window.c: (setup_view_from_metadata):
4847         
4848         Set size for new windows from previous window size.
4849         See bugs #354968 and #168450 for details. Thanks
4850         to Meik Hellmund.
4851
4852 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4853
4854         * djvu/djvu-links.c: (build_tree):
4855
4856         Fix memory leak.
4857
4858 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4859
4860         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4861         
4862         Don't make sidebar close button insensitive. Fixes
4863         bug #357871.
4864
4865 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4866
4867         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4868         (ev_window_set_view_accels_sensitivity):
4869         
4870         Don't enable Slash on documents which don't support
4871         find. Fixes bug #358648.
4872
4873 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4874
4875         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4876         open dialog fall back to the current document uri if the
4877         filechooser hasn't been used before. Fixes bug #356980.
4878
4879 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4880
4881         * shell/ev-window.c: (ev_window_setup_recent), 
4882         (ev_window_get_recent_file_label):
4883
4884         Escape underscores in filenames of recent file items.
4885
4886 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4887
4888         * configure.ac:
4889         
4890         Bumped poppler requirements, really 0.5.3 is very 
4891         buggy, now we require 0.5.4.
4892
4893 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4894
4895         * djvu/Makefile.am:
4896         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4897         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4898         (djvu_document_document_links_iface_init):
4899         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4900         (number_from_string_10), (get_djvu_link_dest),
4901         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4902         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4903         (djvu_links_get_links), (djvu_links_find_link_dest),
4904         (djvu_links_get_links_model):
4905         * djvu/djvu-links.h:
4906         
4907         Add support for links and bookmarks in djvu documents. Thanks
4908         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4909         patch.
4910
4911 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4912
4913         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4914         
4915         Reopen should reload document. Fixes 
4916         bug 327951.
4917
4918 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4919
4920         * configure.ac:
4921         * data/Makefile.am:
4922         * data/evince-16.png:
4923         * data/evince-22.png:
4924         * data/evince.png:
4925         * data/evince.svg:
4926         * data/icons/16x16/Makefile.am:
4927         * data/icons/16x16/evince.png:
4928         * data/icons/22x22/Makefile.am:
4929         * data/icons/22x22/evince.png:
4930         * data/icons/48x48/Makefile.am:
4931         * data/icons/48x48/evince.png:
4932         * data/icons/Makefile.am:
4933         * data/icons/scalable/Makefile.am:
4934         * data/icons/scalable/evince.svg:
4935         
4936         Install icons with correct names. Fixes
4937         bug #354429.
4938
4939 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4940
4941         * shell/ev-view.c: (ev_view_button_release_event):
4942
4943         Don't open links with middle mouse button. Fixes bug #353649
4944
4945 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4946
4947         * NEWS:
4948         * configure.ac:
4949         
4950         Update for release 0.6.0
4951
4952 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4955         Implement Close named action. Patch by Carlos Garcia Campos.
4956
4957 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4958
4959         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4960         
4961         Don't clear link mapping on copy_job_to_job_info. Fixes
4962         bug 346168.
4963
4964 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4965
4966         * shell/main.c: (main):
4967
4968         Revert my previous commit, gnome_program_init owns the option context.
4969         Fix another memory leak in main. Both caught by Christian Persch. 
4970
4971 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4972
4973         * shell/main.c: (main):
4974
4975         Fix memory leak.
4976
4977 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4978
4979         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4980
4981         Fix crash when opening a pdf with password protection. 
4982
4983 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4984
4985         * pdf/ev-poppler.cc: (pdf_document_search_free):
4986
4987         Fix memory leak. 
4988
4989 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4990
4991         * backend/ev-document-factory.c:
4992         (ev_document_factory_get_document):
4993         * tiff/tiff-document.c: (tiff_document_finalize):
4994         
4995         More correct handling of document loading. Fixes
4996         bug #349043.
4997
4998 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * backend/ev-attachment.c: (ev_attachment_save):
5001
5002         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5003         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5004
5005 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5006         
5007         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5008         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5009
5010 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5011
5012         * shell/ev-sidebar-thumbnails.c:
5013
5014         Do not render thumbnails unless thumbnails page is active in the
5015         sidebar.
5016
5017 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5018
5019         * shell/ev-properties-dialog.c:
5020
5021         Fix dialogue spacing. Bug #351370.
5022
5023 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5024
5025         * configure.ac:
5026
5027         Use lowercase gettext catalog file names (evince.mo
5028         instead of Evince.mo)
5029
5030 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * shell/ev-sidebar-attachments.c:
5033
5034         GtkIconTheme is now screen safe too. Fixes bug #350878
5035
5036 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * shell/ev-window.c:
5039
5040         GtkRecent manager is now screen safe. Fixes bug #350145
5041
5042 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * shell/ev-sidebar.c: (ev_sidebar_init):
5045         
5046         Make sidebar close icon smaller. Fix for bug 350177.
5047         See also bugs 350176 and 165770.
5048
5049 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5050
5051         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5052
5053         Ignore zoom for xyz destinations when it's <= 1, keeping user
5054         preferences instead. Set correct sizing-mode for fith and fitv
5055         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5056
5057 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5058
5059         * NEWS:
5060         * configure.ac:
5061         
5062         Update for release 0.5.5
5063
5064 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5065         
5066         * shell/ev-window.c: (ev_window_cmd_escape)
5067
5068         Escape unfocus page entry. Fixes bug #345809.
5069
5070 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5071
5072         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5073         (build_tree), (pdf_document_links_get_links),
5074         (pdf_document_links_find_link_dest):
5075         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5076         (goto_xyz_dest):
5077
5078         Convert from PDF style coordinates to X style coordinates in the
5079         backend rather than in the view. Fixes bug #338440
5080
5081 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5082
5083         * shell/ev-window.c:
5084         
5085         Remove Ctrl+Shift+T shortcut for toolbars. See
5086         the bug #350098.
5087
5088 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5089
5090         * configure.ac:
5091
5092         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5093         of this. 
5094
5095 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5096
5097         * configure.ac:
5098         * cut-n-paste/Makefile.am:
5099         * data/evince-ui.xml:
5100         * shell/Makefile.am:
5101         * shell/ev-application.[ch]:
5102         * shell/ev-window.c:
5103
5104         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5105         #349273
5106
5107 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5108
5109         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5110         findbar code: s/help/search/
5111
5112 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5113
5114         * shell/ev-window.c: (setup_document_from_metadata),
5115         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5116         (setup_view_from_metadata):
5117         
5118         Fix memory leaks.
5119
5120 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5121
5122         * autogen.sh, configure.ac: 
5123         
5124         Update automake usage. See bug 349292.
5125
5126 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5127
5128         * shell/eggfindbar.c: (egg_find_bar_class_init),
5129         (entry_activate_callback), (egg_find_bar_init),
5130         (egg_find_bar_set_status_text):
5131         * shell/eggfindbar.h:
5132         
5133         Unify Evince findbar with Epiphany. Nice patch
5134         from Fabricio Silva <silva@crans.org> and
5135         Frederic Peters <fpeters@entrouvert.com>. See
5136         bug #339966 for details.
5137
5138 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5139
5140         * data/evince.desktop.in.in:
5141         
5142         Correct information for bugzilla. Thanks to
5143         Olaf Vitters, see bug #348855.
5144
5145 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5146
5147         * shell/ev-jobs.[ch]:
5148         * shell/ev-sidebar-links.c:
5149         * shell/ev-window.[ch]:
5150
5151         GtkPrintJob doesn't support print ranges or current page, so we export
5152         to a ps file now when printing ranges or current page.
5153
5154 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * pdf/ev-poppler.cc:
5157         * shell/ev-window.c: (do_action_named):
5158
5159         We should be more clear about bugzilla. See the
5160         poppler bug #7623.
5161
5162 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5163
5164         * configure.ac:
5165         * shell/Makefile.am:
5166         * shell/ev-job-queue.c:
5167         * shell/ev-jobs.[ch]:
5168         * shell/ev-sidebar-links.c:
5169         * shell/ev-window.[ch]:
5170         
5171         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5172         #348422
5173
5174 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5175
5176         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5177         * shell/ev-application-service.xml:
5178         * shell/ev-application.[ch]:
5179         * shell/ev-jobs.[ch]:
5180         * shell/ev-window.[ch]: (ev_window_run_preview):
5181         * shell/main.c: 
5182
5183         Add preview mode to use evince as a printing previewer. It also adds
5184         other command line options for fullscreen and presentation modes.
5185         Fixes bugs #347822, #317031
5186
5187 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5188
5189         * NEWS:
5190         * configure.ac:
5191         
5192         Update for release 0.5.4
5193
5194 2006-07-11  Bastien Nocera <hadess@hadess.net>
5195
5196         * Makefile.am:
5197         * backend/Makefile.am:
5198         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5199         * backend/ev-document-factory.h:
5200         * configure.ac:
5201         * impress/.cvsignore:
5202         * impress/Makefile.am:
5203         * impress/common.h:
5204         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5205         (imp_get_page), (imp_next_page), (imp_prev_page),
5206         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5207         * impress/f_oasis.c: (render_object), (render_page),
5208         (get_geometry), (_imp_oasis_load):
5209         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5210         (_imp_oo13_load):
5211         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5212         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5213         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5214         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5215         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5216         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5217         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5218         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5219         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5220         (iks_new_within), (iks_insert), (iks_insert_cdata),
5221         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5222         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5223         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5224         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5225         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5226         (iks_cdata), (iks_cdata_size), (iks_has_children),
5227         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5228         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5229         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5230         (iks_tree), (iks_load), (iks_save):
5231         * impress/iksemel.h:
5232         * impress/imposter.h:
5233         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5234         (imp_render_draw_bezier_real), (imp_render_get_size),
5235         (imp_render_set_fg_color), (imp_render_draw_line),
5236         (imp_render_draw_rect), (imp_render_draw_polygon),
5237         (imp_render_draw_arc), (imp_render_draw_bezier),
5238         (imp_render_open_image), (imp_render_get_image_size),
5239         (imp_render_scale_image), (imp_render_draw_image),
5240         (imp_render_close_image), (imp_render_markup),
5241         (imp_render_get_text_size), (imp_render_draw_text),
5242         (impress_document_load), (impress_document_save),
5243         (impress_document_get_n_pages), (impress_document_get_page_size),
5244         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5245         (impress_document_finalize), (impress_document_class_init),
5246         (impress_document_can_get_text), (impress_document_get_info),
5247         (impress_document_document_iface_init),
5248         (impress_document_thumbnails_get_thumbnail),
5249         (impress_document_thumbnails_get_dimensions),
5250         (impress_document_document_thumbnails_iface_init),
5251         (impress_document_init):
5252         * impress/impress-document.h:
5253         * impress/internal.h:
5254         * impress/r_back.c: (_imp_fill_back):
5255         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5256         (_imp_draw_image), (_imp_tile_image):
5257         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5258         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5259         (r_polyline):
5260         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5261         (r_draw_gradient_complex), (r_draw_gradient):
5262         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5263         (r_get_bullet):
5264         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5265         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5266         (r_text):
5267         * impress/render.c: (imp_create_context), (imp_context_set_page),
5268         (imp_context_set_step), (imp_render), (imp_delete_context):
5269         * impress/render.h:
5270         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5271         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5272         (zip_load_xml), (zip_get_size), (zip_load):
5273         * impress/zip.h:
5274         * shell/ev-utils.c:
5275         
5276         New backend to support impress slides. Fixes bug #30867.
5277
5278 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5279
5280         * shell/ev-utils.c: (using_postscript_printer):
5281         
5282         Fixes crash when print using PAPI backend,
5283         bug #345012.
5284
5285 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5286
5287         * shell/ev-jobs.c: (ev_job_xfer_run):
5288         * shell/ev-window.c: (password_dialog_response),
5289         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5290         (ev_window_dispose):
5291         Fixes bug #344160: if the xfer job doesn't complete
5292         because a password is required, reload the existing
5293         instance instead of creating a new one.
5294
5295 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5296
5297         * shell/main.c: (main): Call gdk_threads_init. Thus
5298         we'll avoid errors in auth dialog. Fix for the bug
5299         #343347.
5300
5301 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5302
5303         * configure.ac: Advertise pixbuf support, fix
5304         for the bug 343317.
5305
5306 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5309         (ev_sidebar_thumbnails_set_document):
5310         
5311         Update sidebar thumbnails after reloading.
5312
5313 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5314
5315         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5316         * shell/ev-jobs.h:
5317         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5318         (ev_window_cmd_view_reload), (ev_window_init):
5319         
5320         Don't crash on reload. Fix for the bug #343167.
5321
5322 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5323
5324         * shell/ev-jobs.c: (ev_job_render_run):
5325         
5326         Check for document links.
5327
5328 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5329
5330         * backend/ev-attachment.c: (ev_attachment_save),
5331         (ev_attachment_launch_app), (ev_attachment_open):
5332         * backend/ev-document-factory.c: (get_document_from_uri):
5333         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5334         (egg_recent_view_uimanager_set_list):
5335         * ps/ps-document.c: (check_filecompressed), (document_load),
5336         (ps_document_load):
5337         * shell/ev-metadata-manager.c: (load_values):
5338         * shell/ev-password.c: (ev_password_dialog_set_property):
5339         * shell/ev-view.c: (tip_from_link):
5340         * shell/ev-window.c: (file_save_dialog_response_cb),
5341         (ev_window_print_dialog_response_cb):
5342         
5343         Use consistent quoting style. Fix for the bug #320285.
5344
5345 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5346
5347         * shell/ev-jobs.c: (ev_job_xfer_run):
5348         * shell/main.c: (load_files):
5349                 
5350         Open links with anchors. Fix for the bug #339836.
5351
5352 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5353
5354         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5355         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5356         (ev_link_dest_set_property), (ev_link_dest_finalize),
5357         (ev_link_dest_class_init), (ev_link_dest_new_named),
5358         (ev_link_dest_new_page_label):
5359         * backend/ev-link-dest.h:
5360         * shell/ev-application.c: (ev_application_open_uri):
5361         * shell/ev-view.c: (goto_dest):
5362         * shell/ev-window.c:
5363         * shell/ev-window.h:
5364         
5365         Fix page-label command line option. Bug #342070.
5366
5367 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5368
5369         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5370         
5371         Don't show highlight rects if page can't be showed. Fix for 
5372         the bug #342076
5373
5374 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5375
5376         * shell/ev-window.c: (setup_sidebar_from_metadata),
5377         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5378         
5379         Setup sidebar from metadata even if there is no document
5380         loaded. Fix for the bug #342807.
5381
5382 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5383
5384         * cut-n-paste/toolbar-editor/Makefile.am:
5385         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5386         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5387         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5388         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5389         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5390         (popup_context_menu_cb), (button_press_event_cb),
5391         (configure_item_sensitivity), (configure_item_cursor),
5392         (configure_item_tooltip), (connect_widget_signals),
5393         (action_sensitive_cb), (create_item_from_action),
5394         (create_item_from_position), (toolbar_drag_data_received_cb),
5395         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5396         (toolbar_drag_leave_cb), (configure_drag_dest),
5397         (toggled_visibility_cb), (toolbar_visibility_refresh),
5398         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5399         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5400         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5401         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5402         (egg_editable_toolbar_dispose),
5403         (egg_editable_toolbar_set_ui_manager),
5404         (egg_editable_toolbar_get_selected),
5405         (egg_editable_toolbar_set_selected), (set_edit_mode),
5406         (egg_editable_toolbar_set_property),
5407         (egg_editable_toolbar_get_property),
5408         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5409         (egg_editable_toolbar_new_with_model),
5410         (egg_editable_toolbar_get_edit_mode),
5411         (egg_editable_toolbar_set_edit_mode),
5412         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5413         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5414         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5415         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5416         (item_added_or_removed_cb), (toolbar_removed_cb),
5417         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5418         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5419         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5420         (editor_create_item_from_name), (append_table),
5421         (update_editor_sheet), (egg_toolbar_editor_init):
5422         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5423         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5424         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5425         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5426         (toolbar_node_free), (egg_toolbars_model_get_flags),
5427         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5428         (egg_toolbars_model_get_name), (impl_add_item),
5429         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5430         (parse_data_list), (parse_item_list), (parse_toolbars),
5431         (egg_toolbars_model_load_toolbars), (parse_available_list),
5432         (parse_names), (egg_toolbars_model_load_names),
5433         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5434         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5435         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5436         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5437         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5438         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5439         (egg_toolbars_model_set_types), (fill_avail_array),
5440         (egg_toolbars_model_get_name_avail),
5441         (egg_toolbars_model_get_name_flags),
5442         (egg_toolbars_model_set_name_flags):
5443         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5444         * cut-n-paste/toolbar-editor/eggintl.h:
5445         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5446         (egg_tree_multi_drag_source_get_type),
5447         (egg_tree_multi_drag_source_row_draggable),
5448         (egg_tree_multi_drag_source_drag_data_delete),
5449         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5450         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5451         (path_list_free), (set_context_data), (get_context_data),
5452         (get_info), (egg_tree_multi_drag_drag_data_get),
5453         (egg_tree_multi_drag_motion_event),
5454         (egg_tree_multi_drag_button_press_event),
5455         (egg_tree_multi_drag_add_drag_support):
5456         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5457         * shell/ev-application.c: (ev_application_init),
5458         (ev_application_save_toolbars_model):
5459         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5460         (ev_window_cmd_edit_toolbar), (ev_window_init):
5461         
5462         Sync toolbareditor with epiphany and libegg
5463
5464 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5465
5466         * configure.ac: 
5467
5468         Depend on poppler 0.5.2
5469
5470 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5471
5472         * shell/ev-jobs.c: (ev_job_render_run):
5473         
5474         Check if document supports links iterface.
5475
5476 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5477
5478         * NEWS:
5479         * configure.ac:
5480         
5481         Update for release 0.5.3
5482
5483 2006-05-13  Michael Plump  <plumpy@skylab.org>
5484
5485         * configure.ac:
5486         * shell/Makefile.am:
5487         * shell/main.c: (main):
5488         
5489         Port to GOption command line parsing. Fix for the 
5490         bug #327518
5491
5492 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5493
5494         * shell/ev-window.c: (ev_window_cmd_help_about):
5495         
5496         Do not wrap license. Fix for the bug #309460.
5497
5498 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5499
5500         * configure.ac:
5501         * properties/ev-properties-main.c: (ev_properties_get_pages):
5502         * shell/ev-application.c: (ev_application_open_window),
5503         (ev_application_open_uri_at_dest):
5504         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5505         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5506         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5507         * shell/ev-utils.c: (save_print_config_to_file):
5508         * shell/ev-window.c: (ev_window_cmd_save_as),
5509         (ev_attachment_popup_cmd_save_attachment_as):
5510         * shell/main.c: (load_files_remote):
5511         
5512         Bump requirements to gtk 2.8 and drop all ifdefs used.
5513
5514 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5515
5516         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5517         * shell/ev-window.c: (ev_window_init):
5518         
5519         Show attachments page.
5520
5521 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * po/POTFILES.in:
5524         * shell/ev-attachment-bar.c:
5525         * shell/ev-attachment-bar.h:
5526         * shell/ev-sidebar-attachments.c:
5527         (ev_sidebar_attachments_icon_cache_add),
5528         (icon_theme_get_pixbuf_from_mime_type),
5529         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5530         (ev_sidebar_attachments_icon_cache_refresh),
5531         (ev_sidebar_attachments_get_attachment_at_pos),
5532         (ev_sidebar_attachments_popup_menu_show),
5533         (ev_sidebar_attachments_popup_menu),
5534         (ev_sidebar_attachments_button_press),
5535         (ev_sidebar_attachments_update_icons),
5536         (ev_sidebar_attachments_drag_data_get),
5537         (ev_sidebar_attachments_get_property),
5538         (ev_sidebar_attachments_destroy),
5539         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5540         (ev_sidebar_attachments_new),
5541         (ev_sidebar_attachments_set_document),
5542         (ev_sidebar_attachments_support_document),
5543         (ev_sidebar_attachments_get_label),
5544         (ev_sidebar_attachments_page_iface_init):
5545         * shell/ev-sidebar-attachments.h:
5546         * shell/ev-window.c: (update_chrome_visibility),
5547         (setup_sidebar_from_metadata), (ev_window_setup_document),
5548         (ev_window_sidebar_current_page_changed_cb),
5549         (attachment_bar_menu_popup_cb), (ev_window_init):
5550         
5551         Move attachments bar to sidebar.
5552
5553 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5554
5555         * pdf/ev-poppler.cc:
5556         * shell/ev-application.[ch]:
5557         * shell/main.c:
5558
5559         Fix some memory leaks.
5560
5561 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5562
5563         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5564
5565         Change the properties dialog response to
5566         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5567         will make the dialog go away when the user presses
5568         enter. With gtk+ >= 2.9 this will happen anyway, but for
5569         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5570         escape by default. Fixes bug #340539. See also bug
5571         #101293 for the gtk+ part.
5572
5573 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5574
5575         * shell/ev-view.c (tip_from_action_named): Replace some strings
5576         that were wrong. Closes #340970.
5577
5578 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5579
5580         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5581
5582         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5583         #341049
5584
5585 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5586
5587         * djvu/Makefile.am:
5588         * dvi/Makefile.am:
5589         * dvi/mdvi-lib/Makefile.am:
5590         * properties/Makefile.am:
5591         * ps/Makefile.am:
5592         * shell/Makefile.am:
5593         * thumbnailer/Makefile.am:
5594         
5595         Due to broken libtool that is unable to track dependencies
5596         of noinst libraries we are forced to explicitely point
5597         libraries for binary. Fix for the bug #333334.
5598
5599 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5600
5601         * data/evince.desktop.in.in:
5602         * shell/ev-view.c: (view_update_range_and_current_page),
5603         (ev_view_next_page), (ev_view_previous_page):
5604         * shell/ev-window.c: (update_chrome_visibility),
5605         (setup_sidebar_from_metadata), (ev_window_setup_document),
5606         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5607         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5608         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5609         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5610         (ev_window_stop_presentation), (ev_window_focus_in_event),
5611         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5612         (ev_window_init):
5613         * thumbnailer/Makefile.am:
5614         
5615         Update fullscreen and presentation timeout handling. Hide
5616         cursor in presentation after timeout. Fix for the bugs
5617         #136359 and #336981.
5618
5619 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5620
5621         * backend/ev-link-action.[ch]:
5622         * pdf/ev-poppler.cc: (ev_link_from_action):
5623         * shell/ev-view-private.h:
5624         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5625         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5626
5627         Add support for Named Action links
5628
5629 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5630
5631         * backend/Makefile.am:
5632         * backend/ev-document-links.[ch]:
5633         * backend/ev-document.[ch]:
5634         * backend/ev-link-action.[ch]:
5635         * backend/ev-link-dest.[ch]:
5636         * backend/ev-link.[ch]:
5637         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5638         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5639         * shell/ev-page-action.c: (build_new_tree_cb):
5640         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5641         (links_page_num_func), (update_page_callback):
5642         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5643         (tip_from_link):
5644         * shell/ev-jobs.c:
5645         * shell/ev-window.[ch]: (ev_window_open_uri),
5646         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5647         * shell/ev-application.[ch]: (ev_application_open_window),
5648         (ev_application_open_uri):
5649
5650         Rework links system, it adds support for remote links now and it makes
5651         easier to add new kinds of actions and destinations. Fixes bug #317292
5652
5653 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5654
5655         * data/Makefile.am:
5656         * data/evince.png:
5657         * data/evince-16.png:
5658         * data/evince-22.png:
5659         * data/evince.svg:
5660         * shell/main.c: (main):
5661         
5662         Evince use it's own icon. Fix for the bug #313392.
5663
5664         * shell/ev-window.c: (fullscreen_timeout_cb),
5665         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5666         (ev_window_cmd_help_about), (ev_window_dispose):
5667         
5668         Simplify fullscreen timeout code.
5669
5670 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5671
5672         * backend/ev-attachment.c: 
5673         * shell/ev-attachment-bar.c:
5674         * shell/ev-window.c:
5675
5676         Allow multiple selection of attachments
5677
5678 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5679
5680         * shell/ev-view.c: (view_update_range_and_current_page),
5681         (ev_view_scroll):
5682         
5683         Fix for the bug #312573 – Optimal selection of current 
5684         page among visible pages.
5685
5686 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5687
5688         * configure.ac:
5689         * djvu/Makefile.am:
5690         * djvu/djvu-text.h:
5691         
5692         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5693         for the bug 339868.
5694
5695 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5696
5697         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5698
5699 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5700
5701         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5702         dictated by the GNOME HIG. Fixes bug #339235.
5703
5704 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5705
5706         * data/evince-ui.xml:
5707         * shell/ev-view.c: (ev_view_can_find_previous):
5708         * shell/ev-view.h:
5709         * shell/ev-window.c: (ev_window_update_actions),
5710         (ev_window_cmd_edit_find_previous):
5711
5712         Add support for "Find Previous" as dictated by the GNOME HIG. A
5713         menu item is added and some glue code to make it all work is added
5714         to various files.
5715
5716 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5717
5718         * configure.ac: Award myself the "useless use of cat" award.
5719
5720 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5721
5722         * po/LINGUAS: New file listing all supported languages.
5723
5724         * configure.in: Use po/LINGUAS instead of including all languages
5725         directly in this file. See the wiki for more information:
5726         http://live.gnome.org/GnomeGoals/PoLinguas
5727
5728 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5729
5730         * backend/ev-document-factory.c:
5731
5732         Do not load the document twice when there isn't errors
5733
5734 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5735
5736         * backend/ev-attachment.c: 
5737
5738         Fix a crash when there isn't a default application to open an
5739         attachment
5740
5741 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5742
5743         * backend/ev-attachment.[ch]:
5744         * shell/ev-attachment-bar.[ch]:
5745
5746         Added missing files. 
5747
5748 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5749
5750         * backend/Makefile.am:
5751         * data/evince-ui.xml:
5752         * backend/ev-attachment.[ch]:
5753         * backend/ev-document.[ch]: (ev_document_has_attachments),
5754         (ev_document_get_attachments):
5755         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5756         (attachment_save_to_buffer), (pdf_document_get_attachments),
5757         (pdf_document_document_iface_init):
5758         * shell/Makefile.am:
5759         * shell/ev-attachment-bar.[ch]:
5760         * shell/ev-window.c:
5761
5762         Add support for PDF attachments. Fixes bug #325143
5763
5764 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5765
5766         * backend/ev-document-factory.c: (get_document_from_uri),
5767         (ev_document_factory_get_document):
5768         * backend/ev-document-factory.h:
5769         * properties/ev-properties-main.c: (ev_properties_get_pages):
5770         * shell/Makefile.am:
5771         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5772         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5773         (ev_job_queue_remove_job):
5774         * shell/ev-job-queue.h:
5775         * shell/ev-job-xfer.c:
5776         * shell/ev-job-xfer.h:
5777         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5778         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5779         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5780         (ev_job_xfer_run):
5781         * shell/ev-jobs.h:
5782         * shell/ev-window.c: (ev_window_is_empty),
5783         (password_dialog_response), (ev_window_clear_xfer_job),
5784         (ev_window_xfer_job_cb), (ev_window_open_uri),
5785         (ev_window_cmd_focus_page_selector),
5786         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5787         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5788         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5789         (ev_window_dispose):
5790         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5791         
5792         * Cleanup mime type detection on document load. Fix for the
5793         bug #336448.
5794
5795 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5796
5797         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5798         
5799         Fix crash on exit, described in the bug #336825.
5800
5801 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5802
5803         * backend/ev-document-factory.c:
5804         (ev_document_factory_get_from_mime),
5805         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5806         (ev_document_factory_get_document),
5807         (file_filter_add_mime_list_and_free),
5808         (ev_document_factory_add_filters):
5809         * backend/ev-document-factory.h:
5810         * properties/ev-properties-main.c: (ev_properties_get_pages):
5811         * shell/Makefile.am:
5812         * shell/ev-application.c:
5813         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5814         * shell/ev-window.c: (ev_window_cmd_file_open),
5815         (ev_window_cmd_save_as):
5816         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5817         
5818         Rework factory functions so they are placed now in a single 
5819         file ev-document-factory.c
5820
5821 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5822
5823         * shell/ev-window.c: (update_chrome_visibility):
5824         
5825         Fix for the bug 166566 - don't show menubar in fullscreen
5826         mode.
5827
5828 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5829
5830         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5831
5832 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5833
5834         * shell/ev-view.c: (ev_view_expose_event):
5835         
5836         More correctly draw loading text when document
5837         is empty.
5838
5839 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5840
5841         * shell/ev-view.c: (ev_view_scroll):
5842         
5843         Fix for the bug #334854, page down and page up switch
5844         pages in presentation mode.
5845
5846 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5847
5848         * shell/ev-window.c: (ev_window_set_action_sensitive),
5849         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5850         (ev_window_set_view_accels_sensitivity),
5851         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5852         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5853         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5854         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5855         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5856         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5857         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5858         (view_actions_focus_in_cb), (ev_window_init):
5859         
5860         Fix for the bug #333902, now it's possible to search
5861         words with slash.
5862
5863 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5864
5865         * configure.ac: Added Breton translation.
5866         * po/br.po: Added Breton translation.
5867
5868 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5869
5870         * shell/ev-window-title (ev_window_title_update):
5871
5872         Fix memory leak in window title. Fixes bug #333944
5873
5874 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5875
5876         * shell/ev-metadata-manager.c (parseItem):
5877
5878         Fix memory leaks. Fixes bug #333945
5879
5880 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5881         
5882         * NEWS, configure.ac, TODO:
5883         
5884         Update for release 0.5.2.
5885
5886 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5887
5888         * shell/ev-view.c: (view_update_range_and_current_page),
5889         (page_changed_cb):
5890         
5891         Don't jump on scrolling, fix for the bug #333127.
5892
5893 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5894
5895         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5896         
5897         Scroll by one page in presentation mode. Fix for the bug
5898         #332993.
5899
5900 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5901
5902         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5903
5904 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5905
5906         * configure.ac  Added lv in ALL_LINGUAS line.
5907
5908 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5909         
5910         * NEWS, configure.ac:
5911         
5912         Update for release 0.5.1
5913
5914 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5915
5916         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5917         * backend/ev-document-misc.h:
5918         * shell/ev-view.c: (draw_one_page):
5919         
5920          Clairfy what page the toolbar page number applies to. Fix
5921          for the bug #328102.
5922
5923 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5924
5925         * shell/ev-view-private.h:
5926         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5927         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5928         (ev_view_search_changed):
5929         * shell/ev-view.h:
5930         * shell/ev-window.c: (find_bar_search_changed_cb):
5931         
5932         Dont't jump to find result if window was scrolled during search.
5933         Fix for the bug #313266.
5934
5935 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5936
5937         * shell/eggfindbar.c: (egg_find_bar_class_init):
5938         * shell/eggfindbar.h:
5939         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5940         * shell/ev-view-private.h:
5941         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5942         (ev_view_class_init), (ev_sizing_mode_get_type),
5943         (ev_scroll_type_get_type):
5944         * shell/ev-view.h:
5945         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5946         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5947         (ev_window_init):
5948         
5949         Fix for the bug 319133 - Find entry should allow text scroll.
5950
5951 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5952
5953         * shell/ev-view-private.h:
5954         * shell/ev-view.c: (view_update_range_and_current_page),
5955         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5956         (ev_view_set_document), (update_find_status_message),
5957         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5958         (ev_view_find_previous):
5959         
5960         Fix for the bug #319137. Search now takes account for scrolling.
5961
5962 2006-02-19  Michael Hofmann <mh21@piware.de>
5963
5964         * configure.ac:
5965         * djvu/Makefile.am:
5966         * djvu/djvu-document-private.h:
5967         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5968         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5969         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5970         (djvu_document_can_get_text), (djvu_document_get_text),
5971         (djvu_document_document_iface_init),
5972         (djvu_document_thumbnails_get_thumbnail),
5973         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5974         (djvu_document_find_get_result),
5975         (djvu_document_find_page_has_results),
5976         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5977         (djvu_document_find_iface_init):
5978         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5979         (djvu_text_page_selection), (djvu_text_page_limits_process),
5980         (djvu_text_page_limits), (djvu_text_page_copy),
5981         (djvu_text_page_position), (djvu_text_page_union),
5982         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5983         (djvu_text_page_box), (djvu_text_page_append_text),
5984         (djvu_text_page_search), (djvu_text_page_prepare_search),
5985         (djvu_text_page_new), (djvu_text_page_free):
5986         * djvu/djvu-text-page.h:
5987         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5988         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5989         (djvu_text_n_results), (djvu_text_has_results),
5990         (djvu_text_get_result), (djvu_text_get_progress):
5991         * djvu/djvu-text.h:
5992         
5993         Text search in djvu. Fix for the bug #303415.
5994
5995 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5996
5997         * configure.ac:
5998         * shell/ev-window.c: (ev_window_cmd_save_as):
5999         
6000         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6001         Thanks to Gary Coady <gary@lyranthe.org>
6002
6003 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6004
6005         * shell/ev-print-job.c: (idle_print_handler):
6006         
6007         Inverse order printing, bug #320919.
6008
6009 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6010
6011         * data/evince-toolbar.xml:
6012         * shell/ev-window.c:
6013         
6014         Allow to add sidebar checkbutton on toolbar. Fix
6015         for the bug #144577.
6016
6017 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6018
6019         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6020         
6021         Add checks that have sense for empty ps document.
6022
6023 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6024
6025         * configure.ac: Include PS in mime types list. 
6026
6027 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6028
6029         * configure.ac:
6030         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6031         * ps/gsdefaults.h:
6032         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6033         
6034         Runtime check for gs interpreter. Fix for the bug #320868.
6035         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6036
6037 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6038
6039         * shell/ev-application.c: 
6040
6041         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6042         dbus>=0.60, so that the request is not queued. 
6043
6044 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6045
6046         * configure.ac:
6047         * shell/Makefile.am:
6048         * shell/ev-sidebar-links.c: (print_section_cb):
6049         * shell/ev-utils.c:
6050         * shell/ev-utils.h:
6051         * shell/ev-window.c: (update_action_sensitivity),
6052         (ev_window_close_dialogs), (ev_window_print):
6053         * shell/ev-window.h:
6054         
6055         Make printing support optional. Patch from Eduardo de Barros Lima
6056         <eduardo.lima@indt.org.br> for the bug #330546.
6057
6058 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6059
6060         * shell/ev-view-private.h:
6061         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6062         (ev_view_set_document):
6063         * shell/ev-view.h:
6064         * shell/ev-window.c: (ev_window_load_job_cb),
6065         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6066         (ev_window_init):
6067
6068         Draw Loading message during xfer job. Fix for the bug #329495.
6069
6070 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * comics/comics-document.c: (comics_regex_quote),
6073         (comics_document_load), (extract_argv):
6074         
6075         Correcly quote regexp before passing it to unzip.
6076
6077 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6078
6079         * shell/ev-page-cache.c: (build_height_to_page),
6080         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6081         (ev_page_cache_get_dual_even_left):
6082         * shell/ev-page-cache.h:
6083         * shell/ev-view.c: (view_update_range_and_current_page),
6084         (get_page_y_offset), (get_page_extents):
6085         
6086         Place even pages to the left if document has less then
6087         two pages. Fix for the bug #328856.
6088
6089 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6090
6091         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6092         
6093         Correct comics scheme. This make evince create thumbnails
6094         for comic books. Fix for the bug 329088.
6095
6096 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6097
6098         * data/evince-password.glade: Don't explicitly set
6099         invisible_char to the current default value in case
6100         the default changes; let GTK+ do its magic.
6101
6102 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6103
6104         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6105         real filename to tmp filename since often document
6106         type is determined by extension.
6107
6108 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6109
6110         * shell/ev-view.c: (add_scroll_binding_keypad),
6111         (ev_view_binding_activated), (ev_view_class_init):
6112         
6113         Add keybindings for percision-scrolling of display area. 
6114         Fix for the bug #314072.
6115
6116 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6117
6118         * data/evince.desktop.in.in:
6119         
6120         Add GTK to the list of categories. Fix for the bug #328034.
6121
6122 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6123
6124         * shell/ev-application.c: (ev_application_shutdown),
6125         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6126         * shell/ev-application.h:
6127         * shell/ev-window.c: (file_open_dialog_response_cb),
6128         (ev_window_cmd_file_open):
6129         
6130         Save last uri in file chooser dialog. Fix for the bug #327950.
6131
6132 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6133
6134         * NEWS:
6135         * README:
6136         
6137         Final update for release 0.5.0
6138         
6139         * shell/Makefile.am:
6140         
6141         Remove disable deprecated until we'll require libgnome-2.13.7
6142         and port to GOption argument parsing. See bug 327518.
6143
6144 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6145
6146         * comics/comics-document.c: (comics_document_save):
6147         * djvu/djvu-document.c: (djvu_document_save):
6148         * dvi/dvi-document.c: (dvi_document_save):
6149         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6150         * lib/ev-file-helpers.h:
6151         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6152         * tiff/tiff-document.c: (tiff_document_save):
6153         
6154         Use common save function for backends.
6155
6156 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6157
6158         * backend/ev-document-types.c:
6159         
6160         Fix crash on saving pixbuf.
6161
6162 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6163
6164         * cut-n-paste/recent-files/egg-recent-item.c:
6165         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6166         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6167         (parse_info_free), (valid_element), (start_element_handler),
6168         (end_element_handler), (text_handler), (egg_recent_model_filter),
6169         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6170         (egg_recent_model_monitor), (egg_recent_model_read),
6171         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6172         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6173         (egg_recent_model_set_property), (egg_recent_model_class_init),
6174         (egg_recent_model_init), (egg_recent_model_add_full),
6175         (egg_recent_model_delete), (egg_recent_model_get_list),
6176         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6177         (egg_recent_model_set_filter_mime_types),
6178         (egg_recent_model_clear_group_filter),
6179         (egg_recent_model_set_filter_groups),
6180         (egg_recent_model_clear_scheme_filter),
6181         (egg_recent_model_set_filter_uri_schemes),
6182         (egg_recent_model_remove_expired):
6183         * cut-n-paste/recent-files/egg-recent-util.c:
6184         (egg_recent_util_get_icon):
6185         * cut-n-paste/recent-files/egg-recent-util.h:
6186         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6187         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6188         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6189         (egg_recent_view_uimanager_set_property),
6190         (egg_recent_view_uimanager_get_property),
6191         (egg_recent_view_uimanager_class_init),
6192         (egg_recent_view_uimanager_init),
6193         (egg_recent_view_uimanager_set_label_width),
6194         (egg_recent_view_uimanager_get_label_width):
6195         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6196         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6197         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6198         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6199         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6200         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6201         
6202         Update from libegg.
6203
6204 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6205
6206         * shell/ev-page-cache.c: (build_height_to_page),
6207         (ev_page_cache_get_height_to_page):
6208         * shell/ev-page-cache.h:
6209         * shell/ev-view.c: (view_update_range_and_current_page),
6210         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6211         (ev_view_previous_page):
6212         
6213         Dual mode places even pages to the left. Fix for the bug #309393.
6214
6215         * shell/ev-view.h:
6216         * shell/ev-window.c: (update_action_sensitivity),
6217         (setup_view_from_metadata), (view_menu_popup_cb):
6218         
6219         Don't restore presentation in empty windows, more intelligent
6220         next page behaviour in dual mode.
6221
6222         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6223         (ev_pixbuf_cache_clear_job_sizes):
6224         
6225         Cleanup job callback on removal. Fix for the bug #325886.
6226
6227 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6228
6229         * ps/ps.c: (psscan):
6230         
6231         Commit workaround Mozilla problem. Fix for the bug #325919
6232         
6233         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6234         (save_item):
6235         
6236         Fix for year 2038 problem.
6237
6238 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6239
6240         * shell/ev-window.c: (setup_document_from_metadata),
6241         (ev_window_cmd_view_reload):
6242
6243         Clamp page recieved from metadata in valid values. Fix
6244         for the bug #325986.
6245
6246 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6247
6248         * MAINTAINERS: 
6249         Add MAINTAINERS as requested on desktop-devel-list.
6250
6251 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6254         (mime_type_supported_by_gdk_pixbuf),
6255         (ev_document_factory_get_mime_types),
6256         (ev_document_factory_get_all_mime_types):
6257         
6258         Don't add pixbuf mime types if pixbuf backend is disabled.
6259         
6260         * shell/ev-application.c: (ev_application_get_uri_window):
6261         
6262         Fix for the bug 325815 - unhandled MIME type message doesn't 
6263         appear a second time. 
6264         
6265         * shell/ev-document-types.c: (ev_document_types_add_filters):
6266         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6267         (password_dialog_response), (ev_window_popup_password_dialog),
6268         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6269         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6270         (ev_window_run_presentation), (ev_window_stop_presentation),
6271         (save_sizing_mode), (ev_window_zoom_changed_cb),
6272         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6273         (ev_window_dual_mode_changed_cb),
6274         (ev_window_sidebar_current_page_changed_cb),
6275         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6276         (window_state_event_cb), (window_configure_event_cb):
6277         
6278         Cleanup additional uris holded by EvWindow.
6279
6280 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6281
6282         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6283         (ev_view_can_previous_page), (ev_view_can_next_page):
6284         * shell/ev-view.h:
6285         * shell/ev-window.c: (update_action_sensitivity):
6286         
6287         Two page scrolling with Space and PageUp in dual mode. Second fix 
6288         for the bug #316608.
6289
6290 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6291
6292         * shell/ev-view.c: (scroll_to_current_page):
6293         
6294         Correctly clamp adjustment value. Fix for the bug
6295         #325808.
6296
6297 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * shell/ev-sidebar-links.c: (print_section_cb):
6300         * shell/ev-window.c: (ev_window_get_uri),
6301         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6302         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6303         (ev_window_dispose):
6304         
6305         Make print dialog non-modal. Fix for the bug #325622.
6306
6307 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6308
6309         * shell/ev-metadata-manager.c:
6310         * shell/ev-utils.c: (using_pdf_printer),
6311         (using_postscript_printer), (load_print_config_from_file),
6312         (save_print_config_to_file):
6313         * shell/ev-utils.h:
6314         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6315         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6316         (setup_view_from_metadata), (ev_window_setup_document),
6317         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6318         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6319         (ev_window_run_presentation), (ev_window_stop_presentation),
6320         (save_sizing_mode), (ev_window_zoom_changed_cb),
6321         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6322         (ev_window_dual_mode_changed_cb),
6323         (ev_window_sidebar_current_page_changed_cb),
6324         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6325         (window_state_event_cb), (window_configure_event_cb),
6326         (ev_window_init):
6327         
6328         Setting saving behaviour fixes.
6329
6330 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332         * configure.ac:
6333         
6334         Make antialiasing gs options better and allow
6335         to change them during configure. Fix for the 
6336         bug #319049.
6337
6338 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6339
6340         * shell/ev-window.c: (setup_view_from_metadata):
6341         
6342         Remember if last window was maximized. Fix for the
6343         bug #323797.
6344
6345 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6346
6347         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6348
6349 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6350
6351         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6352         * shell/ev-page-action.c: (build_new_tree_cb):
6353         * shell/ev-sidebar-links.c: (links_page_num_func),
6354         (update_page_callback_foreach), (update_page_callback):
6355         * shell/ev-view.c: (scroll_to_current_page):
6356         
6357         Fix for the bug #325067 with more intelligent selection
6358         of current link in sidebar. Make sidebar handle links
6359         of FITR-like type more correctly.
6360
6361         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6362         (dvi_pixbuf_put_pixel):
6363         
6364         Fix memory consumtion with disabled alpha channel.
6365
6366 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6367
6368         * data/evince-ui.xml:
6369         * shell/ev-window.c: (view_menu_popup_cb),
6370         (ev_popup_cmd_open_link), (ev_window_init):
6371         
6372         Update context menu for internal links. Fix for the bug
6373         #325066.
6374
6375 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6376
6377         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6378         
6379         Bind context menu to keyboard also. Fix for the bug
6380         #325065.
6381
6382 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6383
6384         * shell/ev-view.c: (selection_scroll_timeout_cb):
6385         
6386         Horizontal scroll on selection also.
6387
6388 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6389
6390         * shell/ev-metadata-manager.c: (parse_value):
6391         * shell/ev-view.c: (goto_xyz_link):
6392         
6393         Correct zoom setup and metadata save broken in 
6394         some locales.
6395
6396 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6397
6398         * shell/ev-view-private.h:
6399         * shell/ev-view.c: (scroll_to_current_page),
6400         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6401         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6402         (page_changed_cb), (ev_view_set_continuous),
6403         (ev_view_set_dual_page), (ev_view_set_presentation):
6404         
6405         Delay scroll until allocation to correctly position page. Fix
6406         for the bug #317334.
6407
6408 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6409
6410         * NEWS:
6411         * configure.ac:
6412         
6413         Update NEWS and require poppler 0.5.0.
6414
6415 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6416         
6417         * data/evince-ui.xml:
6418         * shell/ev-view-private.h:
6419         * shell/ev-view.c: (ev_view_get_link_at_location),
6420         (handle_link_over_xy), (ev_view_button_press_event),
6421         (ev_view_button_release_event), (ev_view_class_init):
6422         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6423         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6424         (ev_window_init):
6425         
6426         Implement right-click context menu.
6427
6428 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6431         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6432         (mdvi_pixbuf_device_render):
6433         * pdf/ev-poppler.cc:
6434
6435         Don't generate thumbnails with alpha. See bug #324077.
6436         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6437
6438 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6439
6440         * shell/ev-window.c: (setup_chrome_from_metadata):
6441         
6442         Fix typo that was hiding toolbar.
6443
6444 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6445
6446         * shell/ev-view-private.h:
6447         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6448         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6449         (ev_view_button_release_event), (ev_view_destroy):
6450         
6451         Small cleanup and autoscrolling during selection. Thanks to 
6452         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6453
6454 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6455
6456         * configure.ac:
6457         
6458         Correctly check for comics option.
6459
6460 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6461         * Makefile.am:
6462         * configure.ac:
6463         * backend/Makefile.am:
6464         * backend/ev-document-factory.c:
6465         * shell/ev-document-types.c:
6466
6467         Included option in configure to make ps backend 
6468         compilation optional with --disable-ps.
6469
6470 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6471
6472         * backend/ev-document-factory.c:
6473         * comics/Makefile.am:
6474         * comics/comics-document.c: (comics_document_load):
6475         * comics/ev-cbr-mime.xml:
6476         * configure.ac:
6477         
6478         Comics mime types are added to shared-mime-info CVS. Now
6479         we don't need to install our own mime types.
6480
6481 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * shell/ev-window.c:
6484         
6485         Add shortcut for "save a copy" menu entry. Fix for
6486         the bug #324582.
6487
6488 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6489
6490         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6491         (job_finished_cb), (new_selection_pixbuf_needed),
6492         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6493         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6494         
6495         Rework selection job info logic and fix critical warning.
6496
6497 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6498
6499         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6500
6501 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6502
6503         * data/evince-ui.xml:
6504         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6505         
6506         Enter as shortcut key for next page. Fix for the bug
6507         #321394.
6508
6509 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6510
6511         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6512
6513 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6514
6515         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6516         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6517         (new_selection_pixbuf_needed),
6518         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6519         (clear_job_selection):
6520         
6521         Too early for 0.5. Pixbuf cache code cleaned a bit.
6522
6523 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6524
6525         * NEWS:
6526         * configure.ac:
6527         
6528         Release 0.5.0 preparation
6529
6530 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6531
6532         * comics/Makefile.am:
6533         * configure.ac:
6534         * shell/ev-document-types.c: (ev_document_types_add_filters):
6535         
6536         More advanced handling of custom mime type installation.
6537
6538 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6539
6540         * data/evince.schemas.in:
6541         * shell/ev-metadata-manager.c: (value_free),
6542         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6543         (ev_metadata_manager_get), (ev_metadata_manager_set):
6544         * shell/ev-metadata-manager.h:
6545         * shell/ev-window.c: (update_chrome_flag),
6546         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6547         (setup_document_from_metadata), (setup_chrome_from_metadata),
6548         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6549         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6550         (ev_window_view_toolbar_cb),
6551         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6552         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6553         
6554         Save last document settings and reuse them for new documents.
6555
6556 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6557
6558         * Makefile.am:
6559         * backend/Makefile.am:
6560         * backend/ev-document-factory.c:
6561         * backend/ev-document-factory.h:
6562         * comics/Makefile.am:
6563         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6564         (comics_document_load), (comics_document_save),
6565         (comics_document_get_n_pages), (comics_document_get_page_size),
6566         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6567         (comics_document_class_init), (comics_document_can_get_text),
6568         (comics_document_get_info), (comics_document_document_iface_init),
6569         (comics_document_init), (get_supported_image_extensions),
6570         (comics_document_thumbnails_get_geometry),
6571         (comics_document_thumbnails_get_thumbnail),
6572         (comics_document_thumbnails_get_dimensions),
6573         (comics_document_document_thumbnails_iface_init), (extract_argv):
6574         * comics/comics-document.h:
6575         * comics/ev-cbr-mime.xml:
6576         * configure.ac:
6577         * po/POTFILES.in:
6578         * shell/ev-application.c: (ev_application_register_service):
6579         * shell/ev-document-types.c: (ev_document_types_add_filters):
6580         * thumbnailer/Makefile.am:
6581         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6582         
6583         New CBR/CBZ backend for comic books.
6584
6585 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6586
6587         * shell/main.c: (load_files_remote):
6588
6589         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6590         warning on startup of second instance is fixed. It
6591         is bug #320353.
6592
6593 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6594
6595         * shell/ev-window.c: (ev_window_finalize):
6596         
6597         Fix double free that cause crash.
6598
6599 2005-10-29  Bastien Nocera <hadess@hadess.net>
6600
6601         * tiff/tiff-document.c: (tiff_document_load):
6602         
6603         Fix memory leak.
6604
6605 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * po/POTFILES.in:
6608         * shell/Makefile.am:
6609         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6610         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6611         (ev_view_accessible_get_text),
6612         (ev_view_accessible_get_character_at_offset),
6613         (ev_view_accessible_get_text_before_offset),
6614         (ev_view_accessible_get_text_at_offset),
6615         (ev_view_accessible_get_text_after_offset),
6616         (ev_view_accessible_get_character_count),
6617         (ev_view_accessible_get_caret_offset),
6618         (ev_view_accessible_set_caret_offset),
6619         (ev_view_accessible_get_run_attributes),
6620         (ev_view_accessible_get_default_attributes),
6621         (ev_view_accessible_get_character_extents),
6622         (ev_view_accessible_get_offset_at_point),
6623         (ev_view_accessible_get_n_selections),
6624         (ev_view_accessible_get_selection),
6625         (ev_view_accessible_add_selection),
6626         (ev_view_accessible_remove_selection),
6627         (ev_view_accessible_set_selection),
6628         (ev_view_accessible_text_iface_init),
6629         (ev_view_accessible_idle_do_action),
6630         (ev_view_accessible_action_do_action),
6631         (ev_view_accessible_action_get_n_actions),
6632         (ev_view_accessible_action_get_description),
6633         (ev_view_accessible_action_get_name),
6634         (ev_view_accessible_action_set_description),
6635         (ev_view_accessible_action_iface_init),
6636         (ev_view_accessible_get_type), (ev_view_accessible_new),
6637         (ev_view_accessible_factory_get_accessible_type),
6638         (ev_view_accessible_factory_create_accessible),
6639         (ev_view_accessible_factory_class_init),
6640         (ev_view_accessible_factory_get_type):
6641         * shell/ev-view-accessible.h:
6642         * shell/ev-view-private.h:
6643         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6644         * shell/ev-view.h:
6645         
6646         Initial accessibility support.
6647
6648 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6649
6650         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6651
6652 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6653
6654         * shell/ev-print-job.c: (idle_print_handler):
6655         
6656         Fix for bug Bug 318916: Printing multiple pages.
6657
6658 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6659
6660         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6661
6662 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6663
6664         * pdf/ev-poppler.cc:
6665         
6666         Thumnail dimensions unified with other backends.
6667         
6668         * shell/ev-window-title.c: (ev_window_title_update):
6669         
6670         Fix warning.
6671
6672 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6673
6674         * data/ev-stock-zoom-fit-width.png:
6675         
6676         Remove unused file.
6677
6678 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6679
6680         * configure.ac:
6681         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6682         (djvu_document_finalize):
6683         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6684         (dvi_document_finalize):
6685         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6686         (pixbuf_document_save), (pixbuf_document_finalize):
6687         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6688         (tiff_document_finalize):
6689         
6690         Save a copy implemented for various backends.
6691
6692 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6693
6694         * configure.ac:
6695         
6696         Don't link with ltiff if tiff is disabled.
6697
6698 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6699
6700         * pdf/GDKSplashOutputDev.cc:
6701         * pdf/GDKSplashOutputDev.h:
6702         * pdf/Thumb.cc:
6703         * pdf/Thumb.h:
6704         * pdf/pdf-document.cc:
6705         * pdf/pdf-document.h:
6706         * pdf/test-gdk-output-dev.cc:
6707         
6708         Remove old unused files.
6709
6710 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6711
6712         * shell/ev-window.c: (ev_window_setup_document):
6713         
6714         Fixed warnings on reload and probably crash reason.
6715
6716 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6717
6718         * properties/ev-properties-view.c:
6719         (ev_properties_view_format_date):
6720         
6721         Check if date is invalid. Fix for bug 318134.
6722
6723 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6724
6725         * shell/ev-window-title.c:
6726         
6727         Add .indd files (Adobe Indesign) to the list of "bad
6728         extensions".
6729
6730 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6731
6732         * data/evince-ui.xml:
6733         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6734         
6735         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6736
6737 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6738
6739         * shell/ev-window.c: (launch_link), (launch_external_uri),
6740         (view_external_link_cb):
6741
6742         URL-escape link before passing it to gnome_vfs_url_show.
6743
6744 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6745
6746         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6747         there isn't text selected.
6748
6749 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6750
6751         * shell/ev-view.c: (handle_link_over_xy):
6752
6753         Check tooltip is valid utf8 before showing it
6754
6755 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6756
6757         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6758
6759 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6760
6761         * shell/ev-window-title.c: (ev_window_title_update):
6762
6763         Guard against using g_strstrip on NULL. Fixes bug #317291.
6764
6765 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6766
6767         * pdf/ev-poppler.cc:
6768
6769         Show title even for unknown links
6770
6771 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6772
6773         * shell/ev-window-title.c: (ev_window_title_update):
6774
6775         Strip the title string
6776
6777 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6778
6779         * shell/ev-window-title.c:
6780
6781         Add .rtf to the bad extensions list
6782
6783 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6784
6785         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6786         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6787
6788         Ignore link coordinates if they are outside page bounds
6789
6790 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6791
6792         * backend/ev-link.c: (ev_link_type_get_type),
6793         (ev_link_get_filename), (ev_link_get_params),
6794         (ev_link_get_property), (ev_link_set_property),
6795         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6796         * backend/ev-link.h:
6797         * pdf/ev-poppler.cc:
6798         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6799         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6800         (ev_window_init):
6801
6802         Implement launch links. Delegate external link opening to
6803         the window.
6804
6805 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6806
6807         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6808         (ev_link_get_right), (ev_link_get_property),
6809         (ev_link_set_property), (ev_link_class_init),
6810         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6811         * backend/ev-link.h:
6812         * pdf/ev-poppler.cc:
6813         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6814
6815         Implement fitr links
6816
6817 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6818
6819         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6820         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6821         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6822         (ev_view_size_request_continuous),
6823         (ev_view_size_request_dual_page),
6824         (ev_view_size_request_single_page), (ev_view_size_allocate),
6825         (ev_view_zoom_for_size_continuous_and_dual_page),
6826         (ev_view_zoom_for_size_continuous),
6827         (ev_view_zoom_for_size_dual_page),
6828         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6829         (ev_sizing_mode_get_type):
6830         * shell/ev-view.h:
6831         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6832
6833         Do not use modes for link, we need to calculate size ad hoc.
6834         Still not perfect because of the usual scrollbar issues grrr.
6835
6836 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6837
6838         * backend/ev-link.c: (ev_link_type_get_type),
6839         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6840         * backend/ev-link.h:
6841         * pdf/ev-poppler.cc:
6842         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6843         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6844         (ev_view_size_request_continuous),
6845         (ev_view_size_request_dual_page),
6846         (ev_view_size_request_single_page), (ev_view_size_allocate),
6847         (zoom_for_size_fit_height),
6848         (ev_view_zoom_for_size_continuous_and_dual_page),
6849         (ev_view_zoom_for_size_continuous),
6850         (ev_view_zoom_for_size_dual_page),
6851         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6852         (ev_sizing_mode_get_type):
6853         * shell/ev-view.h:
6854         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6855
6856         Implement FIT_HEIGHT mode (only for links).
6857         Implement FITH links
6858
6859 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6860
6861         * shell/ev-window-title.c: (get_filename_from_uri),
6862         (ev_window_title_sanitize_extension), (ev_window_title_update),
6863         (ev_window_title_set_document), (ev_window_title_set_uri),
6864         (ev_window_title_free):
6865         * shell/ev-window-title.h:
6866         * shell/ev-window.c: (ev_window_setup_document),
6867         (ev_window_popup_password_dialog):
6868
6869         Refactor window title building while fixing it for
6870         password documents.
6871
6872 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6873
6874         * pdf/ev-poppler.cc:
6875
6876         Escape link title before setting it in the model
6877
6878 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6879
6880         * shell/ev-application.c: (removed_from_session), (save_session),
6881         (init_session), (ev_application_get_empty_window),
6882         (ev_application_init), (ev_application_get_windows):
6883         * shell/ev-application.h:
6884         * shell/ev-window.c: (ev_window_finalize):
6885
6886         Add a function to retrieve window list and share it where
6887         necessary.
6888         Implement session handling, works pretty well thanks to the
6889         metadata system.
6890
6891 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6892
6893         * shell/ev-password.c: (ev_password_item_created_callback),
6894         (ev_password_dialog_save_password):
6895         
6896         Fix for bug 316972. Use async gnome-keyring API.
6897
6898 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6899
6900         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6901         Remove unused unrealize handler. Add scroll handling to
6902         ev_view_scroll_event for presentation mode (bug #316708),
6903         and fix the event state checks there.
6904
6905 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6906
6907         * shell/ev-page-action.c: (page_changed_cb):
6908
6909         "marco, maybe we should be crazy and jump right to 6! :)"
6910
6911         Bryan Clark, Sep 2005
6912
6913 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6914
6915         * ps/ps-document.c: (save_document), (ps_document_save),
6916         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6917         (ps_document_ps_export_end):
6918
6919         Fix unstructured documents save and print
6920
6921 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6922
6923         * shell/ev-application.c: (ev_application_open_uri):
6924
6925         Fix window size persistance
6926
6927 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6928
6929         * shell/ev-view.c: (ev_view_button_release_event):
6930
6931         Based on a patch from carlosgc@gnome.org. Mouse buttons
6932         switch pages in presentation mode.
6933
6934 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6935
6936         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6937
6938         Dont cast to int before scaling
6939
6940 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6941
6942         * backend/ev-link.c: (ev_link_type_get_type),
6943         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6944         (ev_link_new_page_fith):
6945         * backend/ev-link.h:
6946         * pdf/ev-poppler.cc:
6947         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6948
6949         Implement FIT and FITH links
6950
6951 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6952
6953         * pdf/ev-poppler.cc:
6954
6955         Return 0 results when search is not in progress.
6956
6957         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6958         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6959
6960         Update menu sensitivity when cancelling search
6961
6962 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6963
6964         * shell/ev-view.c: (ev_view_can_find_next):
6965
6966         Take all pages in consideration, not just current one
6967
6968 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6969
6970         * shell/ev-page-cache.c:
6971         * shell/ev-page-cache.h:
6972         * shell/ev-view.c: (ev_view_binding_activated),
6973         (ev_view_next_page), (ev_view_previous_page),
6974         (ev_sizing_mode_get_type):
6975         * shell/ev-view.h:
6976         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6977         (ev_window_cmd_go_next_page):
6978
6979         Move page next/previous functions from page chace to
6980         view and change it to move by 2 page steps in dual mode.
6981
6982 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6983
6984         * shell/ev-window.c: (update_sidebar_visibility),
6985         (setup_sidebar_from_metadata), (ev_window_setup_document),
6986         (setup_view_from_metadata):
6987
6988         Show the index by default when there is one     
6989
6990 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6991
6992         * shell/ev-window-title.c: (ev_window_title_set_document):
6993
6994         Missing null check
6995
6996 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6997
6998         * shell/ev-view.c: (view_update_range_and_current_page):
6999         
7000         Allow display of last odd page in dual view. Fix for 316347.
7001
7002 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7003
7004         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7005         
7006         Make close button default. Fix for 316383.
7007
7008 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7009
7010         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7011         
7012         Mark close button as default. Fix for 316381.
7013
7014 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7015
7016         * backend/ev-link.c: (ev_link_class_init):
7017
7018         Allow negative doubles in left/top properties
7019
7020 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7021
7022         * shell/ev-window.c:
7023
7024         Remove a bunch of strings that was used only
7025         by the statusbar.
7026
7027 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7028
7029         * shell/ev-window-title.c: (get_filename_from_uri),
7030         (ev_window_title_set_document):
7031
7032         When title has a confusing extension, show also
7033         the document filename inside ()
7034
7035 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7036
7037         * shell/Makefile.am:
7038         * shell/ev-window-title.c: (ev_window_title_new),
7039         (ev_window_title_update), (ev_window_title_set_type),
7040         (ev_window_title_set_document), (ev_window_title_free):
7041         * shell/ev-window-title.h:
7042         * shell/ev-window.c: (ev_window_setup_document),
7043         (password_dialog_response), (ev_window_popup_password_dialog),
7044         (ev_window_dispose), (ev_window_init):
7045
7046         Factor out and cleanup window title code
7047
7048 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7049
7050         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7051         (unable_to_load):
7052
7053         Make dialog transient so it doesnt block other windows
7054
7055 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7056
7057         * pdf/ev-poppler.cc:
7058         
7059         Fix pdf thumbnails rendering.
7060
7061 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7062
7063         * shell/ev-window.c: (fullscreen_set_timeout):
7064         
7065         Increase timeout to hide full screen popup. Bug 
7066         316123. 
7067
7068 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7069
7070         * data/evince.schemas.in:
7071         * shell/ev-window.c: (update_action_sensitivity):
7072
7073         Allow the user to override document restrictions. Fix for bug
7074         305818.
7075
7076 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7077
7078         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7079         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7080         (ev_window_class_init): Fix multihead behaviour of fullscreen
7081         toolbar popup. Fixes bug #315451.
7082
7083 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7084
7085         * configure.ac:
7086         * data/evince-password.glade:
7087         * shell/ev-password.c: (ev_password_dialog_set_property),
7088         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7089         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7090         (ev_password_dialog_entry_changed_cb),
7091         (ev_password_dialog_entry_activated_cb),
7092         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7093         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7094         (ev_password_dialog_set_bad_pass):
7095         * shell/ev-password.h:
7096         * shell/ev-window.c: (password_dialog_response),
7097         (ev_window_popup_password_dialog):
7098         
7099         Support for gnome-keyring for encrypted PDF's.
7100
7101 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7102
7103         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7104         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7105         (ev_view_enter_notify_event), (ev_view_class_init):
7106         
7107         More precise handling of enter_notify/leave_notify events
7108         in EvView. Fix for bug 315470.
7109
7110 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7111
7112         * shell/ev-window.c: (fullscreen_timeout_cb),
7113         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7114         (ev_window_dispose):
7115
7116         leak fix: unref fullscreen_timeout_source before clearing it
7117
7118 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7119
7120         * configure.ac, dvi/mdvi/Makefile.am: 
7121         
7122         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7123
7124 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7125
7126         * backend/ev-link.c: (ev_link_new_page_xyz):
7127         * pdf/ev-poppler.cc:
7128         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7129
7130         Fix some bugs with xyz links, respect zoom
7131
7132 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7133
7134         * shell/ev-window.c: (page_changed_cb),
7135         (setup_document_from_metadata), (update_sidebar_visibility),
7136         (setup_view_from_metadata), (ev_window_run_fullscreen),
7137         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7138         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7139         (ev_window_dual_mode_changed_cb),
7140         (ev_window_sidebar_current_page_changed_cb):
7141
7142         null check uri before setting and getting metadata
7143
7144 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7145
7146         * dvi/Makefile.am:
7147         * properties/Makefile.am:
7148         * shell/Makefile.am:
7149         * thumbnailer/Makefile.am:
7150
7151         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7152
7153 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7154
7155         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7156         (selection_changed_callback):
7157         * shell/ev-sidebar-links.h:
7158
7159         Add a signal for link activation.
7160
7161         * shell/ev-view.c: (ev_view_goto_link),
7162         (ev_view_button_release_event):
7163         * shell/ev-view.h:
7164         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7165         (ev_window_init):
7166
7167         Implement the signal so that we can handle all link types.
7168
7169         * shell/ev-page-cache.c:
7170
7171         Remove unused set_link function
7172
7173 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7174
7175         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7176
7177         Add some space from the cursor, hardcoded but I couldnt
7178         find a better way.
7179
7180 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7181
7182         * lib/ev-tooltip.c:
7183
7184         Use mozilla style vs gtk style, way better for links.
7185
7186         * shell/ev-view.c: (ev_view_motion_notify_event),
7187         (ev_view_destroy), (ev_view_init):
7188
7189         Deactive tooltip when the link hovered is changed.
7190
7191 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7192
7193         * backend/ev-document.h:
7194         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7195         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7196         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7197         (ev_link_new_page), (ev_link_new_page_xyz):
7198         * backend/ev-link.h:
7199         * pdf/ev-poppler.cc:
7200         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7201         (go_to_link), (tip_from_link):
7202
7203         Implement xyz links, still not functional. Links are a total
7204         mess, will need to refactor and bugfix a lot :(
7205
7206 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7207
7208         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7209
7210 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7211
7212         * data/evince-ui.xml:
7213         * data/evince.schemas.in:
7214         * shell/Makefile.am:
7215         * shell/ev-window.c: (update_chrome_visibility),
7216         (password_dialog_response), (ev_window_load_job_cb),
7217         (ev_window_xfer_job_cb), (ev_window_open_uri),
7218         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7219         (ev_window_init):
7220
7221         Remove the statusbar. This regress loading feedback, need to
7222         check with Bryan what we want to do there...
7223
7224 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7225
7226         * lib/ev-tooltip.c: (ev_tooltip_init):
7227
7228         Fix tooltip border and size handling
7229
7230 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7231
7232         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7233         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7234         (ev_tooltip_timeout), (ev_tooltip_activate),
7235         (ev_tooltip_deactivate):
7236         * lib/ev-tooltip.h:
7237         * shell/ev-view.c: (ev_view_motion_notify_event):
7238
7239         Delay popup showing. Mirror gtk logic/times.
7240
7241 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7242
7243         * lib/Makefile.am:
7244         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7245         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7246         (ev_tooltip_set_text), (ev_tooltip_set_position):
7247         * lib/ev-tooltip.h:
7248
7249         Simple widget to show tooltips at a custom position
7250
7251         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7252         (ev_view_destroy):
7253
7254         Use it for links. First go, needs work
7255
7256 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7257
7258         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7259         HIG fixes.  Use title capitalization for window title. Use 12 
7260         pixels of space between the dialog's vbox and action area.
7261
7262 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7263
7264         * shell/ev-window.c: (file_open_dialog_response_cb),
7265         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7266         (ev_window_cmd_save_as):
7267
7268         Make file pickers not modal and refactor code some
7269
7270 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7271
7272         * shell/ev-sidebar.h:
7273         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7274         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7275         (ev_sidebar_class_init), (ev_sidebar_select_page),
7276         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7277         (ev_sidebar_set_page):
7278
7279         Add a current page property and allow to get/set it
7280
7281         * shell/ev-window.c: (setup_view_from_metadata),
7282         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7283
7284         Persist current sidebar page per document
7285
7286 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7287
7288         * data/evince.schemas.in:
7289         * shell/ev-window.c: (update_chrome_visibility),
7290         (setup_document_from_metadata), (update_sidebar_visibility),
7291         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7292         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7293         (ev_window_run_presentation), (ev_window_stop_presentation),
7294         (ev_window_view_sidebar_cb),
7295         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7296         (load_chrome), (ev_window_init):
7297
7298         Persist size/visibility of sidebar per document
7299
7300 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7301
7302         * shell/ev-view.c (draw_loading_text): Draw loading text.
7303
7304 2005-09-02  Dan Damian  <dand@gnome.ro>
7305
7306         * configure.in: Added "ro" to ALL_LINGUAS.
7307
7308 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7309
7310         * shell/ev-view.c: (clear_caches):
7311
7312         ev_page_cache_get doesnt return a reference,
7313         dont try to unref it.
7314
7315 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7316
7317         * shell/main.c: (load_files_remote):
7318
7319         Fix timestamp parameter with dbus <= 0.33
7320
7321 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * data/evince.schemas.in:
7324
7325         Add missing full stop
7326
7327 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7328
7329         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7330         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7331
7332         Plug some memory leaks
7333
7334 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7335
7336         * configure.ac:
7337         * lib/ev-debug.c: (trap_handler):
7338
7339         Check for execinfo.h and use it only if it exists.
7340         Ported from Epiphany (bug #314776).
7341
7342 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7343
7344         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7345
7346 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7347
7348         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7349         * po/id.po      : Added Indonesian translation
7350
7351 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7352
7353         * shell/main.c:
7354         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7355         * NEWS: Release 0.4.0
7356
7357 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7358
7359         * configure.ac: catch another gtk+-2.8ism
7360         * shell/main.c: Make work with gtk+-2.6
7361
7362 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7363
7364         * shell/ev-application-service.xml: Add 'timestamp' argument to
7365           ev_application_open_window and ev_application_open_uri methods.
7366
7367         * shell/ev-application.h: Add 'timestamp' argument to
7368           ev_application_open_window, ev_application_open_uri,
7369           and ev_application_open_uri_list functions.
7370
7371         * shell/ev-application.c (ev_application_open_window,
7372           ev_application_open_uri, ev_application_open_uri_list): Change
7373           functions that show/present windows to use a timestamp if one
7374           is passed in.
7375
7376         * shell/ev-window.c (ev_window_cmd_file_open,
7377           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7378         * shell/main.c (load_files): Modify calls to ev_application to
7379           include GDK_CURRENT_TIME as timestamp.
7380
7381         * shell/main.c (load_files_remote): Obtain timestamp for client
7382           instance from GDK and pass to server instance so new windows are
7383           focused properly.  Fix dbus_g_proxy_call() calls by including second
7384           G_TYPE_INVALID.
7385           
7386         Closes bug #314475.
7387
7388 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7389
7390         * shell/ev-window.c (ev_window_finalize): Check for
7391         avail. EvWindows when quiting to handle the finalize better,
7392         #314497
7393
7394 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7395         
7396         * properties/ev-properties-view.c: 
7397         
7398         Set textdomain to libglade. Fixes translation problem in property page.
7399
7400 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7401
7402         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7403         * dvi/Makefile.am:
7404         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7405         * dvi/mdvi-lib/Makefile.am:
7406         
7407         Fix rotation of thumbnails, ported to new API. Moved library
7408         dependencies earlier, probably it will fix linkage problem.
7409
7410 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7411
7412         * backend/ev-document-misc.c:
7413         (ev_document_misc_get_thumbnail_frame):
7414         * backend/ev-document-misc.h:
7415         * configure.ac:
7416         * pdf/ev-poppler.cc:
7417         * shell/Makefile.am:
7418         * shell/ev-sidebar-thumbnails.c: (add_range),
7419         (ev_sidebar_thumbnails_set_loading_icon),
7420         (ev_sidebar_thumbnails_refresh),
7421         (ev_sidebar_thumbnails_set_document):
7422         * shell/ev-sidebar-thumbnails.h:
7423         * shell/ev-view.c: (ev_view_motion_notify_event),
7424         (ev_view_set_property), (ev_view_get_property),
7425         (ev_view_class_init), (ev_view_set_rotation):
7426         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7427         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7428         (ev_window_init):
7429         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7430         Redo rotation (again).  prepare for 0.4.0
7431
7432 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7433
7434         * configure.ac: Bump poppler requirement to 0.4.1.
7435
7436         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7437         argument to poppler_page_render_selection() call.
7438
7439 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7440
7441         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7442         (djvu_document_thumbnails_get_thumbnail):
7443         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7444         (dvi_document_thumbnails_get_thumbnail):
7445         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7446         (pixbuf_document_thumbnails_get_thumbnail):
7447         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7448         
7449         Update rotation direction of backends to fit with pdf and ps.
7450
7451 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7452
7453         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7454         * backend/ev-async-renderer.h:
7455         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7456         (setup_page), (ps_document_get_page_size),
7457         (ps_async_renderer_render_pixbuf):
7458         * ps/ps-document.h:
7459         * shell/ev-jobs.c: (ev_job_render_run):
7460
7461         Fix orientation in the postscript document
7462
7463 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7464
7465         * pdf/ev-poppler.cc:
7466         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7467         * shell/ev-view.c: (highlight_find_results):
7468
7469         Adapt to the new poppler rotation API. Fix text maps on landscape
7470         documents.
7471
7472 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7473
7474         * shell/ev-view.c (compute_new_selection_text): get the correct
7475         region when selecting in modes other than continuous.
7476
7477 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7478
7479         * shell/main.c (main): remove redundant g_warnings.
7480
7481 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7482
7483         * shell/Makefile.am: Don't include autogenerated
7484         file ev-application-service.h into distribution, since
7485         it causes dbus crash. Fix for bugs 313724 and 313443. 
7486
7487 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7488
7489         * configure.ac: Fix sed expression for FreeBSD. Thanks
7490         to Joe Marcus Clark <marcus@freebsd.org>
7491         
7492         * shell/eggfindbar.c: (entry_activate_callback),
7493         (entry_changed_callback), (egg_find_bar_init),
7494         (egg_find_bar_set_search_string):
7495         
7496         Made findbar buttons unsensitive if there is no text in
7497         entry. Fix for the bug 313285.
7498
7499 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7500
7501         * ps/ps-document.c: Use g_filename_display_name for displaying
7502         filenames and revert string freeze breackage
7503
7504 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7505
7506         * NEWS:
7507         * configure.ac:
7508
7509         Update for 0.3.4
7510
7511         * shell/Makefile.am:
7512
7513         Add ev-application-service.xml to extra dist
7514
7515         * shell/ev-view.c: (find_page_at_location):
7516
7517         Remove unused function (fix warning)
7518
7519 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7520
7521         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7522         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7523         
7524         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7525         bug 313623.
7526
7527 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7528
7529         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7530         * shell/ev-window.c:
7531         Fix build warnings
7532
7533 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7534
7535         * configure.ac: Update script to get dbus version.
7536         Fix for the bug #313443.
7537
7538 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7539
7540         * shell/ev-window.c: (ev_window_cmd_escape):
7541         
7542         Return focus back to view on escape. Fix for bug 313295.
7543
7544 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7545
7546         * shell/ev-window.c: (update_window_title),
7547         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7548         (ev_window_cmd_save_as):
7549         
7550         Correct conversion from uri to displayable string. Fix for
7551         bug 313296.
7552
7553 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7554
7555         * ps/ps-document.c: convert filename to utf8 when there is an error
7556         loading document. Fixes #309915
7557
7558 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7559
7560         * configure.ac:
7561
7562         We depend on poppler 0.4.0
7563
7564 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7565
7566         * configure.ac:
7567         * NEWS: Release 0.3.3.
7568         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7569
7570 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7571
7572         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7573         add a couple missing mnemonics to menu items, use title 
7574         capitalization for menu items and window titles, and add 
7575         ellipsis to open menu item.     
7576
7577 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7578
7579         * pdf/ev-poppler.cc:
7580         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7581         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7582         (ev_view_get_rotation):
7583         * shell/ev-view.h:
7584         * shell/ev-window.c: (setup_view_from_metadata),
7585         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7586         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7587         disk.
7588
7589 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7590
7591         * configure.ac: Added tr to ALL_LINGUAS
7592
7593 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7594
7595         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7596         requires several clicks to find word. Thanks to 
7597         Colin Slater <kiltedtaco@gmail.com>.
7598
7599 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7600
7601         * data/evince.desktop.in.in: Hide menu entry and
7602         rename it to "Document Viewer". Fix for bug 
7603         #312399.
7604
7605 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7606
7607         * shell/ev-page-action.c (ev_page_action_class_init): 
7608
7609         Point to the correct function in constructor of the
7610         activate_label signal
7611
7612 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7613
7614         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7615         * shell/ev-jobs.h: Make thread safe.
7616
7617 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7618
7619         * shell/ev-view.c: (view_update_range_and_current_page):
7620         Don't update page range if we are scrolling to some document
7621         point.
7622
7623 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7624
7625         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7626         when getting max_page_width, fix drawing in dual mode.
7627
7628 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7629
7630         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7631         getting the area for select_all.
7632
7633 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7634
7635         * backend/ev-selection.c: (ev_selection_render_selection):
7636         * backend/ev-selection.h:
7637         * pdf/ev-poppler.cc:
7638         * shell/ev-jobs.c: (ev_job_render_new):
7639         * shell/ev-jobs.h:
7640         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7641         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7642         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7643         (ev_view_class_init):
7644
7645         Change selection color on focus in and focus out events.  Also,
7646         poppler now uses GdkColor for specifying the selection colors, so
7647         drop some awkward conversion code.
7648
7649 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7650
7651         * configure.ac: Added Hebrew translation
7652
7653 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7654
7655         * NOTES:
7656         * backend/ev-selection.c: (ev_selection_render_selection):
7657         * backend/ev-selection.h:
7658         * pdf/ev-poppler.cc:
7659         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7660         (ev_job_render_run):
7661         * shell/ev-jobs.h:
7662         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7663         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7664         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7665         (ev_pixbuf_cache_style_changed),
7666         (ev_pixbuf_cache_get_selection_pixbuf),
7667         (ev_pixbuf_cache_set_selection_list),
7668         (ev_pixbuf_cache_get_selection_list):
7669         * shell/ev-pixbuf-cache.h:
7670         * shell/ev-utils.c: (ev_print_region_contents):
7671         * shell/ev-utils.h:
7672         * shell/ev-view.c: (ev_view_queue_draw_page),
7673         (selection_update_idle_cb), (ev_view_motion_notify_event),
7674         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7675         (setup_caches), (ev_view_find_next), (merge_selection_region),
7676         (selection_free):
7677         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7678
7679         Clean up selection to be much smoother!
7680
7681 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7682
7683         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7684         to poppler_page_render_selection().
7685
7686 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7687
7688         * ps/ps-document.c: (save_page_list): Use
7689         unzipped document when printing. Thanks to 
7690         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7691         311016.
7692
7693 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7694
7695         * shell/ev-window.c: (update_action_sensitivity):
7696         
7697         Disable print and save respect to lockdown gconf keys. Fix
7698         for 312342.
7699
7700 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7701
7702         * configure.ac:
7703         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7704         (write_to_temp_file), (ev_file_set_contents):
7705         * shell/ev-utils.h:
7706         * shell/ev-window.c: (save_print_config_to_file):
7707         
7708         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7709         Fix for bug 312238
7710
7711 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7712
7713         * shell/ev-window.c: (load_print_config_from_file),
7714         (save_print_config_to_file), (ev_window_print_range):
7715
7716         Persist the print settings. Fixes bug #311578.
7717
7718 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7719
7720         * djvu/djvu-document.c: (djvu_document_get_page_size),
7721         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7722         (djvu_document_thumbnails_get_thumbnail):
7723         * dvi/dvi-document.c: (dvi_document_get_page_size),
7724         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7725         (dvi_document_thumbnails_get_dimensions),
7726         (dvi_document_thumbnails_get_thumbnail):
7727         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7728         (pixbuf_document_render_pixbuf),
7729         (pixbuf_document_document_iface_init),
7730         (pixbuf_document_thumbnails_get_thumbnail):
7731         
7732         Update backends to make them build with new rotation system.
7733
7734 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * help/C/figures/evince_start_window.png:
7737         
7738         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7739
7740 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7741
7742         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7743         * shell/ev-pixbuf-cache.h:
7744         * shell/ev-sidebar-thumbnails.c:
7745         (ev_sidebar_thumbnails_get_property), (add_range),
7746         (adjustment_changed_cb):
7747         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7748         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7749         we were thumbnailing the entire docment on startup, slowing us
7750         down hugely. 
7751
7752 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7753
7754         * shell/ev-page-cache.c: (ev_page_cache_new):
7755         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7756         == 0, fixes #310306.
7757
7758 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7759
7760         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7761         (ev_view_rotate_left):
7762
7763         Account rotation in doc_rect_to_view_rect.
7764         Ensure rotation doesnt go out of bounds.
7765
7766 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7767
7768         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7769
7770         Correct and cleanup w/h swapping
7771
7772 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7773
7774         * backend/ev-document-thumbnails.c:
7775         (ev_document_thumbnails_get_thumbnail):
7776         * backend/ev-document-thumbnails.h:
7777         * backend/ev-document.c:
7778         * backend/ev-document.h:
7779         * backend/ev-render-context.c: (ev_render_context_new),
7780         (ev_render_context_set_rotation):
7781         * backend/ev-render-context.h:
7782         * pdf/ev-poppler.cc:
7783         * ps/ps-document.c: (ps_document_document_iface_init):
7784         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7785         * shell/ev-jobs.h:
7786         * shell/ev-page-cache.c: (build_height_to_page),
7787         (ev_page_cache_new), (ev_page_cache_get_size),
7788         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7789         (ev_page_cache_get_height_to_page):
7790         * shell/ev-page-cache.h:
7791         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7792         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7793         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7794         (ev_pixbuf_cache_get_selection_pixbuf):
7795         * shell/ev-pixbuf-cache.h:
7796         * shell/ev-print-job.c: (idle_print_handler):
7797         * shell/ev-sidebar-thumbnails.c: (add_range):
7798         * shell/ev-view.c: (view_update_range_and_current_page),
7799         (get_page_y_offset), (get_page_extents),
7800         (ev_view_size_request_continuous_dual_page),
7801         (ev_view_size_request_continuous),
7802         (ev_view_size_request_dual_page),
7803         (ev_view_size_request_single_page), (draw_one_page),
7804         (ev_view_set_rotation), (ev_view_rotate_right),
7805         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7806         (ev_view_zoom_for_size_continuous_and_dual_page),
7807         (ev_view_zoom_for_size_continuous),
7808         (ev_view_zoom_for_size_dual_page),
7809         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7810         (ev_view_select_all):
7811         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7812         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7813         (tiff_document_document_iface_init),
7814         (tiff_document_thumbnails_get_thumbnail):
7815
7816         Use rotation rather than orientation. It's easier and enough
7817         for our needs.
7818
7819 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7820
7821         * shell/ev-page-cache.c: (build_height_to_page),
7822         (ev_page_cache_new), (ev_page_cache_get_size),
7823         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7824         (ev_page_cache_get_height_to_page):
7825         * shell/ev-page-cache.h:
7826         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7827         (ev_view_size_request_continuous_dual_page),
7828         (ev_view_size_request_continuous),
7829         (ev_view_zoom_for_size_continuous_and_dual_page),
7830         (ev_view_zoom_for_size_continuous):
7831
7832         Make the page cache aware of page orientation.
7833
7834 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7835
7836         * backend/ev-document-thumbnails.c:
7837         (ev_document_thumbnails_get_thumbnail):
7838         * backend/ev-document-thumbnails.h:
7839         * backend/ev-document.c:
7840         * backend/ev-document.h:
7841         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7842         * backend/ev-ps-exporter.h:
7843         * pdf/ev-poppler.cc:
7844         * ps/ps-document.c: (ps_document_document_iface_init),
7845         (ps_document_ps_export_do_page):
7846         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7847         * shell/ev-jobs.h:
7848         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7849         (ev_page_cache_get):
7850         * shell/ev-page-cache.h:
7851         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7852         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7853         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7854         * shell/ev-pixbuf-cache.h:
7855         * shell/ev-print-job.c: (idle_print_handler):
7856         * shell/ev-sidebar-thumbnails.c: (add_range):
7857         * shell/ev-view.c: (view_update_range_and_current_page),
7858         (get_page_extents), (ev_view_size_request_dual_page),
7859         (ev_view_size_request_single_page), (draw_one_page),
7860         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7861         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7862         (ev_view_zoom_for_size_dual_page),
7863         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7864         (ev_view_select_all):
7865         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7866         * tiff/tiff-document.c: (tiff_document_get_page_size),
7867         (tiff_document_get_orientation), (rotate_pixbuf),
7868         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7869         (tiff_document_thumbnails_get_thumbnail),
7870         (tiff_document_ps_export_do_page), (tiff_document_init):
7871
7872         Really make use of the orientation bit of the render context.
7873         Use the render context in a few more places in the backend API.
7874         This regress orientation, but now it's done right. Will try to
7875         fix it up asap...
7876
7877 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7878
7879         * shell/ev-view.c: (ensure_rectangle_is_visible):
7880
7881         Patch by Nickolay V. Shmyrev to fix find flickering
7882
7883 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7884
7885         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7886         duplex parameters to ::begin.
7887
7888         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7889         * shell/ev-print-job.c (idle_print_handler): 
7890         * ps/ps-document.c (ps_document_ps_export_begin): 
7891         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7892         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7893         implementations. Poppler backend needs poppler cvs. Rest has
7894         unchanged behavior.
7895
7896 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7897
7898         * shell/ev-window.c (using_pdf_printer): new function.
7899         (ev_window_print_range): print a less techy message if someone
7900         tries to print to PDF.
7901
7902 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7903
7904         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7905         from "unknown font" string. Bug #311431
7906
7907 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7908
7909         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7910
7911 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7912
7913         Bug #311280
7914         
7915         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7916         name for PopplerFontTypes
7917         (pdf_document_fonts_fill_model): add font type to the detail column
7918
7919         * backend/ev-document-fonts.h: added
7920         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7921
7922         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7923         font name and font details, add a little markup.
7924         (ev_properties_fonts_init): use the new cell data func, specify ypad
7925         property for the cell renderer.
7926         (ev_properties_fonts_set_document): add the details column.
7927
7928 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7929
7930         * configure.ac: Added "pl" to ALL_LINGUAS.
7931
7932 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7933
7934         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7935
7936 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7937
7938         * help/ChangeLog: Started this for translations of manual.
7939         * configure.ac, autogen.sh, .cvsignore: Migrated to
7940         gnome-doc-utils. Patch in bug #311222.
7941
7942 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7943
7944         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7945         #ifdef this away to fix an unused-function warning.
7946
7947 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7948
7949         * configure.ac: Added 'gl' to ALL_LINGUAS.
7950
7951 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7952
7953         * configure.ac: Added ne in ALL_LINGUAS
7954         
7955 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7956
7957         * shell/ev-view.c: (ev_view_leave_notify_event):
7958         
7959         Clear status message when pointer leaves view. Fix for bug
7960         #310818 
7961
7962 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7963
7964         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7965
7966 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * shell/ev-view.c: (ev_view_leave_notify_event),
7969         (ev_view_class_init):
7970         
7971         Set cursor to normal then leaving view.
7972
7973 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7974
7975         * configure.ac:
7976         
7977         Fix required djvulibre version.
7978
7979 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7980
7981         *configure.ac: Hindi (hi) language added
7982
7983 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7984
7985         *configure.ac: Punjabi (pa) Language added
7986
7987 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7988
7989         * data/evince-ui.xml, shell/ev-window.c:
7990         
7991         Add keypad accelerators for zooming. Fix for bug 308128.
7992
7993 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7994
7995         * Makefile.am:
7996         * backend/Makefile.am:
7997         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7998         * configure.ac:
7999         * shell/ev-document-types.c: (ev_document_types_add_filters):
8000
8001         Allow to enable/disable the pixbuf backend.
8002         Default to off for now. If we want it enabled we should
8003         really put mime types in the desktop, implement properties etc.
8004
8005         * properties/evince-properties.c:
8006
8007         Initialize error to NULL.
8008         Check error is not NULL before freeing.
8009
8010 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8011
8012         * shell/ev-window.c:
8013
8014         Use F5 as presentation accell
8015
8016 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8017
8018         * shell/ev-window.c: (update_chrome_visibility),
8019         (ev_window_create_fullscreen_popup), (ev_window_init):
8020
8021         Do not leak the fullscreen toolbar
8022
8023 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8024
8025         * shell/ev-window.c: (view_actions_focus_in_cb),
8026         (view_actions_focus_out_cb):
8027
8028         These has a return value! Fix totally random focus
8029         issues we was seeing.
8030
8031 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8032
8033         * shell/main.c: (load_files_remote):
8034
8035         Allow open more than one file
8036
8037 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8038
8039         * shell/main.c: (load_files_remote):
8040
8041         Fix for dbus 0.33. bug #309975
8042
8043 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8044
8045         * properties/ev-properties-main.c: (ev_properties_get_pages):
8046
8047         Actually return NULL for types we dont support
8048
8049 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8050
8051         * po/POTFILES.in:
8052
8053         Remove empty lines.
8054
8055 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8056
8057         * backend/ev-document-factory.c:
8058         (ev_document_factory_get_document):
8059
8060         Do not try to create the object if type
8061         is invalid.
8062
8063 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8064
8065         * ps/ps-document.c: (ps_document_dispose),
8066         (ps_async_renderer_render_pixbuf):
8067         * ps/ps-document.h:
8068
8069         Do not leak the target window
8070
8071 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8072
8073         * shell/ev-application.c: (ev_application_init):
8074
8075         Let tbe check file existence for us.
8076         Add a comment about eggrecent mime filter.
8077
8078 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8079
8080         * data/evince-ui.xml:
8081         * shell/ev-application.c: (ev_application_shutdown),
8082         (ev_application_init), (ev_application_get_toolbars_model),
8083         (ev_application_get_recent_model),
8084         (ev_application_save_toolbars_model):
8085         * shell/ev-application.h:
8086         * shell/ev-window.c: (ev_window_add_recent),
8087         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8088         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8089         (ev_window_init):
8090
8091         Use common toolbar and recent models for all windows.
8092         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8093
8094 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8095
8096         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8097         successfully check for gtk_icon_view_get_visible_range.
8098
8099 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8100
8101         * djvu/Makefile.am:
8102         * dvi/Makefile.am:
8103         
8104         Fix djvu and dvi backend build.
8105
8106 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8107
8108         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8109         (new_separator_pixbuf):
8110
8111         Don't leak windows.
8112
8113 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8114
8115         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8116
8117         HIGification of toolbar editor dialogue.
8118
8119 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8120
8121         * configure.ac:
8122         * shell/Makefile.am:
8123
8124         Ever build metadata manager since it's just
8125         disabled at runtime now.
8126
8127 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8128
8129         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8130         (ev_metadata_manager_get), (ev_metadata_manager_set):
8131         * shell/ev-metadata-manager.h:
8132
8133         Add an _init functions that enabled metadata management
8134         at runtime.
8135
8136         * shell/ev-window.c: (page_changed_cb),
8137         (setup_document_from_metadata), (ev_window_setup_document),
8138         (setup_view_from_metadata), (ev_window_open_uri),
8139         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8140         (ev_window_run_presentation), (ev_window_stop_presentation),
8141         (save_sizing_mode), (ev_window_zoom_changed_cb),
8142         (ev_window_continuous_changed_cb),
8143         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8144         (window_configure_event_cb):
8145
8146         Remove all ugly metadata define since we deal with it
8147         at runtime now.
8148
8149         * shell/main.c: (load_files_remote), (main):
8150
8151         Add support for dbus cvs head. Hopefully didnt break one
8152         of the other versions now!
8153
8154         If we dont get a response from the dbus server just
8155         give up with it and not enable metadata.
8156
8157 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8158
8159         * Makefile.am:
8160         * backend/Makefile.am:
8161         * configure.ac:
8162         * cut-n-paste/recent-files/Makefile.am:
8163         * cut-n-paste/toolbar-editor/Makefile.am:
8164         * cut-n-paste/zoom-control/Makefile.am:
8165         * lib/Makefile.am:
8166         * pdf/Makefile.am:
8167         * pixbuf/Makefile.am:
8168         * properties/Makefile.am:
8169         * ps/Makefile.am:
8170         * shell/Makefile.am:
8171         * thumbnailer/Makefile.am:
8172         * tiff/Makefile.am:
8173
8174         Make frontends depend on just libev.
8175         Rework and group CFLAGS/LIBS definitions.
8176         Cleanups.
8177
8178 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8179
8180         * shell/ev-window:
8181
8182         do not unnecessarily save zoom
8183
8184         * configure.ac:
8185         * lib/ev-file-helpers.c: (ev_dot_dir):
8186         * shell/Makefile.am:
8187         * shell/dummy.cc:
8188
8189         Some cleanups
8190
8191 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8192
8193         * configure.ac:
8194         
8195         Remove unnecessary dependencies
8196
8197 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8198
8199         * properties/Makefile.am:
8200         * thumbnailer/Makefile.am:
8201         * tiff/Makefile.am:
8202
8203         Some more cleanups. Was really necessary
8204         but I probably introduced bugs, feel free
8205         to flame :)
8206
8207 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8208
8209         * backend/Makefile.am:
8210         * configure.ac:
8211         * cut-n-paste/recent-files/Makefile.am:
8212         * cut-n-paste/toolbar-editor/Makefile.am:
8213         * cut-n-paste/zoom-control/Makefile.am:
8214         * lib/Makefile.am:
8215         * pdf/Makefile.am:
8216         * pixbuf/Makefile.am:
8217         * properties/Makefile.am:
8218         * ps/Makefile.am:
8219         * shell/Makefile.am:
8220         * thumbnailer/Makefile.am:
8221         * tiff/Makefile.am:
8222
8223         Use gnome-common macros when possible.
8224         Cleanup dependencies.
8225         Actually disable deprecated where possible.
8226
8227 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8228
8229         * Makefile.am:
8230         * backend/Makefile.am:
8231         * properties/Makefile.am:
8232         * shell/Makefile.am:
8233         * thumbnailer/Makefile.am:
8234
8235         This should solve the circular dep without
8236         requiring dir reorg!
8237
8238         * shell/ev-window.c: (setup_view_from_metadata):
8239
8240         Never restore window size/position when the
8241         window is already visible.
8242
8243 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8244
8245         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8246
8247         Return a boolean from timeout func. Fix ported from gedit.
8248
8249 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8250
8251         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8252
8253 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8254
8255         * shell/ev-document-types.c: set "All Documents" as default filter in
8256         open dialog
8257
8258 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8259
8260         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8261         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8262         (ev_metadata_manager_set_boolean): fix value/val thinko.
8263
8264 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * shell/ev-window.c: (setup_view_from_metadata),
8267         (window_state_event_cb), (window_configure_event_cb),
8268         (ev_window_init):
8269
8270         Remember window position and maximized state
8271
8272 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8273
8274         * configure.ac:
8275
8276         Fix DBUS configure checks.
8277
8278         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8279         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8280         (ev_metadata_manager_set_boolean):
8281
8282         Plug mem leaks.
8283
8284         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8285         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8286         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8287         (ev_window_continuous_changed_cb),
8288         (ev_window_dual_mode_changed_cb), (ev_window_new):
8289
8290         Fix the build without DBUS.
8291
8292 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8295         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8296         (ev_metadata_manager_set_string),
8297         (ev_metadata_manager_set_boolean):
8298         * shell/ev-metadata-manager.h:
8299
8300         Add support for some more types
8301
8302         * shell/ev-view.c: (scroll_to_current_page),
8303         (ev_view_get_continuous), (ev_view_set_continuous),
8304         (ev_view_get_dual_page):
8305         * shell/ev-view.h:
8306         * shell/ev-window.c: (page_changed_cb),
8307         (setup_document_from_metadata), (ev_window_setup_document),
8308         (setup_view_from_metadata), (ev_window_open_uri),
8309         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8310         (ev_window_run_presentation), (ev_window_stop_presentation),
8311         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8312         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8313         (ev_window_update_dual_page_action),
8314         (ev_window_continuous_changed_cb),
8315         (ev_window_dual_mode_changed_cb), (ev_window_init):
8316
8317         Remember a bunch of view/document properties. Prolly some
8318         are still missing but it's getting interesting.
8319
8320 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8321
8322         * configure.ac: check if dbus-binding-tool is installed. Not the
8323         case on current Ubuntu breezy, it seems.
8324
8325 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8326
8327         * data/evince.desktop.in.in:
8328         
8329         Allow open uri lists and add TryExec field.
8330
8331 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8332
8333         * configure.ac:
8334
8335         Enable dbus when available, do not require a configure
8336         option.
8337
8338 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8339
8340         * configure.ac:
8341
8342         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8343         disabled.
8344
8345 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8346         Marco Pesenti Gritti  <mpg@redhat.com>
8347
8348         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8349         
8350         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8351         functions to the format required by dbus
8352
8353         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8354         errors. Use the RPC parameters in the expected way
8355
8356 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8357
8358         * Makefile.am:
8359         * properties/Makefile.am:
8360         * properties/ev-properties-main.c: (ev_properties_get_pages):
8361
8362         Support all mime types
8363
8364         * shell/Makefile.am:
8365         * thumbnailer/Makefile.am:
8366         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8367         (evince_thumbnail_pngenc_get):
8368
8369         Use the document factory
8370
8371 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8372
8373         * backend/Makefile.am:
8374         * backend/ev-document-factory.c:
8375         (mime_type_supported_by_gdk_pixbuf),
8376         (ev_document_type_get_from_mime),
8377         (ev_document_factory_get_document),
8378         (ev_document_factory_get_backend),
8379         (ev_document_factory_get_mime_types),
8380         (ev_document_factory_get_all_mime_types):
8381         * backend/ev-document-factory.h:
8382         * shell/Makefile.am:
8383         * shell/ev-document-types.c: (get_document_from_uri),
8384         (ev_document_types_get_document),
8385         (file_filter_add_mime_list_and_free),
8386         (ev_document_types_add_filters):
8387         * shell/ev-document-types.h:
8388         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8389         * shell/ev-properties-dialog.c:
8390         (ev_properties_dialog_set_document):
8391         * shell/ev-window.c: (ev_window_cmd_file_open),
8392         (ev_window_cmd_save_as):
8393         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8394
8395         Rework document types managing to avoid code duplication
8396         and actually abstract from backend implementations.
8397         Also provide a minimal factory api that can be used by
8398         thumbnailer/properties.
8399
8400 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8401
8402         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8403         Plug a mem leak.
8404         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8405         HIG spacings.
8406
8407 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8408
8409         * shell/ev-properties-dialog.c
8410         (ev_properties_dialog_set_document): only call
8411         ev_properties_fonts_set_document() if the document implements the
8412         fonts interface
8413
8414 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8415
8416         * configure.ac:
8417         * properties/Makefile.am:
8418         * properties/ev-properties-view.c:
8419         (ev_properties_view_register_type):
8420         * properties/ev-properties-view.h:
8421         * properties/ev-properties-main.h:
8422
8423         Implement nautilus plugin for properties.
8424         Works only for pdf atm, I need to rework the
8425         document types stuff to get this to work
8426         for all backends...
8427
8428 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8429
8430         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8431         (ev_properties_fonts_set_document): use
8432         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8433
8434 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8435
8436         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8437         them
8438         (PlaceImage, tiff2ps_process_page): use
8439         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8440
8441
8442 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8443
8444         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8445         (main): to call gnome_authentication_manager_init. Should fix
8446         Bug #308510
8447
8448         * configure.ac: that requires libgnomeui 2.6.0.
8449
8450 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8451
8452         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8453         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8454         use the new tiff2ps interfaces
8455
8456         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8457         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8458
8459         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8460         structure instead of global variables.  Remove use of static
8461         variables in functions.
8462
8463 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8464
8465         * shell/ev-page-action.c: unref the completion after setting it to the
8466         entry
8467
8468 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8469
8470         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8471         postscript files
8472
8473 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8474
8475         * shell/ev-window.c (update_action_sensitivity): disable
8476         File->Print if the document does not implement the ps exporter
8477         interface
8478
8479 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8480
8481         * Makefile.am:
8482         * configure.ac:
8483         * data/evince-properties.glade:
8484         * properties/.cvsignore:
8485         * properties/Makefile.am:
8486         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8487         (ev_properties_view_class_init), (ev_properties_view_format_date),
8488         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8489         (ev_properties_view_init), (ev_properties_view_new):
8490         * properties/ev-properties-view.h:
8491         * shell/Makefile.am:
8492         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8493         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8494         (ev_properties_dialog_new):
8495         * shell/ev-properties-dialog.h:
8496         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8497         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8498         (update_progress_label), (job_fonts_finished_cb),
8499         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8500         * shell/ev-properties-fonts.h:
8501         * shell/ev-properties.c:
8502         * shell/ev-properties.h:
8503         * shell/ev-window.c: (ev_window_setup_document),
8504         (ev_window_cmd_file_properties):
8505
8506         Split the properties pages in two different objects, depend
8507         only on the backend where possible, use widgets instead
8508         of gobject for the glade part, reimplement the dialog
8509         itself with gtk.
8510         I need this to implement nautilus properties page.
8511
8512 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8513
8514         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8515         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8516         (tiff_document_document_ps_exporter_iface_init): implement the ps
8517         exporter interface for tiff documents
8518
8519         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8520         libtiff to implement TIFF postscript export
8521
8522         * tiff/tiff2ps.h: added a header file for external tiff2ps
8523         functions.
8524
8525         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8526         tiff2ps.h
8527
8528 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8529
8530         * shell/ev-view.c: (scroll_to_current_page),
8531         (ev_view_set_fullscreen), (ev_view_set_presentation):
8532         
8533         Scroll to current page when exit from presentation
8534
8535 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * shell/ev-window.c: (update_document_mode),
8538         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8539         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8540         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8541         
8542         Exit from fullscreen mode when switch to presentation. Fix for
8543         bug 309365
8544
8545 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8546
8547         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8548         return NULL if the document does not implement the selection
8549         interface.
8550
8551 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8552
8553         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8554         reported height by using the resolution aspect ratio
8555         (tiff_document_render_pixbuf): scale the pixbuf using the
8556         resolution aspect ratio
8557
8558 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8559
8560         * configure.ac:
8561         
8562         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8563         <kiltedaco@gmail.com>
8564         
8565         * djvu/djvu-document.c: (djvu_document_get_orientation),
8566         (djvu_document_set_orientation), (djvu_document_get_page_size),
8567         (rotate_pixbuf), (djvu_document_render_pixbuf),
8568         (djvu_document_document_iface_init):
8569         * dvi/dvi-document.c: (dvi_document_get_orientation),
8570         (dvi_document_set_orientation), (dvi_document_get_page_size),
8571         (rotate_pixbuf), (dvi_document_render_pixbuf),
8572         (dvi_document_document_iface_init):
8573         
8574         Dvi and djvu backends are ported to new API
8575
8576 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8577
8578         * backend/ev-selection.c: (ev_selection_get_selection_region),
8579         (ev_selection_get_selection_map):
8580         * backend/ev-selection.h:
8581         * pdf/ev-poppler.cc:
8582         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8583         * shell/ev-jobs.h:
8584         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8585         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8586         (ev_pixbuf_cache_get_text_mapping):
8587         * shell/ev-pixbuf-cache.h:
8588         * shell/ev-view.c: (location_in_text),
8589         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8590         support to EvView.  Now we can see where we can select!  Sweet!
8591
8592 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8593
8594         * shell/ev-view.c (ev_view_button_press_event): Fix
8595         event->y + view->scroll_x typo.
8596
8597 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8598
8599         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8600         sub-GdkPixbuf instead of passing dest_x and dest_y.
8601         
8602         * shell/ev-view.c: (view_point_to_doc_point),
8603         (view_rect_to_doc_rect), (ev_view_button_press_event),
8604         (ev_view_motion_notify_event), (compute_new_selection_rect),
8605         (gdk_rectangle_point_in), (compute_new_selection_text),
8606         (compute_selections): Update selection code to keep the selection
8607         around as two points and not as a normalized rectangle, and fix
8608         page level selection in two-column mode.
8609
8610 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8611
8612         * shell/ev-window.c: (window_configure_event_cb): 
8613         
8614         Fix compilation
8615         
8616 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8617
8618         * pdf/ev-poppler.cc:
8619
8620         Fix compilation
8621
8622 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8623
8624         * shell/Makefile.am:
8625         * shell/ev-metadata-manager.c: (item_free),
8626         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8627         (parse_value), (parseItem), (load_values),
8628         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8629         (save_values), (save_item), (get_oldest), (resize_items),
8630         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8631         * shell/ev-metadata-manager.h:
8632
8633         Metadata manager from gedit but modified to use GValue, so that
8634         we dont need to keep converting from strings.
8635
8636         * configure.ac:
8637
8638         ENABLE_METADATA conditional, on when dbus is on
8639
8640         * shell/ev-application.c: (ev_application_open_uri):
8641
8642         Show the window after load so that we can initialize
8643         window size before it's showed.
8644
8645         * shell/ev-window.c: (ev_window_setup_from_metadata),
8646         (ev_window_open_uri), (window_configure_event_cb),
8647         (ev_window_init):
8648
8649         Save and load metadata information about window size.
8650         Not yet keeping states in account.
8651
8652         * shell/main.c: (main):
8653
8654         Shutdown metadata manager.
8655
8656 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * shell/ev-application-service.xml:
8659         * configure.ac:
8660         * shell/Makefile.am:
8661         * shell/ev-application.c:
8662         * shell/ev-application.h:
8663         * shell/ev-window.c:
8664         * shell/ev-window.h:
8665         * shell/main.c:
8666
8667         Add an optional dbus interface (--enable-dbus).
8668         Rework application code, mainly to be easier to
8669         use "remotely".
8670         Do not open multiple windows with the same document,
8671         spatial evince!
8672
8673 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8674
8675         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8676         pixbuf iff it exists.
8677
8678 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8679
8680         * shell/*:
8681         * backend/ev-render-context.[ch]:
8682         * backend/ev-selection.[ch]:
8683
8684         Massive changes.  We now support text selection of pdfs, and not
8685         just rectangular selection.  This is pretty broken still, but I
8686         want to get something into CVS.
8687
8688 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8689
8690         * pdf/ev-poppler.cc:
8691         
8692         Fix for Bug 309080: crash on window close.
8693         
8694         * shell/ev-page-action.c: (page_changed_cb):
8695         
8696         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8697         jensgr@gmx.net (Jens Granseuer).
8698
8699 2005-06-25  Marcel Telka  <marcel@telka.sk>
8700
8701         * configure.in (ALL_LINGUAS): Added sk.
8702
8703 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8704
8705         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8706         not a document open
8707
8708 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8709
8710         * NEWS:
8711         * configure.ac:
8712
8713         Release 0.3.2
8714
8715         * cut-n-paste/recent-files/Makefile.am:
8716
8717         Fix make distcheck
8718
8719 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8720
8721         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8722         (pixbuf_document_set_orientation), (rotate_pixbuf),
8723         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8724         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8725
8726         Implement rotation and cleanup the code a bit.
8727
8728         * tiff/tiff-document.c: (tiff_document_get_page_size),
8729         (tiff_document_get_orientation), (tiff_document_set_orientation),
8730         (rotate_pixbuf), (tiff_document_render_pixbuf),
8731         (tiff_document_document_iface_init), (tiff_document_init):
8732
8733         Implement rotation. Was the quicker solution for the release
8734         but we really need to share this code in the shell.
8735
8736 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8737
8738         * pdf/ev-poppler.cc:
8739
8740         Enable rotation, require poppler cvs. Fix a leak.
8741
8742 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8743
8744         * shell/ev-window.c: (update_action_sensitivity):
8745         
8746         Make properties unsensitive if document backend doesn't provide
8747         any info
8748
8749 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8750
8751         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8752         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8753         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8754         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8755         (bitmap_flip_rotate_counter_clockwise):
8756         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8757         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8758         (buff_gets):
8759         * dvi/mdvi-lib/common.h:
8760         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8761         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8762         (opendvi), (mdvi_reload), (mdvi_init_context),
8763         (mdvi_destroy_context), (mdvi_dopage), (special):
8764         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8765         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8766         (file_hash_free), (register_encoding), (parse_spec),
8767         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8768         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8769         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8770         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8771         (mdvi_register_font_type), (mdvi_unregister_font_type),
8772         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8773         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8774         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8775         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8776         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8777         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8778         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8779         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8780         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8781         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8782         (mdvi_unregister_special), (mdvi_flush_specials):
8783         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8784         (t1_font_remove):
8785         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8786         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8787         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8788         (free_font_metrics), (flush_font_metrics):
8789         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8790         (tt_font_remove):
8791         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8792         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8793         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8794         (dstring_insert), (dstring_new), (dstring_reset):
8795         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8796         
8797         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8798         avoid conflict with libtool on FC4
8799         
8800         * shell/ev-window.c: (ev_window_cmd_help_about):
8801         
8802         Update copyright year. Fix for bug 308828.
8803
8804 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8805
8806         * shell/ev-view.c: (add_scroll_binding_keypad),
8807         (ev_view_binding_activated), (ev_view_class_init),
8808         (on_adjustment_value_changed):
8809         
8810         Bug 170874: Arrow keys switch pages in presentation mode
8811
8812 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8813
8814         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8815         
8816         Fix for Bug 308265: Sidebar dissappears coming out of 
8817         Presentation mode
8818
8819 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8820
8821         * shell/ev-application.c: (ev_application_open):
8822         * shell/ev-document-types.c: (ev_document_types_add_filters),
8823         (ev_document_types_add_filters_for_type):
8824         * shell/ev-document-types.h:
8825         * shell/ev-window.c: (ev_window_cmd_save_as):
8826         
8827         Suggest basename as template when saving, provide filters
8828         for save dialog. It's bug 308402
8829
8830 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8831
8832         * pdf/ev-poppler.cc:
8833         * shell/ev-sidebar-links.c: (job_finished_callback):
8834         * shell/ev-view.c: (update_find_status_message):
8835         
8836         Some leaks fixed
8837
8838 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8839
8840         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8841         (egg_recent_view_uimanager_set_list):
8842
8843         Fix buglet in !show_numbers case.
8844
8845 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8846
8847         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8848         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8849
8850         Use pango ellipsisation.
8851
8852         * pdf/ev-poppler.cc:
8853
8854         Fix refcount leak, from nsh.
8855
8856 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8857
8858         * cut-n-paste/recent-files/Makefile.am:
8859         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8860         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8861         
8862         Removed EggRecentViewGtk
8863         
8864         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8865         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8866         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8867         (ev_window_setup_recent):
8868         
8869         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8870         with other projects
8871
8872 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8873
8874         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8875         (egg_recent_view_gtk_finalize):
8876
8877         Fix memory leak
8878
8879         * cut-n-paste/toolbar-editor/Makefile.am:
8880         
8881         Fix location of cursor icon.
8882         
8883         * pdf/ev-poppler.cc:
8884         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8885         (display_completion_text), (match_completion):
8886         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8887         (selection_changed_callback), (create_loading_model),
8888         (print_section_cb), (links_page_num_func),
8889         (update_page_callback_foreach):
8890         * shell/ev-window.c: (ev_window_dispose):
8891         
8892         Small memory fixes. Links model now store objects instead
8893         of pointers to improve memory management. 
8894
8895 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8896
8897         * shell/ev-window.c: (zoom_control_changed_cb):
8898         
8899         Fix update of zoom control (bug 308268).
8900
8901 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8902
8903         * shell/ev-properties.c (set_property): escape the text correctly.
8904         Handles non-UTF-8 properties and escaped properties.  Also, sets
8905         the text to "<i>None</i>" if the property isn't set.
8906
8907         * data/evince-properties.glade: Change the label to be ellipsized,
8908         and give it a minimum size.
8909
8910 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8911
8912         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8913         * shell/ev-sidebar-links.c: (create_loading_model):
8914         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8915         * shell/ev-view.c: (ev_view_set_document):
8916         * shell/ev-window.c: (ev_window_dispose):
8917         
8918         Various small fixes, mostly memory leaks. Thanks to valgrind.
8919
8920 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8921
8922         * ps/ps-document.c: remove the locale.h include again ;-). And
8923         kill the (bogus) setlocale/savelocale business.
8924
8925 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8926
8927         * ps/ps-document.c:
8928         
8929         Include locale.h to fix build
8930         
8931         * shell/ev-sidebar.c:
8932         
8933         Remove unnecessary includes
8934
8935 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8936
8937         * dvi/dvi-document.c: (dvi_document_load):
8938         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8939         * po/POTFILES.in:
8940         
8941         Check for incorrect dvi files. Fix parsing dvi on AMD64
8942         platform. Thanks to tester@tester.ca (Olivier Crete).
8943
8944 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8945
8946         * shell/ev-page-action.c: (match_selected_cb),
8947         (display_completion_text), (match_completion), (update_model):
8948         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8949         (expand_open_links):
8950         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8951         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8952         (ev_sidebar_set_document):
8953         * shell/ev-window.c: (ev_window_xfer_job_cb),
8954         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8955         
8956         Fixed lot's of memory leaks, for example, memory leak on reload, 
8957         described in bug 307793.
8958
8959 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8960
8961         * pdf/ev-poppler.cc:
8962         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8963         (update_visible_range), (adjustment_changed_cb),
8964         (ev_sidebar_thumbnails_fill_model),
8965         (ev_sidebar_thumbnails_refresh),
8966         (ev_sidebar_tree_selection_changed),
8967         (ev_sidebar_icon_selection_changed),
8968         (ev_sidebar_thumbnails_use_icon_view),
8969         (ev_sidebar_thumbnails_set_document):
8970         * shell/ev-sidebar-thumbnails.h:
8971         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8972         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8973
8974         Refresh thumbnails when changing orientation. Not fully
8975         working yet becuase of a sidebar bug.
8976
8977         Set page orientation to poppler page everywhere. This sucks
8978         really need to fix poppler.
8979
8980 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8981
8982         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8983         (egg_recent_view_gtk_new_menu_item),
8984         (egg_recent_view_gtk_set_property),
8985         (egg_recent_view_gtk_get_property),
8986         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8987         (egg_recent_view_gtk_set_tooltip_func),
8988         (egg_recent_view_gtk_set_label_width),
8989         (egg_recent_view_gtk_get_label_width):
8990         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8991
8992         Sync with libegg (ellipsize labels)
8993
8994 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8995
8996         * data/evince-ui.xml:
8997         * shell/ev-window.c: (ev_window_cmd_go_forward),
8998         (ev_window_cmd_go_backward):
8999         
9000         Shift + PageUp moves 10 Pages. Fix for 306125
9001
9002 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9003
9004         * pdf/ev-poppler.cc:
9005
9006         Add a flag to check if orientation has been overriden
9007
9008 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9009
9010         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9011         field if necessary.
9012
9013         * ps/ps.h: add creator field to document.
9014
9015         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9016         set creator field.
9017
9018 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9019
9020         * data/evince-properties.glade:
9021         * shell/ev-properties.c: (ev_properties_set_document):
9022
9023         s/PDF Version/Format
9024
9025 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9026
9027         * shell/ev-properties.c: (ev_properties_set_document):
9028
9029         Remove unnecessary translations
9030
9031 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9032
9033         * cut-n-paste/toolbar-editor/Makefile.am:
9034
9035         Correct library name    
9036
9037 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9038
9039         * configure.ac:
9040         * cut-n-paste/recent-files/egg-recent-model.c:
9041         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9042         (egg_recent_model_unlock_file):
9043         * cut-n-paste/recent-files/egg-recent-util.c:
9044         (egg_recent_util_get_unique_id):
9045         * cut-n-paste/recent-files/update-from-egg.sh:
9046         * cut-n-paste/toolbar-editor/Makefile.am:
9047         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9048         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9049         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9050         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9051         (egg_toolbars_model_get_type):
9052         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9053
9054         Better makefile for toolbar editor and update everything
9055         to latest libegg.
9056
9057 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9058
9059         * shell/ev-window.c: (update_document_mode):
9060
9061         Prefer presentation mode when the document
9062         require fullscreen.
9063
9064 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9065
9066         * data/evince-ui.xml:
9067         * shell/ev-window.c:
9068
9069         Add control-equal for zooming
9070
9071 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9072
9073         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9074
9075 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9076
9077         * backend/ev-document.c: (ev_document_get_orientation):
9078         * backend/ev-document.h:
9079         * pdf/ev-poppler.cc:
9080         * ps/ps-document.c: (ps_document_get_orientation),
9081         (ps_document_set_orientation), (ps_document_document_iface_init):
9082
9083         Add a get_orientation api. Improve set_orientation.
9084
9085         * data/evince-ui.xml:
9086         * shell/ev-view.c: (ev_view_set_orientation),
9087         (ev_view_rotate_right), (ev_view_rotate_left):
9088         * shell/ev-view.h:
9089         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9090         (ev_window_cmd_edit_rotate_right):
9091
9092         Better ui for changing document orientation
9093
9094 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9095
9096         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9097         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9098         * shell/ev-sidebar-links.h:
9099         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9100         (ev_sidebar_page_iface_init):
9101         * shell/ev-sidebar-page.h:
9102         * shell/ev-sidebar-thumbnails.c:
9103         (ev_sidebar_thumbnails_get_property),
9104         (ev_sidebar_thumbnails_class_init),
9105         (ev_sidebar_thumbnails_set_document):
9106         * shell/ev-sidebar-thumbnails.h:
9107         * shell/ev-view.c: (ev_view_motion_notify_event):
9108         * shell/ev-window.c: (update_chrome_visibility),
9109         (ev_window_cmd_focus_page_selector),
9110         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9111         (sidebar_page_main_widget_update_cb), (ev_window_init):
9112         
9113         Autoraise toolbar on GoToPage binding and fix bindings in
9114         EvSidebarThumbnails page.
9115
9116 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9117
9118         * shell/ev-properties.c: (update_progress_label):
9119
9120         Hide the progress label when finished; bug #307697.
9121
9122 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9123
9124         * pdf/ev-poppler.cc:
9125
9126         Enable is_open for links, you will need poppler cvs
9127
9128         * shell/ev-properties.c: (job_fonts_finished_cb):
9129
9130         Get a lock on the document when filling the tree view
9131
9132 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9133
9134         * backend/ev-document-links.h:
9135         * pdf/ev-poppler.cc:
9136         * shell/ev-sidebar-links.c: (create_loading_model),
9137         (expand_open_links), (job_finished_callback):
9138
9139         Expand links when specified by the document.
9140         Depend on a poppler api (defined out for now)
9141
9142 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9143
9144         * shell/ev-properties.c: (ev_properties_dispose),
9145         (ev_properties_class_init), (dialog_destroy_cb),
9146         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9147         (ev_properties_set_document), (ev_properties_new),
9148         (ev_properties_show):
9149         * shell/ev-properties.h:
9150
9151         Make it an object, cleanup the code, api to show it as transient
9152         and to set the document.
9153
9154         * shell/ev-window.c: (ev_window_setup_document),
9155         (ev_window_cmd_file_properties):
9156
9157         Adapt to EvProperties changes, do not show multiple
9158         times, update it when document changes.
9159
9160 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9161
9162         * ps/gstypes.h:
9163         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9164         (ps_document_set_orientation), (ps_document_document_iface_init):
9165         * ps/ps-document.h:
9166
9167         Implement orientation here too
9168
9169         * shell/ev-properties.c: (ev_properties_new):
9170         * data/evince-properties.glade:
9171
9172         Hide the fonts page for backends that doesnt
9173         support it.     
9174
9175 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9176
9177         * backend/ev-document.c: (ev_document_set_orientation):
9178         * backend/ev-document.h:
9179         * pdf/ev-poppler.cc:
9180
9181         Add orientation api. Currently poppler api is not optimal,
9182         we need to set orientation every time we _get a page.
9183         I will try to fix that at some point.
9184
9185         * data/evince-ui.xml:
9186         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9187         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9188
9189         Add orientation menu items
9190
9191         * shell/ev-page-cache.c: (ev_page_cache_clear):
9192         * shell/ev-page-cache.h:
9193
9194         Add api to clear the cache
9195
9196         * shell/ev-view.c: (setup_caches), (clear_caches),
9197         (ev_view_set_document), (ev_view_zoom_out),
9198         (ev_view_set_orientation):
9199         * shell/ev-view.h:
9200
9201         Implement orientation changing
9202
9203 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9204
9205         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9206         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9207         * backend/ev-document-fonts.h:
9208
9209         Separate scan and fill so that we can incrementally fill from
9210         the main thread. Add a progress api.
9211
9212         * data/evince-properties.glade:
9213         * pdf/ev-poppler.cc:
9214         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9215         * shell/ev-jobs.h:
9216         * shell/ev-properties.c: (update_progress_label),
9217         (job_fonts_finished_cb), (setup_fonts_view):
9218
9219         Incrementally feel the list and show the progress
9220         percentage in a label like acrobat does.
9221
9222         You are going to need poppler cvs
9223
9224 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9225
9226         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9227         * backend/ev-document-fonts.h:
9228         * pdf/ev-poppler.cc:
9229
9230         Make fonts model fill incrementally.
9231
9232         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9233         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9234         (ev_job_queue_remove_job):
9235         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9236         (ev_job_fonts_new), (ev_job_fonts_run):
9237         * shell/ev-jobs.h:
9238
9239         New job for fonts scanning
9240
9241         * shell/ev-properties.c: (job_fonts_finished_cb),
9242         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9243         * shell/ev-properties.h:
9244         * shell/ev-window.c: (ev_window_cmd_file_properties):
9245
9246         Incrementally feel the treeview using the new job. Show Loading...
9247         message until scanning is completed.
9248
9249         Hopefully I didnt break the build without the poppler patch.
9250
9251 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9252
9253         * shell/ev-application.c: (ev_application_open):
9254         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9255         (ev_document_type_get_type), (ev_document_type_lookup):
9256         * shell/ev-document-types.h:
9257         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9258         * shell/ev-job-xfer.h:
9259         * shell/ev-window.c: (ev_window_clear_local_uri),
9260         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9261         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9262         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9263         
9264         Transfer remote documents to tmp directory to display them later.
9265
9266 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9267
9268         * backend/ev-document-info.h:
9269         * shell/ev-properties.c: (ev_properties_new):
9270
9271         s/GTime*/GTime. Not sure why we was using a pointer
9272         at all there!
9273
9274 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9275
9276         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9277         situations.  That situation is that you're using GTK+-HEAD with
9278         the patch at #306726 is applied, and you have a document with <
9279         1500 pages in it.  It's not quite as uniformly nice as the
9280         TreeView, but should be better in the long run.
9281
9282         I'm pretty sure I guarded against breaking compilation with
9283         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9284         I missed some.
9285
9286         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9287         widget yet, so I commented that code out
9288         enable_view_actions_for_widget() for now.  Need to figure this
9289         out.
9290
9291         * shell/ev-page-action.c (match_selected_cb): emit the right
9292         signals.  Our cool C-l completion now works.
9293
9294 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9295
9296         * backend/Makefile.am:
9297         * backend/ev-document-fonts.c:
9298         * backend/ev-document-links.c:
9299         * backend/ev-document.c: (ev_document_load):
9300         * backend/ev-document.h:
9301         * backend/ev-job-queue.c:
9302         * backend/ev-job-queue.h:
9303         * backend/ev-jobs.c:
9304         * backend/ev-jobs.h:
9305         * backend/ev-page-cache.c:
9306         * backend/ev-page-cache.h:
9307
9308         EvPageCache and EvJobs are moved to shell.
9309
9310         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9311         (ev_tmp_filename):
9312         * lib/ev-file-helpers.h:
9313         
9314         New helper to work with temporary files
9315         
9316         * shell/Makefile.am:
9317         * shell/ev-application.c: (ev_application_open):
9318         * shell/ev-application.h:
9319         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9320         (remove_job_from_async_queue), (add_job_to_async_queue),
9321         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9322         (handle_job), (search_for_jobs_unlocked),
9323         (no_jobs_available_unlocked), (ev_render_thread),
9324         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9325         (ev_job_queue_add_job), (move_job_async), (move_job),
9326         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9327         * shell/ev-job-queue.h:
9328         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9329         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9330         * shell/ev-job-xfer.h:
9331         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9332         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9333         (ev_job_links_class_init), (ev_job_render_init),
9334         (ev_job_render_dispose), (ev_job_render_class_init),
9335         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9336         (ev_job_thumbnail_class_init), (ev_job_load_init),
9337         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9338         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9339         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9340         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9341         * shell/ev-jobs.h:
9342         * shell/ev-page-action.c: (ev_page_action_set_document):
9343         * shell/ev-page-cache.c: (ev_page_cache_init),
9344         (ev_page_cache_class_init), (ev_page_cache_finalize),
9345         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9346         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9347         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9348         (ev_page_cache_get_title), (ev_page_cache_get_size),
9349         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9350         (ev_page_cache_get_height_to_page),
9351         (ev_page_cache_get_max_label_chars),
9352         (ev_page_cache_get_page_label),
9353         (ev_page_cache_has_nonnumeric_page_labels),
9354         (ev_page_cache_get_info), (ev_page_cache_next_page),
9355         (ev_page_cache_prev_page), (ev_page_cache_get):
9356         * shell/ev-page-cache.h:
9357         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9358         (ev_pixbuf_cache_clear_job_sizes),
9359         (ev_pixbuf_cache_add_jobs_if_needed),
9360         (ev_pixbuf_cache_set_page_range):
9361         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9362         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9363         * shell/ev-sidebar-thumbnails.c:
9364         (ev_sidebar_tree_selection_changed),
9365         (ev_sidebar_thumbnails_set_document):
9366         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9367         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9368         (ev_statusbar_get_context_id), (ev_statusbar_push),
9369         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9370         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9371         (ev_statusbar_set_progress):
9372         * shell/ev-statusbar.h:
9373         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9374         (ev_view_find_previous):
9375         * shell/ev-window.c: (ev_window_is_empty),
9376         (ev_window_setup_document), (password_dialog_response),
9377         (ev_window_clear_jobs), (ev_window_load_job_cb),
9378         (ev_window_xfer_job_cb), (ev_window_open_uri),
9379         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9380         (ev_window_print), (ev_window_print_range),
9381         (ev_window_state_event), (ev_window_cmd_view_reload),
9382         (menu_item_select_cb), (menu_item_deselect_cb),
9383         (view_status_changed_cb), (ev_window_dispose),
9384         (drag_data_received_cb), (ev_window_init):
9385         * shell/ev-window.h:
9386         * shell/main.c: (load_files):
9387         
9388         New statusbar to show progress on idle. Two new jobs - 
9389         xfer job and load job to load document in background. And update
9390         of page_cache clients to new location of code.
9391
9392 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9393
9394         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9395         selection in open dialog. It also remembers the last visited directory 
9396         in the current session.
9397
9398 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9399
9400         * shell/ev-properties.c: (ev_properties_new):
9401         * shell/ev-properties.h:
9402         * shell/ev-window.c: (ev_window_cmd_file_properties):
9403         
9404         Get document info from page cache instead of document itself.
9405         This should fix crash related to race conditions described in
9406         bug 306545.
9407
9408 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9409
9410         * ps/ps-document.c: (ps_document_init),
9411         (send_ps), (get_page_box), (output), (catchPipe), (input),
9412         (stop_interpreter), (file_length), (file_readable),
9413         (check_filecompressedb), (ps_document_enable_interpreter),
9414         (document_load), (ps_async_renderer_render_pixbuf):
9415         * ps/ps-document.h:
9416
9417         Big cleanup of the ps code
9418
9419 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9420
9421         * backend/Makefile.am:
9422         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9423         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9424         * backend/ev-async-renderer.h:
9425
9426         Add an async renderer interface (method + callback) which
9427         is useful for backends like ps.
9428
9429         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9430         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9431         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9432         (ev_job_queue_add_job), (move_job_async), (move_job),
9433         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9434
9435         Add queues for async renderer, these are executed on the
9436         main thread.
9437
9438         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9439         (ev_job_render_run):
9440         * backend/ev-jobs.h:
9441
9442         If the backend support async renderer interface use it.
9443
9444         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9445         (setup_pixmap), (ps_document_get_type),
9446         (ps_async_renderer_render_pixbuf),
9447         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9448
9449         Implement async renderer interface.
9450
9451 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9452
9453         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9454
9455         Cleanup links job on exit.
9456
9457 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9458
9459         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9460         (drag_data_get_cb), (drag_data_received_cb):
9461         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9462         (drag_data_get_cb), (parse_item_list),
9463         (egg_toolbar_editor_load_actions):
9464         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9465         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9466         (parse_item_list), (parse_toolbars):
9467         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9468         (dvi_pixbuf_put_pixel):
9469         
9470         Fix gcc 4.0 warnings
9471
9472 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9473
9474         * ps/ps-document.c: (start_interpreter):
9475
9476         Fix warning when loading ps
9477
9478 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9479
9480         * ps/ps-document.c: (output):
9481
9482         Fix crash when priting gs error messages.
9483
9484 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9485
9486         * backend/ev-page-cache.c: (_ev_page_cache_new):
9487         * backend/ev-page-cache.h:
9488
9489         Use a const to return title so that we dont double
9490         free it. Small cleanup and fix a leak.
9491
9492         * shell/ev-window.c: (update_window_title):
9493
9494         strdup value from get_title.
9495
9496 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9497
9498         * shell/ev-sidebar-links.c: (job_finished_callback),
9499         (ev_sidebar_links_set_document):
9500
9501         Cleanup the old job when changing document
9502
9503 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9504
9505         * shell/ev-stock-icons.c:
9506         * shell/ev-stock-icons.h:
9507         * shell/ev-window.c:
9508         
9509         Add stock icons for actions that can appear in toolbar. Fix for
9510         bug 306566.
9511
9512 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9513
9514         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9515         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9516         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9517         * backend/ev-page-cache.h:
9518         * shell/ev-view.c: (scroll_to_current_page),
9519         (view_update_range_and_current_page), (get_page_y_offset),
9520         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9521         (ev_view_size_request_continuous),
9522         (ev_view_zoom_for_size_continuous_and_dual_page),
9523         (ev_view_zoom_for_size_continuous):
9524         
9525         More compact EvView layout in document with pages of different size.
9526
9527 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9528
9529         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9530         compilation.
9531
9532 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9533
9534         * shell/ev-view.c: (view_set_adjustment_values):
9535         * shell/ev-window.c: (ev_window_cmd_file_properties):
9536         
9537         A bit different fix for rounding problem but it has no
9538         problems on startup. Make properties window transient to parent.
9539
9540 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9541
9542         * pdf/ev-poppler.cc:
9543         
9544         More commenting of font stuff.
9545
9546 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9547
9548         * pdf/ev-poppler.cc:
9549
9550         Comment out some more fonts stuff. Should really
9551         work without the poppler patch now.
9552
9553 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9554
9555         * pdf/ev-poppler.cc:
9556
9557         Adapt to api change
9558
9559 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9560
9561         * data/evince-properties.glade:
9562         * pdf/ev-poppler.cc:
9563         * shell/ev-properties.c: (setup_fonts_view):
9564
9565         Set the column title. Show the dialog only
9566         once everything is setup.
9567         Getting font info can be very slow... will
9568         prolly need to make this threaded too.
9569
9570 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9571
9572         * backend/Makefile.am:
9573         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9574         (ev_document_fonts_get_fonts_model):
9575         * backend/ev-document-fonts.h:
9576         * data/evince-properties.glade:
9577         * pdf/ev-poppler.cc:
9578         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9579         * shell/ev-properties.h:
9580         * shell/ev-window.c: (ev_window_cmd_file_properties):
9581
9582         Implement fonts list. Defined out for now, since it depends
9583         on a not yet committed poppler patch.
9584
9585 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9586
9587         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9588         page + 1.
9589
9590         * shell/ev-window.c: Make sure we add the timeout when we get a
9591         focus-in event.
9592
9593         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9594         adjustment->value before calculating the zoom factor to average
9595         out all of our rounding errors.  The page no longer 'drifts' when
9596         resizing.
9597
9598 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9599
9600         * data/evince-properties.glade:
9601         * shell/ev-properties.c: (ev_properties_format_date),
9602         (set_property):
9603         
9604         Labels don't expand when the dialogue is resized.
9605         strftime result needs to be converted to UTF-8. Thanks
9606         to Christian Persch <chpe@gnome.org>.
9607
9608 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9609
9610         * data/evince-properties.glade:
9611
9612         Hide the fonts tab
9613
9614 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9615
9616         * backend/ev-document-info.h:
9617         * backend/ev-document.c: (ev_document_info_free):
9618         * data/evince-properties.glade:
9619         * pdf/ev-poppler.cc:
9620         * ps/ps-document.c: (ps_document_get_info):
9621         * shell/ev-properties.c: (ev_properties_format_date),
9622         (set_property), (ev_properties_new):
9623         * shell/ev-properties.h:
9624         * shell/ev-window.c: (ev_window_cmd_file_properties):
9625
9626         Rework properties code to take only EvPropertyInfo
9627         in the constructor so that it can be useful for
9628         nautilus plugin too.
9629
9630         Deal with backends that doesnt support some properties.
9631         Make set property code generic.
9632
9633 2005-06-04  Christian Persch <chpe@gnome.org>
9634
9635         * data/evince-properties.glade:
9636
9637         fix spacings, make resizeable, and make data labels
9638         selectable + ellipsised
9639
9640 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9641
9642         * backend/ev-document-info.h:
9643         * data/Makefile.am:
9644         * data/evince-ui.xml:
9645         * pdf/ev-poppler.cc:
9646         * shell/Makefile.am:
9647         * shell/ev-window.c: (update_action_sensitivity),
9648         (ev_window_cmd_file_properties):
9649
9650         Initial go at file properties. Patch by
9651         Emil Soleyman-Zomalan <emil@soleyman.com>.
9652         Needs love see #169583
9653
9654 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9655
9656         * ps/ps-document.c: (output):
9657         * ps/ps.c: (psscan):
9658
9659         Try to render even if psscan fails.
9660
9661 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9662
9663         * ps/ps.c: (psscan), (pscopydoc):
9664
9665         Port buffered reading code from gv
9666
9667 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9668
9669         * ps/ps-document.c: (interpreter_message), (output):
9670
9671         Do not fail on interpreter messages
9672
9673 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9674
9675         * backend/ev-document-misc.c:
9676         (ev_document_misc_get_thumbnail_frame):
9677
9678         Pages can be 0 x 0, dont assert on this case
9679
9680 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9681
9682         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9683         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9684
9685         Correctly manage our reference on document. Finally the reload
9686         huge leak is gone...
9687
9688 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9689
9690         * ps/ps-document.c: (ps_document_dispose):
9691
9692         Forgot to chain it to the parent. Thanks chpe.
9693
9694 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9695
9696         * ps/ps-document.c: (ps_document_dispose),
9697         (ps_document_class_init), (stop_interpreter), (document_load):
9698
9699         Cleanup dispose a bit. Dont leak the whole pixmap.
9700
9701 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9702
9703         * pdf/ev-poppler.cc:
9704
9705         Release the poppler document on dispose
9706
9707 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9708
9709         * shell/ev-view.c: (ev_view_set_document):
9710
9711         Release ref on the pixbuf cache when changing
9712         document.
9713
9714 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9715
9716         * ps/ps-document.c: (ps_document_get_info):
9717
9718         Fix a double free
9719
9720 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9721
9722         * backend/ev-page-cache.c: (ev_page_cache_init),
9723         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9724         * backend/ev-page-cache.h:
9725         * shell/ev-page-action.c: (page_changed_cb):
9726         
9727         Set page action entry width depending on labels width. Fix
9728         for bug 305202.
9729
9730 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9731
9732         * backend/ev-link.c: (ev_link_class_init):
9733
9734         Allow -1 as page value (error)
9735
9736 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9737
9738         * shell/ev-sidebar-thumbnails.c:
9739         (ev_sidebar_thumbnails_set_document):
9740         * shell/ev-view.c: (scroll_to_current_page),
9741         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9742         (page_changed_cb), (on_adjustment_value_changed),
9743         (ev_view_set_document):
9744
9745         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9746         Fix bug 305377
9747
9748 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9749
9750         * configure.ac:
9751         * djvu/djvu-document.c: (djvu_document_get_page_size):
9752
9753         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9754         bug 301993.
9755
9756 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9757
9758         * shell/ev-view.c (draw_one_page): modify the expose handling to
9759         get the shadows.
9760
9761         * shell/ev-window.c (update_action_sensitivity): Respect
9762         permissions field.  Kowtow to the man.
9763
9764         * pdf/ev-poppler.cc: Get the permissions field.
9765
9766         * tiff/*c: Make a tiny bit more robust.
9767
9768 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9769
9770         * djvu/djvu-document.c:
9771         
9772         Pop messages from djvu context message queue.
9773
9774 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9775
9776         * configure.ac, Makefile.am, shell/Makefile.am:
9777         * tiff/Makefile.am, shell/ev-document-types.c:
9778         
9779         Cleanup tiff configure checks. Fix for bug 305218.
9780
9781 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9782
9783         * configure.ac: Added "uk" to ALL_LINGUAS.
9784
9785 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9786
9787         * cut-n-paste/zoom-control/ephy-zoom.c:
9788         (ephy_zoom_get_changed_zoom_level):
9789         * cut-n-paste/zoom-control/ephy-zoom.h:
9790         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9791         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9792         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9793         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9794         (zoom_control_changed_cb), (ev_window_init):
9795         
9796         Fix minor points related to moving best fit up. Introduce
9797         "zoom" property and make zoom control change it's value on
9798         notify::zoom signals. Fix for 305080.
9799
9800 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9801
9802         * data/evince-ui.xml:
9803         * shell/ev-window.c: (set_view_actions_sensitivity):
9804         
9805         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9806
9807 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9808
9809         * configure.ac:
9810
9811         Depends on poppler 0.3.2
9812
9813 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9814
9815         * cut-n-paste/recent-files/egg-recent-item.c:
9816         (egg_recent_item_get_short_name):
9817         * cut-n-paste/toolbar-editor/Makefile.am:
9818         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9819         (new_pixbuf_from_widget):
9820         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9821         * cut-n-paste/toolbar-editor/egg-marshal.c:
9822         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9823         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9824
9825         Sync
9826
9827 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9828
9829         * tiff/tiff-document.c: Rough TIFF backend.
9830
9831 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9832
9833         * NEWS:
9834         * configure.ac:
9835         * cut-n-paste/toolbar-editor/Makefile.am:
9836
9837         Release 0.3.1
9838
9839 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9840
9841         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9842         (ev_view_find_next), (ev_view_find_previous):
9843
9844         Remove the locks around get_n_results   
9845
9846 2005-05-21  Juerg Billeter  <j@bitron.ch>
9847
9848         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9849
9850         Pass correct number of pages to poppler.
9851
9852 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9853
9854         * configure.ac:
9855         * data/Makefile.am:
9856         * data/evince.desktop.in: 
9857         * data/evince.desktop.in.in:
9858         * po/POTFILES.in:
9859         
9860         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9861
9862 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9863
9864         * shell/ev-view.c: (view_update_adjustments),
9865         (view_set_adjustment_values): cast adjustmen->value to (int)
9866         before using it.  Otherwise, we get off by a pixel in some
9867         situations.
9868
9869         (draw_one_page): Draw the border on expose.
9870
9871 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9872
9873         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9874         adjustment when the mode changes, #304923
9875
9876 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9877
9878         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9879         flickering on resize but still use gdk_window_scroll on
9880         scrolling
9881
9882 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9883
9884         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9885         option, #170458
9886
9887 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9888
9889         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9890         second page on page_changed if possible, #304669
9891
9892 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9893
9894         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9895         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9896
9897 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9898
9899         * .cvsignore:
9900         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9901         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9902         (ev_view_zoom_for_size_presentation),
9903         (ev_view_zoom_for_size_continuous_and_dual_page),
9904         (ev_view_zoom_for_size_continuous),
9905         (ev_view_zoom_for_size_dual_page),
9906         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9907         * shell/ev-view.h:
9908         * shell/ev-window.c: (update_view_size),
9909         (ev_window_sizing_mode_changed_cb):
9910
9911         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9912         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9913         an infinite loop, #304769
9914
9915
9916 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9917
9918         * data/evince-ui.xml:
9919         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9920         * shell/ev-window.c: (set_view_actions_sensitivity):
9921
9922         Make PgUp/Down behave like Space
9923
9924 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9925
9926         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9927         * backend/ev-ps-exporter.h:
9928         * pdf/ev-poppler.cc:
9929         * ps/ps-document.c: (ps_document_ps_export_begin):
9930         * shell/ev-print-job.c: (idle_print_handler):
9931
9932         Adapt to new poppler api
9933
9934 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9935
9936         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9937         (ephy_zoom_control_init):
9938
9939         Translate zoom levels
9940
9941 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9942
9943         * cut-n-paste/zoom-control/ephy-zoom.c:
9944         (ephy_zoom_get_zoom_level_index):
9945
9946         Fix current zoom -> zoom control match
9947
9948 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9949
9950         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9951         rather than the scrolled_window that it's in. Fixes bug #304655.
9952
9953 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9954
9955         * shell/ev-view.c: (view_update_adjustments),
9956         (view_set_adjustment_values), (view_update_range_and_current_page),
9957         (view_scroll_to_page), (set_scroll_adjustment),
9958         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9959         (ev_view_scroll), (ev_view_scroll_view),
9960         (ensure_rectangle_is_visible), (find_page_at_location),
9961         (get_link_at_location), (go_to_link), (status_message_from_link),
9962         (ev_view_size_request_continuous_dual_page),
9963         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9964         (ev_view_unrealize), (ev_view_expose_event),
9965         (ev_view_button_press_event), (ev_view_motion_notify_event),
9966         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9967         (draw_rubberband), (highlight_find_results), (draw_one_page),
9968         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9969         (ev_view_init), (find_changed_cb), (page_changed_cb),
9970         (on_adjustment_value_changed), (ev_view_new),
9971         (ev_view_set_document), (ev_view_set_zoom),
9972         (ev_view_set_continuous), (ev_view_set_dual_page),
9973         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9974         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9975         (ev_view_zoom_for_size_presentation),
9976         (ev_view_zoom_for_size_continuous_dual_page),
9977         (ev_view_zoom_for_size_continuous),
9978         (ev_view_zoom_for_size_dual_page),
9979         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9980         (ev_view_get_status), (ev_view_set_status),
9981         (update_find_status_message), (ev_view_get_find_status),
9982         (ev_view_set_find_status), (jump_to_find_result),
9983         (jump_to_find_page), (compute_selections), (clear_selection),
9984         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9985         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9986         (ev_view_update_primary_selection),
9987         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9988         * shell/ev-view.h:
9989         * shell/ev-window.c: (ev_window_open_page_label),
9990         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9991         (ev_window_init):
9992         * shell/ev-window.h:
9993         * shell/main.c: (load_files):
9994
9995         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9996         when resizing.  Remove the bin_window().  Also, patch from James
9997         Bowes to fix command line page, #300641
9998         
9999 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10000
10001         * data/evince-ui.xml:
10002         * shell/ev-view.c:
10003         * shell/ev-view.h:
10004         * shell/ev-window.c: (update_action_sensitivity):
10005
10006         Get rid of View->Normal Size, it's just confusing
10007
10008 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10009
10010         * backend/ev-document-info.h:
10011         * backend/ev-document.c: (ev_document_info_free): Free the
10012         EvDocumentInfo.
10013
10014         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10015         (clear_range), (add_range), (update_visible_range),
10016         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10017         (ev_sidebar_thumbnails_set_document):
10018         * shell/ev-window.c: (ev_window_setup_document): Only render the
10019         visible thumbnails.  It takes an instant to render, but it uses
10020         much less memory.
10021
10022 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10023
10024         * shell/ev-sidebar-links.c: (popup_menu_cb):
10025
10026         Select first item
10027
10028 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10029
10030         * lib/Makefile.am:
10031         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10032         (button_press_cb), (ev_sidebar_links_construct):
10033
10034         Show the popup menu also on keybindings
10035
10036 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10037
10038         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10039         * shell/ev-window.h:
10040
10041         Expose api to print a range (with dialog). Make private _print use
10042         it.
10043
10044         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10045         (ev_sidebar_links_construct):
10046
10047         Show a print context menu on linkx, it prints the selected
10048         section.
10049
10050 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10051
10052         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10053         button.
10054
10055 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10056
10057         * AUTHORS:
10058
10059         Update
10060
10061         * shell/ev-window.c: (build_comments_string),
10062         (ev_window_cmd_help_about):
10063
10064         Show poppler version/backend and authors
10065
10066 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10067
10068         * cut-n-paste/zoom-control/ephy-zoom.c:
10069         (ephy_zoom_get_zoom_level_index):
10070         * cut-n-paste/zoom-control/ephy-zoom.h:
10071
10072         Move the best fit items at the top of the list
10073
10074 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10075
10076         * shell/ev-marshal.list:
10077         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10078         (activate_cb), (match_selected_cb), (activate_link_cb),
10079         (connect_proxy), (ev_page_action_class_init):
10080         * shell/ev-page-action.h:
10081
10082         Use signals to notify action activation. Hopefully
10083         I did not break completion since I cant test...
10084
10085         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10086         (register_custom_actions):
10087
10088         Connect to page selector actions and also grab focus on
10089         the view when activated.
10090
10091 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10092
10093         * pdf/ev-poppler.cc:
10094         * backend/ev-page-cache.c: make page size calculation consistent
10095         and set it to (int)( width * scale + 0.5).  This makes the weird
10096         line going through the middle of the page go away.
10097
10098         * shell/ev-view.c: move painting the background page after
10099         checking the expose area covers us.
10100
10101 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10102
10103         * data/evince-password.glade:
10104         
10105         Mark labels as not translatable. Fix for bug 302842.
10106
10107 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10108
10109         * configure.ac: Added "es" to ALL_LINGUAS.
10110
10111 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10112
10113         * data/evince-toolbar.xml:
10114         * shell/ev-window.c: (update_action_sensitivity),
10115         (ev_window_setup_document), (ev_window_set_page_mode),
10116         (ev_window_init):
10117
10118         Remove some leftover code from jrb first continous
10119         attempt. Use the new actions, we still need good icons
10120         though...
10121
10122 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10123
10124         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10125
10126         Update label when connecting proxy. Fix a warning with NULL
10127         page_cache.
10128
10129 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10130
10131         * data/evince-ui.xml:
10132         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10133         * shell/ev-page-action.h:
10134         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10135
10136         Add mnemonic for edit toolbar.
10137         ctrl+l focus the page entry.
10138
10139 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10140
10141         * lib/Makefile.am:
10142         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10143         (ev_window_init):
10144         * shell/main.c: (main):
10145
10146         Put the toolbar xml in evince own dot dir
10147
10148 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10149
10150         * shell/ev-window.c: (ev_window_init):
10151
10152         Make the toolbar not removable
10153
10154 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10155
10156         * data/evince-ui.xml:
10157         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10158         * shell/ev-sidebar-links.h:
10159         * shell/ev-sidebar-thumbnails.c:
10160         (ev_sidebar_thumbnails_get_treeview):
10161         * shell/ev-sidebar-thumbnails.h:
10162         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10163         (ev_view_class_init):
10164         * shell/ev-view.h:
10165         * shell/ev-window.c: (update_action_sensitivity),
10166         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10167         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10168         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10169         (ev_window_init):
10170
10171         This is evil... Make space/backspace global accelerators but
10172         enable them only for some widgets (sidebars and view).
10173         I dont like it, but I dont know a better way... :/
10174
10175 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10176
10177         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10178         (ev_page_action_widget_finalize),
10179         (ev_page_action_widget_class_init), (update_page_cache):
10180
10181         Keep a weak reference on proxy->page_cache so that we
10182         dont try to disconnect the signal if the object is already
10183         gone. Maybe there is a better way to cleanup reference handling
10184         in page action though...
10185
10186 2005-05-10  Juerg Billeter  <j@bitron.ch>
10187
10188         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10189         * backend/ev-ps-exporter.h:
10190         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10191         * ps/ps-document.c: (ps_document_ps_export_begin):
10192         
10193         Change api to pass print range to ps_exporter_begin. The pdf backend
10194         requires this information.
10195         
10196         * shell/ev-print-job.c: (idle_print_handler):
10197         
10198         Adapt to api change
10199
10200 2005-05-10  Juerg Billeter  <j@bitron.ch>
10201
10202         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10203         (idle_print_handler)
10204         * shell/ev-window.c: (ev_window_print):
10205
10206         Support printing page range, based on patch by Amaury Jacquot
10207
10208 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10209
10210         * data/evince-toolbar.xml:
10211
10212         Add zoom control to available items
10213
10214 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10215
10216         * shell/ev-window.c: (update_action_sensitivity):
10217
10218         Set slash action insensitive when appropriate
10219
10220 2005-05-10  Christian Persch <chpe@gnome.org>
10221
10222         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10223
10224         Fix warning on the overflow menu
10225
10226 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10227
10228         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10229
10230         Check for uri correctness/existence
10231
10232 2005-05-09  Juerg Billeter  <j@bitron.ch>
10233
10234         * shell/ev-window.c: (using_postscript_printer):
10235
10236         LPD printers use postscript, too
10237
10238 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10239
10240         * shell/ev-window.c: (register_custom_actions):
10241
10242         The zoom one is actually sort of useful,
10243         put it back
10244
10245 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10246
10247         * shell/ev-window.c: (register_custom_actions):
10248
10249         Hide page/zoom controls from overflow, they
10250         are useless.
10251
10252 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10253
10254         * cut-n-paste/update-from-egg.sh:
10255         
10256         Share it between all cut-n-paste subdirs
10257
10258         * cut-n-paste/recent-files/Makefile.am:
10259
10260         Fix to use "global" update-from-egg.sh
10261
10262         * cut-n-paste/recent-files/egg-recent-model.c:
10263         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10264         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10265         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10266         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10267
10268         Update from libegg
10269
10270         * cut-n-paste/toolbar-editor/Makefile.am:
10271
10272         Fix to use "global" update-from-egg.sh
10273
10274         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10275
10276         Update from libegg
10277
10278 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10279
10280         * configure.ac:
10281         * cut-n-paste/Makefile.am:
10282         * cut-n-paste/recent-files/Makefile.am:
10283         * cut-n-paste/toolbar-editor/.cvsignore:
10284         * cut-n-paste/toolbar-editor/Makefile.am:
10285         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10286         (egg_editable_toolbar_get_type), (get_toolbar_position),
10287         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10288         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10289         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10290         (set_item_drag_source), (create_item_from_action), (create_item),
10291         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10292         (popup_toolbar_context_menu_cb), (free_dragged_item),
10293         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10294         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10295         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10296         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10297         (item_added_cb), (item_removed_cb),
10298         (egg_editable_toolbar_construct),
10299         (egg_editable_toolbar_disconnect_model),
10300         (egg_editable_toolbar_deconstruct),
10301         (egg_editable_toolbar_set_model),
10302         (egg_editable_toolbar_set_ui_manager),
10303         (egg_editable_toolbar_set_property),
10304         (egg_editable_toolbar_get_property),
10305         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10306         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10307         (egg_editable_toolbar_new_with_model),
10308         (egg_editable_toolbar_get_edit_mode),
10309         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10310         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10311         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10312         (new_pixbuf_from_widget), (new_separator_pixbuf),
10313         (update_separator_image), (style_set_cb),
10314         (_egg_editable_toolbar_new_separator_image),
10315         (egg_editable_toolbar_get_model):
10316         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10317         * cut-n-paste/toolbar-editor/egg-marshal.c:
10318         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10319         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10320         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10321         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10322         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10323         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10324         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10325         (editor_drag_data_delete_cb), (drag_data_get_cb),
10326         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10327         (editor_create_item), (update_editor_sheet), (setup_editor),
10328         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10329         (parse_item_list), (model_has_action), (update_actions_list),
10330         (egg_toolbar_editor_load_actions):
10331         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10332         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10333         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10334         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10335         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10336         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10337         (egg_toolbars_model_add_separator), (impl_add_item),
10338         (parse_item_list), (egg_toolbars_model_add_toolbar),
10339         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10340         (impl_get_item_data), (impl_get_item_type),
10341         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10342         (egg_toolbars_model_init), (free_toolbar),
10343         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10344         (egg_toolbars_model_remove_toolbar),
10345         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10346         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10347         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10348         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10349         (egg_toolbars_model_get_item_data),
10350         (egg_toolbars_model_get_item_type):
10351         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10352         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10353         * data/Makefile.am:
10354         * data/evince-toolbar.xml:
10355         * data/evince-ui.xml:
10356         * data/hand-open.png:
10357         * po/POTFILES.in:
10358         * shell/Makefile.am:
10359         * shell/ev-window.c: (update_chrome_visibility),
10360         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10361         (ev_window_dispose), (ev_window_init):
10362
10363         Implement epiphany like toolbar editor. Based on patch by
10364         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10365
10366 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10367
10368         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10369
10370         Use set_cursor instead of set_selection, so that
10371         the keyboard focus moves too.
10372
10373 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10374
10375         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10376
10377         Fix infinite loop when loading Type1 fonts
10378
10379 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10380
10381         * data/evince-ui.xml:
10382         * shell/ev-window.c:
10383
10384         Slash -> Find
10385
10386 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10387
10388         * configure.ac:
10389
10390         Make --disable really disable
10391
10392 2005-05-07  Juerg Billeter  <j@bitron.ch>
10393
10394         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10395
10396         Compare page labels even without has_labels set, fixes setting page
10397         with entry
10398
10399 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10400
10401         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10402         (ev_view_set_cursor), (ev_view_button_press_event),
10403         (ev_view_motion_notify_event), (ev_view_button_release_event),
10404         (ev_view_init):
10405
10406         Implement middle button scrolling. Based on a patch
10407         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10408
10409 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10410
10411         * shell/ev-document-types.c: (get_slow_mime_type),
10412         (get_document_type_from_mime), (ev_document_type_lookup):
10413         * shell/ev-document-types.h:
10414
10415         Change api to lookup from uri. Do fast lookup first, if the
10416         type is unknown try with data sniffing.
10417
10418         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10419         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10420
10421         Adapt to api change
10422
10423 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10424
10425         * thumbnailer/Makefile.am:
10426
10427         Fix distcheck
10428
10429 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10430
10431         * NEWS:
10432         * configure.ac:
10433
10434         Release 0.3.0
10435
10436         * data/evince-ui.xml:
10437
10438         Hide presentation mode for now
10439
10440         * shell/ev-view.c: (highlight_find_results):
10441
10442         Show current find selection only on current page
10443
10444 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10445
10446         * shell/ev-view.c: (ev_view_select_all):
10447
10448         Compute size of the actual page, not of
10449         the current one.
10450
10451 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10452
10453         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10454         (view_rect_to_doc_rect), (compute_selections),
10455         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10456         (ev_view_copy), (ev_view_primary_get_cb),
10457         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10458         (ev_view_button_press_event), (ev_view_motion_notify_event),
10459         (ev_view_button_release_event), (page_changed_cb):
10460
10461         Fix text selection
10462
10463 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10464
10465         * shell/ev-view.c: (compute_border), (get_page_extents),
10466         (doc_rect_to_view_rect), (highlight_find_results),
10467         (ev_view_bin_expose), (ev_view_select_all),
10468         (ev_view_motion_notify_event), (update_find_status_message),
10469         (jump_to_find_result), (jump_to_find_page):
10470
10471         First go at fixing search, still buggy
10472
10473 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10474
10475         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10476         dropdown box and button at the top of the sidebar.
10477
10478 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10479
10480         * configure.ac: Output zoom-control Makefile.
10481         * cut-n-paste/Makefile.am: build zoom-control subdir.
10482         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10483         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10484         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10485         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10486         * cut-n-paste/zoom-control/ephy-zoom.c:
10487         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10488         from epiphany, and modified to add a separator into the menu.
10489         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10490         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10491         zoom-control action.
10492         * shell/Makefile.am: Include zoom-control flags.
10493         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10494         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10495         (ev_view_zoom_for_size_presentation),
10496         (ev_view_zoom_for_size_continuous_and_dual_page),
10497         (ev_view_zoom_for_size_continuous),
10498         (ev_view_zoom_for_size_dual_page),
10499         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10500         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10501         ev_view_get_zoom and ev_view_get_sizing_mode.
10502         * shell/ev-view.h:
10503         * shell/ev-window.c: (update_action_sensitivity),
10504         (update_sizing_buttons), (zoom_control_changed_cb),
10505         (register_custom_actions): Initialize and use the zoom-control 
10506         widget.
10507
10508 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10509
10510         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10511         preview cache back to 1.  Don't know when it got set to 0.
10512         
10513         * shell/ev-view.c: (compute_border), (ev_view_realize),
10514         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10515         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10516         (ev_view_get_fullscreen), (ev_view_set_presentation),
10517         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10518         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10519         * shell/ev-view.h:
10520         * shell/ev-window.c:
10521         (update_chrome_visibility),
10522         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10523         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10524         (update_document_mode), (ev_window_update_fullscreen_action),
10525         (ev_window_fullscreen), (ev_window_unfullscreen),
10526         (ev_window_cmd_view_fullscreen),
10527         (ev_window_update_presentation_action),
10528         (ev_window_run_presentation), (ev_window_stop_presentation),
10529         (ev_window_cmd_view_presentation), (ev_window_state_event),
10530         (ev_window_focus_in_event), (ev_window_focus_out_event),
10531         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10532         * data/evince-ui.xml: Initial presentation mode.  We should
10533         probably hide this until it's done, as it's quite rough.  Also,
10534         change full-screen to fullscreen and add two getters to EvView.
10535
10536 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10537
10538         * shell/ev-page-action.c: (update_page_cache),
10539         (ev_page_action_dispose):
10540         * shell/ev-window.c: (destroy_fullscreen_popup),
10541         (ev_window_create_fullscreen_popup):
10542
10543         Use connect_object rather than explicitly
10544         disconnect on dispose.
10545
10546 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10547
10548         * shell/ev-page-action.c: (update_page_cache),
10549         (ev_page_action_dispose):
10550
10551 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10552
10553         * backend/ev-page-cache.c: (_ev_page_cache_new),
10554         (ev_page_cache_set_page_label),
10555         (ev_page_cache_has_nonnumeric_page_labels):
10556         * backend/ev-page-cache.h:
10557         * shell/ev-page-action.c: (update_pages_label):
10558         
10559         If all page labels are numeric, fallback to default
10560         way to display number of pages. See bug 173185.
10561
10562 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10563
10564         * shell/ev-page-action.c: (ev_page_action_dispose):
10565         * shell/ev-view.c: (view_update_range_and_current_page):
10566         * shell/ev-window.c: (ev_window_dispose):
10567         
10568         Set page on scroll in continuous mode. Fixes bug 301986.
10569         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10570
10571 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10572
10573         * configure.ac:
10574
10575         Require poppler 0.3.0
10576
10577 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10578         
10579         * shell/Makefile.am, configure.ac: Fix build problems
10580         with t1lib. Bug 301996.
10581
10582 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10583
10584         * shell/ev-view.c: (ev_view_scroll_event):
10585         
10586         Scroll up increase zoom
10587
10588 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10589
10590         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10591         (ev_view_set_sizing_mode),
10592         (ev_view_zoom_for_size_continuous_and_dual_page),
10593         (ev_view_zoom_for_size_continuous):
10594         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10595         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10596         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10597         (ev_window_init):
10598
10599         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10600         Fix for 165473 and 165472.
10601
10602 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10603
10604         * po/POTFILES.in:
10605         * thumbnailer/Makefile.am:
10606         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10607         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10608         * thumbnailer/evince-thumbnailer.schemas.in:
10609         
10610         Make thumbnailer schemas translatable. Fix for bug 301773
10611         
10612         * thumbnailer/evince-thumbnailer-djvu.schemas:
10613         * thumbnailer/evince-thumbnailer-dvi.schemas:
10614         * thumbnailer/evince-thumbnailer.schemas:
10615
10616         Removed files
10617
10618 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10619
10620         * shell/ev-view.c (ev_view_init): forgot to set this.
10621
10622 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10623
10624         * shell/ev-view.c: (find_page_at_location),
10625         (get_link_at_location),
10626         (ev_view_set_show_border), (ev_view_set_spacing),
10627         (ev_view_zoom_for_size_continuous_and_dual_page),
10628         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10629         Also, add a quick fix measuring of widths.  Also, removed
10630         ev_view_set_spacing and ev_view_set_show_border.
10631         
10632         * shell/ev-window.c: (ev_window_unfullscreen),
10633         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10634
10635 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10636
10637         * shell/ev-view.c: (view_update_range_and_current_page),
10638         (page_changed_cb):
10639         
10640         Fix crash on exit and scrolling to page in continuous view.
10641
10642 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10643
10644         * TODO:
10645         * backend/ev-page-cache.c: (_ev_page_cache_new),
10646         (ev_page_cache_get_max_width_size),
10647         (ev_page_cache_get_max_height_size):
10648         * backend/ev-page-cache.h:
10649         * data/evince-ui.xml:
10650         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10651         * shell/ev-view.c: (view_update_adjustments),
10652         (view_update_range_and_current_page), (get_bounding_box_size),
10653         (ev_view_size_request_continuous_and_dual_page),
10654         (ev_view_size_request_continuous),
10655         (ev_view_size_request_dual_page),
10656         (ev_view_size_request_single_page), (ev_view_size_request),
10657         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10658         (ev_view_bin_expose), (ev_view_expose_event),
10659         (ev_view_set_property), (ev_view_get_property),
10660         (ev_view_class_init), (ev_view_init), (ev_view_new),
10661         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10662         (ev_view_set_dual_page), (ev_view_set_full_screen),
10663         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10664         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10665         (ev_view_zoom_out), (zoom_for_size_fit_width),
10666         (zoom_for_size_best_fit),
10667         (ev_view_zoom_for_size_continuous_and_dual_page),
10668         (ev_view_zoom_for_size_continuous),
10669         (ev_view_zoom_for_size_dual_page),
10670         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10671         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10672         * shell/ev-view.h:
10673         * shell/ev-window.c: (update_action_sensitivity),
10674         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10675         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10676         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10677         (ev_window_cmd_view_zoom_out), (update_view_size),
10678         (ev_window_set_sizing_mode), (ev_window_init):
10679
10680         Add Continuous and Dual page modes.
10681
10682 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10683
10684         * dvi/dvi-document.c: (dvi_document_load),
10685         (dvi_document_thumbnails_get_thumbnail),
10686         (dvi_document_init_params): Fix up some mixups between
10687         width and height to correct thumbnail rendering.
10688
10689 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10690
10691         * dvi/mdvi-lib/private.h:
10692         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10693         
10694         Suppess output for kpathsea during font generation. Thanks to
10695         James Bowes
10696
10697 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10698
10699         * NEWS:
10700         * configure.ac:
10701
10702         Release 0.2.1
10703
10704         * Makefile.am: fix distcheck.
10705
10706 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10707
10708         * shell/ev-sidebar-links.c: (selection_changed_callback),
10709         (update_page_callback), (row_activated_callback),
10710         (job_finished_callback), (ev_sidebar_links_set_document):
10711         
10712         Fix for bug #169901. Double click on links expands tree.
10713
10714 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10715
10716         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10717         hard-coded style. Fix for bug 170111
10718
10719 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10720
10721         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10722         locking.
10723
10724 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10725
10726         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10727
10728 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10729
10730         * pdf/ev-poppler.cc:
10731         * shell/ev-view.c: (highlight_find_results):
10732
10733         Fix find on single page documents
10734
10735 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10736
10737         * data/evince.schemas.in: fix for bug 301390
10738
10739 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10740
10741         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10742         (ev_view_zoom_out), (ev_view_zoom_normal):
10743         * shell/ev-view.h:
10744         * shell/ev-window.c: (update_action_sensitivity),
10745         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10746         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10747         (ev_window_cmd_view_normal_size):
10748
10749         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10750         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10751         better than oom. 
10752
10753 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10754
10755         * configure.ac:
10756
10757         Depend on 2.57, 2.59 doesnt seem to be necessary
10758
10759 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10760
10761         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10762         (create_tool_item):
10763
10764         Put back total number of pages as (1 of 1234)
10765
10766 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10767
10768         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10769         remove the job.
10770
10771         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10772         function.  This helps debugging.
10773
10774 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10775
10776         * djvu/djvu-document.c: (djvu_document_class_init),
10777         (djvu_document_get_info), (djvu_document_document_iface_init):
10778         * dvi/dvi-document.c: (dvi_document_class_init),
10779         (dvi_document_get_info), (dvi_document_document_iface_init):
10780
10781         Dummy implementation of get_info method for dvi and
10782         djvu. Fix crashes with those backends
10783
10784 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10785
10786         * data/evince.desktop.in:
10787
10788         Add application/x-gzpostscript
10789
10790 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10791
10792         * data/evince.schemas.in: Added real long descriptions, 
10793         closes bug 172496 
10794
10795         * README: Added actual text, closes bug 171869
10796
10797 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10798
10799         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10800
10801         Thumbnail page 0
10802
10803 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10804
10805         * backend/ev-document-info.h:
10806
10807         s/GDate */GDate so we can just use g_free
10808
10809 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10810
10811         * shell/ev-window.c: (update_document_mode),
10812         (ev_window_setup_document):
10813
10814         Show the window in fullscreen when specified by
10815         the document
10816
10817 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10818
10819         * backend/ev-document.c: (ev_document_class_init),
10820         (ev_document_get_info), (ev_document_render_pixbuf):
10821         * backend/ev-document.h:
10822         * backend/ev-page-cache.c: (_ev_page_cache_new):
10823         * pdf/ev-poppler.cc:
10824         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10825         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10826         * ps/ps-document.c: (ps_document_class_init), (document_load),
10827         (ps_document_get_info), (ps_document_document_iface_init):
10828
10829         Remove get_title from the interface, we can just use document info
10830
10831 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10832
10833         * backend/Makefile.am:
10834         * backend/ev-document.c: (ev_document_render_get_info):
10835         * backend/ev-document.h:
10836         * pdf/ev-poppler.cc:
10837
10838         Initial support for document info. Based on jrb patch.
10839
10840 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10841
10842         * shell/ev-window.c: (ev_window_state_event),
10843         (ev_window_class_init), (ev_window_init):
10844         
10845         Doesn't show resize grip when maximized. See bug #301053
10846
10847 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10848
10849         * po/POTFILES.in:
10850         
10851         ev-sidebar-thumbnails now has translatable labels
10852         
10853         * shell/Makefile.am:
10854         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10855         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10856         (ev_sidebar_links_page_iface_init):
10857         * shell/ev-sidebar-links.h:
10858         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10859         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10860         (ev_sidebar_page_get_label):
10861         * shell/ev-sidebar-page.h:
10862         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10863         (ev_sidebar_thumbnails_set_document),
10864         (ev_sidebar_thumbnails_support_document),
10865         (ev_sidebar_thumbnails_get_label),
10866         (ev_sidebar_thumbnails_page_iface_init):
10867         * shell/ev-sidebar-thumbnails.h:
10868         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10869         (ev_sidebar_set_document):
10870         * shell/ev-sidebar.h:
10871         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10872         
10873         Small rework of sidebar code. Now sidebar pages should implement
10874         EvSidebarPage interface. That makes page management in EvSidebar
10875         easier. See bug #164811 for details
10876
10877 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10878
10879         * shell/ev-application.c: (ev_application_open):
10880         * shell/ev-document-types.c:
10881         
10882         Fix build error and small problem with application exit
10883
10884 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10885
10886         * thumbnailer/Makefile.am:
10887         * thumbnailer/evince-thumbnailer-djvu.schemas:
10888         * thumbnailer/evince-thumbnailer-dvi.schemas:
10889         
10890         Conditionally install schemas for djvu/dvi thumbnailer
10891
10892 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10893
10894         * shell/ev-document-types.h: 
10895         * shell/ev-document-types.c: 
10896         New files, handling the mapping from mimetypes to backends
10897         
10898         * shell/ev-window.c: 
10899         * thumbnailer/evince-thumbnailer.c:     
10900         Use the ev-document-types code
10901         
10902         * shell/Makefile.am: 
10903         Added new convenience library libevbackendfactory_la, containing
10904         the new mimetype->backend logic; moved the backends into it.
10905
10906         * thumbnailer/Makefile.am:
10907         Make the thumbnailer link with the libevbackend.la convenience
10908         library, rather than having a duplicate of the backend logic here.
10909
10910 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10911
10912         * shell/ev-stock-icons.c: constify some vars.
10913         * shell/ev-window.c: ditto.
10914
10915 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10916
10917         * ps/ps-document.c (get_page_orientation):
10918
10919         Respect document orientation 
10920
10921 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10922
10923         * djvu/Makefile.am:
10924         * dvi/Makefile.am:
10925         * shell/Makefile.am:
10926         
10927         Move library dependencies to components.
10928         
10929         * shell/ev-window.c: (update_window_title),
10930         (start_loading_document):
10931         
10932         Fix display of uris with spaces. Bug 168358.
10933
10934 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10935
10936         * shell/ev-sidebar-links.c: (selection_changed_cb):
10937         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10938         (ev_view_button_release_event), (ev_view_set_document):
10939         * shell/ev-view.h:
10940         * shell/ev-window.c: (find_bar_search_changed_cb):
10941         * shell/ev-window.h: Minor cleanups removing some dead code.
10942
10943 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10944
10945         * backend/ev-page-cache.c: (_ev_page_cache_new):
10946         
10947         Set current page to 0 if document has pages.
10948
10949 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10950
10951         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10952
10953         Initialize GError to NULL, fix a crash when loading fails.
10954
10955 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10956
10957         * shell/ev-window.c: (update_view_size):
10958
10959         Calculate shadow size only when there is actually
10960         a shadow.
10961
10962 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10963
10964         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10965         * shell/ev-view.h:
10966
10967         Allow setting view spacing, default to 0
10968
10969         * shell/ev-window.c: (ev_window_unfullscreen),
10970         (ev_window_cmd_view_fullscreen), (ev_window_init):
10971
10972         Remove spacing in fullscreen mode
10973
10974 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10975
10976         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10977         (ev_view_size_request), (expose_bin_window),
10978         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10979         * shell/ev-view.h:
10980         * shell/ev-window.c: (ev_window_unfullscreen),
10981         (ev_window_cmd_view_fullscreen):
10982
10983         Do not draw the border in fulscreen
10984
10985 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10986
10987         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10988         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10989         (find_page_at_location), (page_changed_cb):
10990
10991         Rework border calculation, so that I can more easily disable it.
10992         Code somewhat cleaner too.
10993
10994 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10995
10996         * backend/ev-page-cache.c: (ev_page_cache_init),
10997         (_ev_page_cache_new):
10998
10999         Remove some assertions, documents can have 0 pages.
11000         Make initial current page -1.
11001
11002         * shell/ev-page-action.c: (page_changed_cb):
11003
11004         Show "" if current page is -1
11005
11006         * shell/ev-window.c: (update_action_sensitivity),
11007         (ev_window_setup_document):
11008
11009         When document has 0 pages do not set the view
11010         and make nearly everything insensitive.
11011
11012 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11013
11014         * shell/ev-page-view.c:
11015         * shell/ev-page-view.h:
11016
11017         Remove unused files.
11018         
11019         * shell/ev-sidebar-thumbnails.c:
11020         (ev_sidebar_thumbnails_set_document):
11021         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11022         (ev_sidebar_supports_document):
11023         * shell/ev-sidebar.h:
11024         * shell/ev-window.c: (ev_window_setup_document):
11025         
11026         Doesn't show thumbnails if document has 1 page. Make
11027         sidebar menu entries sensitive only if if they have 
11028         sense. Fix bug 164811. 
11029
11030 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11031
11032         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11033         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11034         (ev_view_zoom_out), (ev_view_set_size):
11035
11036         Rework sizing to deal with documents with not uniform page
11037         size.
11038
11039 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11040
11041         * backend/ev-page-cache.c: (_ev_page_cache_new):
11042
11043         Fix several page size caching bugs
11044
11045 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11046
11047         * shell/ev-window.c: (set_action_properties):
11048
11049         Make all toolbar items translatable
11050
11051 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11052
11053         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11054         (save_page_list), (ps_document_save),
11055         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11056         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11057         (ps_document_ps_exporter_iface_init):
11058         * ps/ps-document.h:
11059
11060         Based on a patch by J�rg Billeter <j@bitron.ch>
11061         
11062         Implement print and save a copy for the ps backend.
11063
11064 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11065
11066         * backend/ev-document.h:
11067         * djvu/djvu-document.c: (djvu_document_can_get_text),
11068         (djvu_document_document_iface_init):
11069         * dvi/dvi-document.c: (dvi_document_can_get_text),
11070         (dvi_document_document_iface_init):
11071         * pdf/ev-poppler.cc:
11072         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11073         (pixbuf_document_document_iface_init):
11074         * ps/ps-document.c: (ps_document_can_get_text),
11075         (ps_document_document_iface_init):
11076         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11077         * shell/ev-window.c: (update_action_sensitivity):
11078
11079         Fix the crash when trying to copy in backends that doesnt
11080         support it. We can implement a better solution once we
11081         do real text selection.
11082
11083 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11084
11085         * data/evince-ui.xml:
11086         * shell/ev-window.c: (ev_window_cmd_escape):
11087         
11088         Work around the Escape conflict (find bar and unfullscreen)
11089
11090 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11091
11092         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11093         
11094         Fix for #300233. Next page correctly handles document end.
11095         
11096         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11097         (ev_sidebar_thumbnails_class_init),
11098         (ev_sidebar_thumbnails_set_document),
11099         (ev_sidebar_thumbnails_clear_job),
11100         (ev_sidebar_thumbnails_clear_model):
11101         
11102         Cleanup thumbnail jobs on document changes.
11103         
11104         * shell/ev-view.c: (add_scroll_binding_keypad),
11105         (add_scroll_binding_shifted), (ev_view_class_init):
11106         
11107         Shift + Space scrolls up. Fix for #173184
11108         
11109         * shell/ev-window.c: (ev_window_open_page),
11110         (ev_window_cmd_view_reload):
11111         
11112         Fix reload (Bug #300094)
11113
11114 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11115
11116         
11117         * dvi/mdvi-lib/assoc.c:
11118         * dvi/mdvi-lib/assoc.h: Removed garbage files
11119         
11120         * dvi/mdvi-lib/bitmap.c:
11121         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11122         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11123         * dvi/mdvi-lib/color.h: Antialias of rules
11124         
11125         * dvi/mdvi-lib/common.h:
11126         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11127         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11128         * dvi/mdvi-lib/files.c:
11129         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11130         * dvi/mdvi-lib/mdvi.h:
11131         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11132         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11133         * dvi/mdvi-lib/util.c: Fix compile warnings
11134         
11135         * dvi/dvi-document.c:
11136         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11137         (dvi_document_thumbnails_get_thumbnail),
11138         (dvi_document_document_thumbnails_iface_init):
11139         * dvi/mdvi-lib/Makefile.am:
11140         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11141         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11142         
11143         Dvi backend now renders thumbnails
11144
11145 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11146
11147         * shell/main.c: (main): 
11148         
11149         Save accelerators on exit. Fixes bug #172095.
11150
11151 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11152
11153         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11154         update priority" comment.
11155
11156         * backend/ev-job-queue.c: Give a way to change priority.
11157
11158 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11159
11160         * shell/ev-page-action.c: Fix logic.
11161
11162 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11163
11164         * shell/ev-view.c: (ev_view_can_find_next):
11165         * shell/ev-window.c: (ev_window_setup_document):
11166
11167         Check that the document supports find
11168
11169 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11170
11171         * data/evince-ui.xml:
11172         * shell/ev-view.c: (ev_view_can_find_next):
11173         * shell/ev-view.h:
11174         * shell/ev-window.c: (update_action_sensitivity),
11175         (find_changed_cb), (ev_window_setup_document),
11176         (ev_window_cmd_edit_find_next):
11177
11178         Add Edit->Find Next
11179
11180 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11181
11182         * pdf/ev-poppler.cc:
11183         * shell/ev-print-job.c: (idle_print_handler):
11184
11185         Make printing work again
11186
11187 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11188
11189         * shell/ev-page-action.h:
11190         * shell/ev-page-action.c: (ev_page_action_widget_init),
11191         (ev_page_action_widget_class_init), (page_changed_cb),
11192         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11193         (get_filter_model_from_model), (match_selected_cb),
11194         (display_completion_text), (match_completion), (update_model),
11195         (connect_proxy), (ev_page_action_set_property),
11196         (ev_page_action_get_property), (ev_page_action_set_document),
11197         (ev_page_action_set_model), (ev_page_action_class_init): Big
11198         reworking to make completions work iff we have >= GTK-2.7.0
11199                 
11200         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11201         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11202         (job_finished_cb): We now have a 'model' property that is set when
11203         the links are loaded.  This can be caught with "notify::model"
11204
11205         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11206         listen for the model to be set, and propagate it to the action.
11207
11208 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11209
11210         * cut-n-paste/recent-files/egg-recent-item.c:
11211         (egg_recent_item_set_uri), (make_valid_utf8),
11212         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11213         * cut-n-paste/recent-files/egg-recent-item.h:
11214         
11215         Update egg-recent from libegg. This should fix long
11216         startup problem. For details see
11217         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11218
11219 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11220
11221         * cut-n-paste/recent-files/Makefile.am:
11222         * data/evince-ui.xml, shell/Makefile.am:
11223         * shell/ev-application.c, shell/ev-application.h:
11224         * shell/ev-window.c: Recent files support.
11225         
11226         * configure.ac: Added "ru" to ALL_LINGUAS.
11227         
11228         * dvju: new backend to support DJVU files.
11229         * dvi: new backend to support DVI.
11230
11231         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11232         * ev-application.c: Support for new backends.
11233         
11234         * help, ev-window.c, main.c shell/Makefile.am: 
11235         Evince user documentation.
11236
11237 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11238
11239         * po/POTFILES.in:
11240         * shell/ev-window.c:
11241         * thumbnailer/evince-thumbnailer.c:
11242
11243         s/pdf-document/ev-poppler
11244
11245 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11246
11247         * NEWS:
11248         * configure.ac:
11249
11250         Release 0.2.0
11251
11252         * ps/ps-document.c: (setup_pixmap):
11253
11254         Remove debug code
11255
11256 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11257
11258         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11259         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11260         (ev_window_cmd_go_first_page): Fix of by one errors.
11261
11262 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11263
11264         * ps/ps-document.c: (get_page_box):
11265
11266         Fix page size calculation
11267
11268 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11269
11270         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11271         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11272         (get_page_orientation), (setup_page), (document_load),
11273         (ps_document_get_page_size), (render_pixbuf_idle):
11274         * ps/ps-document.h:
11275
11276         More refactoring to adapt to EvDocument changes
11277
11278 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11279
11280         * ps/ps-document.c: (start_interpreter):
11281
11282         Actually add alpha args
11283
11284 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11285
11286         * pdf/ev-poppler.cc:
11287
11288         Make clipboard work again
11289
11290 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11291
11292         Make searching work again.
11293         
11294         * backend/ev-document.c:
11295         * backend/ev-document.h:
11296         * backend/ev-document-find.c:
11297         * backend/ev-document-find.h: Change EvDocumentIface so we no
11298         longer store the current page or zoom level in the document.  The
11299         consequence is that all calls that operate on the current page now
11300         instead take the page number as an extra argument, and all
11301         coordinates are now doubles in document coordinate system.
11302
11303         * pdf/ev-poppler.cc:
11304         * pixbuf/pixbuf-document.c:
11305         * ps/ps-document.c: Update backends accordingly.
11306
11307 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11308
11309         * autogen.sh:
11310
11311         Add required gettext version
11312
11313 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11314
11315         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11316         make F1 bring up non-existent help.
11317
11318         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11319         epiphany's find bar, #167477
11320
11321         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11322         <emil@nishra.com> to add space-bar scrolling, 
11323
11324         * shell/ev-window.c (static GtkActionEntry entries): add default
11325         keybinding for Help (F1)
11326         Fixes #171068
11327
11328         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11329         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11330         170110
11331
11332 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11333
11334         * Makefile.am: 
11335         * pixbuf/pixbuf-document.c: 
11336
11337         Got pixbuf backend working again
11338
11339 2005-04-01  Steve Murphy  <murf@e-tools.com>
11340
11341         * configure.in: Added "rw" to ALL_LINGUAS.
11342
11343 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11344
11345         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11346         model types, noticed by Martin Kretzschmar.
11347
11348 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11349
11350         * pdf/ev-poppler.cc: Implement search based on
11351         poppler_page_find_text().  Currently a bit crude since we remember
11352         all matches from all pages.  Also, we grab the big document lock
11353         when we search since searching changes the underlying stream and
11354         thus conflicts with the rendering thread.
11355         
11356         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11357         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11358         (ev_view_find_previous): Fix some page indexes to be 0 based,
11359         offset rubber band by view offset,
11360
11361 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11362
11363         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11364
11365 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11366
11367         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11368         completely because I didn't understand GtkActions.  I should
11369         read Marco's code more carefully in the future.
11370
11371         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11372         function
11373
11374 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11375
11376         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11377         PopplerRectangle change from poppler CVS.
11378
11379 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11380
11381         * backend/ev-document.c: (ev_document_get_page_label):
11382         * backend/ev-document.h:
11383         * backend/ev-page-cache.c: (_ev_page_cache_new),
11384         (ev_page_cache_get_page_label):
11385         * backend/ev-page-cache.h:
11386         * pdf/ev-poppler.cc:
11387         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11388         (links_page_num_func):
11389         * shell/ev-sidebar-thumbnails.c:
11390         (ev_sidebar_thumbnails_set_document):
11391         * shell/ev-view.c: (status_message_from_link),
11392         (ev_view_motion_notify_event):
11393         * shell/ev-window.c: (document_supports_sidebar): Add in page
11394         label support.  It's not perfect yet, but it's the first 'feature'
11395         in a while.
11396         Also, fix a bogus comment noticed by crispin. 
11397
11398 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11399
11400         * Makefile.am: Remove pixbuf backend for now
11401
11402         * configure.ac: Require poppler-glib instead of just poppler.
11403
11404         * backend/ev-document-thumbnails.h: Add a comment
11405
11406         * backend/ev-document.h:
11407         * backend/ev-document.c: (ev_document_class_init),
11408         (ev_document_load), (ev_document_get_link),
11409         (ev_document_get_links): Remove 3 methods and add get_links.
11410         Also, made 0 based.
11411
11412         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11413         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11414
11415         * backend/ev-link.c: (ev_link_set_title),
11416         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11417         (ev_link_mapping_find):
11418         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11419         
11420         * backend/ev-page-cache.c: (ev_page_cache_init),
11421         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11422         (ev_page_cache_get_size), (ev_page_cache_next_page),
11423         (ev_page_cache_prev_page): Fix to be 0 based.
11424
11425         * pdf/Makefile.am: 
11426         * pdf/ev-poppler.h:
11427         * pdf/ev-poppler.cc: New backend.
11428         
11429         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11430         (ps_document_get_page), (ps_document_document_iface_init):
11431
11432         * shell/ev-pixbuf-cache.h:
11433         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11434         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11435         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11436         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11437         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11438         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11439         based.
11440         
11441         * shell/ev-sidebar-thumbnails.c:
11442         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11443         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11444
11445         * shell/ev-view.c: (status_message_from_link),
11446         (find_page_at_location), (get_link_at_location),
11447         (ev_view_motion_notify_event), (ev_view_button_release_event),
11448         (ev_view_init): Use the new link code.  Fix to be 0 based.
11449
11450         * shell/ev-window.c: (update_action_sensitivity),
11451         (document_supports_sidebar): 0 based.
11452
11453 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11454
11455         * pdf/pdf-document.cc: Patch from Fernando Herrera
11456         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11457         *blush*
11458
11459 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11460
11461         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11462         1 to the page, as this seems to be 1 based.  I thought we has this
11463         fixed.  grump.
11464
11465 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11466
11467         * TODO:
11468         * backend/Makefile.am:
11469         * backend/ev-document-links.c:
11470         (ev_document_links_has_document_links),
11471         (ev_document_links_get_links_model):
11472         * backend/ev-document-links.h:
11473         * backend/ev-document.c: (ev_document_get_page_cache),
11474         (ev_document_get_doc_mutex), (ev_document_load),
11475         (ev_document_save), (ev_document_get_title),
11476         (ev_document_get_n_pages), (ev_document_set_page),
11477         (ev_document_get_page), (ev_document_set_target),
11478         (ev_document_set_scale), (ev_document_set_page_offset),
11479         (ev_document_get_page_size), (ev_document_get_text),
11480         (ev_document_get_link), (ev_document_render),
11481         (ev_document_render_pixbuf), (ev_document_scale_changed):
11482         * backend/ev-document.h:
11483         * backend/ev-job-queue.c: (remove_object_from_queue),
11484         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11485         (no_jobs_available_unlocked), (ev_render_thread),
11486         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11487         (ev_job_queue_remove_job):
11488         * backend/ev-job-queue.h:
11489         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11490         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11491         (ev_job_links_class_init), (ev_job_render_init),
11492         (ev_job_render_dispose), (ev_job_render_class_init),
11493         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11494         (ev_job_thumbnail_class_init), (ev_job_finished),
11495         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11496         (ev_job_render_run), (ev_job_thumbnail_new),
11497         (ev_job_thumbnail_run):
11498         * backend/ev-jobs.h:
11499         * backend/ev-link.c:
11500         * backend/ev-link.h:
11501         * backend/ev-page-cache.c: (ev_page_cache_init),
11502         (ev_page_cache_class_init), (ev_page_cache_finalize),
11503         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11504         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11505         (ev_page_cache_set_link), (ev_page_cache_get_title),
11506         (ev_page_cache_get_size), (ev_page_cache_next_page),
11507         (ev_page_cache_prev_page):
11508         * backend/ev-page-cache.h:
11509         * pdf/pdf-document.cc:
11510         * ps/gsdefaults.c:
11511         * ps/gsdefaults.h:
11512         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11513         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11514         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11515         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11516         (is_interpreter_ready), (output), (catchPipe), (input),
11517         (start_interpreter), (check_filecompressed), (compute_dimensions),
11518         (ps_document_enable_interpreter), (document_load),
11519         (ps_document_next_page), (render_page), (ps_document_set_page),
11520         (ps_document_set_scale), (render_pixbuf_idle),
11521         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11522         * ps/ps-document.h:
11523         * shell/Makefile.am:
11524         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11525         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11526         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11527         (ev_pixbuf_cache_new), (job_finished_cb),
11528         (check_job_size_and_unref), (move_one_job),
11529         (ev_pixbuf_cache_update_range), (find_job_cache),
11530         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11531         (ev_pixbuf_cache_add_jobs_if_needed),
11532         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11533         * shell/ev-pixbuf-cache.h:
11534         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11535         (idle_print_handler):
11536         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11537         (selection_changed_cb), (create_loading_model),
11538         (ev_sidebar_links_construct), (links_page_num_func),
11539         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11540         (update_page_callback), (job_finished_cb),
11541         (ev_sidebar_links_set_document):
11542         * shell/ev-sidebar-thumbnails.c:
11543         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11544         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11545         (page_changed_cb), (thumbnail_job_completed_callback),
11546         (ev_sidebar_thumbnails_set_document):
11547         * shell/ev-sidebar-thumbnails.h:
11548         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11549         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11550         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11551         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11552         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11553         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11554         (ev_view_button_release_event), (ev_view_scroll_view),
11555         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11556         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11557         (ev_view_new), (job_finished_cb), (page_changed_cb),
11558         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11559         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11560         (ev_view_find_previous):
11561         * shell/ev-view.h:
11562         * shell/ev-window.c: (update_action_sensitivity),
11563         (ev_window_open_page), (update_window_title), (update_total_pages),
11564         (page_changed_cb), (ev_window_setup_document),
11565         (password_dialog_response), (ev_window_cmd_save_as),
11566         (ev_window_print), (ev_window_cmd_go_previous_page),
11567         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11568         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11569         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11570         * shell/main.c: (main):
11571
11572         Merge evince-threads branch
11573
11574 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11575
11576         * configure.ac: Added "lt" to ALL_LINGUAS.
11577
11578 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11579
11580         * NEWS:
11581         * configure.ac:
11582
11583         Release 0.1.9
11584
11585 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11586
11587         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11588
11589         Fix here also the thumbnails 1-basedness :)
11590
11591 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11592
11593         * NEWS:
11594         * configure.ac:
11595
11596         Release 0.1.8
11597
11598 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11599
11600         * pdf/pdf-document.cc:
11601         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11602         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11603
11604         Fix the mess we did with thumbnails and 1-basedness
11605
11606 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11607
11608         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11609
11610 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11611
11612         * NEWS:
11613         * configure.ac:
11614
11615         Release 0.1.7
11616
11617 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11618
11619         * ps/Makefile.am:
11620         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11621         (gtk_gs_defaults_get_alpha_parameters),
11622         (gtk_gs_defaults_get_ungzip_cmd),
11623         (gtk_gs_defaults_get_unbzip2_cmd):
11624         * ps/gsdefaults.h:
11625         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11626         (ps_document_get_orientation), (document_load),
11627         (ps_document_goto_page), (ps_document_set_page_size):
11628         * ps/ps-document.h:
11629
11630         Some more sanitization of the ps backend. Remove a lot
11631         of unused code and do not base our defaults on ggv
11632         preferences (ugh!)
11633
11634 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11635
11636         * thumbnailer/evince-thumbnailer.schemas:
11637         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11638         (main): add -s option for thumbnail size.
11639
11640 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11641
11642         * configure.ac:
11643
11644         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11645         remove it.
11646
11647 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11648
11649         * pdf/pdf-document.cc:
11650
11651         Remove 4 pixels of useless border from the
11652         thumbnail.
11653
11654 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11655
11656         * backend/ev-document-thumbnails.c:
11657         (ev_document_thumbnails_get_thumbnail):
11658         * backend/ev-document-thumbnails.h:
11659
11660         Rework API a bit. Add a border flag and
11661         change sizing logic (now the size we specify
11662         applies to the bigger dimension).
11663
11664         * pdf/pdf-document.cc:
11665         * pixbuf/pixbuf-document.c:
11666         (pixbuf_document_thumbnails_get_thumbnail):
11667         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11668         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11669
11670         Adapt to the new API and do not draw a border for nautilus
11671         thumbnailer.
11672
11673 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11674
11675         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11676         take thumbnails from page "0" instead of "1". Added a copyright header.
11677
11678 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11679
11680         * ps/ps-document.c: (set_up_page), (start_interpreter):
11681
11682         Make it C89 compliant
11683
11684 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11685
11686         * Makefile.am:
11687         * configure.ac:
11688         * pdf/.cvsignore:
11689         * pdf/pdf-document.cc:
11690         * thumbnailer/Makefile.am:
11691         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11692         (main):
11693         * thumbnailer/evince-thumbnailer.schemas:
11694         * thumbnailer/pdf-icon.png:
11695
11696         Add a nautilus thumbnailer.
11697         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11698
11699 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11700
11701         * NEWS:
11702         * configure.ac:
11703         * po/POTFILES.in:
11704
11705         Release 0.1.6
11706
11707 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11708
11709         Use poppler instead of including xpdf source code.  Poppler is a
11710         fork of xpdf to build it as a shared library. See
11711         http://freedesktop.org/wiki/Software/poppler.
11712
11713         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11714         xpdf fork.
11715         
11716         * pdf/Makefile.am: Build libpdfdocument.a here.
11717         
11718         * pdf/GDKSplashOutputDev.cc:
11719         * pdf/GDKSplashOutputDev.h:
11720         * pdf/GnomeVFSStream.cc:
11721         * pdf/GnomeVFSStream.h:
11722         * pdf-document.cc:
11723         * pdf-document.h:
11724         * test-gdk-output-dev.cc
11725         * Thumb.cc:
11726         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11727         against poppler.
11728
11729 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11730
11731         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11732
11733         Clear idle stack before unsetting the document
11734
11735 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11736
11737         * ps/ps-document.c: (ps_document_widget_event),
11738         (ps_document_set_target), (ps_document_finalize),
11739         (ps_document_get_page):
11740
11741         Disconnect the widget event signal on finalize.
11742         Some code cleanups.
11743
11744 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11745
11746         * ps/ps-document.c: (set_up_page):
11747
11748         If there is no bpixmap create one, even if size
11749         is not changed.
11750
11751 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11752
11753         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11754         (set_up_page), (document_load), (ps_document_set_zoom):
11755
11756         Default page is 0. Calculate size even when we have no
11757         target yet.
11758
11759 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11760
11761         * shell/ev-sidebar.c: expand the selection widget to be always as
11762         wide as the sidebar
11763
11764 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11765
11766         * shell/ev-sidebar-thumbnails.c:
11767         (ev_sidebar_thumbnails_set_document):
11768
11769         Clear the list store when setting document
11770
11771 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11772
11773         * shell/ev-page-action.c: (update_entry), (sync_entry),
11774         (activate_cb), (entry_size_request_cb), (create_tool_item),
11775         (connect_proxy):
11776
11777         Use an entry for the page control instead of spinbuttons
11778
11779 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11780
11781         * data/evince.schemas.in:
11782
11783         Correct confusing string
11784
11785 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11786
11787         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11788         for real.  Gosh, how long has this been broken.
11789
11790         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11791         check for a NULL link.  We crash otherwise.
11792
11793 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11794
11795         * NEWS:
11796         * configure.ac:
11797
11798         Release 0.1.5
11799
11800 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11801
11802         * configure.ac: add the french translation.
11803
11804 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11805
11806         * shell/ev-window.c:
11807
11808         Remove unused header -> fix distcheck
11809
11810 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11811
11812         * shell/ev-window.c: (update_window_title),
11813         (ev_window_popup_password_dialog):
11814
11815         Unescape filename for display
11816
11817 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11818
11819         * pdf/xpdf/pdf-document.cc:
11820
11821         In get_page_size deal with rotation. Also
11822         cleanup the function a bit.
11823
11824 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * pdf/xpdf/pdf-document.cc:
11827
11828         Fix crash when opening in new window
11829
11830 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11831
11832         * configure.ac:
11833
11834         Check ghostscript >= 7
11835
11836 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11837
11838         * shell/ev-window.c:
11839
11840         Make page width the default sizing mode
11841
11842 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11843         Marco Pesenti Gritti <marco@gnome.org>
11844
11845         * shell/ev-window.c: Remember the sidebar size
11846
11847         * data/evince.schemas.in: Add a new gconf key to store the size of
11848         the sidebar
11849
11850 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11851
11852         * data/evince-ui.xml:
11853         * shell/ev-window.c: (update_action_sensitivity),
11854         (ev_window_cmd_view_reload):
11855         
11856         Add a "Reload" action and menu entry
11857
11858 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11859
11860         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11861         iff the type doesn't support thumbnailing and indexing.
11862
11863 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11864
11865         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11866
11867 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11868
11869         * pdf/splash/Splash.cc:
11870
11871         Port fix for a crasher from kde bug
11872         http://bugs.kde.org/show_bug.cgi?id=97131
11873
11874 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11875
11876         * pdf/xpdf/pdf-document.cc:
11877
11878         Return a link even if it's of an unrecognized
11879         type. Otherwise we go in an infinte cycle.
11880
11881 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11882
11883         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11884         (size_allocate_cb), (ev_window_set_sizing_mode):
11885
11886         Update size when switching mode
11887
11888 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11889
11890         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11891         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11892         (ev_window_cmd_view_normal_size):
11893
11894         Fix size toggle buttons behavior
11895
11896 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11897
11898         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11899         (doc_rect_to_view_rect), (ev_view_size_allocate),
11900         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11901         (scale_changed_callback):
11902
11903         Do not cache offsets in size_allocate.
11904
11905 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11906
11907         * shell/ev-view.c: (ev_view_size_allocate):
11908
11909         Calculate offsets before calling the parent
11910         class (which does a redraw)
11911
11912 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11913
11914         * pdf/xpdf/pdf-document.cc:
11915
11916         Fix a crasher on exit. Unused code, put a TODO
11917
11918 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11919
11920         * backend/ev-document.c: (ev_document_class_init),
11921         (ev_document_page_changed), (ev_document_scale_changed):
11922         * backend/ev-document.h:
11923
11924         Separate page/scale notifications
11925
11926         * pdf/xpdf/pdf-document.cc:
11927
11928         Emit the new signals.
11929         Do not display the pdf page in _render, do it
11930         when scale/page are requested.
11931
11932         * ps/ps-document.c: (ps_document_set_zoom),
11933         (ps_document_widget_event):
11934         * ps/ps-document.h:
11935
11936         Emit the new signals.
11937
11938         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11939         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11940         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11941         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11942         * shell/ev-view.h:
11943         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11944         (ev_window_cmd_view_page_width), (size_allocate_cb),
11945         (ev_window_set_sizing_mode):
11946
11947         Rework sizing to be pixel based.
11948         There are bugs but should be already way better.
11949
11950 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11951
11952         * shell/ev-window.c: (ev_window_init):
11953
11954         Do not allow to shrink sidebar smaller then
11955         child requisition
11956
11957 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11958
11959         * shell/ev-sidebar.[ch]
11960         * shell/ev-window.c:
11961
11962         Improved sidebar widget. Fixes #166683
11963
11964 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11965
11966         * shell/ev-view.c (update_find_status_message): Give translators
11967         more flexibility with ngettext plural handling.
11968
11969 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11970
11971         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11972         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11973         page when we get the page size.
11974
11975 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11976
11977         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11978
11979         ps pages are 0 based, convert 
11980
11981 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11982
11983         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11984
11985         Initialize correct parent class. Set GError on document load
11986
11987 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11988
11989         * pdf/xpdf/pdf-document.cc:
11990
11991         Fixup selection offset calculation
11992
11993         * shell/ev-view.c: (view_rect_to_doc_rect),
11994         (doc_rect_to_view_rect), (ev_view_size_allocate),
11995         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11996         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11997
11998         Store selection as document relative, so that zooming
11999         and offset changing doesnt break it.
12000
12001 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12002
12003         * shell/ev-view.c: (ev_view_best_fit):
12004
12005         Do not try to best fit if the view is not realized
12006
12007 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12008           
12009         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12010
12011 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12012
12013         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12014
12015 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12016
12017         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12018         the popup window.  That prevents it resizing when in full screen
12019         mode.
12020
12021         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12022         multiple rerenders.  This pretty much sucks.
12023
12024         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12025         rest of the toolbar.
12026
12027 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12028
12029         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12030
12031 2005-02-17  Alexander Shopov  <ash@contact.bg>
12032
12033         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12034
12035 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12036
12037         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12038
12039 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12040
12041         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12042         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12043         (set_document_page), (document_changed_callback),
12044         (ev_view_set_document), (ev_view_find_previous),
12045         (ev_view_hide_cursor), (ev_view_show_cursor):
12046         * shell/ev-view.h:
12047         * shell/ev-window.c: (update_chrome_visibility),
12048         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12049         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12050         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12051         (ev_window_unfullscreen):
12052         * shell/main.c: (main):
12053
12054         Automatically hide the fullscreen button.
12055         Patch by Kristian Høgsberg <krh@redhat.com>
12056
12057 2005-02-16  Vincent Noel  <vnoel@cox.net>
12058
12059         * shell/main.c (main): Specify an icon for the window. Patch by
12060         Jaap A. Haitsma. Fixes #166177.
12061
12062 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12063
12064         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12065
12066 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12067
12068         * backend/ev-document-misc.h:
12069         * backend/ev-document-misc.c:
12070         (ev_document_misc_get_page_border_size),
12071         (ev_document_misc_paint_one_page): New function to canonicalize
12072         sizing/painting a border.
12073
12074         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12075         used.
12076
12077         * pdf/xpdf/pdf-document.cc: use new function
12078
12079         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12080         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12081         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12082         shell/ev-window.c: (update_sizing_buttons),
12083         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12084         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12085         (ev_window_cmd_view_page_width), (size_allocate_cb),
12086         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12087         and "fit width" values act as toggle buttons so they stay
12088         toggled.  It's not 100% perfect, and it's a little slow, but it's
12089         good enough to commit I think.
12090
12091 2005-02-15  David Lodge  <dave@cirt.net>
12092
12093         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12094
12095 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12096
12097         * shell/ev-window.c (update_window_title): replace newlines in
12098         the title by spaces. Bug #166107.
12099
12100 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12101
12102         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12103         parameters providing allocation width and height without
12104         scrollbars and width of a possible vertical scrollbar. With this
12105         additional information the functions can work as
12106         intended. Unfortunately they're not idempotent. We should
12107         transform these commands to toggles. Fixes Bug #164976
12108         Initial patch by Stephane Loeuillet, then heavily modified.
12109
12110         * shell/ev-view.h: update prototypes.
12111
12112         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12113         (ev_window_cmd_view_page_width): provide EvView fit functions with
12114         all the information they need. Formulas to calculate this
12115         information taken from GtkScrolledWindow.
12116
12117 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12118
12119         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12120         created a thumbnail, the list store is updated to know
12121         that the thumbnail is set. Fixes bug #166792
12122
12123 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12124
12125         * shell/ev-window.c: fixed typo, closes bug 166897
12126
12127         * TODO: updated TODO with bug numbers that are relevant
12128
12129 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12130
12131         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12132
12133 2005-02-09  Vincent Noel  <vnoel@cox.net>
12134
12135         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12136         and "Next" toolbar buttons as important to make them stand out.
12137
12138 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12139
12140         * lib/ev-debug.c:
12141         * lib/ev-debug.h:
12142         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12143         (start_interpreter), (stop_interpreter), (document_load),
12144         (ps_document_next_page), (ps_document_goto_page),
12145         (ps_document_set_page_size), (ps_document_widget_event),
12146         (ps_document_render):
12147         * shell/ev-page-view.c: (ev_page_view_dispose):
12148         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12149
12150         Fix compilation on non-gcc platforms
12151
12152 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12153
12154         * NEWS:
12155         * configure.ac:
12156
12157         Release 0.1.4
12158
12159         * pdf/xpdf/Catalog.cc:
12160         * pdf/xpdf/XRef.cc:
12161
12162         Fix the fix for CAN-2004-0888
12163
12164 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12165
12166         * data/Makefile.am:
12167         * data/evince-ui.xml:
12168         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12169         * shell/ev-stock-icons.h:
12170         * shell/ev-window.c: (update_action_sensitivity),
12171         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12172         (set_action_properties):
12173
12174         Improve toolbar layout/icons
12175
12176 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12177
12178         * pdf/xpdf/pdf-document.cc:
12179
12180         Add warnings about unimplemented/unknown link
12181         types.
12182
12183 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12184
12185         * ps/ps-document.c: (set_up_page):
12186
12187         Log gs property
12188
12189 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12190
12191         * ps/ps-document.c: (start_interpreter):
12192
12193         Log gs env var
12194
12195 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12196
12197         * shell/ev-page-view.c: (ev_page_view_dispose):
12198         * shell/ev-view.c: (ev_view_finalize):
12199         * shell/ev-window.c: (ev_window_setup_document),
12200         (ev_window_dispose), (ev_window_init):
12201
12202         Solve more refs issues.
12203
12204         I commented out the page_view initialization for now:
12205         it was never destroyed (because it's never added
12206         to a container). Because of that we was leaking
12207         gs processes. Couldnt think to a clean fix.
12208         We need to figure this out, password view has the
12209         same issue probably.
12210
12211 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12212
12213         * ps/ps-document.c: (ps_document_finalize),
12214         (ps_document_get_n_pages), (ps_document_get_page):
12215
12216         Some cleanups, stop the interpreter on finalize
12217
12218         * shell/ev-page-view.c: (ev_page_view_dispose),
12219         (ev_page_view_class_init):
12220
12221         Release our reference on the document
12222
12223 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12224
12225         * Makefile.am:
12226         * configure.ac:
12227         * doc/debugging.txt:
12228         * lib/.cvsignore:
12229         * lib/Makefile.am:
12230         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12231         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12232         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12233         * lib/ev-debug.h:
12234
12235         Add debugging helpers
12236
12237         * ps/Makefile.am:
12238         * ps/ps-document.c: (set_up_page), (start_interpreter),
12239         (stop_interpreter), (document_load), (ps_document_next_page),
12240         (ps_document_goto_page), (ps_document_set_page_size),
12241         (ps_document_widget_event), (ps_document_render):
12242         * shell/Makefile.am:
12243         * shell/ev-view.c: (expose_bin_window):
12244         * shell/main.c: (main):
12245
12246         Add some logs
12247         
12248 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12249
12250         * ps/ps-document.c: (ps_document_widget_event):
12251
12252         Initialize message_window, this should make ps
12253         rendering really work! (Never noticed because I was
12254         testing with a ps that is causing gs to exit every time!)
12255
12256 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12257
12258         * data/evince.schemas.in: updated simple error in applyto closing tag
12259
12260 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12261
12262         * Makefile.am:
12263         * configure.ac:
12264         * data/.cvsignore:
12265         * data/Makefile.am:
12266         * data/evince-ui.xml:
12267         A data/evince.schemas.in:
12268         * po/POTFILES.in:
12269         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12270         * shell/ev-stock-icons.h:
12271         * shell/ev-window.c: (update_chrome_visibility),
12272         (update_chrome_flag), (ev_window_cmd_edit_find),
12273         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12274         (ev_window_unfullscreen), (ev_window_focus_in_event),
12275         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12276         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12277         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12278         (ev_window_dispose), (ev_window_class_init),
12279         (set_action_properties), (set_chrome_actions), (load_chrome),
12280         (ev_window_init):
12281
12282         Implement fullscreen mode changes from bug #164776.
12283         Also implement persistent chrome toggles.
12284
12285 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12286
12287         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12288
12289 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12290
12291         * NEWS:
12292         * configure.ac:
12293         * shell/ev-view.c:
12294
12295         Add another check for find interface
12296
12297         Release 0.1.3
12298
12299 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12300
12301         * shell/ev-application.c: (ev_application_open):
12302         * shell/ev-window.c: (ev_window_open):
12303
12304         Open gzipped ps documents
12305
12306 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12307
12308         * TODO:
12309         * shell/ev-view.c: (set_document_page):
12310
12311         Clamp page number, dont try to move to
12312         not existant pages.
12313
12314 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12315
12316         * backend/ev-document-find.c: (ev_document_find_changed):
12317         * backend/ev-document-find.h:
12318         * pdf/xpdf/pdf-document.cc:
12319         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12320         * shell/ev-window.c: (find_bar_search_changed_cb):
12321
12322         Fix several bugs with find
12323
12324 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12325
12326         * shell/ev-sidebar-thumbnails.c
12327         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12328         document. Prevents warning from scroll_to_cell.
12329
12330 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12331
12332         * configure.ac: Add «nb» to ALL_LINGUAS too.
12333
12334 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12335
12336         * NOTES: New file with some random thoughts.
12337
12338         * TODO: Update.
12339
12340         * backend/ev-document-misc.c:
12341         (ev_document_misc_get_page_border_size): New function to
12342         canonicalize shadow drawing sizes.  Possibly goofy.
12343
12344         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12345         (ev_view_best_fit), (ev_view_fit_width):
12346         * pdf/xpdf/pdf-document.cc:
12347         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12348         * ps/ps-document.c: (ps_document_get_page_size):
12349         * backend/ev-document-misc.h:
12350         * backend/ev-document.c: (ev_document_get_page_size):
12351         * backend/ev-document.h: get_page_size now takes a page number
12352         parameter.  Made all the backends/frontends honor it.
12353
12354         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12355         see.  Doesn't work yet.
12356
12357         * shell/Makefile.am:
12358         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12359         Doesn't do anything yet.
12360
12361         * shell/ev-sidebar-thumbnails.c:
12362         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12363         [0..n_pages-1]
12364
12365         * shell/ev-window.c: (update_action_sensitivity),
12366         (ev_window_setup_document), (ev_window_set_page_mode),
12367         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12368         view-swapping code a bit so we can have multiple views on a
12369         document.  Add the multi-page view, though it can't be turned on
12370         yet.
12371
12372 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12373
12374         * shell/ev-application.c: (ev_application_open):
12375         * shell/ev-view.c: (expose_bin_window):
12376         * shell/ev-window.c: (ev_window_open):
12377
12378         Support eps and check document supports find
12379         before drawing highlightings in expose.
12380
12381 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12382
12383         * pixbuf/pixbuf-document.c:
12384         (pixbuf_document_thumbnails_get_dimensions),
12385         (pixbuf_document_document_thumbnails_iface_init):
12386
12387         implement get_dimensions
12388
12389 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * NEWS:
12392         * configure.ac:
12393
12394         Release 0.1.2
12395
12396 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12397
12398         * shell/ev-view.c: (set_document_page):
12399
12400         Scroll at the top of the page when changing page
12401
12402 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12403
12404         * shell/ev-view.c: (ev_view_motion_notify_event):
12405
12406         Do not redraw unnecessarily
12407
12408 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12409
12410         * pdf/xpdf/pdf-document.cc:
12411         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12412         (expose_bin_window), (find_changed_cb):
12413
12414         Yay! find works now... Now to find bugs...
12415
12416 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12417
12418         * backend/ev-document-find.c: (ev_document_find_base_init),
12419         (ev_document_find_changed):
12420         * backend/ev-document-find.h:
12421         * pdf/xpdf/pdf-document.cc:
12422         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12423         (expose_bin_window), (ev_view_init), (set_document_page),
12424         (ensure_rectangle_is_visible), (jump_to_find_result),
12425         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12426         (ev_view_find_next), (ev_view_find_previous):
12427         * shell/ev-view.h:
12428         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12429
12430         More work on find implementation, mostly there now
12431
12432 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12433
12434         * backend/ev-backend-marshalers.list:
12435         * backend/ev-document-find.c: (ev_document_find_base_init),
12436         (ev_document_find_cancel), (ev_document_find_page_has_results),
12437         (ev_document_find_get_n_results), (ev_document_find_get_result),
12438         (ev_document_find_get_progress), (ev_document_find_changed):
12439         * backend/ev-document-find.h:
12440
12441         Enanche the find interface to be really able to do
12442         multi page find.
12443
12444         * pdf/xpdf/pdf-document.cc:
12445
12446         Implement
12447
12448         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12449         (expose_bin_window), (ev_view_init),
12450         (ev_view_get_find_status_message), (find_changed_cb),
12451         (ev_view_set_document), (set_document_page):
12452
12453         Adapt to the new interface. A few things are regressed sorry,
12454         I will finish it soon.
12455
12456 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12457
12458         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12459         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12460         ev_sidebar_thumbnails_parent_class variable, don't define another
12461         parent_class variable.
12462
12463         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12464         (ev_page_action_class_init): ditto.
12465
12466         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12467         (pixbuf_document_class_init): ditto.
12468
12469         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12470         ditto.
12471
12472         * .cvsignore: ignore various valgrind output files.
12473
12474 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12475
12476         * data/evince-ui.xml:
12477         * shell/Makefile.am:
12478         * shell/ev-history.c:
12479         * shell/ev-history.h:
12480         * shell/ev-navigation-action.c:
12481         * shell/ev-navigation-action.h:
12482         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12483         (ev_view_set_page), (ev_view_fit_width):
12484         * shell/ev-view.h:
12485         * shell/ev-window.c: (update_action_sensitivity),
12486         (ev_window_setup_document), (register_custom_actions):
12487
12488         Kill session history
12489
12490 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12491
12492         * shell/ev-window.c: (update_action_sensitivity):
12493
12494         Fix inverted up/down buttons
12495
12496 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12497
12498         * shell/ev-sidebar-thumbnails.c
12499         (ev_sidebar_thumbnails_select_page): make sure the selected
12500         thumbnail stays visible.
12501
12502 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12503
12504         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12505         scrolled window for Federico.
12506
12507 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12508
12509         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12510
12511 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12512
12513         * configure.ac:
12514         * pdf/splash/SplashFTFontEngine.cc:
12515
12516         Fix CID fonts with freetype 2.1.9
12517
12518 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12519
12520         * TODO: added item for desktop icon thumbnailer
12521
12522 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12523
12524         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12525         unloaded docs when the title is accessed.
12526
12527         * shell/ev-password-view.[hc]: New widget for displaying password
12528         state.
12529
12530         * shell/ev-window.[ch]: Refactor password handling code to handle
12531         the new view.
12532
12533 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12534
12535         * NEWS:
12536         * configure.ac:
12537         * data/Makefile.am:
12538
12539         Release 0.1.1
12540
12541 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12542
12543         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12544         ignore page offset here, to make search results independent of it,
12545
12546         * shell/ev-view.c (expose_bin_window): but take offsets into
12547         account here. Bug #164932
12548
12549         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12550         scale at the right time. Bug #164996
12551
12552 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12553
12554         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12555         fix the problem. Now I just removed the Adobe font names and hope
12556         that the URW fonts are always in outline format. Bug #164934
12557
12558         * shell/ev-window.c (update_window_title): empty titles are
12559         useless, use filename in that case too.
12560
12561         * NEWS: Add some content.
12562
12563 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12564
12565         * TODO: added one more TODO item and a TODONE section :)
12566
12567 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12568
12569         * ps/ps-document.h: add page_[xy]_offset fields.
12570
12571         * ps/ps-document.c (ps_document_set_page_offset)
12572         (ps_document_render): Keep offset in consideration in a few
12573         places. Bug #164752 "postscript documents are not centered in
12574         window"
12575
12576         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12577         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12578
12579         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12580         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12581         stub out missing methods for complete EvDocument implementation.
12582         Fixes segfaults with Save A Copy and Copy actions.
12583
12584         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12585         (ps_document_document_iface_init): ditto.
12586         
12587 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12588
12589         * data/.cvsignore:
12590         * data/Makefile.am:
12591         * data/evince.desktop.in:
12592
12593         Add desktop file
12594
12595 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12596
12597         * shell/ev-view.c: (ev_view_button_press_event),
12598         (ev_view_motion_notify_event):
12599
12600         Make selection work in any direction
12601
12602 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12603
12604         * TODO:
12605         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12606
12607         Use shorter labels for some of the toolbars items
12608
12609 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12610
12611         * pdf/xpdf/pdf-document.cc:
12612
12613         Check the links info is initialized before
12614         using it. Should fix a crash on startup.
12615
12616 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12617
12618         * pixbuf/pixbuf-document.c
12619         (pixbuf_document_thumbnails_get_dimensions): force floating point
12620         division to calculate page_ratio. Fixes crash with landscape
12621         format pixbufs.
12622
12623 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12624
12625         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12626
12627 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12628
12629         * shell/ev-view.c (set_document_page): unset has_selection when
12630         the page changes.
12631         (set_document_page): handle paper size changes when the page
12632         changes (test with Free Culture, page 2).
12633
12634 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12635
12636         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12637         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12638
12639         Use normal style color for the widget background and
12640         draw a black box around the page.
12641
12642 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12643
12644         * pdf/xpdf/pdf-document.cc:
12645
12646         Keep offset in consideration in a few places
12647
12648         * shell/ev-view.c: (expose_bin_window):
12649
12650         Set the offsets so that the document is ever centered
12651
12652 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12653
12654         * TODO: Added TODO items and finished off the first todo item
12655
12656         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12657         reflect current authors
12658
12659 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12660
12661         * pdf/xpdf/pdf-document.cc:
12662         * shell/ev-view.c: (ev_view_set_cursor),
12663         (ev_view_motion_notify_event), (document_changed_callback),
12664         (set_document_page):
12665
12666         Show a wait cursor while the page is rendering
12667
12668 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12669
12670         * shell/ev-sidebar-thumbnails.c:
12671         (ev_sidebar_tree_selection_changed),
12672         (ev_sidebar_thumbnails_select_page):
12673         * shell/ev-sidebar-thumbnails.h:
12674         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12675         (ev_view_can_go_forward):
12676         * shell/ev-window.c: (ev_window_open_page),
12677         (ev_window_setup_document), (update_current_page),
12678         (view_page_changed_cb), (ev_window_init):
12679         * shell/ev-window.h:
12680
12681         Ensure thumbnails selection, toolbar page control and
12682         current page are in sync.
12683
12684 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12685
12686         * pdf/xpdf/XRef.cc:
12687
12688         Fix CAN-2005-0064
12689
12690 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12691
12692         * backend/Makefile.am:
12693         * backend/ev-document-links.h:
12694         * backend/ev-document-security.c: (ev_document_security_get_type),
12695         (ev_document_security_has_document_security),
12696         (ev_document_security_set_password):
12697         * backend/ev-document-security.h:
12698         * backend/ev-document.c: (ev_document_error_quark):
12699         * backend/ev-document.h:
12700         * data/Makefile.am:
12701         * data/evince-password.glade:
12702         * pdf/xpdf/pdf-document.cc:
12703         * shell/Makefile.am:
12704         * shell/ev-password.c: (ev_password_set_bad_password_label),
12705         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12706         (ev_password_dialog_get_password),
12707         (ev_password_dialog_set_bad_pass):
12708         * shell/ev-password.h:
12709         * shell/ev-window.c: (ev_window_get_attribute),
12710         (ev_window_set_property), (update_action_sensitivity),
12711         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12712         (ev_window_setup_document), (ev_window_get_password),
12713         (ev_window_open), (ev_window_cmd_save_as),
12714         (using_postscript_printer), (ev_window_print),
12715         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12716         (update_fullscreen_popup), (ev_window_fullscreen),
12717         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12718         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12719         (menu_item_select_cb), (find_bar_search_changed_cb),
12720         (ev_window_dispose), (ev_window_init):
12721
12722         Add initial support for password-supported dialogs.  This could be
12723         a lot cooler, but it'll do for now.
12724
12725 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12726
12727         * pdf/xpdf/pdf-document.cc:
12728         * shell/ev-view.c: (status_message_from_link),
12729         (ev_view_set_status), (ev_view_set_cursor),
12730         (ev_view_motion_notify_event), (ev_view_init):
12731         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12732
12733         Fix bugs in the links implementation and change cursor
12734         when hovering a link.
12735
12736 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12737
12738         * viewer/.cvsignore: added cvsignore file for viewer directory
12739
12740         * TODO: created TODO document
12741
12742 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12743
12744         * shell/ev-view.h:
12745         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12746         new functions to help with implementation of sensitivity code
12747         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12748         of all actions that might require it.  Fixes a crash when you
12749         click on the Zoom actions in a window lacking a document.
12750
12751 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12752
12753         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12754         of the Find action
12755
12756 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12757
12758         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12759         (pixbuf_document_document_iface_init):
12760         * ps/ps-document.c: (ps_document_get_link),
12761         (ps_document_document_iface_init):
12762         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12763         (status_message_from_link), (ev_view_set_status),
12764         (ev_view_set_find_status), (ev_view_motion_notify_event),
12765         (ev_view_button_release_event), (ev_view_set_property),
12766         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12767         (ev_view_get_find_status_message), (update_find_results),
12768         (ev_view_get_status), (ev_view_get_find_status):
12769         * shell/ev-view.h:
12770         * shell/ev-window.c: (view_status_changed_cb),
12771         (view_find_status_changed_cb), (ev_window_init):
12772
12773         View status message support, use it to show the links.
12774         Needs work...
12775
12776 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12777
12778         * backend/ev-document.c: (ev_document_get_link):
12779         * backend/ev-document.h:
12780         * pdf/xpdf/pdf-document.cc:
12781         * shell/ev-application.c: (ev_application_open):
12782         * shell/ev-application.h:
12783         * shell/ev-sidebar-links.c: (selection_changed_cb):
12784         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12785         (ev_view_go_to_link):
12786
12787         Add support for document links
12788
12789 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12790
12791         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12792         (create_tool_item):
12793         Set the spin button limits correctly.
12794         
12795         * shell/ev-sidebar-thumbnails.c:
12796         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12797         Support changing pages by clicking on the thumbnails.
12798         
12799 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12800
12801         * pixbuf/pixbuf-document.c:
12802         (pixbuf_document_thumbnails_get_dimensions),
12803         (pixbuf_document_document_thumbnails_iface_init):
12804
12805         implement get_dimensions
12806
12807 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12808
12809         * ps/ps-document.c: (ps_document_goto_page):
12810
12811         Fix page switching on multipage documents
12812
12813 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12814
12815         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12816         
12817         check for NULL before assigning to width and height parameters
12818
12819 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12820
12821         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12822         (pixbuf_document_set_property), (pixbuf_document_get_property):
12823
12824         implement get/set properties
12825
12826 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12827
12828         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12829         
12830         return NULL instead of "Unknown", letting the title get set to
12831         the filename when the pdf has no title.
12832
12833 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12834
12835         * ps/ps-document.c: (ps_document_get_page_count),
12836         (ps_document_goto_page):
12837
12838 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * shell/ev-history.c: (ev_history_get_property),
12841         (ev_history_set_property), (ev_history_class_init),
12842         (ev_history_add_page), (ev_history_set_current_index):
12843         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12844         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12845         (ev_navigation_action_finalize):
12846         * shell/ev-navigation-action.h:
12847         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12848         (ev_view_go_forward), (ev_view_get_find_status_message),
12849         (history_index_changed_cb), (ev_view_set_history):
12850         * shell/ev-view.h:
12851         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12852         (update_current_page), (register_custom_actions):
12853
12854         Implement history dropdowns
12855
12856 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12857
12858         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12859         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12860         (ev_view_go_forward):
12861         * shell/ev-window.c: (register_custom_actions):
12862
12863         Fix several history bugs
12864
12865 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12866
12867         * configure.ac: Add «nb» to ALL_LINGUAS.
12868
12869 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12870
12871         * backend/Makefile.am:
12872         * backend/ev-bookmark.c:
12873         * backend/ev-bookmark.h:
12874         * backend/ev-document-bookmarks.c:
12875         * backend/ev-document-bookmarks.h:
12876         * backend/ev-document-links.c: (ev_document_links_get_type),
12877         (ev_document_links_has_document_links),
12878         (ev_document_links_begin_read), (ev_document_links_get_link),
12879         (ev_document_links_get_child), (ev_document_links_next),
12880         (ev_document_links_free_iter):
12881         * backend/ev-document-links.h:
12882         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12883         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12884         (ev_link_get_link_type), (ev_link_set_link_type),
12885         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12886         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12887         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12888         (ev_link_new_external):
12889         * backend/ev-link.h:
12890         * pdf/xpdf/pdf-document.cc:
12891         * shell/Makefile.am:
12892         * shell/ev-application.c: (ev_application_open_link):
12893         * shell/ev-application.h:
12894         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12895         (ev_history_get_link_nth):
12896         * shell/ev-history.h:
12897         * shell/ev-sidebar-bookmarks.c:
12898         * shell/ev-sidebar-bookmarks.h:
12899         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12900         (ev_sidebar_links_class_init), (selection_changed_cb),
12901         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12902         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12903         (do_one_iteration), (populate_links_idle),
12904         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12905         * shell/ev-sidebar-links.h:
12906         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12907         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12908         (go_to_index):
12909         * shell/ev-view.h:
12910         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12911         * shell/ev-window.h:
12912
12913         Rename bookmark to link, and use "Index" for the sidebar panel.
12914
12915 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12916
12917         * shell/Makefile.am:
12918         * shell/ev-application.c: (ev_application_open_bookmark):
12919         * shell/ev-application.h:
12920         * shell/ev-history.c: (ev_history_init), (free_links_list),
12921         (ev_history_finalize), (ev_history_class_init),
12922         (ev_history_add_link), (ev_history_add_page),
12923         (ev_history_get_link_nth), (ev_history_get_n_links),
12924         (ev_history_get_current_index), (ev_history_set_current_index),
12925         (ev_history_new):
12926         * shell/ev-history.h:
12927         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12928         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12929         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12930         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12931         (ev_view_set_page):
12932         * shell/ev-view.h:
12933         * shell/ev-window.c: (ev_window_open_bookmark),
12934         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12935         (goto_page_cb), (register_custom_actions):
12936         * shell/ev-window.h:
12937
12938         Initial history implementation. Needs work.
12939
12940 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12941
12942         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12943
12944 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12945
12946         * cut-n-paste/recent-files/egg-recent-item.c:
12947         * cut-n-paste/recent-files/egg-recent-item.h:
12948         * cut-n-paste/recent-files/egg-recent-model.c:
12949         * cut-n-paste/recent-files/egg-recent-util.c:
12950         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12951         * cut-n-paste/recent-files/egg-recent-view.c:
12952
12953         Update
12954
12955 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12956
12957         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12958         (fillGlyph, fillImageMask, drawImage):
12959         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12960         pdf/splash/SplashTypes.h:
12961         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12962         packed mode for Splash.
12963
12964         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12965         RGB8 packed mode, eliminates the pixbuf data creation loop.
12966
12967         * shell/ev-print-job.c (ev_print_job_finalize)
12968         (ev_print_job_set_property, ev_print_job_get_property)
12969         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12970         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12971         (print_closure_finalize, ev_print_job_print): implement
12972         printing (for backends with EvPsExporter)
12973
12974         * shell/ev_print_job.h: update prototypes.
12975
12976         * shell/ev-window.c (ev_window_print): unref print job after
12977         printing.
12978
12979         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12980         unless the document implements the EvDocumentFind interface.
12981
12982 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12983
12984         * configure.ac: Added ja to ALL_LINGUAS.
12985
12986 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12987
12988         * pdf/xpdf/pdf-document.cc:
12989
12990         add a FIXME. We should probably not allocate
12991         a bookmark object every time
12992
12993 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12994
12995         * shell/ev-application.c: (ev_application_open),
12996         (ev_application_open_bookmark):
12997         * shell/ev-application.h:
12998         
12999         Add a way to open bookmarks
13000
13001         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13002         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13003         (ev_bookmark_set_property), (ev_bookmark_class_init),
13004         (ev_bookmark_new_title), (ev_bookmark_new_link),
13005         (ev_bookmark_new_external):
13006
13007         Support for external uris, better constructors.
13008
13009         * backend/ev-bookmark.h:
13010         * pdf/xpdf/pdf-document.cc:
13011         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13012
13013         Handle external uris
13014
13015 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13016
13017         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13018         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13019
13020         Hook up bookmarks navigation
13021
13022 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13023
13024         * backend/Makefile.am:
13025         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13026         (ev_bookmark_get_title), (ev_bookmark_set_title),
13027         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13028         (ev_bookmark_get_page), (ev_bookmark_set_page),
13029         (ev_bookmark_get_property), (ev_bookmark_set_property),
13030         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13031         (ev_bookmark_new):
13032         * backend/ev-bookmark.h:
13033         * backend/ev-document-bookmarks.c:
13034         (ev_document_bookmarks_get_bookmark):
13035         * backend/ev-document-bookmarks.h:
13036         * pdf/xpdf/pdf-document.cc:
13037         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13038
13039         Add a bookmark object to the backend and use it instead of get_values
13040
13041 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13042
13043         * data/evince-ui.xml:
13044
13045         Cleanup and add select all.
13046
13047         * shell/ev-view.c: (ev_view_select_all),
13048         (ev_view_button_press_event):
13049         * shell/ev-view.h:
13050         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13051
13052         Add select all.
13053         Clear selection on click.
13054
13055 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13056
13057         * shell/ev-sidebar-thumbnails.c
13058         (ev_sidebar_thumbnails_set_document): forgot to unref the
13059         loading_icon.
13060
13061 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13062
13063         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13064         at the visible page, not just linearly.  This makes it look fast.
13065
13066 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13067
13068         * backend/ev-document-misc.c
13069         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13070         white.
13071         * backend/ev-document-thumbnails.h: New interface to get the size
13072         of a page.
13073
13074 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13075
13076         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13077         make dist works
13078
13079 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13080
13081         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13082         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13083         things up a bit.
13084
13085         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13086
13087 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13088
13089         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13090         fonts. Should fix font problems on systems that have the base
13091         fonts in bitmap format. Reported by James Henstridge
13092         <james@jamesh.id.au>.
13093
13094 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13095
13096         * pdf/xpdf/Gfx.cc:
13097         * pdf/xpdf/GfxState.cc:
13098
13099         Fix for CAN-2004-1125
13100
13101 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13102
13103         * shell/ev-view.c: (ev_view_copy):
13104         * shell/ev-view.h:
13105         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13106
13107         Implement Edit->Copy
13108
13109 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13110
13111         * backend/ev-document.c: (ev_document_get_text):
13112         * backend/ev-document.h:
13113         * pdf/xpdf/pdf-document.cc:
13114         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13115         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13116         (ev_view_update_primary_selection), (ev_view_button_press_event),
13117         (ev_view_motion_notify_event), (ev_view_button_release_event):
13118
13119         Beginnings of clipboard support. Incomplete but primary sort
13120         of work.
13121
13122 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13123
13124         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13125         (expose_bin_window):
13126
13127         Nicer rubberband drawing, from GtkIconView.
13128
13129 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13130
13131         * backend/ev-document.c: (ev_document_save):
13132         * backend/ev-document.h:
13133         * data/evince-ui.xml:
13134         * pdf/xpdf/pdf-document.cc:
13135         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13136
13137         Implement "Save a copy..." menu item
13138
13139 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13140
13141         * shell/ev-view.c: (ev_view_zoom):
13142
13143         Queue a resize when zoom changes
13144
13145 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13146
13147         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13148         shadows.
13149
13150         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13151         thumbnails..
13152
13153 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13154
13155         * pdf/xpdf/pdf-document.cc
13156         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13157
13158 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13159
13160         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13161         It's slow, but I'll speed it up next!
13162
13163 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13164
13165         * shell/main.c (load_files):
13166
13167         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13168         from the command line and because it seems more appropriate.
13169
13170 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13171
13172         * data/evince-ui.xml:
13173         * shell/ev-window.c: (update_action_sensitivity),
13174         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13175
13176         s/next page/page down
13177         s/previous page/page up
13178
13179 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13180
13181         * data/evince-ui.xml:
13182
13183         Change the layout to match clarkbw design.
13184
13185         * shell/Makefile.am:
13186         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13187         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13188         (ev_navigation_action_finalize),
13189         (ev_navigation_action_set_property),
13190         (ev_navigation_action_get_property),
13191         (ev_navigation_action_class_init):
13192         * shell/ev-navigation-action.h:
13193
13194         Implement clarkbw toolbar navigation controls (incomplete)
13195
13196         * shell/ev-page-action.c: (update_label), (update_spin),
13197         (value_changed_cb), (create_tool_item), (connect_proxy),
13198         (ev_page_action_init), (ev_page_action_finalize),
13199         (ev_page_action_set_property), (ev_page_action_get_property),
13200         (ev_page_action_set_current_page),
13201         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13202         * shell/ev-page-action.h:
13203
13204         Implement a page switcher in the toolbar
13205
13206         * shell/ev-view.c: (ev_view_scroll_view):
13207         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13208         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13209         (register_custom_actions), (ev_window_init):
13210
13211         Change page on PageUp/Down.
13212
13213 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13214
13215         * pdf/xpdf/pdf-document.cc
13216         (pdf_document_thumbnails_get_thumbnail): initial stab at
13217         implementing thumbnail support for pdfs.  It only does documents
13218         with precached pdfs now.
13219
13220 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13221
13222         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13223         thumbnail code into a time-based idle as well.  Also, turn off the
13224         shadow temporarily as it's really slow.
13225
13226 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13227
13228         * backend/ev-document.c: (ev_document_class_init):
13229         * pdf/xpdf/pdf-document.cc:
13230         * shell/ev-window.c: (ev_window_open):
13231
13232         Fix document title bugs and fallback to
13233         filename when not available.
13234
13235 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13236
13237         * backend/ev-document.c: (ev_document_get_type),
13238         (ev_document_class_init), (ev_document_load),
13239         (ev_document_get_title):
13240         * backend/ev-document.h:
13241         * pdf/xpdf/pdf-document.cc:
13242         * ps/ps-document.c: (ps_document_set_property),
13243         (ps_document_get_property), (ps_document_class_init),
13244         (document_load):
13245         * ps/ps-document.h:
13246         * ps/ps.h:
13247         * shell/ev-window.c: (update_window_title), (ev_window_open),
13248         (ev_window_init):
13249
13250         Initial support for document title. Not working yet.
13251
13252 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13253
13254         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13255
13256         Grab focus on the view when clicking it
13257
13258 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13259
13260         * shell/ev-marshal.list:
13261         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13262         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13263
13264         Add key bindings to the view. Now if the focus would work
13265         right...
13266
13267 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13268
13269         * Makefile.am:
13270         * backend/Makefile.am:
13271         * data/Makefile.am:
13272         * dvi/Makefile.am:
13273         * dvi/dvilib/Makefile.am:
13274         * pdf/xpdf/Makefile.am:
13275         * po/POTFILES.in:
13276         * ps/Makefile.am:
13277
13278         Fix distcheck
13279
13280 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13281
13282         * shell/ev-view.c: (ev_view_realize):
13283
13284         Fix mouse wheel scrolling
13285
13286 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13287
13288         * ps/Makefile.am:
13289         * ps/gstypes.h:
13290         * ps/gtkgs.c:
13291         * ps/gtkgs.h:
13292         * ps/ps-document.c: (catchPipe), (ps_document_init),
13293         (ps_document_class_init), (ps_document_cleanup),
13294         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13295         (set_up_page), (close_pipe), (is_interpreter_ready),
13296         (interpreter_failed), (output), (input), (start_interpreter),
13297         (stop_interpreter), (file_length), (file_readable),
13298         (check_filecompressed), (check_pdf), (compute_xdpi),
13299         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13300         (ps_document_get_type), (ps_document_emit_error_msg),
13301         (document_load), (ps_document_next_page),
13302         (ps_document_get_current_page), (ps_document_get_page_count),
13303         (ps_document_goto_page), (ps_document_set_page_size),
13304         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13305         (ps_document_load), (ps_document_get_n_pages),
13306         (ps_document_set_page), (ps_document_get_page),
13307         (ps_document_widget_event), (ps_document_set_target),
13308         (ps_document_set_scale), (ps_document_set_page_offset),
13309         (ps_document_get_page_size), (ps_document_render),
13310         (ps_document_document_iface_init):
13311         * ps/ps-document.h:
13312         * ps/ps.c:
13313         * shell/ev-window.c: (ev_window_open):
13314
13315         Rename GtkGS to PSDocument
13316
13317 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13318
13319         * ps/gtkgs.c: (gtk_gs_class_init):
13320         * ps/gtkgs.h:
13321
13322         Some more leftover...
13323
13324 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13325
13326         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13327         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13328         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13329         * ps/gtkgs.h:
13330
13331         Remove unused code and make a lot of stuff private
13332
13333 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13334
13335         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13336         (gtk_gs_defaults_changed):
13337         * ps/gsdefaults.h:
13338         * ps/gtkgs.c:
13339         * ps/gtkgs.h:
13340         * ps/ps.h:
13341
13342         Cleanup headers dependencies
13343
13344 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13345
13346         * ps/Makefile.am:
13347         * ps/ggvutils.c:
13348         * ps/ggvutils.h:
13349         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13350         * ps/gsdefaults.h:
13351         * ps/gtkgs.c: (file_length), (file_readable),
13352         (check_filecompressed), (check_pdf), (gtk_gs_load),
13353         (gtk_gs_get_postscript):
13354
13355         Get rid of ggvutils
13356
13357 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13358
13359         * ps/ggvutils.c:
13360         * ps/ggvutils.h:
13361         * ps/gsio.h:
13362         * ps/gtkgs.c: (gtk_gs_set_zoom):
13363
13364         Cleanups
13365
13366 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13367
13368         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13369
13370         Ensure the page is rerendered when changing zoom
13371
13372 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13373
13374         * backend/ev-document.c: (ev_document_base_init),
13375         (ev_document_changed):
13376         * backend/ev-document.h:
13377
13378         Add a changed event that is emitted when the page content
13379         changes. This is necessary to deal with the fact that
13380         in ps backend rendering happen asycrounously.
13381         This makes the ps backend mostly work.
13382
13383         * pdf/xpdf/pdf-document.cc:
13384
13385         Emit changed event
13386
13387         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13388         (ps_document_set_target):
13389
13390         Emit changed event
13391
13392         * shell/ev-view.c: (document_changed_callback),
13393         (ev_view_set_document), (ev_view_set_page):
13394
13395         Redraw on the changed signal
13396
13397 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13398
13399         * configure.ac: Added pt_BR to ALL_LINGUAS.
13400
13401 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13402
13403         * backend/ev-document-bookmarks.c:
13404         (ev_document_bookmarks_get_child): *
13405         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13406         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13407         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13408         (ev_sidebar_bookmarks_destroy),
13409         (ev_sidebar_bookmarks_class_init),
13410         (ev_sidebar_bookmarks_construct), (stack_data_free),
13411         (do_one_iteration), (populate_bookmarks_idle),
13412         (ev_sidebar_bookmarks_clear_document),
13413         (ev_sidebar_bookmarks_set_document): *
13414         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13415         (ev_sidebar_add_page),
13416         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13417         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13418         it displays both the topics and the page numbers.
13419
13420 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13421
13422         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13423         toggle.
13424         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13425         visible.
13426
13427 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13428
13429         * configure.ac: Added en_CA to ALL_LINGUAS.
13430
13431 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13432
13433         * ChangeLog: replace bottom of this ChangeLog (merged history of
13434         ggv and gpdf; where all paths were wrong and most of the files are
13435         not even in this tree) with ChangeLog (from arch) of the shell
13436         code.
13437
13438 2004-12-23  Havoc Pennington  <hp@redhat.com>
13439
13440         * shell/ev-window.c: hook up potentially-questionable "find
13441         results status text" feature - something involving the sidebar or
13442         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13443         might be better in the end.
13444
13445         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13446         with corresponding signal when it should be updated
13447
13448         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13449
13450 2004-12-22  Havoc Pennington  <hp@redhat.com>
13451
13452         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13453         find stuff on other pages, sort of (only returns one result on
13454         invisible pages, to show they have results; updates full results
13455         for a page when you view it). Currently repaints the current page
13456         every time a new result is found on any page, which isn't so nice.
13457
13458 2004-12-22  Havoc Pennington  <hp@redhat.com>
13459
13460         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13461         the document doesn't support find (better ideas?)
13462         (find_bar_search_changed_cb): handle missing document or document
13463         that doesn't support find
13464
13465         * pdf/xpdf/pdf-document.cc: port to implement the new
13466         EvDocumentFindIface
13467
13468         * backend/ev-document-find.c: create a new interface for searching
13469
13470         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13471
13472 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13473
13474         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13475         libevbackend.la.
13476
13477         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13478         EvPrintJob constructor arguments.
13479
13480         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13481         for documents that can export PostScript (page by page).
13482
13483         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13484         
13485         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13486         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13487         (pdf_document_ps_exporter_iface_init:
13488         Implement EvPSExporter.
13489
13490         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13491
13492 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13493
13494         * backend/Makefile.am:
13495         * backend/ev-document-thumbnails.c:
13496         (ev_document_thumbnails_get_type),
13497         (ev_document_thumbnails_get_thumbnail):
13498         * backend/ev-document-thumbnails.h:
13499         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13500         (pixbuf_document_thumbnails_get_thumbnail),
13501         (pixbuf_document_document_thumbnails_iface_init):
13502         * shell/Makefile.am:
13503         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13504         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13505         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13506         * shell/ev-sidebar-thumbnails.h:
13507         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13508         (ev_sidebar_set_document):
13509         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13510         (create_shadow), (ev_pixbuf_add_shadow):
13511         * shell/ev-utils.h:
13512         Add thumbnail support.
13513         
13514 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13515
13516         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13517         (using_postscript_printer): Set up a print dialog for "PostScript
13518         injection" method.
13519
13520         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13521         EvPrintJob.
13522
13523         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13524
13525 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13526
13527         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13528         (ps_document_set_target), (ps_document_get_page_size),
13529         (ps_document_render):
13530         * ps/gtkgs.h:
13531
13532         Fix a few bugs
13533
13534 2004-12-22  Christian Rose  <menthos@menthos.com>
13535
13536         * configure.ac: Added "sv" to ALL_LINGUAS.
13537
13538 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13539
13540         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13541         document supports bookmarks.
13542
13543 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13544
13545         * ps/ggvutils.c: (ggv_file_readable):
13546         * ps/ggvutils.h:
13547         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13548         (gtk_gs_get_postscript):
13549
13550         Remove unused utils
13551
13552 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13553
13554         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13555         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13556         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13557         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13558         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13559         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13560         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13561         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13562         (gtk_gs_set_antialiasing), (ps_document_load),
13563         (ps_document_render):
13564         * ps/gtkgs.h:
13565
13566         Another check point for the ps backend. Now I can get it to show
13567         pages!
13568
13569 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13570
13571         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13572         document setting code.
13573
13574 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13575
13576         * shell/eggfindbar.c: (entry_activate_callback):
13577         Animate the next button when activate is pressed.
13578         
13579 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13580
13581         * shell/ev-window.c: (ev_window_cmd_edit_find),
13582         (update_fullscreen_popup), (ev_window_fullscreen),
13583         (ev_window_unfullscreen), (ev_window_state_event_cb),
13584         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13585         Fix bugs in fullscreen code.
13586         
13587 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13588
13589         * Makefile.am:
13590         * configure.ac:
13591         * pixbuf/Makefile.am:
13592         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13593         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13594         (pixbuf_document_set_page), (pixbuf_document_get_page),
13595         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13596         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13597         (pixbuf_document_render), (pixbuf_document_begin_find),
13598         (pixbuf_document_end_find), (pixbuf_document_finalize),
13599         (pixbuf_document_class_init),
13600         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13601         * pixbuf/pixbuf-document.h:
13602         * shell/Makefile.am:
13603         * shell/ev-application.c: (ev_application_open):
13604         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13605         (ev_window_open):
13606         Add pixbuf backend.
13607         
13608 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13609
13610         * Makefile.am: 
13611         * dvi/dvilib/Makefile.am:
13612         * dvi/Makefile.am:
13613         * configure.ac: Auto*ify dvi and dvi/dvilib
13614
13615         * dvi/Makefile: Remove from CVS
13616         
13617         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13618         confusion.
13619
13620         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13621         
13622         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13623         
13624 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13625
13626         * ps/Makefile.am:
13627         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13628         (gtk_gs_value_adjustment_changed), (compute_size),
13629         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13630         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13631         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13632         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13633         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13634         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13635         (ps_document_load), (ps_document_get_n_pages),
13636         (ps_document_set_page), (ps_document_get_page),
13637         (ps_document_set_target), (ps_document_set_scale),
13638         (ps_document_set_page_offset), (ps_document_get_page_size),
13639         (ps_document_render), (ps_document_begin_find),
13640         (ps_document_end_find), (ps_document_document_iface_init):
13641         * ps/gtkgs.h:
13642         * shell/Makefile.am:
13643         * shell/ev-window.c: (ev_window_open):
13644
13645         Some work to integrate gtkgs with EvDocument
13646
13647 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13648
13649         * shell/ev-window.c: (update_fullscreen_popup),
13650         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13651         (exit_fullscreen_button_clicked_cb),
13652         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13653         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13654         (ev_window_state_event_cb), (ev_window_init):
13655         Add fullscreen support from Epiphany.
13656         
13657 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13658
13659         * data/ev-stock-zoom-fit-width.png: fit-width
13660         stock icon from gpdf.
13661         
13662         * shell/ev-stock-icons.[ch]: copied from gpdf.
13663         
13664         * shell/main.c: (main): init stock icons.
13665         
13666         * shell/ev-window.c: use the fit-width icon.
13667         
13668         * data/evince-ui.xml: add zooming toolbar items.
13669
13670 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13671
13672         * shell/ev-view.c: 
13673         (ev_view_best_fit), (ev_view_fit_width): because
13674         get_page_size() returns the scaled page size, we
13675         need to calculate the scale factor relative to
13676         the previous scale factor. Should really just
13677         add get_real_page_size().
13678
13679 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13680
13681         * shell/ev-view.[ch]:
13682         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13683         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13684         add zooming.
13685         
13686         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13687         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13688         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13689         hook it up.
13690         
13691         * pdf/xpdf/pdf-document.cc:
13692         (pdf_document_begin_find),
13693         (pdf_document_end_find): make static.
13694
13695 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13696
13697         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13698
13699         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13700         names to fontconfig patterns.
13701         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13702
13703         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13704         setupBaseFontsFc.
13705
13706 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13707
13708         * Makefile.am:
13709         * configure.ac:
13710         * ps/Makefile.am:
13711         * ps/ggvutils.c:
13712         * ps/ggvutils.h:
13713         * ps/gsdefaults.c:
13714         * ps/gsdefaults.h:
13715         * ps/gsio.c:
13716         * ps/gsio.h:
13717         * ps/gtkgs.c:
13718         * ps/gtkgs.h:
13719         * ps/ps.c:
13720         * ps/ps.h:
13721
13722         Import ggv backend. Not hooked up yet.
13723
13724 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13725
13726         * shell/main.c: (load_files), (main): load files
13727         from the command line.
13728
13729 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13730
13731         * configure.ac: don't require bonobo.
13732         
13733         * cut-n-paste/recent-files/*: kill bonobo recent
13734         view.
13735
13736         * shell/ev-window.c:
13737         (ev_window_is_empty): upd.
13738         (unable_to_load), (ev_window_open): load backend
13739         based on the mime type.
13740
13741 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13742
13743         * backend/.cvsignore: ignore generated marshalers source.
13744
13745         * shell/main.c (main): this is not epiphany.
13746
13747 2004-12-22  Havoc Pennington  <hp@redhat.com>
13748
13749         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13750         (expose_bin_window): draw find highlights
13751
13752         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13753         
13754         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13755         (pdf_document_end_find): implement this interface
13756
13757         * backend/ev-document.c (ev_document_found): add this to emit
13758         signal
13759
13760 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13761
13762         * data/evince-ui.xml: Add a few more toolbar items.
13763
13764         * shell/ev-window.c: Hook up page navigation toolbar 
13765         items.
13766
13767         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13768         a page-changed signal.
13769
13770         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13771         Add ev_document_get_page().
13772
13773         * shell/ev-window.c: Sensitize/desensitize navigation
13774         actions.
13775
13776 2004-12-21  Havoc Pennington  <hp@redhat.com>
13777
13778         * backend/ev-backend-marshal.c,
13779         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13780         marshaler-generator thingy. I'm sure there's a better way to do
13781         this in the modern world.
13782
13783         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13784         end_find methods and "found" signal.
13785
13786         * configure.ac: find glib-genmarshal
13787
13788 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13789
13790         * shell/ev-sidebar.c: Construct an actual sidebar.
13791         * shell/ev-sidebar-bookmarks.[ch]:
13792         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13793
13794 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13795
13796         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13797         Redo size handling.
13798         
13799         * shell/ev-view.c: Track the size from the document.
13800
13801 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13802
13803         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13804         constructor assumes ownership of the string passed in.
13805         
13806         * shell/ev-window.c (ev_window_open): Destroy the error
13807         dialog once we've displayed it.
13808
13809 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13810
13811         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13812         a bit, it works! (sort of)
13813
13814         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13815         Move to .cc since we need to use C++ in the implementation.
13816
13817         * shell/dummy.cc: Add a CC file to force evince
13818         to be linked as a C++ program.
13819
13820 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13821
13822         * shell/ev-view.[ch]: Start of content-area widget.
13823
13824         * shell/ev-window.c: Create a EvView, update it
13825         as we change documents.
13826
13827         * shell/Makefile.am shell/ev-marshal.list: Add
13828         generated marshalers.
13829
13830 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13831
13832         * Makefile.am (SUBDIRS): move shell.
13833
13834 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13835
13836         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13837         .a to libtool convenience libraries.
13838
13839         * shell/ev-window.c (ev_window_open): Hard code loading
13840         a PDF document.
13841         
13842         * backend/ev-document.h: Add a boolean return to load(),
13843         fix GError * to GError **.
13844
13845         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13846         object for a PDF backend EvDocument.
13847
13848 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13849
13850         * dvi/*: New directory with the beginning of a .dvi backend.
13851
13852 2004-12-21  Havoc Pennington  <hp@redhat.com>
13853
13854         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13855         previous/next instead of back/forward
13856
13857 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13858
13859         * backend/ev-document.[ch]: Fix a couple of problems so
13860         it compile.
13861
13862 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13863
13864         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13865         to backend/ directory, rename EvViewer to EvDocument.
13866
13867 2004-12-21  Havoc Pennington  <hp@redhat.com>
13868
13869         * shell/ev-window.c: hook up the find bar widget; now we just need
13870         a document to find things in
13871
13872         * shell/eggfindbar.c: a find bar widget
13873
13874 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13875
13876         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13877
13878 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13879
13880         * pdf/**: Import of xpdf code from gpdf. 
13881
13882         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13883
13884         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13885         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13886         Fix FreeType includes.
13887
13888         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13889         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13890         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13891         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13892         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13893         Include xpdfconfig.h
13894         
13895 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13896
13897         * shell/ev-window.c (ev_window_dispose): dispose can be called
13898         multiple times.
13899
13900 2004-12-21  Havoc Pennington  <hp@redhat.com>
13901
13902         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13903         rather than Evince
13904
13905         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13906         items; really they should be synced with the strings, etc. from
13907         current gpdf, but just getting the boring typing out of the way 
13908
13909 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13910
13911         * po/POTFILES.in:
13912         * shell/ev-application.c: (window_destroy_cb):
13913         * shell/ev-window.c:
13914         * shell/main.c: (main):
13915
13916         Actually show the window...
13917
13918 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13919
13920         * Makefile.am:
13921         * shell/Makefile.am:
13922         * shell/ev-application.c: (ev_application_class_init):
13923         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13924
13925         Make it build again
13926
13927 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13928
13929         Import to gnome cvs.
13930         
13931         * Remove copies of gpdf and ggv trees.
13932         * Rip out all the recursive configure code.
13933         * Remove bonobo machinery.
13934         * viewer/*: GInterfaces that backends should/can implement.
13935
13936 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13937
13938         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13939         typo
13940
13941 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13942
13943         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13944         (ev_application_finalize, ev_application_class_init)
13945         (ev_application_init): use GType instance private data for priv.
13946
13947         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13948         (ev_window_finalize, ev_window_class_init)
13949         (ev_window_init): ditto.
13950
13951 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13952
13953         * shell/ev-application.c (ev_application_new_window): make public
13954         (ev_application_show_initial_window): kill.
13955
13956         * shell/ev-application.h: update prototypes.
13957
13958         * shell/main.cc (main): inline ev_application_show_initial_window.
13959
13960 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13961
13962         * shell/ev-application.c (ev_application_new_window): impl.
13963         (ev_application_show_initial_window): use it.
13964         (is_window_empty, ev_application_get_empty_window): returns an
13965         existing empty window or a new one.
13966         (ev_application_open): from ev_window_cmd_file_open.
13967
13968         * shell/ev-application.h: update prototypes
13969
13970         * shell/ev-window.c (ev_window_is_empty): impl.
13971         (ev_window_open): make public.
13972         (ev_window_cmd_file_open): use ev_application_open
13973
13974         * shell/ev-window.h: update prototypes, remove unused.
13975
13976 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13977
13978         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13979         move destroy handler out of here...
13980
13981         * shell/ev-application.c, shell/ev-application.h: ...into this new
13982         class. Also handles initial window creation.
13983
13984         * shell/main.cc (main): use EvApplication to create initial
13985         window.
13986
13987 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13988
13989         * Makefile.am (SUBDIRS): add cut-n-paste
13990
13991         * cut-n-paste/Makefile.am: add
13992
13993         * configure.ac: generate Makefiles in cut-n-paste
13994
13995 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13996
13997         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13998         (ev_window_class_init): install ev_window_dispose.
13999
14000 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14001
14002         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14003         char (gchar looks stupid).
14004
14005 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14006
14007         * po/de.po: updated German translation.
14008
14009 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14010
14011         * configure.ac: add more pkg-config library checks for gnome-vfs,
14012         bonobo etc.
14013
14014         * gpdf/configure.in: temporarily disable libpaper
14015         checks. Otherwise I'd have to add the checks for the shell, too.
14016
14017 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14018
14019         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14020         and * file filters to the file choose.
14021
14022 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14023
14024         * po/de.po: Updated German translation.
14025
14026 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14027
14028         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14029
14030 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14031
14032         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14033
14034         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14035         (ev_window_init): implement those menuitems.
14036
14037 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14038
14039         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14040
14041         * shell/ev-window.c (ev_window_init): use the toolbar.
14042
14043 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14044
14045         * shell/ev-window.c (ev_window_init): use menu translations
14046
14047 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14048
14049         * configure.ac: add "de" to ALL_LINGUAS.
14050
14051         * po/de.po: add German translation.
14052
14053 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14054
14055         * Makefile.am (SUBDIRS): add po
14056
14057         * configure.ac: check intltool, glib-gettext etc, generate
14058         po/Makefile.in
14059
14060         * po, po/POTFILES.in, po/POTFILES.skip: new.
14061
14062 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14063
14064         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14065         already use (#ifdef ENABLE_NLS)
14066
14067         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14068         pointer indirection thinko.
14069
14070         * shell/main.c: include gi18n.h for bindtextdomain etc.
14071
14072 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14073
14074         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14075         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14076         tooltips for menu items in the statusbar.
14077
14078 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14079
14080         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14081         pkgdatadir drop UIDIR
14082
14083 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14084
14085         * data/evince-ui.xml: Add File->Open menu item
14086
14087         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14088         chooser), hook it up in the ui manager.
14089
14090 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14091
14092         * shell/ev-window.c: fix Help->About tooltip.
14093
14094 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14095
14096         * configure.ac: set CFLAGS for libevprivate.
14097
14098         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14099         definitions, factory etc.
14100
14101         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14102
14103         * shell/Makefile.am: link against libevprivate.a.
14104
14105         * shell/ev-window.c (entries): add stock icon to Help->About.
14106
14107         * shell/main.c (main): init stock icon code.
14108
14109 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14110
14111         * lib/recent-files: egg recent files code
14112
14113         * lib/Makefile.am: add.
14114
14115         * Makefile.am: add lib subdir.
14116
14117         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14118         set CFLAGS for recent-files.
14119
14120 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14121
14122         * configure.ac: disable -ansi and -pedantic gcc flags. They
14123         disable POSIX stuff in stdio.h, but egg-recent uses them.
14124
14125 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14126
14127         * configure.ac: add --disable-deprecated flag (defaults to on in
14128         "cvs" builds).
14129
14130         * shell/Makefile.am (INCLUDES): use it.
14131
14132 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14133
14134         * shell/main.c: add missing #include.
14135
14136         * shell/ev-window.c: fix for pedantic gcc.
14137         (ev_window_cmd_help_about): split license into paragraphs for
14138         translators and pedantic compilers.
14139
14140 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14141
14142         * configure.ac: add more warning flags if compiling with gcc from
14143         cvs (or explicitly requested with --enable-more-warnings).
14144
14145 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14146
14147         * data/evince-ui.xml: add File and File->Close menu.
14148
14149         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14150         (ev_window_destroy): quit after destroy.
14151         (ev_window_class_init): override GtkObject::destroy.
14152         (entries): install close_window callback.
14153
14154 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14155
14156         * Makefile.am (SUBDIRS): add data subdir.
14157
14158         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14159         gtk+ 2.5.0 for GtkAboutDialog.
14160
14161         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14162         main window.
14163
14164         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14165
14166         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14167         manager.
14168         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14169
14170 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14171
14172         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14173
14174 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14175
14176         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14177
14178 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14179
14180         * shell/*: Added shell directory boilerplate, build it.
14181
14182 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14183
14184         * configure.ac, Makefile.am: Added top-level configure.ac and
14185         Makefile.am