]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.24.0
[evince.git] / ChangeLog
1 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4         * configure.ac:
5
6         Update for release 2.24.0
7         
8 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-window.c: (launch_external_uri):
11
12         Use GdkAppLaunchContext when available to launch external uris.
13         
14 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/ev-window.c: (launch_external_uri):
17
18         Use the message area to show errors when lauching external uris
19         instead of a popup window.
20         
21 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * shell/ev-window.c: (launch_external_uri):
24
25         Assume invalid uris are http uris. Fixes bug #552071.
26         
27 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * NEWS:
30         * configure.ac:
31
32         Update for release 2.23.92.
33         
34 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * shell/eggfindbar.c: (egg_find_bar_class_init):
37
38         Allow page scrolling with PageUp/PageDown keys when find bar is
39         active. Fixes bug #529833.
40         
41 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/ev-view-private.h:
44         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
45         (ev_view_scroll), (ev_view_class_init):
46         * shell/ev-view-accessible.c:
47         (ev_view_accessible_action_do_action):
48         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
49         (ev_window_cmd_scroll_backward):
50
51         Use GtkScrollType instead of EvScrollType.
52         
53 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
54
55         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
56         
57         Patch for case unsensitive page label match by Michael Lee.
58         See bug #550136.
59         
60         * shell/ev-page-action.c (create_tool_item):    
61         * test/Makefile.am:
62         * test/test1.py:
63         * test/test4.py:
64         * test/test5.py:
65         
66         Added test for the above and updated other tests.
67
68 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * shell/ev-window.c: (image_save_dialog_response_cb):
71
72         Do not append the file extension twice when saving an image.
73         
74 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
77
78         Remove an invalid ifdef.
79         
80 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
81
82         * shell/ev-view.c: (ev_view_motion_notify_event):
83
84         Make sure the cursor is correctly restored after showing the right
85         click menu.
86         
87 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
90         (ev_attachment_open):
91         * shell/ev-sidebar-attachments.c:
92         (ev_sidebar_attachments_button_press):
93         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
94
95         Use GdkAppLaunchContext when available to open attachments.
96         
97 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
100
101         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
102         by Eric Piel.
103         
104 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * shell/ev-application.c: (ev_application_get_media_keys):
107         * shell/ev-media-player-keys.[ch]:
108         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
109         (ev_media_player_keys_grab_keys),
110         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
111         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
112         * shell/ev-window.[ch]: (ev_window_dispose),
113         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
114         (ev_window_init):
115
116         Clean up the media player keys stuff.
117         
118 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * NEWS:
121         * configure.ac:
122
123         Update for release 2.23.91.
124         
125 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * cut-n-paste/smclient/eggsmclient-xsmp.c:
128         (sm_client_xsmp_set_initial_properties):
129
130         Fix memory leak.
131         
132 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * shell/ev-application.c: (ev_application_open_window),
135         (ev_application_open_uri_at_dest):
136
137         Make sure evince starts up in the right workspace when resuming a
138         previous session.
139         
140 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
141
142         * shell/ev-application.[ch]: (ev_application_open_window),
143         (ev_application_add_icon_path_for_screen),
144         (ev_application_open_uri_at_dest):
145
146         Fix window manager warnings shown in ~/.xsession-errors
147         
148 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * configure.ac:
151         * cut-n-paste/Makefile.am:
152         * cut-n-paste/smclient/Makefile.am:
153         * cut-n-paste/smclient/eggdesktopfile.[ch]:
154         * cut-n-paste/smclient/eggsmclient-private.h:
155         * cut-n-paste/smclient/eggsmclient-xsmp.c:
156         * cut-n-paste/smclient/eggsmclient.[ch]:
157
158         EggSMClient copied from libegg
159
160         * libdocument/ev-file-helpers.c: (ev_dot_dir):
161         * shell/Makefile.am:
162         * shell/ev-application.[ch]: (ev_application_load_session),
163         (smclient_save_state_cb), (smclient_quit_cb),
164         (ev_application_init_session), (ev_application_shutdown),
165         (ev_application_init):
166         * shell/main.c: (main):
167
168         Use EggSMClient instead of gnome-client and remove libgnome and
169         libgnomeui dependencies.
170         
171 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * shell/main.c: (main):
174
175         Remove gnome_authentication_manager_init.
176         
177 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-view.c: (ev_view_goto_window_create):
180
181         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
182         since it's now deprecated.
183         
184 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * backend/djvu/Makefile.am:
187         * backend/djvu/djvu-document-private.h:
188         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
189         (djvu_document_find_iface_init):
190         * backend/djvu/djvu-text-page.[ch]:
191         * backend/djvu/djvu-text.[ch]: Removed
192         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
193         (pdf_document_find_iface_init):
194         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
195         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
196         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
197         (ev_job_find_get_n_results), (ev_job_find_get_progress),
198         (ev_job_find_has_results), (ev_job_find_get_results):
199         * shell/ev-view-private.h:
200         * shell/ev-view.[ch]: (ev_view_expose_event),
201         (highlight_find_results), (ev_view_finalize),
202         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
203         (ev_view_set_document), (ev_view_find_get_n_results),
204         (ev_view_find_get_result), (jump_to_find_result),
205         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
206         (ev_view_find_previous), (ev_view_find_search_changed),
207         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
208         * shell/ev-window.c: (ev_window_update_actions),
209         (page_changed_cb), (ev_window_setup_document),
210         (ev_window_update_find_status_message),
211         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
212         (ev_window_clear_find_job), (find_bar_close_cb),
213         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
214         (ev_window_dispose), (ev_window_init):
215
216         Rework find interface. The find logic has been moved from backends
217         to the shell avoiding a lot of duplicated code in the backends and
218         making easier to implement the find interface in the backends.
219         
220 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * backend/pdf/ev-poppler.cc:
223         (pdf_document_thumbnails_get_dimensions):
224
225         Make sure thumbnail size returned by the PDF is actually
226         valid. Fixes bug #548462.
227         
228 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * shell/ev-window.c: (ev_window_setup_document),
231         (ev_window_set_document), (ev_window_dispose):
232
233         Remove the idle function for setting the document up when the
234         window is destroyed. Fixes bug #549163.
235         
236 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
239         (ev_job_attachments_dispose), (ev_job_attachments_run),
240         (ev_job_attachments_class_init), (ev_job_attachments_new):
241         * shell/ev-sidebar-attachments.c:
242         (ev_sidebar_attachments_set_document):
243
244         Add a new job to get the attachments in a thread with the document
245         lock held. Fixes bug #548653.
246         
247 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
250         (tiff_document_document_iface_init):
251
252         Implement document_get_page_label in tiff backend.
253         
254 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * backend/tiff/tiff-document.c: (tiff_document_render):
257
258         Handle document orientation in tiff backend. Fixes bug #548444.
259         
260 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
263
264         Do not crash when adjustment page size is 0. Fixes bug #547440.
265         
266 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * cut-n-paste/evmountoperation/ev-mount-operation.c:
269
270         Sync with current GTK+.
271         
272 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
273
274         * configure.ac:
275         
276         Update for release 2.23.6.
277
278 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
281         (ev_job_load_set_password):
282         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
283         * shell/ev-window.c: (password_dialog_response),
284         (ev_window_load_job_cb):
285
286         Fix loading encrypted documents since I broke it with the jobs
287         rework.
288         
289 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * NEWS:
292
293         Update NEWS for 2.23.6 release.
294         
295 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
296
297         * backend/impress/impress-document.c:
298         * backend/impress/render.h:
299         * libdocument/ev-document-factory.c:
300         * libdocument/ev-document-factory.h:
301         * libdocument/ev-document-links.h:
302         * libdocument/ev-document-misc.c:
303         * libdocument/ev-document-misc.h:
304         * properties/ev-properties-main.c:
305         * properties/ev-properties-view.c:
306         * properties/ev-properties-view.h:
307         * shell/eggfindbar.c:
308         * shell/eggfindbar.h:
309         * shell/ev-application.c:
310         * shell/ev-application.h:
311         * shell/ev-jobs.h:
312         * shell/ev-message-area.h:
313         * shell/ev-navigation-action.c:
314         * shell/ev-navigation-action.h:
315         * shell/ev-open-recent-action.c:
316         * shell/ev-open-recent-action.h:
317         * shell/ev-page-action-widget.c:
318         * shell/ev-page-action.c:
319         * shell/ev-page-action.h:
320         * shell/ev-page-cache.h:
321         * shell/ev-password-view.h:
322         * shell/ev-password.h:
323         * shell/ev-pixbuf-cache.h:
324         * shell/ev-properties-fonts.c:
325         * shell/ev-sidebar-attachments.c:
326         * shell/ev-sidebar-links.c:
327         * shell/ev-sidebar-links.h:
328         * shell/ev-sidebar-thumbnails.c:
329         * shell/ev-sidebar-thumbnails.h:
330         * shell/ev-sidebar.c:
331         * shell/ev-sidebar.h:
332         * shell/ev-stock-icons.c:
333         * shell/ev-tooltip.h:
334         * shell/ev-view.c:
335         * shell/ev-view.h:
336         * shell/ev-window.c:
337         * shell/ev-window.h:
338         * shell/main.c:
339
340         More #include cleanups. Again: reordering, single gtk.h
341         includes and other stuff.
342
343 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
344
345         * shell/eggfindbar.c:
346         * shell/ev-application.c:
347         * shell/ev-message-area.c:
348         * shell/ev-navigation-action.c:
349         * shell/ev-open-recent-action.c:
350         * shell/ev-page-action-widget.c:
351         * shell/ev-page-action.c:
352         * shell/ev-password-view.c:
353         * shell/ev-properties-dialog.c:
354         * shell/ev-properties-fonts.c:
355         * shell/ev-sidebar-attachments.c:
356         * shell/ev-sidebar-page.c:
357         * shell/ev-sidebar-thumbnails.c:
358         * shell/ev-stock-icons.c:
359         * shell/ev-tooltip.c:
360         * shell/ev-view.c:
361         * shell/ev-window.c:
362         * shell/main.c:
363
364         Cleanup many #include statements: reorder so that a
365         generic-to-specific order is used, use single gtk.h
366         includes, and some other cleanups.
367
368 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * shell/ev-jobs.h:
371
372         Add gio header.
373         
374 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
377         (ev_document_fc_mutex_trylock):
378         * shell/Makefile.am:
379         * shell/ev-job-queue.[ch]:
380         * shell/ev-job-scheduler.[ch]:
381         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
382         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
383         (ev_job_run), (ev_job_cancel), (ev_job_failed),
384         (ev_job_failed_from_error), (ev_job_succeeded),
385         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
386         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
387         (ev_job_links_class_init), (ev_job_render_init),
388         (notify_page_ready), (ev_job_render_page_ready),
389         (ev_job_render_run), (ev_job_render_class_init),
390         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
391         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
392         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
393         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
394         (ev_job_save_dispose), (ev_job_save_run),
395         (ev_job_save_class_init), (ev_job_print_init),
396         (ev_job_print_dispose), (ev_job_print_run),
397         (ev_job_print_class_init):
398         * shell/ev-page-cache.c:
399         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
400         (check_job_size_and_unref), (move_one_job),
401         (copy_job_to_job_info), (add_job),
402         (ev_pixbuf_cache_add_jobs_if_needed):
403         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
404         (job_fonts_finished_cb), (job_fonts_updated_cb),
405         (ev_properties_fonts_set_document):
406         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
407         (ev_sidebar_links_set_document):
408         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
409         (ev_sidebar_thumbnails_set_document),
410         (ev_sidebar_thumbnails_clear_job):
411         * shell/ev-view-private.h:
412         * shell/ev-view.c:
413         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
414         (ev_window_refresh_window_thumbnail), (password_dialog_response),
415         (ev_window_clear_load_job), (ev_window_clear_reload_job),
416         (ev_window_load_job_cb), (ev_window_reload_job_cb),
417         (window_open_file_copy_ready_cb), (ev_window_open_uri),
418         (ev_window_reload_document), (ev_window_clear_save_job),
419         (ev_window_save_job_cb), (file_save_dialog_response_cb),
420         (ev_window_clear_print_job), (ev_window_print_job_cb),
421         (ev_window_print_dialog_response_cb):
422         * shell/main.c: (main):
423
424         Rework the jobs system in order to make it simpler and more
425         extensible. It allows to run jobs in the main loop instead of
426         using a thread when it's appropriate like the fonts job. Now it's
427         also possible to cancel jobs that are currently running. 
428         
429 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * libdocument/ev-debug.c: (profile_init):
432
433         Create the hash table also when profiling service is enabled for
434         all sections.
435         
436 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
437
438         * libdocument/ev-debug.[ch]: (ev_profiler_start),
439         (ev_profiler_stop):
440         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
441         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
442         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
443         (ev_job_print_run):
444         * shell/main.c: (main):
445
446         Add a profile mode available when debug is enabled. Add profilers
447         in ev-jobs.
448         
449 2008-07-23  Götz Waschk <waschk@mandriva.org>
450
451         * configure.ac: Correctly build desktop file. Fixes
452         bug #544237.
453
454 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
455
456         * configure.ac:
457         
458         Update for release 2.23.5.
459
460 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * NEWS:
463
464         Update NEWS for 2.23.5 release.
465         
466 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * shell/ev-window.c: (ev_window_state_event),
469         (ev_window_class_init):
470
471         Intercept window manager's fullscreen request in order to run/stop
472         fullscreen mode. Fixes bug #493541.
473         
474 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
475
476         * shell/ev-window.c: (find_bar_visibility_changed_cb):
477
478         Restart the job search when the find bar is opened for the second
479         time. Fixes bug #531956.
480         
481 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
484         (get_document_from_uri):
485
486         Make sure we always return a valid error struct when
487         get_document_from_uri fails. Fixes nautilus crash, see bug
488         #542548.
489         
490 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
491
492         * libdocument/ev-transition-effect.c
493         (ev_transition_effect_type_get_type),
494         (ev_transition_effect_alignment_get_type),
495         (ev_transition_effect_direction_get_type):
496         
497         Fixes bug #542924. Makes enums static to fix Solaris build.
498
499 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * shell/ev-view.c: (ev_view_key_press_event):
502
503         Add '.' keybinding for blanking the screen in presentation
504         mode. Fixes bug #542001.
505         
506 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * libdocument/ev-document-misc.c:
509         (ev_document_misc_pixbuf_from_surface):
510
511         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
512         #540950.
513         
514 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
515
516         * backend/comics/comics-document.c (comics_document_load):
517         * backend/comics/comicsdocument.evince-backend.in:
518         * configure.ac:
519         * thumbnailer/evince-thumbnailer-comics.schemas.in:
520         
521         Added support for 7-zip based cb7 comic book. Patch by
522         Kartik Rustagi. Fixes bug #532312.
523
524 2008-06-24  Bastien Nocera  <hadess@hadess.net>
525
526         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
527         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
528         Fixes bug #539972.
529
530 2008-06-24  Bastien Nocera  <hadess@hadess.net>
531
532         * shell/Makefile.am:
533         * shell/ev-application.c (ev_application_init),
534         (ev_application_get_media_keys):
535         * shell/ev-application.h:
536         * shell/ev-marshal.list:
537         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
538         (proxy_destroy), (on_media_player_key_pressed),
539         (ev_media_player_keys_init), (ev_media_player_keys_focused),
540         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
541         * shell/ev-media-player-keys.h:
542         * shell/ev-window.c (ev_window_go_previous_page),
543         (ev_window_go_next_page), (ev_window_go_first_page),
544         (ev_window_go_last_page), (ev_window_start_presentation),
545         (ev_window_dispose), (view_actions_focus_in_cb):
546         * shell/ev-window.h: When building with D-Bus support, listen
547         for multimedia key events from gnome-settings-daemon. This allows
548         to go to the next/previous/first/last pages using, respectively,
549         Next/Previous/Rewing/Fast Forward. The Play button is used to start
550         a presentation. Fixes bug #539971.
551
552 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
553
554         * configure.ac:
555         
556         Update for release 2.23.4.
557
558 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * NEWS:
561
562         Update news for 2.23.4 release.
563         
564 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
567         * shell/ev-sidebar-thumbnails.c:
568         (ev_sidebar_thumbnails_set_loading_icon),
569         (ev_sidebar_thumbnails_refresh):
570         * shell/ev-window.c: (ev_window_error_message),
571         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
572         (ev_window_set_document):
573
574         Do not crash opening documents with no pages and show a warning
575         message in the message area. Fixes bugs #537574 and #171588.
576         
577 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * shell/Makefile.am:
580         * shell/ev-file-monitor.[ch]:
581         * shell/ev-window.c: (ev_window_document_changed),
582         (ev_window_clear_reload_job), (ev_window_load_job_cb),
583         (ev_window_reload_job_cb), (ev_window_open_uri),
584         (ev_window_reload_document), (ev_window_cmd_view_reload),
585         (ev_window_dispose):
586
587         Automaticly reload the document when the file has changed on
588         disk. Bug #304249.
589         
590 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
591
592         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
593         * libdocument/ev-image.c: (ev_image_save_tmp):
594         * libdocument/ev-module.c: (ev_module_load):
595         * shell/ev-application.c: (ev_application_shutdown),
596         (ev_application_get_print_settings):
597         * shell/ev-sidebar-attachments.c:
598         (ev_sidebar_attachments_button_press),
599         (ev_sidebar_attachments_drag_data_get):
600         * shell/ev-window.c: (window_save_file_copy_ready_cb),
601         (ev_window_print_finished), (ev_window_print_send),
602         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
603         (ev_window_preview_print_finished), (ev_window_do_preview_print),
604         (ev_window_cmd_preview_print):
605         * shell/main.c: (load_files_remote):
606         Fix some build warnings under GCC 4.3.0. (#537535).
607
608 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * shell/ev-jobs.c: (ev_job_render_dispose):
611
612         Fix a crash in debug mode. Patch by Daniel M German.
613         
614 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * shell/ev-window.c:
617
618         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
619         
620 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-window.c: (ev_window_print_send),
623         (ev_window_do_preview_print):
624
625         Use the window title as print job name instead of just
626         "evince-print". Fixes bug #534493.
627         
628 2008-05-19  Frederic Peters  <fpeters@0d.be>
629
630         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
631         Bug #533897.
632
633 2008-05-19  Frederic Peters  <fpeters@0d.be>
634
635         * help/reference/Makefile.am: added missing libevmountoperation to
636         gtkdoc-scanobj libraries.  Bug #533896.
637
638 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
639
640         * properties/ev-properties-view.c (get_default_user_units):
641         Fixes check for default units string translation. Bug #533323.
642
643 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
644
645         * backend/impress/iksemel.c (sax_core): Fix a free() that should
646         be an iks_free(). Fix an array overflow in the XML parser that
647         would occur whenever the number of attributes in a tag was greater
648         than 0 and divisible by 6. Fixes GNOME bug #530852.
649
650 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * backend/djvu/djvu-document-private.h:
653         * backend/djvu/djvu-links.c:
654         * backend/djvu/djvu-text.c:
655         * backend/djvu/djvu-document.c: (djvu_handle_events),
656         (djvu_wait_for_message), (djvu_document_load),
657         (document_get_page_size), (djvu_document_render),
658         (djvu_document_thumbnails_get_thumbnail),
659         (djvu_document_file_exporter_end):
660
661         Make sure load job doesn't finish successfully when the document
662         is not successfully decoded by libdjvu. Fixes bug #530202.
663         
664 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * configure.ac:
667         * libdocument/Makefile.am:
668         * libdocument/ev-debug.[ch]:
669         * libdocument/ev-document.c:
670         * shell/ev-jobs.c: (ev_job_links_dispose),
671         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
672         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
673         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
674         (ev_job_render_page_ready), (ev_job_render_run),
675         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
676         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
677         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
678         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
679         (ev_job_print_new), (ev_job_print_run):
680         * shell/main.c: (main):
681
682         Add debug mode based on gedit code. Add debug messages in
683         ev-jobs.
684         
685 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * libdocument/ev-document-factory.c: (get_document_from_uri):
688
689         Fix memory leak.
690         
691 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
692
693         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
694         (get_mime_type_from_data), (get_document_from_uri),
695         (ev_document_factory_get_document):
696         
697         Improved error message about file opening failture.
698         Bug #529129.
699
700 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
701
702         * data/evince-toolbar.xml:
703         
704         Allow to add SaveAs to toolbar.
705
706 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * shell/ev-view-private.h:
709         * shell/ev-view.[ch]: (ev_view_button_release_event),
710         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
711         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
712         (ev_view_update_primary_selection), (clear_link_selected),
713         (ev_view_copy_link_address):
714         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
715
716         Update also the primary selection when copying a link
717         address. Fixes bug #520855.
718         
719 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * libdocument/ev-document-factory.c: (get_document_from_uri):
722
723         Use the pixbuf backend only when the mime type is not supported by
724         any of the other backend so that tiff documents, for instance, are
725         handled by the tiff backend instead of the pixbuf backend. fixes
726         bug #520290.
727         
728 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * cut-n-paste/Makefile.am:
731
732         Add evmountoperation to subdirs list.
733         
734 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
735
736         * configure.ac:
737
738         Fix libspectre check in configure script. Fixes bug #528549.
739         
740 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * configure.ac:
743         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
744         * shell/Makefile.am:
745         * shell/ev-window.c: (ev_window_load_remote_failed),
746         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
747
748         Add GtkMountOperation (renamed to avoid conflicts) to be able to
749         open documents in remote locations that are not mounted.
750         
751 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
754         (bitmap_convert_msb8):
755         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
756         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
757
758         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
759         
760 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
763         (ev_job_render_new), (ev_job_render_set_selection_info),
764         (ev_job_render_run):
765         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
766         (check_job_size_and_unref),
767         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
768         (add_job), (ev_pixbuf_cache_get_selection_surface):
769
770         Create the render context needed for rendering a page in the render
771         thread so that we don't block the main thread. Simplify
772         EvJobRender API.
773         
774 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * libdocument/Makefile.am:
777         * libdocument/ev-page.[ch]:
778         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
779         (ev_render_context_new), (ev_render_context_set_page):
780         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
781         (ev_form_field_finalize), (ev_form_field_class_init):
782         * libdocument/ev-document-forms.[ch]:
783         (ev_document_forms_get_form_fields):
784         * libdocument/ev-document.[ch]: (ev_document_get_page),
785         (ev_document_get_page_size), (ev_document_get_page_label):
786         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
787         (ev_job_render_run), (ev_job_thumbnail_new),
788         (ev_job_thumbnail_run), (ev_job_print_run):
789         * shell/ev-page-cache.c: (ev_page_cache_new):
790         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
791         (check_job_size_and_unref), (add_job):
792         * shell/ev-sidebar-thumbnails.c: (add_range):
793         * shell/ev-view.c: (ev_view_form_field_get_region),
794         (ev_view_form_field_button_create_widget),
795         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
796         (ev_view_handle_form_field), (ev_view_size_allocate),
797         (get_selected_text):
798         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
799         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
800         (pdf_document_get_page), (pdf_document_get_page_label),
801         (pdf_document_render), (pdf_document_get_info),
802         (pdf_document_document_iface_init),
803         (pdf_document_thumbnails_get_thumbnail),
804         (pdf_document_thumbnails_get_dimensions),
805         (pdf_document_file_exporter_do_page),
806         (pdf_selection_render_selection),
807         (pdf_selection_get_selected_text),
808         (pdf_selection_get_selection_region),
809         (pdf_selection_get_selection_map),
810         (pdf_document_forms_get_form_fields),
811         (pdf_document_forms_form_field_text_get_text),
812         (pdf_document_forms_form_field_text_set_text),
813         (pdf_document_forms_form_field_button_set_state),
814         (pdf_document_forms_form_field_button_get_state),
815         (pdf_document_forms_form_field_choice_get_item),
816         (pdf_document_forms_form_field_choice_get_n_items),
817         (pdf_document_forms_form_field_choice_is_item_selected),
818         (pdf_document_forms_form_field_choice_select_item),
819         (pdf_document_forms_form_field_choice_toggle_item),
820         (pdf_document_forms_form_field_choice_unselect_all),
821         (pdf_document_forms_form_field_choice_set_text),
822         (pdf_document_forms_form_field_choice_get_text):
823         * backend/ps/ev-spectre.c: (ps_document_get_page),
824         (ps_document_get_page_size), (ps_document_get_page_label),
825         (ps_document_render), (ps_document_document_iface_init),
826         (ps_document_file_exporter_do_page):
827         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
828         (tiff_document_render), (tiff_document_render_pixbuf),
829         (tiff_document_file_exporter_do_page):
830         * backend/pixbuf/pixbuf-document.c:
831         (pixbuf_document_get_page_size):
832         * backend/comics/comics-document.c:
833         (comics_document_get_page_size), (comics_document_render_pixbuf):
834         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
835         (djvu_document_render), (djvu_selection_get_selected_text),
836         (djvu_document_thumbnails_get_thumbnail),
837         (djvu_document_file_exporter_do_page),
838         (djvu_document_find_get_result):
839         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
840         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
841         (dvi_document_thumbnails_get_thumbnail),
842         (dvi_document_file_exporter_do_page):
843         * backend/impress/impress-document.c:
844         (impress_document_get_page_size),
845         (impress_document_render_pixbuf):
846         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
847
848         Add EvPage so that we can hold a reference to the backend
849         page. Form fields keep now a reference to the poppler page
850         improving performance since we don't have to create/destroy the
851         poppler field for every form operation. This will be needed for
852         annotations too.
853         
854 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * data/evince-ui.xml:
857         * shell/ev-window.c:
858
859         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
860         
861 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * configure.ac:
864         * backend/ps/Makefile.am:
865
866         Remove gs stuff from ps backend.
867         
868 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * configure.ac:
871         * backend/pdf/ev-poppler.cc:
872
873         Bump poppler requirement to 0.8.0.
874         
875 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
876
877         * NEWS:
878         * configure.ac:
879
880         Update for release 2.22.1.1
881
882 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * configure.ac:
885
886         Fix build (again) when poppler version is 0.6
887         
888 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * backend/djvu/djvu-links.c: (build_tree):
891
892         Make sure link title is a valid utf8 string. Fixes bug #526517.
893         
894 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * configure.ac:
897
898         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
899         #526799.
900         
901 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
902
903         * configure.ac:
904         
905         Update for release 2.22.1.
906
907 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * NEWS:
910
911         Update for upcoming release.
912
913 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * configure.ac:
916         * backend/dvi/dvidocument.evince-backend.in:
917
918         Add compressed dvi to the list of supported mime types. Patch by
919         Ed Catmur. Fixes bug #307087.
920
921 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * shell/ev-jobs.c: (ev_job_print_get_page_list):
924
925         Fix a crash when printing a range that doesn't specify the start or
926         end page. Fixes bug #524288.
927
928 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * shell/ev-window.c: (ev_window_cmd_continuous),
931         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
932         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
933         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
934         (ev_window_run_presentation), (ev_window_stop_presentation),
935         (ev_window_cmd_view_presentation),
936         (ev_window_cmd_leave_fullscreen),
937         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
938
939         Do not unfullscreen and fullscreen again the window when changing
940         from fullscreen to presentation mode and vice versa. Fixes bug
941         #524112.
942         
943 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
946
947         Do not crash when thumbnail failed to render in PS backend. Fixes
948         bug #525015.
949         
950 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-window.c: (window_open_file_copy_ready_cb),
953         (ev_window_load_file_remote), (ev_window_open_uri):
954
955         Handle errors when opening remote files.
956         
957 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * shell/ev-page-action.c: (ev_page_action_grab_focus):
960
961         Only grab the focus for the current visible proxy widget. Fixes
962         bug #521224.
963         
964 2008-03-30  Emil Soleyman  <emil@nishra.com>
965
966         * shell/ev-window.c: (launch_external_uri):
967         
968         Reuse g_app_info_launch_default_for_uri to
969         save some code and fix bug #525009.
970
971 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
972
973         * shell/ev-window.c (image_save_dialog_response_cb):
974
975         Use g_str_has_suffix. See bug #523069.
976
977 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
978
979         * configure.ac:
980
981         Add a configure option to enable/diable DBus. Patch by Rémi
982         Cardona. Fixes bug 521797.
983
984 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
987
988         Fix printing in documents with rotated pages. Patch by Eugen
989         Dedu. Fixes bug #512648.
990         
991 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
994         (ev_link_from_action):
995
996         Fix warning messages.
997         
998 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/ev-window.c: (image_save_dialog_response_cb):
1001
1002         Do not append the extension to filename when saving an image
1003         if the filename alredy contains the extension. Fixes bug #523069.
1004         
1005 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * shell/ev-view.[ch]: (ev_view_find_cancel):
1008         * shell/ev-window.c: (find_bar_close_cb):
1009
1010         Cancel the find operation when the find bar is closed. Fixes bug
1011         #508845.
1012         
1013 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * backend/ps/psdocument.evince-backend.in:
1016
1017         Make ps backend module resident. Fixes bug #520607.
1018         
1019 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * shell/ev-jobs.c: (ev_job_print_run):
1022
1023         Invert collate action in order to work as expected, fix reverse
1024         printing so that it doesn't start with a blank page and fix number
1025         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1026         
1027 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1030
1031         Fix build with poppler <= 0.7.2
1032         
1033 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * libdocument/ev-document-misc.c:
1036         (ev_document_misc_surface_from_pixbuf):
1037
1038         Fix selections with poppler-splash.
1039         
1040 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * configure.ac:
1043         * backend/pdf/ev-poppler.cc:
1044
1045         Fix build with poppler >= 0.7.2
1046         
1047 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1048
1049         * configure.ac:
1050         
1051         Update for release 2.22.0
1052
1053 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * NEWS:
1056
1057         Update for upcoming release.
1058
1059 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1060
1061         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1062
1063         Bug 495107 – Handle print dialog responses correctly
1064
1065         Correctly handle print dialog response. Properly fixes
1066         the above mentioned bug.
1067
1068 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1071
1072         Make sure print job is only run when the print button is
1073         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1074         
1075 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * backend/pdf/pdfdocument.evince-backend.in:
1078         * libdocument/ev-backends-manager.c:
1079         (ev_backends_manager_load_backend),
1080         (ev_backends_manager_get_document):
1081         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1082
1083         Allow making backend modules resident. This is needed only for
1084         some backends like pdf to avoid registering glib types more than
1085         once.
1086         
1087 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * backend/comics/comics-document.c:
1090         * backend/djvu/djvu-document.c:
1091         * backend/impress/impress-document.c:
1092         * backend/pdf/ev-poppler.cc:
1093         * backend/pixbuf/pixbuf-document.c:
1094         * backend/ps/ev-spectre.c:
1095         * backend/ps/ps-document.c:
1096         * backend/tiff/tiff-document.c:
1097         * libdocument/ev-document.h:
1098         * properties/ev-properties-main.c:
1099
1100         Use g_type_module_add_interface instead of
1101         g_type_add_interface_static. Fixes bug #519679.
1102         
1103 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1104
1105         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1106         Added. Returns whether the animation has everything necessary to run.
1107         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1108         is ready just because it's been created. Fixes #519106.
1109         (draw_one_page): Do not show the "Loading..." text in presentation
1110         mode, there was a slim probability that this could happen.
1111
1112 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1115
1116         Duplicate mime_type string before freeing it so that it doesn't
1117         always fail when getting mime type from uri. Fixes bug #518874.
1118         
1119 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1122
1123         Fix a crash when a choice form field doesn't have any item
1124         selected. Fixes bug #518831
1125         
1126 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1127
1128         * shell/ev-window.c (ev_window_clear_temp_file):
1129         Use g_file_has_prefix instead of renamed
1130         g_file_contains_file.
1131
1132         * configure.ac:
1133         Require new glib for above change.
1134         
1135 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * libdocument/ev-image.c: (ev_image_finalize),
1138         (ev_image_save_tmp):
1139
1140         Return a real uri instead of a filename when saving an
1141         image. Fixes images drag an drop from evince to nautilus. 
1142         
1143 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * backend/pdf/ev-poppler.cc:
1146         (pdf_document_images_get_image_mapping):
1147
1148         Return the image list in the right order. Fixes bug #516237.
1149         
1150 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1151
1152         * backend/impress/impress-document.c:
1153         (impress_document_thumbnails_get_thumbnail):
1154
1155         Remove unused variable to avoid a compiler warning.
1156
1157 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1158
1159         * configure.ac:
1160         
1161         Update for release 2.21.91.
1162
1163 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1164
1165         * configure.ac:
1166         * shell/Makefile.am:
1167         * shell/ev-application.[ch]:
1168         * shell/ev-sidebar-links.c:
1169         * shell/ev-utils.[ch]:
1170         * shell/ev-window.[ch]:
1171
1172         Remove libgnomeprint support. Fixes bug #512370.
1173         
1174 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1175
1176         * thumbnailer/evince-thumbnailer.c: (main):
1177
1178         Initialize glib type system before using it. Fixes bug #513934.
1179         
1180 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * properties/ev-properties-main.c:
1183
1184         Add missing #include.
1185         
1186 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * configure.ac:
1189         * backend/djvu/djvu-document.c: (djvu_document_render):
1190         * backend/tiff/tiff-document.c: (tiff_document_render):
1191
1192         Use the new cairo function cairo_format_stride_for_width when
1193         available. Fixes bug #482720.
1194
1195 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1198         (get_mime_type_from_data), (get_document_from_uri):
1199
1200         Use g_content_type_guess() only when slow is true in
1201         get_document_from_uri(). Fix several memory leaks.
1202         
1203 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1204
1205         * libdocument/ev-document-factory.c:
1206         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1207         (get_document_from_uri):
1208
1209         Use g_content_type_guess () to get mimetype for files.
1210         Bug #510401.
1211
1212 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1213
1214         * thumbnailer/Makefile.am:
1215
1216         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1217         
1218 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1219
1220         * configure.ac:
1221
1222         Fix build with --without-libgnome. Fixes bug #512771.
1223         
1224 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1225
1226         * backend/dvi/Makefile.am: Install only dvi
1227         module. Fixes bug #512718.
1228
1229 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1230
1231         * properties/ev-properties-main.c: (nautilus_module_initialize):
1232         
1233         Initialize backends in properties tab. Fixes bug
1234         #512720.
1235
1236 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1237
1238         * properties/Makefile.am: No need to link with 
1239         libraries. Fixes bug #512719.
1240
1241 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1242
1243         * NEWS:
1244         * configure.ac:
1245         
1246         Update for release 2.21.90.
1247
1248 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-window.c: (ev_window_cmd_escape):
1251
1252         Fix compile warning.
1253         
1254 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1257
1258         Fix printing in dvi backend when filename contains white
1259         espaces. Fixes bug #502839.
1260         
1261 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1264         (screensaver_disable_x11):
1265         * shell/Makefile.am:
1266         * shell/xdg-user-dir-lookup.c: Removed
1267         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1268         * shell/ev-view.c: (ev_view_presentation_transition_start):
1269         * shell/ev-window.c: (ev_window_cmd_file_open),
1270         (ev_window_cmd_save_as), (presentation_set_timeout):
1271
1272         Remove #ifdefs that are no longer needed.
1273         
1274 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * shell/ev-view.[ch]: (ev_view_button_release_event),
1277         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1278         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1279         (ev_window_cmd_escape):
1280
1281         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1282         
1283 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1284
1285         * configure.ac:
1286         * backend/comics/comics-document.c: (comics_document_load):
1287         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1288         (ev_attachment_set_property), (ev_attachment_init),
1289         (ev_attachment_save), (ev_attachment_launch_app),
1290         (ev_attachment_open):
1291         * libdocument/ev-document-factory.c: (get_document_from_uri):
1292         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1293         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1294         * shell/ev-jobs.c:
1295         * shell/ev-password.c: (ev_password_dialog_set_property),
1296         (ev_password_dialog_save_password):
1297         * shell/ev-sidebar-attachments.c:
1298         (ev_sidebar_attachments_drag_data_get):
1299         * shell/ev-window-title.c: (get_filename_from_uri):
1300         * shell/ev-window.c: (ev_window_clear_temp_file),
1301         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1302         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1303         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1304         (launch_external_uri), (image_save_dialog_response_cb),
1305         (attachment_save_dialog_response_cb):
1306         * shell/main.c: (load_files), (load_files_remote), (main):
1307         * thumbnailer/evince-thumbnailer.c: (main):
1308
1309         Port to gio and drop gnome-vfs dependency. Fixes bug
1310         #510401. Based on patch by Cosimo Cecchi.
1311         
1312 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1313
1314         * NEWS:
1315
1316         Fixed formatting inconsistencies (spaces vs. tabs)
1317
1318 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1319
1320         * shell/ev-window.c:
1321
1322         Use top/up/bottom/down arrows instead of
1323         first/left/last/right in the toolbar and menu actions.
1324         This fixes issues with RTL languages and is visually
1325         consistent with the page view. Fixes bug #170081.
1326
1327 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1328
1329         * NEWS:
1330
1331         Fixed some inaccuracies pointed out by Carlos Garcia
1332         Campos.
1333
1334 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1335
1336         * NEWS:
1337         * data/evince.schemas.in:
1338         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1339
1340         Override PDF restrictions by default. Fixes bug #382700.
1341
1342 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1343
1344         * NEWS: Updated for upcoming release
1345
1346 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1347
1348         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1349
1350         Fix memory leak.
1351         
1352 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1353
1354         * shell/ev-window.c: (register_custom_actions):
1355         
1356         Added comment for translators
1357
1358 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * shell/ev-view.c: (ev_view_button_release_event):
1361
1362         Do not create the idle function for kinetic scrolling if we are
1363         not in a drag operation.
1364
1365 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1368         (ev_view_button_press_event), (ev_view_motion_notify_event),
1369         (ev_view_button_release_event):
1370
1371         Restore cursor after autoscrolling. Fixes bug #509958.
1372
1373 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * configure.ac:
1376         * backend/pdf/ev-poppler.cc:
1377         (pdf_document_images_get_image_mapping),
1378         (pdf_document_images_get_image),
1379         (pdf_document_document_images_iface_init):
1380         * libdocument/ev-document-images.[ch]:
1381         (ev_document_images_get_image_mapping),
1382         (ev_document_images_get_image):
1383         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1384         (ev_image_get_id), (ev_image_save_tmp):
1385         * shell/ev-jobs.c: (ev_job_render_run):
1386         * shell/ev-view.c: (ev_view_drag_data_get):
1387         * shell/ev-window.c: (image_save_dialog_response_cb),
1388         (ev_view_popup_cmd_copy_image):
1389
1390         Do not render images when rendering the page but on demand. It
1391         reduces the memory comsumption.
1392         
1393 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1394
1395         * configure.a:
1396         * shell/ev-password.c:
1397
1398         Make gnome-keyring optional. Fixes bug #509676.
1399         
1400 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * shell/ev-pixbuf-cache.c: (add_job):
1403
1404         Initialize include_images variable as FALSE instead of TRUE.
1405         
1406 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1407
1408         * configure.ac:
1409         * cut-n-paste/Makefile.am:
1410         * cut-n-paste/fileformatchooser/Makefile.am:
1411         * cut-n-paste/fileformatchooser/egg-macros.h:
1412         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1413         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1414         * shell/Makefile.am:
1415         * shell/ev-utils.c:
1416         (file_chooser_dialog_add_writable_pixbuf_formats),
1417         (get_gdk_pixbuf_format_by_extension):
1418         * shell/ev-utils.h:
1419         * shell/ev-window.c: (ev_window_error_message),
1420         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1421         
1422         Simplify image format selection on save.
1423
1424 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1425
1426         * shell/ev-view.c: (ev_view_scroll_event):
1427         
1428         Repair gorizontal scrolling with shift. Fixes
1429         bug #483412.
1430
1431 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1432         
1433         * MAINTAINERS:
1434
1435         Fix formatting issues.
1436         
1437 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1438
1439         * backend/comics/comics-document.c: (comics_regex_quote):
1440         
1441         Don't overquote special chars except of '. See bug 
1442         502500. Thanks to Tom Parker.
1443
1444 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1445
1446         * MAINTAINERS:
1447         
1448         Added Nickolay and Carlos, since they're doing most of
1449         the releases nowadays.
1450
1451 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1452
1453         * properties/Makefile.am:
1454
1455         Get the nautilus extension dir properly instead of using
1456         a hack. Fixes bug #505359.
1457
1458 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1459
1460         * properties/Makefile.am:
1461         
1462         Install nautilus extension into new place. See bug
1463         #505359. Thanks to Matthias Clasen, Brian Pepple and
1464         Damien Carbery.
1465
1466 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1467
1468         * shell/ev-window.c: (ev_window_get_recent_file_label):
1469         
1470         RTL marker in recent file list. See bug #509076.
1471
1472 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1475         * shell/ev-window.c: (image_save_dialog_response_cb):
1476
1477         Fix compile warnings due to unused variables.
1478         
1479 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * configure.ac:
1482         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1483         * backend/ps/ev-spectre.c: (ps_document_render):
1484
1485         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1486
1487 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1488
1489         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1490         (ev_transition_animation_paint): Implement "fade" effect.
1491
1492 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1493
1494         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1495         (ev_transition_animation_paint): Implement "uncover" effect.
1496
1497 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1498
1499         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1500         (ev_transition_animation_paint): Implement "cover" effect.
1501
1502 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1503
1504         * shell/ev-transition-animation.c (ev_transition_animation_push)
1505         (ev_transition_animation_paint): Implement "push" effect.
1506
1507 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1508
1509         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1510         (ev_transition_animation_paint): Implement "dissolve" effect.
1511
1512 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1513
1514         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1515         (ev_transition_animation_paint): Implement "wipe" effect.
1516
1517 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1518
1519         * shell/ev-transition-animation.c (ev_transition_animation_box)
1520         (ev_transition_animation_paint): Implement "box" effect.
1521
1522 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1523
1524         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1525         (ev_transition_animation_paint): Implement "blinds" effect.
1526
1527 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1528
1529         * shell/ev-transition-animation.c (ev_transition_animation_split)
1530         (ev_transition_animation_paint): Implement "split" effect.
1531
1532 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1533
1534         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1535         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1536         (ev_view_transition_animation_start) 
1537         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1538         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1539         (ev_view_next_page) (ev_view_previous_page):
1540         
1541         Use EvTransitionAnimation to drive page changes in the presentation
1542         mode, the animation will wait to start until both the origin and 
1543         destination page surfaces are available. Fixes #458460.
1544
1545         (draw_loading_text):
1546
1547         Remove workaround for bug #320352, it's now fixed properly.
1548
1549
1550 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1551
1552         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1553         will contain the implementations for page transition animations, at
1554         the moment it just has the "replace" effect.
1555         * shell/Makefile.am: Added these files to build.
1556
1557 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1558
1559         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1560         animations.
1561         * shell/Makefile.am: Added these files to build.
1562
1563 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1564
1565         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1566         implementation to get_effect() in EvDocumentTransitionIface.
1567
1568 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1569
1570         * libdocument/ev-transition-effect.[ch]: New files, define a page
1571         transition effect, at the moment it maps PopplerPageTransition to a
1572         GObject.
1573         * libdocument/Makefile.am: Added these files to build.
1574         * libdocument/ev-document-transition.[ch]
1575         (ev_document_transition_get_effect): New method, gets the
1576         EvTransitionEffect returned by the interface implementation, with
1577         fallback to the "replace" effect.
1578
1579 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1580
1581         * configure.ac:
1582         * cut-n-paste/Makefile.am:
1583         * cut-n-paste/fileformatchooser/Makefile.am:
1584         * cut-n-paste/fileformatchooser/egg-macros.h:
1585         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1586         * shell/Makefile.am:
1587         * shell/ev-window.c: (image_save_dialog_response_cb),
1588         (ev_view_popup_cmd_save_image_as):
1589
1590         Allow exporting images in any format supported by
1591         GdkPixbuf. Fixes bug #500209.
1592         
1593 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1594
1595         * backend/pixbuf/pixbuf-document.c:
1596
1597         More warnings fixed.
1598         
1599 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1600
1601         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1602         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1603         * backend/djvu/djvu-text.h:
1604         * backend/tiff/tiff-document.c: (tiff_document_render):
1605
1606         Fix compile warnings.
1607         
1608 2007-12-28  Christian Persch  <chpe@gnome.org>
1609
1610         * **/*.c: Include config.h. Bug #504721.
1611
1612 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * configure.ac:
1615         * Makefile.am:
1616         * po/POTFILES.in:
1617         * backend/comics/Makefile.am:
1618         * backend/comics/comics-document.[ch]:
1619         * backend/comics/comicsdocument.evince-backend.in:
1620         * backend/djvu/Makefile.am:
1621         * backend/djvu/djvu-document.[ch]:
1622         * backend/djvu/djvudocument.evince-backend.in:
1623         * backend/dvi/Makefile.am:
1624         * backend/dvi/dvi-document.[c]:
1625         * backend/dvi/dvidocument.evince-backend.in:
1626         * backend/impress/Makefile.am:
1627         * backend/impress/impress-document.[ch]:
1628         * backend/impress/impressdocument.evince-backend.in:
1629         * backend/pdf/Makefile.am:
1630         * backend/pdf/ev-poppler.cc:
1631         * backend/pdf/ev-poppler.h:
1632         * backend/pdf/pdfdocument.evince-backend.in:
1633         * backend/pixbuf/Makefile.am:
1634         * backend/pixbuf/pixbuf-document.[ch]:
1635         * backend/pixbuf/pixbufdocument.evince-backend.in:
1636         * backend/ps/Makefile.am:
1637         * backend/ps/ev-spectre.[ch]:
1638         * backend/ps/ps-document.[ch]:
1639         * backend/ps/psdocument.evince-backend.in:
1640         * backend/tiff/Makefile.am:
1641         * backend/tiff/tiff-document.[ch]:
1642         * backend/tiff/tiffdocument.evince-backend.in:
1643         * libdocument/Makefile.am:
1644         * libdocument/ev-backends-manager.[ch]:
1645         * libdocument/ev-module.[ch]:
1646         * libdocument/ev-document.h:
1647         * libdocument/ev-document-factory.[ch]:
1648         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1649         (get_compression_from_mime_type), (get_document_from_uri),
1650         (ev_document_factory_get_document), (file_filter_add_mime_types),
1651         (ev_document_factory_add_filters):
1652         * shell/Makefile.am:
1653         * shell/ev-window-title.c: (get_filename_from_uri):
1654         * shell/main.c: (main):
1655         * thumbnailer/Makefile.am:
1656         * thumbnailer/evince-thumbnailer.c: (main):
1657
1658         Plugin system for backends. Fixes bug #351348.
1659         
1660 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1661
1662         * shell/ev-view-private.h:
1663         * shell/ev-view.c: (ev_view_drag_update_momentum),
1664         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1665         (ev_view_button_release_event), (ev_view_destroy):
1666         
1667         Kinetic scrolling implemented as requested in
1668         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1669
1670 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1671
1672         * data/evince-toolbar.xml:
1673         * data/evince-ui.xml:
1674         * shell/ev-view-private.h:
1675         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1676         (ev_view_button_press_event), (ev_view_motion_notify_event),
1677         (ev_view_button_release_event), (ev_view_init),
1678         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1679         (ev_view_set_cursor):
1680         * shell/ev-view.h:
1681         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1682         (ev_window_cmd_view_autoscroll):
1683         
1684         Autoscroll feature with the context menu. Fixes bug 
1685         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1686
1687 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1690
1691         Disconnect also page-ready signal when removing a job because the
1692         page size has changed. Thanks to kripken
1693         <kripkensteiner@gmail.com>.
1694
1695 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1696
1697         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1698         
1699         Scroll pages in page entry with mouse wheel. Fixes bug
1700         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1701
1702 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1703
1704         * backend/dvi/Makefile.am:
1705         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1706         (mdvi_cairo_device_init):
1707         * backend/dvi/mdvi-lib/common.h:
1708         * backend/dvi/mdvi-lib/mdvi.h:
1709         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1710         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1711         (mdvi_build_path_from_cwd):
1712
1713         Add ps specials support in dvi backend when libspectre is
1714         present. Fixes bug #386005.
1715         
1716 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * configure.ac:
1719         * backend/ps/Makefile.am:
1720         * backend/ps/ev-spectre.[ch]:
1721         
1722         Use libspectre, if available, for the ps backend. Fixes bugs
1723         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1724
1725 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1726         
1727         * backend/comics/comics-document.c: (comics_document_load):
1728         
1729         Cygwin build issue fix.
1730
1731 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1732
1733         * shell/ev-view.c: (ev_view_set_zoom):
1734
1735         Do not limit the minimum zoom factor when sizing mode is best bit
1736         or fit width. Fixes bug #503805.
1737         
1738 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1741         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1742         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1743         (ev_link_dest_get_property), (ev_link_dest_set_property),
1744         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1745         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1746         (ev_link_dest_new_fitr):
1747         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1748         (goto_fith_dest), (goto_xyz_dest):
1749
1750         Do not change left, top and zoom values when they are null in PDF
1751         destinations. Fixes bug #460658.
1752         
1753 2007-12-10  Christian Persch  <chpe@gnome.org>
1754
1755         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1756         (ev_view_accessible_class_init),
1757         (ev_view_accessible_idle_do_action),
1758         (ev_view_accessible_action_do_action),
1759         (ev_view_accessible_action_get_description),
1760         (ev_view_accessible_action_set_description),
1761         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1762         (ev_view_accessible_factory_init),
1763         (ev_view_accessible_factory_get_accessible_type):
1764         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1765         private data, and G_DEFINE_TYPE. Bug #502843.
1766
1767 2007-12-08  Christian Persch  <chpe@gnome.org>
1768
1769         * shell/ev-metadata-manager.c: (item_free),
1770         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1771         (value_free), (parse_value), (parseItem),
1772         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1773         (save_values): Use GSlice to allocate small amounts of memory. Bug
1774         #475972.
1775
1776 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1779
1780         Restore cursor to normal after a drag operation. Fixes bug
1781         #501603.
1782         
1783 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1784
1785         * NEWS:
1786         * configure.ac:
1787         
1788         Update for release 2.21.1
1789
1790 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * configure.ac:
1793         * cut-n-paste/gedit-message-area/Makefile.am:
1794         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1795         * shell/Makefile.am:
1796         * shell/ev-message-area.[ch]:
1797         * shell/ev-window.c: (ev_window_set_message_area),
1798         (ev_window_error_message_response_cb), (ev_window_error_message),
1799         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1800         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1801         (ev_attachment_popup_cmd_open_attachment),
1802         (attachment_save_dialog_response_cb), (ev_window_set_document),
1803         (ev_window_init):
1804
1805         Use a message area instead of a popup dialog for error
1806         notifications. Fixes bug #337495.
1807         
1808 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1811         (ev_window_run_fullscreen):
1812
1813         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1814         
1815 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * ev-sidebar-thumbnails.c: (update_visible_range),
1818         (ev_sidebar_thumbnails_refresh),
1819         (ev_sidebar_thumbnails_set_document),
1820         (ev_sidebar_thumbnails_support_document):
1821
1822         Show thumbnails for documents with one page. Fixes bug #358751.
1823         
1824 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1825
1826         * shell/ev-window.c:
1827         (ev_window_load_print_settings_from_metadata),
1828         (ev_window_save_print_settings), (ev_window_print_finished),
1829         (ev_window_print_range):
1830
1831         Print settings that are specific to the document are now saved per
1832         document in the metadata file. Fixes bug #488806.
1833         
1834 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1835
1836         * backend/tiff/tiff-document.c: (tiff_document_render):
1837
1838         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1839         
1840 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * shell/ev-application.[ch]: (get_find_string_from_args),
1843         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1844         (ev_application_open_uri_list):
1845         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1846         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1847         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1848         (ev_window_cmd_recent_file_activate),
1849         (ev_window_open_recent_action_item_activated),
1850         (ev_window_print_send), (open_remote_link):
1851         * shell/main.c: (arguments_parse):
1852
1853         Add a command line option for search. Fixes bug #497710.
1854         
1855 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1856
1857         * shell/ev-jobs.c: (ev_job_print_new):
1858
1859         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1860         
1861 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * data/evince-toolbar.xml:
1864         * shell/Makefile.am:
1865         * shell/ev-application.c: (ev_application_init):
1866         * shell/ev-open-recent-action.[ch]:
1867         * shell/ev-window.c:
1868         (ev_window_open_recent_action_item_activated),
1869         (register_custom_actions):
1870
1871         Add an expander to the open toolbar item which pops up a dropdown
1872         menu with the recently used documents. Fixes bug #487215.
1873         
1874 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * shell/ev-window.c: (ev_window_open_uri),
1877         (ev_window_cmd_view_reload):
1878
1879         Do not jump to the first page when reloading by running evince
1880         from the command line. Fixes bug #490847.
1881         
1882 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1883
1884         * shell/ev-window.c: (ev_window_cmd_help_contents):
1885
1886         Plugged memory leak when help file is not found. Fixes bug
1887         #490762.
1888         
1889 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * configure.ac:
1892
1893         Enable djvu, dvi and comics backends by default. Fixes bug
1894         #437121.
1895         
1896 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * configure.ac:
1899         * cut-n-paste/Makefile.am:
1900         * cut-n-paste/recent-files/*: Removed
1901         * help/reference/Makefile.am:
1902         * shell/Makefile.am:
1903         * shell/ev-application.[ch]: (ev_application_shutdown),
1904         (ev_application_init):
1905         * shell/ev-window.c: (ev_window_add_recent),
1906         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1907
1908         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1909         
1910 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1911
1912         * shell/ev-window.c: (launch_external_uri):
1913
1914         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1915         and report error if the URL is not supported (#489910).
1916
1917 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1920         (pdf_document_file_exporter_begin_page),
1921         (pdf_document_file_exporter_end_page):
1922
1923         Fix printing with poppler splash backend. Fixes bug #489774.
1924         
1925 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1928         * shell/ev-print-job.c: (ev_print_job_class_init):
1929
1930         Fix a crash when printing with the gnome-print dialog. Fixes bug
1931         #488939.
1932         
1933 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1934
1935         * backend/pixbuf/pixbuf-document.c:
1936
1937         Fix an implicit function definition warning (#487655)
1938
1939 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * shell/ev-window.c:
1942
1943         Fix conflicting shortcut for view sade pane and presentation.
1944         
1945 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * backend/pdf/ev-poppler.cc:
1948         (pdf_document_file_exporter_begin_page),
1949         (pdf_document_file_exporter_do_page),
1950         (pdf_document_file_exporter_end_page),
1951         (pdf_document_file_exporter_iface_init):
1952         * libdocument/ev-file-exporter.[ch]:
1953         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1954         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1955         (ev_job_print_run):
1956
1957         When printing multiple pages per sheet in reverse option, do not
1958         invert the order of the pages in every sheet, but the order of the
1959         sheets. Do not print blank pages when page range is invalid. Fixes
1960         bugs #484857 and #485521.
1961         
1962 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1965         (ev_job_print_run):
1966         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1967
1968         Respect ranges order when printing more than one range in random
1969         order.
1970         
1971 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1972
1973         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1974         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1975
1976         Rotate also the window icon when document is rotated. Fixes bug
1977         #474681.
1978         
1979 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1980
1981         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1982         (pdf_document_forms_get_form_fields):
1983
1984         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1985         Matthias Drochner.
1986         
1987 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1988
1989         * configure.ac:
1990         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1991
1992         Use poppler_page_render_for_printing() instead of
1993         poppler_page_render() if available when exporting to a ps or pdf
1994         file. Fixes bug #476627.
1995         
1996 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * shell/ev-window.c: (ev_window_run_fullscreen):
1999
2000         Do not show the toolbar in fullscreen mode if the main toolbar is
2001         not visible. Fixes bug #483048.
2002         
2003 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * shell/ev-view.c: (ev_view_button_press_event):
2006
2007         Give priority to form fields over images when deciding whether a
2008         button press event is over an image or form field. It allows edit
2009         form fields when they are over a background image. Fixes bug
2010         #477841.
2011         
2012 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2013
2014         * NEWS:
2015         * configure.ac:
2016         
2017         Update for release 2.20.0
2018
2019 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * backend/pdf/ev-poppler.cc:
2022
2023         Remove #ifdef HAVE_FORMS, so that forms support works again.
2024
2025 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2026
2027         * configure.ac:
2028         * data/evince.desktop.in.in:
2029         
2030         Fixes desktop file issues. See bug #473471.
2031
2032 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2033
2034         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2035         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2036         (ev_job_queue_remove_job):
2037         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2038         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2039         * shell/ev-window.c: (ev_window_clear_save_job),
2040         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2041         (ev_window_dispose):
2042
2043         Move save a copy task to its own job so that it's carried out in a
2044         thread avoiding another lock in the main thread. Use
2045         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2046         can be saved to a pathin another file system. Fixes bug #456891.
2047         
2048 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2049
2050         * NEWS:
2051         * configure.ac:
2052         
2053         Update for release 2.19.92
2054
2055 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * configure.ac:
2058         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2059         (pdf_selection_get_selection_region),
2060         (pdf_selection_get_selection_map),
2061         (ev_form_field_from_poppler_field):
2062
2063         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2064         and triple click selections are enabled again now.
2065
2066 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2067
2068         * shell/ev-window.c: (ev_window_add_history):
2069
2070         Make sure not to use the history with documents not supporting
2071         links. Fixes bug #468954.
2072
2073 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * shell/ev-window.c: (ev_window_load_job_cb):
2076
2077         Restart the search when reloading a document with the find bar
2078         visible. Fixes bug #461962.
2079
2080 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * shell/ev-window.c: (setup_document_from_metadata),
2083         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2084
2085         Do not jump to the first page when reloading a document from the
2086         last page.
2087
2088 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * shell/ev-window.c: (update_chrome_flag),
2091         (setup_sidebar_from_metadata),
2092         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2093         (ev_window_cmd_edit_find_next),
2094         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2095         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2096         (find_bar_close_cb), (view_actions_focus_in_cb):
2097
2098         Do not update visibility when changing a chrome flag so that it's
2099         possible to update several flags and update visibility only once
2100         for all of them.
2101
2102 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2105
2106         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2107         supported by gtk+. Fixes bug #460907.
2108
2109 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * shell/ev-view.c: (view_update_range_and_current_page):
2112
2113         Make sure current-page <= end-page in continuous mode. Fixes bug
2114         #454950.
2115
2116 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * backend/pdf/ev-poppler.cc: (build_tree):
2119
2120         Ignore outline items without a title. Fixes bug #453913.
2121
2122 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2125         (ev_view_button_release_event), (ev_view_leave_notify_event):
2126
2127         Use always drag mouse cursor during a drag operation. Fixes bug
2128         #470564.
2129
2130 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2131
2132         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2133         (pdf_selection_get_selection_region),
2134         (pdf_selection_get_selection_map):
2135
2136         Temporarily disable double and triple selections since it depends on
2137         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2138         released and the update of the external dependency minimal version
2139         approved.
2140
2141 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2144         (pdf_document_file_exporter_do_page):
2145         * libdocument/ev-file-exporter.h:
2146         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2147         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2148
2149         Actually fix printing regressions. Remove orientation from
2150         EvPrintContext since it's redundant.
2151
2152 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2155         * backend/impress/impress-document.c:
2156         (impress_document_document_iface_init):
2157         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2158         * backend/djvu/djvu-document.c:
2159         (djvu_document_document_iface_init),
2160         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2161         * backend/tiff/tiff-document.c:
2162         (tiff_document_document_iface_init):
2163         * backend/pixbuf/pixbuf-document.c:
2164         (pixbuf_document_document_iface_init):
2165         * backend/comics/comics-document.c:
2166         (comics_document_document_iface_init):
2167         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2168         (pdf_selection_render_selection),
2169         (pdf_selection_get_selected_text),
2170         (pdf_selection_get_selection_region),
2171         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2172         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2173         (ev_selection_get_selection_region),
2174         (ev_selection_get_selection_map):
2175         * libdocument/ev-document.[ch]:
2176         * shell/ev-pixbuf-cache.[ch]: (add_job),
2177         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2178         * shell/ev-view-private.h:
2179         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2180         (ev_job_render_run):
2181         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2182         * shell/ev-view.c: (start_selection_for_event),
2183         (ev_view_button_press_event), (ev_view_drag_data_get),
2184         (ev_view_drag_data_received), (ev_view_button_release_event),
2185         (compute_new_selection_text), (compute_selections),
2186         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2187         (ev_view_primary_get_cb):
2188
2189         Add support for double and triple click selections.
2190
2191 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2192
2193         * NEWS:
2194         * configure.ac:
2195
2196         Update for release 2.19.4
2197
2198 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2199
2200         * shell/ev-view-private.h:
2201         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2202         (ev_view_set_highlight_search):
2203         * shell/ev-view.h:
2204         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2205         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2206         (find_bar_visibility_changed_cb):
2207         
2208         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2209
2210 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2211
2212         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2213         (pdf_document_file_exporter_begin),
2214         (pdf_document_file_exporter_do_page):
2215         * shell/ev-jobs.c: (ev_job_print_run):
2216         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2217
2218         Create always a portrait cairo surface and rotate when needed for
2219         landscape. It fixes printing problems in real printers.
2220
2221 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2222
2223         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2224         * libdocument/ev-file-exporter.[ch]:
2225         (ev_file_exporter_get_capabilities):
2226         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2227         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2228
2229         Adjust number of pages per row according to page orientation when
2230         printing 2 or 6 pages per sheet.
2231
2232 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * shell/ev-window.c: (ev_window_print_send):
2235
2236         Reset also cups setting to 1 when printing multiple pages per
2237         sheet. Fixes bug #468853.
2238
2239 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * libdocument/ev-document-misc.c:
2242         (ev_document_misc_surface_rotate_and_scale):
2243
2244         Use directly cairo_surface_get_content() when creating a similar
2245         surface as suggested by Jeff Muizelaar. Thanks again.
2246
2247 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2248
2249         * backend/djvu/djvu-document.c: (djvu_document_render):
2250         * backend/tiff/tiff-document.c: (tiff_document_render):
2251         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2252         * libdocument/ev-document-misc.c:
2253         (ev_document_misc_surface_from_pixbuf),
2254         (ev_document_misc_surface_rotate_and_scale):
2255
2256         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2257         creating page surfaces. Fixes bug #453123. Thank you very much to
2258         Jeff Muizelaar <jeff@infidigm.net>.
2259
2260 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * shell/ev-page-cache.c: (ev_page_cache_new),
2263         (ev_page_cache_get_thumbnail_size):
2264         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2265         (ev_sidebar_thumbnails_set_loading_icon):
2266
2267         Also store in page-cache the dimensions of the thumbnails so that
2268         they can be used to create the correct loading icon in the side
2269         pane. Fixes bug #466857.
2270
2271 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2272
2273         * backend/pdf/ev-poppler.cc:
2274         (pdf_document_thumbnails_get_thumbnail):
2275
2276         Fix thumbnails rotation in pdf documents that include embedded 
2277         thumbnails.
2278
2279 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2280
2281         * backend/pdf/ev-poppler.cc:
2282
2283         Don't use #ifdef in macro expansion. Some compilers don't
2284         like that. Closes bug #467042.
2285
2286 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2287
2288         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2289         
2290         Fixes memory leak in djvu backend.
2291
2292 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2293
2294         * data/icons/32x32/Makefile.am:
2295         * data/icons/32x32/actions/Makefile.am:
2296         * data/icons/32x32/actions/view-page-cont.svg:
2297         * data/icons/32x32/actions/view-page-facing.svg:
2298         * data/icons/48x48/Makefile.am:
2299         * data/icons/48x48/actions/Makefile.am:
2300         * data/icons/48x48/actions/view-page-cont.svg:
2301         * data/icons/48x48/actions/view-page-facing.svg:
2302         
2303         Icons for a new sizes.
2304
2305 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2306
2307         * shell/ev-page-cache.c: (build_height_to_page),
2308         (ev_page_cache_get_height_to_page):
2309         
2310         Fixes invalid read, see bug #466401.
2311
2312 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2315         (set_drag_cursor):
2316         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2317         (configure_item_cursor), (new_pixbuf_from_widget):
2318
2319         Fix multihead problems in toolbar editor. Fixes bug #382055.
2320
2321 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * shell/ev-window.c: (ev_window_cmd_file_open),
2324         (ev_window_cmd_save_as):
2325
2326         Use g_get_user_special_dir when available instead of
2327         xdg_user_dir_lookup.
2328
2329 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2330
2331         * MAINTAINERS:
2332         
2333         Updated according to request on desktop-devel.
2334
2335 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2338
2339         Do not use cairo_rectangle and cairo_clip since we are
2340         not using cairo_fill but cairo_paint. Use the same cairo context
2341         for every page in the same expose event.
2342
2343 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2344
2345         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2346         leak.
2347
2348 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2349
2350         * configure.ac:
2351         * NEWS:
2352
2353         Release 0.9.3
2354
2355 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * libdocument/ev-document-info.h:
2358         * libdocument/ev-document.h:
2359         * shell/ev-page-action.h:
2360         * shell/ev-sidebar-links.h:
2361
2362         Fix a headers problem with ev-link
2363         
2364         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2365         * shell/ev-view-private.h:
2366         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2367         (get_link_area), (ev_view_query_tooltip),
2368         (ev_view_leave_notify_event), (ev_view_destroy),
2369         (ev_view_class_init):
2370
2371         Use new gtk tooltips when available instead of ev-tooltip.
2372         
2373 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * shell/ev-window.c: (update_chrome_visibility),
2376         (ev_window_sidebar_visibility_changed_cb):
2377
2378         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2379         
2380 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2381
2382         * shell/ev-navigation-action.c:
2383         (ev_navigation_action_history_changed),
2384         (ev_navigation_action_set_history):
2385         * shell/ev-navigation-action-widget.c:
2386         (ev_navigation_action_widget_init):
2387         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2388
2389         Fix compile warnings.
2390         
2391 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2392
2393         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2394         (egg_editable_toolbar_dispose):
2395
2396         Fix memory leak.
2397         
2398 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2399
2400         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2401         (screensaver_disable_x11):
2402         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2403         * shell/ev-window.c: (presentation_set_timeout):
2404         * shell/ev-view.c: (ev_view_presentation_transition_start):
2405
2406         Use g_timeout_add_seconds instead of g_timeout_add when
2407         available.
2408         
2409 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2412
2413         Set horizontal scrollbar policy to AUTOMATIC instead of
2414         NEVER. Workaround for bug #449462.
2415         
2416 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * shell/ev-jobs.c: (ev_job_render_page_ready):
2419
2420         Add page_ready callback to main loop with high priority and hold
2421         a reference to job during idle.
2422         
2423 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * configure.ac:
2426         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2427         (pdf_document_file_exporter_begin),
2428         (pdf_document_file_exporter_do_page),
2429         (pdf_document_file_exporter_get_capabilities):
2430         * libdocument/ev-file-exporter.h:
2431         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2432         * shell/ev-window.c: (ev_window_print_send),
2433         (ev_window_print_dialog_response_cb):
2434
2435         Allow printing multiple pages per sheet. Fixes bug #395573.
2436         
2437 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2438
2439         * shell/ev-view.c: (tip_from_link):
2440         
2441         Check for NULL, fixes bug #460862.
2442
2443 2007-07-29  Christian Persch  <chpe@gnome.org>
2444
2445         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2446         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2447         (ev_window_cmd_preview_print):
2448         
2449         Fixes bug #437681 - blocks while enumerating printers.
2450
2451 2007-07-29  Christian Persch  <chpe@gnome.org>
2452
2453         * shell/ev-window.c: (ev_window_screen_changed):
2454         
2455         Don't use deprecated gtk+ function. See bug #460909.
2456
2457 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-utils.c: (get_num_monitors):
2460         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2461
2462         Do not use display before initializing it. Remove compile
2463         warnings.
2464
2465 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2466
2467         * shell/ev-view.c: (ev_view_class_init):
2468         
2469         Unix-like hjkl bindings added. See bug #458111.
2470
2471 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2472
2473         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2474         * shell/ev-utils.h:
2475         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2476         (ev_view_update_view_size):
2477         * shell/ev-view.h:
2478         * shell/ev-window.c: (ev_window_update_actions),
2479         (setup_view_from_metadata), (ev_window_screen_changed),
2480         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2481         (zoom_control_changed_cb):
2482         * shell/ev-window.h:
2483         
2484         Reorganizes utility functions.
2485
2486 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2489         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2490         (add_job), (ev_pixbuf_cache_get_surface),
2491         (ev_pixbuf_cache_get_link_mapping),
2492         (ev_pixbuf_cache_get_image_mapping),
2493         (ev_pixbuf_cache_get_form_field_mapping),
2494         (ev_pixbuf_cache_get_text_mapping):
2495         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2496         (notify_page_ready), (ev_job_render_page_ready),
2497         (ev_job_render_run):
2498
2499         Add page_ready signal to notify that page is ready as soon as
2500         possible even if other page elements like links, forms, images or
2501         text mapping are not ready yet.
2502
2503 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2506         (dvi_document_file_exporter_do_page),
2507         (dvi_document_file_exporter_get_capabilities),
2508         (dvi_document_file_exporter_iface_init):
2509         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2510         (ps_document_file_exporter_do_page),
2511         (ps_document_file_exporter_get_capabilities),
2512         (ps_document_file_exporter_iface_init):
2513         * backend/djvu/djvu-document.c:
2514         (djvu_document_file_exporter_begin),
2515         (djvu_document_file_exporter_end),
2516         (djvu_document_file_exporter_get_capabilities),
2517         (djvu_document_file_exporter_iface_init):
2518         * backend/tiff/tiff-document.c:
2519         (tiff_document_file_exporter_begin),
2520         (tiff_document_file_exporter_get_capabilities),
2521         (tiff_document_document_file_exporter_iface_init):
2522         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2523         (pdf_document_file_exporter_do_page),
2524         (pdf_document_file_exporter_get_capabilities),
2525         (pdf_document_file_exporter_iface_init):
2526         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2527         (ev_file_exporter_get_capabilities):
2528         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2529         (idle_print_handler), (ev_print_job_print):
2530         * shell/ev-jobs.c: (ev_job_print_run):
2531         * shell/ev-window.c: (ev_window_print_send),
2532         (ev_window_print_range):
2533
2534         Use capabilities to know which options should be offered by the
2535         print dialog depending on the document backend.
2536
2537 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2540
2541         Give priority to forms over text to set the cursor.
2542
2543 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * shell/ev-view-private.h:
2546         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2547         (ev_view_leave_notify_event), (ev_view_finalize),
2548         (ev_view_get_property), (ev_view_class_init):
2549
2550         Use IBEAM cursor for text form fields and NORMAL cursor for read
2551         only fields. Remove unused status attribute.
2552
2553 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2556
2557         Update region for current selected items also for checkbox
2558         buttons, since they can behave as radio buttons when they are in a
2559         set.
2560
2561 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * configure.ac:
2564         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2565
2566         Get max length of text form fields.
2567
2568 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2571         * libdocument/ev-form-field.h:
2572         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2573
2574         Fix build with current poppler cvs head.
2575
2576 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2577
2578         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2579         * shell/eggfindbar.c: (egg_find_bar_init):
2580
2581         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2582         deprecation. Fixes bug #455667
2583
2584 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2585
2586         * NEWS:
2587         * configure.ac:
2588         
2589         Update for release 0.9.2
2590
2591 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2592
2593         * shell/ev-view.c: (ev_view_form_field_text_save),
2594         (ev_view_form_field_choice_save):
2595
2596         Fix a crash when closing whith a form widget visible.
2597
2598 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2601
2602         Update also the region of the current selected button when
2603         clicking on another button if they are radio buttons.
2604
2605 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2606
2607         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2608         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2609         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2610         (ev_pixbuf_cache_get_link_mapping),
2611         (ev_pixbuf_cache_get_image_mapping),
2612         (ev_pixbuf_cache_get_form_field_mapping),
2613         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2614         * shell/ev-view.c: (ev_view_form_field_get_region),
2615         (ev_view_form_field_button_create_widget),
2616         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2617         (job_finished_cb):
2618
2619         Redraw only form field region instead of the whole page when
2620         reloading a page to show changes on the form field.
2621
2622 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2623
2624         * shell/ev-view.c: (ev_view_form_field_choice_save):
2625
2626         Fix selection of first item in list form fields.
2627
2628 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2629
2630         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2631         (ev_pixbuf_cache_reload_page),
2632         (ev_pixbuf_cache_get_form_field_mapping):
2633
2634         Some refactoring to avoid duplicated code.
2635
2636 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2637
2638         * configure.ac:
2639         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2640         (ev_form_field_from_poppler_field),
2641         (pdf_document_forms_get_form_fields),
2642         (pdf_document_forms_form_field_text_get_text),
2643         (pdf_document_forms_form_field_text_set_text),
2644         (pdf_document_forms_form_field_button_set_state),
2645         (pdf_document_forms_form_field_button_get_state),
2646         (pdf_document_forms_form_field_choice_get_item),
2647         (pdf_document_forms_form_field_choice_get_n_items),
2648         (pdf_document_forms_form_field_choice_is_item_selected),
2649         (pdf_document_forms_form_field_choice_select_item),
2650         (pdf_document_forms_form_field_choice_toggle_item),
2651         (pdf_document_forms_form_field_choice_unselect_all),
2652         (pdf_document_forms_form_field_choice_set_text),
2653         (pdf_document_forms_form_field_choice_get_text),
2654         (pdf_document_document_forms_iface_init):
2655         * libdocument/Makefile.am:
2656         * libdocument/ev-form-field.[ch]:
2657         * libdocument/ev-document-forms.[ch]:
2658         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2659         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2660         (add_job), (ev_pixbuf_cache_reload_page),
2661         (ev_pixbuf_cache_get_form_field_mapping):
2662         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2663         * shell/ev-view-private.h:
2664         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2665         (ev_view_handle_cursor_over_xy),
2666         (ev_view_get_form_field_at_location),
2667         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2668         (ev_view_form_field_button_create_widget),
2669         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2670         (ev_view_form_field_text_create_widget),
2671         (ev_view_form_field_choice_save),
2672         (ev_view_form_field_choice_changed),
2673         (ev_view_form_field_choice_create_widget),
2674         (ev_view_handle_form_field), (ev_view_size_allocate),
2675         (ev_view_realize), (draw_end_presentation_page),
2676         (ev_view_button_press_event), (ev_view_remove_all),
2677         (ev_view_motion_notify_event), (ev_view_key_press_event),
2678         (ev_view_enter_notify_event), (highlight_find_results),
2679         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2680         (ev_view_class_init), (page_changed_cb),
2681         (on_adjustment_value_changed), (ev_view_set_presentation),
2682         (merge_selection_region), (ev_view_set_cursor),
2683         (ev_view_reset_presentation_state):
2684         
2685         Merge evince-forms branch.
2686
2687 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2688
2689         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2690
2691         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2692         This script also updates itself from libegg
2693
2694         * cut-n-paste/toolbar-editor/egg*:
2695         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2696         libegg
2697
2698 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2699
2700         * shell/ev-window.c:
2701         
2702         Adds a nice icon to page action during toolbar editing.
2703         See bug #452872.
2704
2705 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2706
2707         * data/evince-toolbar.xml:
2708         * shell/ev-window.c:
2709         
2710         Let user add a presentation and fullscreen icons on toolbar.
2711         See bug #449734.
2712
2713 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2714
2715         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2716
2717         new script to keep in sync with toolbareditor in libegg
2718
2719         * cut-n-paste/toolbar-editor/*: 
2720
2721         Run update-toolbareditor-from-libegg so we are in sync again. 
2722         Fixes bug #452850.
2723         
2724
2725 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-sidebar-links.c: (job_finished_callback):
2728
2729         Do not connect selection changed signal more than once. Fixes bug
2730         #349433.
2731
2732 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2733
2734         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2735
2736         Do not change sidebar chrome flag when pressing F9 key in
2737         presentation mode.
2738
2739 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2740
2741         * backend/pdf/ev-poppler.cc:
2742         (pdf_document_thumbnails_get_dimensions):
2743
2744         Make sure thumbnails width and height is not <= 0. Fixes a crash
2745         with some pdf documents which have really small pages.
2746
2747 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2748
2749         * shell/main.c: (main):
2750
2751         Fixes program description translation issue.
2752         Bug #450148.
2753
2754 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2755
2756         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2757
2758         Do not change current page when returning from black/white mode
2759         in presentation. Fixes bug #415032.
2760
2761 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2762
2763         * NEWS:
2764         * configure.ac:
2765         
2766         Update for release 0.9.1
2767
2768 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2769
2770         * backend/dvi/dvi-document.c:
2771         (dvi_document_finalize),
2772         (dvi_document_file_exporter_format_supported),
2773         (dvi_document_file_exporter_begin),
2774         (dvi_document_file_exporter_do_page),
2775         (dvi_document_file_exporter_end),
2776         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2777         
2778         PDF exporter for dvi documents. Fixes bug #441319.
2779
2780 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * shell/ev-window.c: (ev_window_clear_print_job):
2783
2784         Clear gtk print job when job has finished. Fixes bug #447612.
2785
2786 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * shell/ev-window.c: (ev_window_print_send),
2789         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2790
2791         Add preview button to print dialog. Fixes bug #445419.
2792
2793 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2794
2795         * backend/dvi/Makefile.am:
2796         * backend/dvi/pixbuf-device.[ch]: Removed
2797         * backend/dvi/cairo-device.[ch]: Added
2798         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2799         * backend/dvi/dvi-document.c: (dvi_document_load),
2800         (dvi_document_render), (dvi_document_finalize),
2801         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2802         (dvi_document_do_color_special):
2803         * libdocument/ev-document-misc.[ch]:
2804         (ev_document_misc_pixbuf_from_surface):
2805
2806         Port dvi backend to cairo and fix a problem with colors. 
2807
2808 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * shell/ev-view.c: (draw_one_page):
2811
2812         Draw only visible region.
2813
2814 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * backend/djvu/djvu-document.c: (djvu_document_render):
2817
2818         Fix rotation in djvu backend.
2819
2820 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2823         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2824         (ev_pixbuf_cache_get_image_mapping),
2825         (ev_pixbuf_cache_get_text_mapping):
2826
2827         Redraw view every time we have a new surface. Fixes bug #443587.
2828
2829 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * libdocument/ev-document.c: (ev_document_info_free):
2832
2833         Fix memory leaks.
2834
2835 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * backend/dvi/dvi-document.c: (dvi_document_render),
2838         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2839         * backend/impress/impress-document.c:
2840         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2841         (impress_document_render), (impress_document_document_iface_init),
2842         (impress_document_thumbnails_get_thumbnail):
2843         * backend/djvu/djvu-document-private.h:
2844         * backend/djvu/djvu-document.c: (djvu_document_render),
2845         (djvu_document_finalize), (djvu_document_document_iface_init),
2846         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2847         * backend/tiff/tiff-document.c: (tiff_document_render),
2848         (tiff_document_render_pixbuf),
2849         (tiff_document_document_iface_init):
2850         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2851         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2852         (pdf_selection_render_selection):
2853         * backend/comics/comics-document.c:
2854         (comics_document_render_pixbuf), (comics_document_render),
2855         (comics_document_document_iface_init):
2856         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2857         (pixbuf_document_document_iface_init):
2858         * libdocument/ev-document-misc.[ch]:
2859         (ev_document_misc_surface_from_pixbuf),
2860         (ev_document_misc_surface_rotate_and_scale):
2861         * libdocument/ev-document.[ch]: (ev_document_render):
2862         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2863         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2864         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2865         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2866         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2867         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2868         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2869         (render_finished_cb), (ev_job_render_run):
2870         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2871         (merge_selection_region):
2872
2873         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2874         and selections.
2875
2876 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-window-title.c: (ev_window_title_update):
2879
2880         Fix memory leak.
2881
2882 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * shell/ev-view.c: (draw_loading_text):
2885
2886         Show loading text centered. Fixes bug #433061
2887
2888 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * shell/ev-sidebar-thumbnails.c:
2891         (ev_sidebar_thumbnails_set_loading_icon):
2892
2893         Remove a mutex in the main thread that blocks the UI in heavy
2894         documents.
2895
2896 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2899
2900         Set points_set to TRUE so that selections don't disappear after a
2901         zoom change.
2902
2903 2007-06-07  Michael Monreal  <infernux@web.de>
2904
2905         * data/icons/16x16/actions/Makefile.am:
2906         * data/icons/16x16/actions/zoom.svg:
2907         * data/icons/22x22/actions/Makefile.am:
2908         * data/icons/22x22/actions/zoom.svg:
2909         * data/icons/24x24/actions/Makefile.am:
2910         * shell/ev-stock-icons.c:
2911         * shell/ev-stock-icons.h:
2912         * shell/ev-window.c:
2913         
2914         Zoom icon artwork. See bug #444795.
2915
2916 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2917
2918         * shell/ev-metadata-manager.c: Remove extraneous function
2919         (Closes: #444386)
2920
2921 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2922
2923         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2924         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2925         (ev_metadata_manager_set), (ev_metadata_manager_save):
2926         Simplify the timeout, no need for modified anymore
2927
2928 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2929
2930         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2931         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2932         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2933         (ev_metadata_manager_save): Adapted patch from Arjan van de
2934         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2935         time, saves on power (Closes: #443851)
2936
2937 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * configure.ac:
2940         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2941         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2942
2943         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2944
2945 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2946
2947         * shell/ev-window.c: (ev_window_add_history):
2948
2949         Check if history is NULL
2950
2951 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2952
2953         * libdocument/ev-image.c: (ev_image_finalize):
2954         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2955         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2956         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2957         (ev_tmp_uri_unlink):
2958
2959         Add functions to delete temporary files created by evince in a safe
2960         way.
2961
2962         * shell/ev-window.c: (ev_window_clear_local_uri),
2963         (open_xfer_update_progress_callback),
2964         (save_xfer_update_progress_callback), (ev_window_save_remote),
2965         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2966         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2967         (attachment_save_dialog_response_cb),
2968         (ev_attachment_popup_cmd_save_attachment_as):
2969
2970         Allow saving a copy of a document, image or attachment to a remote
2971         location. Fixes bug #440754. 
2972
2973 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * configure.ac:
2976         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2977
2978         Fix build with current poppler from cvs head. 
2979
2980 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2981
2982         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2983
2984         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2985         directory exists.
2986
2987 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2988
2989         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2990         * shell/ev-window.c:
2991
2992         Change sidebar ordering. Fixes bug #439939.
2993
2994 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2995
2996         * backend/comics/Makefile.am:
2997         
2998         Fixes build with --without-libgnome.
2999
3000 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3001         
3002         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3003
3004         Update cursor and tooltip on page change and view scroll. Fixes bug
3005         #439217.
3006
3007 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3008
3009         * NEWS:
3010         * configure.ac:
3011         
3012         Update for release 0.9.0
3013
3014 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3015
3016         * backend/djvu/djvu-document-private.h:
3017         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3018         (djvu_document_finalize),
3019         (djvu_document_file_exporter_format_supported),
3020         (djvu_document_file_exporter_begin),
3021         (djvu_document_file_exporter_do_page),
3022         (djvu_document_file_exporter_end),
3023         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3024         
3025         Implemented printing with djvu. Bug #437998.
3026
3027 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * backend/impress/zip.c:
3030         Add missing ulong definition.
3031
3032         * backend/ps/ps-interpreter.c:
3033         Add missing headers.
3034
3035         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3036
3037 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3038
3039         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3040
3041         Add missing call to parent class dispose method. 
3042
3043 2007-05-12  Ross Burton  <ross@openedhand.com>
3044
3045         * shell/main.c:
3046         Sync keybindings manually when building without libgnome
3047         (#437925).
3048
3049 2007-05-12  Ross Burton  <ross@openedhand.com>
3050
3051         * shell/ev-window.c:
3052         Respect the screen when opening help (#437866).
3053
3054 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3055
3056         * data/evince-ui.xml:
3057         * shell/ev-application.[ch]: (get_print_settings_from_args),
3058         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3059         (ev_application_open_uri_list):
3060         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3061         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3062         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3063         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3064         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3065         (ev_window_dispose):
3066         * shell/main.c: (arguments_parse):
3067
3068         Add print button in preview mode. Fixes bug #396475. 
3069
3070 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3071
3072         * cut-n-paste/zoom-control/ephy-zoom.h:
3073         
3074         Fixes zoom level factors. See bug #408119 for details.
3075
3076 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3077
3078         * backend/comics/comics-document.c: (comics_regex_quote),
3079         (extract_argv):
3080         
3081         Correctly quote symbols. Fixes crash in the bug
3082         #415370.
3083
3084 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3085
3086         * shell/ev-navigation-action-widget.c:
3087         (ev_navigation_action_widget_init),
3088         (ev_navigation_action_widget_class_init),
3089         (ev_navigation_action_widget_button_press_event):
3090         
3091         Connect to button-press event on correct widget. Fixes
3092         bug #431988
3093
3094 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3095
3096         * shell/ev-application.c: (ev_application_open_window),
3097         (ev_application_add_icon_path_for_screen),
3098         (ev_application_open_uri_at_dest):
3099         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3100         * shell/ev-navigation-action.c: (build_menu):
3101         
3102         Add app-specific icons to our icon theme. Fixes bug
3103         #425508.
3104
3105 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3106
3107         * shell/ev-history.c: (ev_history_class_init),
3108         (ev_history_add_link):
3109         * shell/ev-history.h:
3110         * shell/ev-navigation-action.c:
3111         (ev_navigation_action_history_changed),
3112         (ev_navigation_action_set_history), (build_menu),
3113         (ev_navigation_action_finalize):
3114         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3115         
3116         Make navigation action unsensitive instead of showing
3117         menu with unsensitive word. Fixes bug #417392.
3118
3119 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3120
3121         * shell/ev-application.[ch]: (ev_application_shutdown),
3122         (ev_application_get_print_settings),
3123         (ev_application_set_print_settings):
3124         * shell/ev-window.c:
3125
3126         Remember print settings. Fixes bug #349102. 
3127
3128 2007-05-08  Christian Persch  <chpe@gnome.org>
3129
3130         * configure.ac:
3131         * properties/ev-properties-view.c:
3132
3133         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3134         Bug #382438.
3135
3136 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * configure.ac:
3139         * properties/ev-properties-view.c: (ev_regular_paper_size):
3140
3141         Use gtk+ builtin paper list to identify the document's paper size.
3142         Fixes bug #382438. 
3143
3144 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * configure.ac:
3147
3148         Fix build when compiling with thumbnailer and libgnome support. 
3149
3150 2007-05-04  Ross Burton  <ross@openedhand.com>
3151
3152         * configure.ac:
3153         Add --without-libgnome, check for libgnome and libgnomeui
3154         separately, and add them to the symbols as required.
3155
3156         * libdocument/ev-file-helpers.c:
3157         When building without libgnome, use g_get_user_config_dir instead
3158         of gnome_user_dir_get.
3159
3160         * shell/ev-application.c:
3161         When building without libgnome, don't use session management.
3162
3163         * shell/main.c:
3164         When building without libgnome, don't use GnomeProgram or
3165         initialise the authentication manager.
3166
3167         This fixes #328842.
3168
3169 2007-05-04  Ross Burton  <ross@openedhand.com>
3170
3171         * shell/ev-window.c:
3172         Don't use libgnome to open help, instead call Yelp directly.
3173
3174 2007-05-04  Ross Burton  <ross@openedhand.com>
3175
3176         * shell/ev-sidebar-attachments.c:
3177         Don't use libgnome to lookup icons for MIME types, instead copy
3178         code from GTK+ to do it manually.
3179
3180 2007-05-04  Ross Burton  <ross@openedhand.com>
3181
3182         * configure.ac:
3183         Add libxml to the dependencies for SHELL_CORE (#435818).
3184
3185 2007-05-02  Ross Burton  <ross@openedhand.com>
3186
3187         * configure.ac:
3188         * Makefile.am:
3189         Add --disable-thumbnailer (#434825)
3190
3191 2007-05-02  Ross Burton  <ross@openedhand.com>
3192
3193         * shell/ev-window.c:
3194         Add missing includes, fix indentation.
3195
3196         * shell/main.c:
3197         Fix indentation.
3198
3199 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3200
3201         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3202         ev_application_open_uri_at_dest instead of ev_application_open_uri
3203         preventing new document always being opened in a new window even if there
3204         is an empty window.
3205
3206 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3207
3208         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3209         (egg_recent_view_uimanager_finalize):
3210         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3211         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3212         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3213         (ev_pixbuf_cache_dispose):
3214         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3215         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3216         
3217         Add missing chain to parent class methods. Fixes
3218         bug #433128.
3219
3220 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3221
3222         * data/Makefile.am (update-icon-cache): Updates
3223         gtk-update-icon-cache in uninstall-hook.
3224
3225 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * shell/ev-window.c: (ev_window_setup_document),
3228         (ev_window_set_document), (ev_window_load_job_cb):
3229         * shell/ev-view.c: (setup_caches):
3230         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3231
3232         Start rendering pages before any other jobs. 
3233
3234 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * shell/ev-window.c: (ev_window_stop_fullscreen),
3237         (ev_window_stop_presentation):
3238
3239         Update chrome visibility before window unfullscreen. 
3240
3241 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3242
3243         * data/Makefile.am:
3244         * data/evince-ui.xml:
3245         * shell/ev-stock-icons.[ch]:
3246         * shell/ev-application.[ch]: (ev_application_shutdown),
3247         (ev_application_init), (ev_application_get_toolbars_model):
3248         * shell/ev-window.c: (update_chrome_visibility),
3249         (fullscreen_toolbar_setup_item_properties),
3250         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3251         (ev_window_run_presentation), (ev_window_stop_presentation),
3252         (ev_window_run_preview), (ev_window_screen_changed),
3253         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3254         (ev_window_dispose), (ev_window_init):
3255
3256         Make fullscreen toolbar always visible. Do not use egg toolbars for
3257         fullscreen and preview modes since such toolbars are not editables.
3258         Fixes bugs #300278, #338910 and #316188.  
3259
3260 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3261
3262         * shell/ev-application.c:
3263         * shell/ev-job-queue.c:
3264         * shell/ev-metadata-manager.c:
3265         * shell/ev-stock-icons.c:
3266         * shell/ev-window.c:
3267         * shell/main.c:
3268         
3269         Developers documentation updated.
3270
3271 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3274
3275         Check whether uri is valid before launching it. Fixes bug #427664.
3276
3277 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3278
3279         * shell/ev-window.c:
3280
3281         Change key accelerator for Open a Copy menu entry which is in conflict
3282         with Close. Fixes bug #427321.
3283
3284 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3285
3286         * NEWS:
3287         * configure.ac:
3288         
3289         Update for release 0.8.1
3290
3291 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3292
3293         * shell/ev-window.c: (setup_size_from_metadata):
3294         
3295         Do not make window bigger than screen. Fixes bug 
3296         #388985.
3297
3298 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3299
3300         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3301         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3302
3303         Use default resolution when it's not provided by document. Fixes bug
3304         #408762.
3305
3306 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3307
3308         * configure.ac:
3309         * thumbnailer/Makefile.am:
3310         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3311         * thumbnailer/evince-thumbnailer.schemas.in:
3312         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3313
3314         Add support for ps, eps and compressed documents thumbnails. Do not
3315         ignore size parameter. 
3316
3317 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3318
3319         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3320         (dvi_document_do_color_special):
3321         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3322
3323         Implement font color specials in the DVI backend. Fixes bug #303651.
3324
3325 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3326
3327         Fixup the previous commit:
3328
3329         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3330         * shell/xdg-user-dir-lookup.c: Make the function non-static
3331         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3332
3333 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3334
3335         * shell/ev-window.c (file_open_dialog_response_cb): Use
3336         the xdg-user-dirs DOCUMENTS folder as default folder when
3337         opening a file chooser.  (#424858)
3338
3339         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3340         xdg-user-dirs.
3341
3342 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3343
3344         * shell/ev-window.c: (ev_window_load_job_cb):
3345
3346         Do not setup view from metadata on preview mode. 
3347
3348 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3349
3350         * shell/main.c:
3351
3352         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3353
3354 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3355
3356         * shell/ev-view.c: (ev_view_primary_get_cb):
3357
3358         Check pointer != NULL before using it. Fixes bug #416841. 
3359
3360 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3361
3362         * NEWS:
3363         * configure.ac:
3364         
3365         Release 0.8.0
3366
3367 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3368
3369         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3370
3371         Do not render thumbnails when sidebar thumbnail page is not visible
3372         at startup. Fixes bug #416447. 
3373
3374 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3375
3376         * data/evince.desktop.in.in:
3377
3378         "Application" is not a valid category in the freedesktop specification.
3379
3380 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * libdocument/ev-file-helpers.[ch]: (compression_run),
3383         (ev_file_uncompress), (ev_file_compress):
3384         * shell/ev-window.c: (file_save_dialog_response_cb):
3385
3386         Save document compressed when saving a copy of a compressed document.
3387         Fixes bug #334542.
3388
3389 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3392
3393         Allow deleting in goto window entry in presentation mode. 
3394
3395 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3396
3397         * Makefile.am: Dist MAINTAINERS.
3398
3399 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * shell/ev-window.c: (ev_window_update_actions):
3402
3403         Fix zoom shortcut keys when searching. Fixes bug #409828.
3404
3405 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3406
3407         * shell/ev-window.c: (ev_window_setup_document):
3408
3409         Fix crash when loading documents with only one page. 
3410
3411 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3412
3413         * backend/dvi/dvi-document.c:
3414         (dvi_document_thumbnails_get_dimensions),
3415         (dvi_document_thumbnails_get_thumbnail):
3416         * backend/impress/impress-document.c:
3417         (impress_document_thumbnails_get_thumbnail),
3418         (impress_document_thumbnails_get_dimensions):
3419         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3420         (ps_document_thumbnails_get_dimensions):
3421         * backend/djvu/djvu-document.c:
3422         (djvu_document_thumbnails_get_dimensions),
3423         (djvu_document_thumbnails_get_thumbnail):
3424         * backend/tiff/tiff-document.c:
3425         (tiff_document_thumbnails_get_thumbnail),
3426         (tiff_document_thumbnails_get_dimensions):
3427         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3428         (pdf_document_thumbnails_get_thumbnail),
3429         (pdf_document_thumbnails_get_dimensions):
3430         * backend/comics/comics-document.c:
3431         (comics_document_thumbnails_get_thumbnail),
3432         (comics_document_thumbnails_get_dimensions):
3433         * backend/pixbuf/pixbuf-document.c:
3434         (pixbuf_document_thumbnails_get_thumbnail),
3435         (pixbuf_document_thumbnails_get_dimensions):
3436         * libdocument/ev-document-thumbnails.[ch]:
3437         (ev_document_thumbnails_get_thumbnail),
3438         (ev_document_thumbnails_get_dimensions):
3439         * libdocument/ev-document-misc.[ch]:
3440         (ev_document_misc_get_thumbnail_frame):
3441         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3442         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3443         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3444         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3445         (ev_sidebar_thumbnails_refresh):
3446         * shell/ev-window.c: (ev_window_setup_document):
3447         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3448
3449         Use an EvRenderContext for rendering thumbnails instead of a suggested
3450         width, so that different sized pages get sized proportionally.
3451
3452 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * shell/ev-view.c: (ev_view_button_press_event),
3455         (ev_view_key_press_event):
3456
3457         Fix critical warnings when there is no document loaded. 
3458
3459 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * shell/ev-page-action-widget.c:
3462         * shell/ev-navigation-action.c:
3463         * shell/ev-window.c:
3464
3465         Fix compile warnings. 
3466
3467 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * backend/djvu/djvu-text.h:
3470         * backend/djvu/djvu-document.c:
3471         * backend/djvu/djvu-text-page.c:
3472         * backend/djvu/djvu-links.c:
3473         * backend/djvu/djvu-text-page.h:
3474         * backend/djvu/djvu-text.c:
3475         
3476         Fix build on Mac. Fixes bug #392186. Patch by
3477         <ephraim_owns@hotmail.com>
3478
3479 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3480
3481         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3482
3483         Restore cairo context before rendering every page when printing a PDF
3484         document into a PDF file. 
3485
3486 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * backend/ps/gstypes.h:
3489         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3490         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3491         (ps_document_thumbnails_get_thumbnail):
3492
3493         Handle PostScript page orientation. Fixes bug #318568.
3494
3495 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * backend/ps/Makefile.am:
3498         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3499         (document_load), (ps_document_load), (save_document),
3500         (save_page_list), (ps_document_get_n_pages),
3501         (ps_document_get_page_size), (ps_document_get_info),
3502         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3503         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3504         (ps_document_thumbnails_get_thumbnail),
3505         (ps_document_thumbnails_get_dimensions),
3506         (ps_document_document_thumbnails_iface_init):
3507         * backend/ps/ps.[ch]: (psgetpagebox):
3508         * backend/ps/ps-interpreter.[ch]:
3509
3510         Add support for thumbnails in ps backend. Fixes bug #164755. 
3511
3512 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3513
3514         * NEWS:
3515         * configure.ac:
3516         
3517         Release 0.7.2
3518
3519 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3520
3521         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3522         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3523         (ev_window_dispose):
3524
3525         Use document thumbnail as window icon. Fixes bug #384442.
3526
3527 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3528
3529         * configure.ac:
3530
3531         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3532         duplicated adding application/x-bzpostscript instead. 
3533
3534 2007-02-11  Tom Parker  <palfrey@tevp.net>
3535
3536         * backend/ps/ps-document.c: (document_load):
3537
3538         Check return value of psscan before trying
3539         to use it. Fixes bug #372414.
3540
3541 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3542
3543         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3544
3545         Fix invalid free in ev-page-cache. Fixes bug #404745.
3546
3547 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3548
3549         * test/Makefile.am:
3550         * test/test3.py:
3551         
3552         Added reload test case.
3553
3554 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3555
3556         * po/POTFILES.in:
3557         * backend/djvu/djvu-document.c: (djvu_document_load):
3558
3559         Check whether there are missing files in indirect multipage djvu
3560         documents. Fixes bug #361683. 
3561
3562 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3563
3564         * test/Makefile.am:
3565         * test/test-mime.bin:
3566         * test/test3.py:
3567         
3568         Added test for slow mime type
3569
3570 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3571
3572         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3573
3574         Add some checks and call parent_class->finalize. Fixes bug #404745.
3575
3576 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3577
3578         * shell/ev-navigation-action.c: (connect_proxy):
3579         
3580         Fixes dropdown history menu. Thanks a lot Carlos!
3581
3582 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3585
3586         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3587         bug #373715.
3588
3589 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * backend/ps/ps.c: (psscan):
3592
3593         Fix memory leak. 
3594
3595 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * configure.ac:
3598         * libdocument/ev-file-helpers.c: 
3599
3600         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3601
3602 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * configure.ac:
3605         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3606         (ps_interpreter_start), (document_load), (save_document),
3607         (save_page_list):
3608         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3609         * libdocument/ev-document-factory.c:
3610         (ev_document_factory_get_from_mime), (get_document_from_uri),
3611         (free_uncompressed_uri), (ev_document_factory_get_document):
3612         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3613
3614         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3615
3616 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * libdocument/ev-document.h:
3619
3620         Fix typo in function name. 
3621
3622 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * backend/ps/ps-document.c: (ps_interpreter_finished),
3625         (ps_interpreter_start), (ps_interpreter_failed):
3626
3627         Handle ghostscript interpreter crashes. 
3628
3629 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * shell/ev-window.c: (ev_window_open_uri),
3632         (window_configure_event_cb):
3633
3634         Setup window size and position before showing it. Fixes bug #401711.
3635
3636 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * backend/ps/Makefile.am:
3639         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3640         (ps_document_dispose), (ps_document_class_init),
3641         (ps_interpreter_input), (ps_interpreter_output),
3642         (ps_interpreter_error), (setup_interpreter_env),
3643         (ps_interpreter_start), (ps_interpreter_stop),
3644         (ps_interpreter_failed), (ps_interpreter_is_ready),
3645         (check_filecompressed), (document_load), (ps_document_load),
3646         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3647         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3648         (render_page):
3649
3650         Rework ps-document. Code cleanups, remove deprecated code. 
3651
3652 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * shell/ev-view.c: (ev_view_button_press_event):
3655
3656         Do not start an image drag and drop operation when pointer is on 
3657         text, so that we can select text when the whole background is an
3658         image. 
3659
3660 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * shell/ev-window.c: (ev_window_update_actions): 
3663
3664         Disable all zoom related actions during presentation mode. 
3665
3666 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3667
3668         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3669
3670         Do not zoom in or out on presentation mode. Fixes bug #401305.
3671
3672 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3673
3674         * shell/ev-navigation-action.c: (connect_proxy),
3675         (create_menu_item), (ev_navigation_action_class_init):
3676         
3677         Correctly show menu and fix crash when navigaton 
3678         action is out of toolbar visible area.
3679
3680 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3681
3682         * data/Makefile.am:
3683         * data/evince.1:
3684         
3685         Added man file
3686
3687 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3688
3689         * help/reference/* :
3690         * configure.ac:
3691         
3692         Added gtk-doc based documentation for Evince.
3693         Still in initial state but I hope it will
3694         grow.
3695         
3696         * configure.ac:
3697         
3698         Lower dbus requirement to 0.70
3699
3700 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * shell/ev-window.c: (ev_window_add_history):
3703
3704         Fix memory leak. 
3705
3706 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3707
3708         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3709         * shell/ev-view.h:
3710         * shell/ev-window.c: (ev_window_add_history):
3711         
3712         Correctly handle named destination links
3713
3714 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3715
3716         * NOTES:
3717         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3718         * backend/pdf/ev-poppler.cc:
3719         * libdocument/ev-document-links.h:
3720         * libdocument/ev-link.c: (ev_link_get_page):
3721         * libdocument/ev-link.h:
3722         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3723         (ev_history_add_link):
3724         * shell/ev-history.h:
3725         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3726         (new_history_menu_item), (build_menu):
3727         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3728         * shell/ev-sidebar-links.c: (create_loading_model),
3729         (print_section_cb), (ev_sidebar_links_construct),
3730         (fill_page_labels), (update_page_callback_foreach),
3731         (update_page_callback), (job_finished_callback):
3732         * shell/ev-view.c: (ev_view_handle_link):
3733         * shell/ev-window.c: (ev_window_find_chapter),
3734         (ev_window_add_history), (view_handle_link_cb),
3735         (history_changed_cb):
3736         
3737         Implements another history variant
3738
3739 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * shell/ev-window.c: (view_external_link_cb):
3742         * shell/ev-view.c: (ev_view_button_release_event):
3743
3744         Open links in new window when clicking with middle button. 
3745
3746 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * shell/ev-navigation-action.c: (new_history_menu_item):
3749         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3750         * shell/ev-view.c: (ev_view_handle_link):
3751         * shell/ev-window.c:
3752         
3753         Store link before jump, not the destination. For me it 
3754         seems like more natural history behavior.
3755
3756 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3757
3758         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3759         (ev_navigation_action_class_init):
3760         * shell/ev-navigation-action.h:
3761         * shell/ev-page-action.c: (activate_cb):
3762         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3763         (ev_page_cache_set_current_page_history):
3764         * shell/ev-page-cache.h:
3765         * shell/ev-sidebar-thumbnails.c:
3766         (ev_sidebar_tree_selection_changed),
3767         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3768         * shell/ev-view-private.h:
3769         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3770         * shell/ev-view.h:
3771         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3772         (ev_window_setup_document), (ev_window_load_job_cb):
3773         * shell/ev-window.h:
3774         
3775         History finally works as expected.
3776
3777 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3780
3781         Do not update links treeview if it doesn't have a model assigned yet. 
3782
3783 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3784
3785         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3786         (ev_sidebar_links_class_init), (update_page_callback):
3787
3788         Do not update links treeview when sidepane is not visible. 
3789
3790 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3791
3792         * shell/ev-marshal.list:
3793         * shell/ev-page-action.c: (activate_cb),
3794         (ev_page_action_class_init):
3795         * shell/ev-page-action.h:
3796         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3797         * shell/ev-window.c:
3798         
3799         Remove activate_link signal, not required.
3800
3801 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3802
3803         * shell/ev-navigation-action.c: (build_menu):
3804         
3805         Reorder menu items and build menu with fixed length.
3806
3807 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3808
3809         * shell/ev-view.c: (get_selected_text):
3810         
3811         Normalize text to fix ligatures problem. See bug
3812         #341947 for details.
3813
3814 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3817
3818         Fix memory leak in ev-page-cache. 
3819
3820 2007-01-25  Tom Parker <palfrey@tevp.net>
3821
3822         * backend/impress/impress-document.c: (impress_document_load),
3823         (impress_document_finalize), (impress_document_init):
3824         * properties/ev-properties-main.c: (ev_properties_get_pages):
3825         
3826         Correctly handle impress document errors. Fixes nautilus
3827         crash in property page #370491.
3828
3829 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3832         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3833         (ev_job_queue_remove_job):
3834         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3835         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3836         (ev_job_load_run):
3837         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3838         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3839         (ev_window_load_job_cb), (xfer_update_progress_callback),
3840         (ev_window_open_uri), (ev_window_dispose):
3841         * shell/main.c: (main):
3842
3843         Do file transfer asynchronously in the main thread instead of
3844         synchronously in the load thread. Fixes bugs #399694, #398307 and
3845         #343542.
3846
3847 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * shell/ev-jobs.c: (ev_job_xfer_run):
3850
3851         Load the document with the font-config lock held. 
3852
3853 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3854
3855         * backend/ps/ps-document.c: (start_interpreter):
3856
3857         Fix memory leaks in ps backend. 
3858
3859 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * backend/impress/impress-document.c:
3862         (impress_document_render_pixbuf):
3863
3864         Do not acquire fontconfig lock in impress backend, since it is using
3865         the main loop for rendering. 
3866
3867 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * po/POTFILES.in: 
3870
3871         Remove mdvi files that shouldn't be translated. 
3872
3873 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * shell/ev-view-private.h:
3876         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3877         (ev_view_set_zoom):
3878
3879         Render "loading..." text into a cairo surface instead of directly into
3880         the window so that fontconfig lock is only needed once and UI is not
3881         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3882
3883 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3884
3885         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3886         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3887
3888         Use icon theme associated with the window screen rather than default. 
3889
3890 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3891
3892         * configure.ac:
3893
3894         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3895
3896 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3897
3898         * data/icons/*/apps/evince.*:
3899
3900         Move Evince icons under new apps directory.
3901
3902         * data/icons/*/actions/*:
3903
3904         Add new custom themeable Evince icons: view-page-continuous, 
3905         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3906         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3907
3908         * configure.ac:
3909
3910         Add new directories to AC_CONFIG_FILES.
3911
3912         * shell/ev-stock-icons.c:
3913         * shell/ev-stock-icons.h:
3914
3915         Use new custom themeable icons.
3916
3917 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3918
3919         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3920
3921         Do not draw white background page in presentation mode. 
3922
3923 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3924
3925         * shell/ev-view.c: Remove unused gnome-vfs include.
3926
3927 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3928
3929         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3930         
3931         Format string is corrected, fixes bug #397129.
3932
3933 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3934
3935         * shell/ev-window.c: (ev_window_setup_recent):
3936
3937         Do not include in recent menu inexistent documents. Fixes
3938         bug #339171.
3939
3940 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * po/POTFILES.skip: 
3943
3944         Update POTFILES.skip file according to current source tree. 
3945
3946 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3947
3948         * shell/ev-window.c: (file_save_dialog_response_cb):
3949
3950         Do Save a copy in atomic way. Fixes bug #328266. 
3951
3952 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3953
3954         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3955
3956         Keep selected cell always visible in index treeview.
3957
3958 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3959         
3960         * shell/ev-view.c: (ev_view_size_allocate):
3961
3962         Restore horizontal scrollbar after switching to/from fullscreen
3963         or presentation mode. Fixes bug #331728.
3964
3965 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3966
3967         * shell/ev-view-private.h:
3968         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3969         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3970         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3971         (ev_view_can_zoom_out):
3972
3973         Use max and min scale values in the view iby taking dpi into account. 
3974
3975 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3976
3977         * configure.ac:
3978         * NEWS:
3979
3980         Release 0.7.1
3981
3982 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3983
3984         * shell/ev-window.c: (ev_window_print_send):
3985
3986         Send print job to printer with some settings set to default values,
3987         since we have already exported to a file according to such settings
3988         and they could be taken twice by some printers. 
3989
3990 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3991
3992         * shell/ev-jobs.c: (ev_job_xfer_run):
3993         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3994
3995         Show main window and load document with the font-config lock held. 
3996
3997 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3998
3999         * configure.ac:
4000         * shell/ev-application.c: (ev_application_register_service):
4001         * shell/main.c: (load_files_remote):
4002
4003         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4004
4005 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4006
4007         * doc/debugging.txt:
4008         
4009         Remove obsolete documentation.
4010
4011 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4012
4013         * Makefile.am:
4014         * backend/Makefile.am:
4015         * backend/comics/Makefile.am:
4016         * backend/djvu/Makefile.am:
4017         * backend/dvi/Makefile.am:
4018         * backend/ev-async-renderer.c:
4019         * backend/ev-async-renderer.h:
4020         * backend/ev-attachment.c:
4021         * backend/ev-attachment.h:
4022         * backend/ev-backend-marshal.c:
4023         * backend/ev-document-factory.c:
4024         * backend/ev-document-factory.h:
4025         * backend/ev-document-find.c:
4026         * backend/ev-document-find.h:
4027         * backend/ev-document-fonts.c:
4028         * backend/ev-document-fonts.h:
4029         * backend/ev-document-images.c:
4030         * backend/ev-document-images.h:
4031         * backend/ev-document-info.h:
4032         * backend/ev-document-links.c:
4033         * backend/ev-document-links.h:
4034         * backend/ev-document-misc.c:
4035         * backend/ev-document-misc.h:
4036         * backend/ev-document-security.c:
4037         * backend/ev-document-security.h:
4038         * backend/ev-document-thumbnails.c:
4039         * backend/ev-document-thumbnails.h:
4040         * backend/ev-document-transition.c:
4041         * backend/ev-document-transition.h:
4042         * backend/ev-document.c:
4043         * backend/ev-document.h:
4044         * backend/ev-file-exporter.c:
4045         * backend/ev-file-exporter.h:
4046         * backend/ev-image.c:
4047         * backend/ev-image.h:
4048         * backend/ev-link-action.c:
4049         * backend/ev-link-action.h:
4050         * backend/ev-link-dest.c:
4051         * backend/ev-link-dest.h:
4052         * backend/ev-link.c:
4053         * backend/ev-link.h:
4054         * backend/ev-render-context.c:
4055         * backend/ev-render-context.h:
4056         * backend/ev-selection.c:
4057         * backend/ev-selection.h:
4058         * backend/impress/Makefile.am:
4059         * backend/pdf/Makefile.am:
4060         * backend/pixbuf/Makefile.am:
4061         * backend/ps/Makefile.am:
4062         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4063         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4064         (start_interpreter), (stop_interpreter), (document_load),
4065         (ps_document_next_page), (render_page):
4066         * backend/tiff/Makefile.am:
4067         * comics/Makefile.am:
4068         * comics/comics-document.c:
4069         * comics/comics-document.h:
4070         * configure.ac:
4071         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4072         * djvu/Makefile.am:
4073         * djvu/djvu-document-private.h:
4074         * djvu/djvu-document.c:
4075         * djvu/djvu-document.h:
4076         * djvu/djvu-links.c:
4077         * djvu/djvu-links.h:
4078         * djvu/djvu-text-page.c:
4079         * djvu/djvu-text-page.h:
4080         * djvu/djvu-text.c:
4081         * djvu/djvu-text.h:
4082         * dvi/Makefile.am:
4083         * dvi/dvi-document.c:
4084         * dvi/dvi-document.h:
4085         * dvi/fonts.c:
4086         * dvi/fonts.h:
4087         * dvi/mdvi-lib/Makefile.am:
4088         * dvi/mdvi-lib/afmparse.c:
4089         * dvi/mdvi-lib/afmparse.h:
4090         * dvi/mdvi-lib/bitmap.c:
4091         * dvi/mdvi-lib/bitmap.h:
4092         * dvi/mdvi-lib/color.c:
4093         * dvi/mdvi-lib/color.h:
4094         * dvi/mdvi-lib/common.c:
4095         * dvi/mdvi-lib/common.h:
4096         * dvi/mdvi-lib/defaults.h:
4097         * dvi/mdvi-lib/dvimisc.c:
4098         * dvi/mdvi-lib/dviopcodes.h:
4099         * dvi/mdvi-lib/dviread.c:
4100         * dvi/mdvi-lib/files.c:
4101         * dvi/mdvi-lib/font.c:
4102         * dvi/mdvi-lib/fontmap.c:
4103         * dvi/mdvi-lib/fontmap.h:
4104         * dvi/mdvi-lib/fontsrch.c:
4105         * dvi/mdvi-lib/gf.c:
4106         * dvi/mdvi-lib/hash.c:
4107         * dvi/mdvi-lib/hash.h:
4108         * dvi/mdvi-lib/list.c:
4109         * dvi/mdvi-lib/mdvi.h:
4110         * dvi/mdvi-lib/pagesel.c:
4111         * dvi/mdvi-lib/paper.c:
4112         * dvi/mdvi-lib/paper.h:
4113         * dvi/mdvi-lib/pk.c:
4114         * dvi/mdvi-lib/private.h:
4115         * dvi/mdvi-lib/setup.c:
4116         * dvi/mdvi-lib/sp-epsf.c:
4117         * dvi/mdvi-lib/special.c:
4118         * dvi/mdvi-lib/sysdeps.h:
4119         * dvi/mdvi-lib/t1.c:
4120         * dvi/mdvi-lib/tfm.c:
4121         * dvi/mdvi-lib/tfmfile.c:
4122         * dvi/mdvi-lib/tt.c:
4123         * dvi/mdvi-lib/util.c:
4124         * dvi/mdvi-lib/vf.c:
4125         * dvi/pixbuf-device.c:
4126         * dvi/pixbuf-device.h:
4127         * impress/Makefile.am:
4128         * impress/common.h:
4129         * impress/document.c:
4130         * impress/f_oasis.c:
4131         * impress/f_oo13.c:
4132         * impress/iksemel.c:
4133         * impress/iksemel.h:
4134         * impress/imposter.h:
4135         * impress/impress-document.c:
4136         * impress/impress-document.h:
4137         * impress/internal.h:
4138         * impress/r_back.c:
4139         * impress/r_draw.c:
4140         * impress/r_geometry.c:
4141         * impress/r_gradient.c:
4142         * impress/r_style.c:
4143         * impress/r_text.c:
4144         * impress/render.c:
4145         * impress/render.h:
4146         * impress/zip.c:
4147         * impress/zip.h:
4148         * lib/Makefile.am:
4149         * lib/ev-debug.c:
4150         * lib/ev-debug.h:
4151         * lib/ev-file-helpers.c:
4152         * lib/ev-file-helpers.h:
4153         * lib/ev-gui.c:
4154         * lib/ev-gui.h:
4155         * lib/ev-tooltip.c:
4156         * lib/ev-tooltip.h:
4157         * libdocument/Makefile.am:
4158         * libdocument/ev-file-helpers.c:
4159         * pdf/Makefile.am:
4160         * pdf/ev-poppler.cc:
4161         * pdf/ev-poppler.h:
4162         * pixbuf/Makefile.am:
4163         * pixbuf/pixbuf-document.c:
4164         * pixbuf/pixbuf-document.h:
4165         * properties/Makefile.am:
4166         * ps/Makefile.am:
4167         * ps/gsdefaults.c:
4168         * ps/gsdefaults.h:
4169         * ps/gsio.c:
4170         * ps/gsio.h:
4171         * ps/gstypes.h:
4172         * ps/ps-document.c:
4173         * ps/ps-document.h:
4174         * ps/ps.c:
4175         * ps/ps.h:
4176         * shell/Makefile.am:
4177         * shell/ev-application.h:
4178         * shell/ev-sidebar-links.c:
4179         * shell/ev-sidebar-links.h:
4180         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4181         (ev_gui_menu_position_tree_selection):
4182         * shell/ev-utils.h:
4183         * shell/ev-view.c: (ev_view_finalize):
4184         * shell/ev-window.c:
4185         * shell/main.c: (main):
4186         * thumbnailer/Makefile.am:
4187         * tiff/Makefile.am:
4188         * tiff/tiff-document.c:
4189         * tiff/tiff-document.h:
4190         * tiff/tiff2ps.c:
4191         * tiff/tiff2ps.h:
4192         
4193         Reorganize source tree.
4194
4195 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4196
4197         * backend/ev-document-factory.c:
4198
4199         Do not include ev-poppler.h when pdf is disabled. 
4200
4201 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4202
4203         * configure.ac:
4204         * data/evince-ui.xml:
4205         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4206         (pdf_document_document_images_iface_init):
4207         * backend/Makefile.am:
4208         * backend/ev-document-images.[ch]:
4209         * backend/ev-image.[ch]:
4210         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4211         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4212         (ev_job_xfer_run):
4213         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4214         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4215         (ev_pixbuf_cache_get_image_mapping):
4216         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4217         (view_menu_popup_cb), (ev_window_dispose),
4218         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4219         (ev_view_popup_cmd_copy_image):
4220         * shell/ev-view-private.h:
4221         * shell/ev-view.c: (ev_view_get_image_at_location),
4222         (ev_view_do_popup_menu), (ev_view_popup_menu),
4223         (ev_view_button_press_event), (ev_view_drag_data_get),
4224         (ev_view_drag_motion), (ev_view_drag_data_received),
4225         (ev_view_motion_notify_event), (ev_view_button_release_event),
4226         (ev_view_finalize), (ev_view_class_init):
4227
4228         Add image handling support. Fixes bugs #310008 and #325047. Images
4229         selection is not supported yet. 
4230
4231 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4232
4233         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4234         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4235         (ev_view_init):
4236
4237         Move view drag and drop stuff to ev-view.
4238
4239 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4242         * shell/ev-view.c: (clear_selection): 
4243
4244         Clear selection also in pixbuf cache.
4245
4246 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4247
4248         * data/evince.desktop.in.in:
4249         
4250         Change icon name in desktop file. See bug #390734
4251         for details.
4252
4253 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4254
4255         * thumbnailer/Makefile.am:
4256
4257         Use top_builddir instead top_srcdir for generated schema
4258         file installation. Fixes bug #390161.
4259
4260 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * configure.ac:
4263         * backend/Makefile.am:
4264         * backend/ev-document-transition.[ch]:
4265         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4266         (pdf_document_page_transition_iface_init):
4267         * shell/ev-view-private.h:
4268         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4269         (ev_view_set_presentation), (transition_next_page),
4270         (ev_view_presentation_transition_stop),
4271         (ev_view_presentation_transition_start), (ev_view_next_page):
4272
4273         Add page transition support in presentation mode. At the moment only
4274         page duration is supported, but not transition effects. Fixes bug
4275         #309815.
4276
4277 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4278
4279         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4280
4281         Run find_link_dest with document lock held, since it's called by links
4282         thread and main thread at the same time. 
4283
4284 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4285
4286         * shell/ev-view.c: (goto_dest):
4287
4288         Update page-cache when page is changed by the view, so that
4289         page-changed signal is emitted. 
4290
4291 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4292
4293         * test/test1.py:
4294         * test/test2.py:
4295
4296         Use C locale in tests. 
4297
4298 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * shell/ev-window.c: (ev_window_run_presentation):
4301         * shell/ev-view-private.h:
4302         * shell/ev-view.c: (ev_view_set_presentation):
4303
4304         Restore zoom settings when back from presentation mode. 
4305
4306 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4307
4308         * shell/ev-window.c: (ev_window_run_presentation):
4309
4310         Always use "best fit" zoom in presentation mode.
4311         Fixes bug #389195.
4312
4313 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4314
4315         * shell/ev-view.c: (ev_view_goto_window_create):
4316
4317         Show "Jump to page" label in the page jumping popup in
4318         presentation mode instead of just a GtkEntry.
4319
4320 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4321
4322         * shell/ev-window.c: (launch_external_uri):
4323
4324         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4325         #378085.
4326
4327 2006-12-22  Elijah Newren  <newren gmail com>
4328
4329         * configure.ac: explicitly check for libxml2.  Fixes #388795
4330
4331 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4332
4333         * shell/ev-view-private.h:
4334         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4335         (ev_view_goto_window_delete_event), (key_is_numeric),
4336         (ev_view_goto_window_key_press_event),
4337         (ev_view_goto_window_button_press_event),
4338         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4339         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4340         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4341
4342         Allow jumping to another page by typing a page number in presentation
4343         mode. It uses a popup window with an entry. Fixes bug #353625.
4344
4345 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4346
4347         * configure.ac:
4348         * properties/ev-properties-view.c: (ev_get_default_user_units),
4349         (ev_regular_paper_size):
4350         
4351         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4352         to Damien Carbery <damien.carbery@sun.com> and
4353         Yevgen Muntyan <muntyan@tamu.edu>.
4354
4355 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4356
4357         * shell/ev-window.c: (setup_document_from_metadata):
4358
4359         Make sure Evince doesn't restore the view on the last
4360         page when a document is reopened. Fixes bug #383381.
4361
4362 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4363
4364         * shell/ev-view.c: (draw_loading_text):
4365
4366         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4367
4368 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4369
4370         * configure.ac:
4371         * NEWS:
4372
4373         Release 0.7.0
4374
4375 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * configure.ac:
4378         * pdf/ev-poppler.cc: (pdf_print_context_free),
4379         (pdf_document_file_exporter_begin),
4380         (pdf_document_file_exporter_do_page):
4381
4382         Make cairo-pdf depedency optional. 
4383
4384 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4385
4386         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4387
4388         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4389
4390 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4391
4392         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4393         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4394         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4395         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4396         * shell/ev-view.c: (draw_loading_text):
4397         * shell/ev-window.c: (ev_window_cmd_file_properties):
4398
4399         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4400         related to using FontConfig from different threads.
4401         
4402 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4403
4404         * shell/ev-view.c: (draw_loading_text):
4405
4406         Acquire lock document when drawing "Loading..." text so that only one
4407         thread will use FontConfig at the same time. Fixes bug #374750.
4408
4409 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4410
4411         * shell/ev-page-action.[ch]: (activate_cb):
4412         * shell/ev-window.c: (activate_label_cb):
4413
4414         Check if text inserted in page entry is a valid page number when it
4415         doesn't match to any document page label. Fixes bug #383165.
4416
4417 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4418         * shell/ev-window.c:
4419
4420         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4421         available with GTK < 2.10. Added an ifdef to avoid compilation
4422         error.
4423
4424 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * configure.ac:
4427         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4428
4429         Fix ps backend in multihead systems.
4430
4431 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4434         * shell/ev-window.c: (ev_window_get_screen_dpi),
4435         (ev_window_update_actions), (setup_view_from_metadata),
4436         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4437
4438         Take screen DPI into account when zooming. Fixes bug #318285.
4439
4440 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4441
4442         * data/Makefile.am:
4443
4444         Cleaned up/slightly refactored Makefile.am. Added GConf
4445         schemas uninstallation as well.
4446
4447 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4448
4449         * Makefile.am:
4450         * test/Makefile.am:
4451
4452         Fight with autotools to fix make check. Make distcheck
4453         works fine as well now!
4454
4455 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4456
4457         * shell/ev-view.c: (draw_end_presentation_page):
4458
4459         Corrected "end of presentation" string.
4460
4461 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4462
4463         * shell/ev-view.c: (ev_view_key_press_event):
4464
4465         Correctly propagate key press event so that up/down keys
4466         work as expected (correct behaviour was broken by
4467         black/white screen key bindings for presentations).
4468
4469 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4470
4471         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4472         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4473         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4474         (pdf_selection_get_selection_region),
4475         (pdf_selection_get_selection_map):
4476
4477         Add "static" to some private functions. 
4478
4479 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4480
4481         * lib/ev-tooltip.h:
4482         * properties/ev-properties-view.h:
4483         * shell/ev-jobs.h:
4484         * shell/ev-properties-dialog.h:
4485         * shell/ev-properties-fonts.h:
4486         * shell/ev-sidebar-links.h:
4487         * shell/ev-sidebar-thumbnails.h:
4488         * shell/ev-sidebar.h:
4489         * shell/ev-window.h:
4490         
4491         Fixes CHACK type in class casts. See bug #385343
4492         for details.
4493
4494 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4495
4496         * shell/ev-view-private.h:
4497         * shell/ev-view.c: (draw_end_presentation_page),
4498         (ev_view_expose_event), (ev_view_key_press_event),
4499         (ev_view_class_init), (ev_view_init):
4500
4501         Blank screen in presentation mode when pressing 'b' (filling with
4502         black) or 'w' (filling with white) keys. Fixes bug #358132.
4503
4504 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4505
4506         * data/evince-toolbar.xml:
4507         * shell/ev-window.c:
4508         
4509         Use stock icon for Select All action. Fixes
4510         bug #382652.
4511
4512 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4513
4514         * shell/ev-view.c: (get_doc_point_from_offset),
4515         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4516
4517         Add links support in rotated documents. Fixes bug #343733.
4518
4519 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4520
4521         * shell/ev-view-private.h:
4522         * shell/ev-view.c: (draw_end_presentation_page),
4523         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4524
4525         Show a blank page after the last page in presentation mode with a
4526         message indicating that presentation has finished and how to exit. 
4527
4528 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4529
4530         * shell/ev-window.c: (fullscreen_timeout_cb):
4531
4532         Hide cursor after a while in presentation mode. 
4533
4534 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4535
4536         * backend/ev-document-info.h:
4537         * data/evince-properties.glade:
4538         * pdf/ev-poppler.cc:
4539         * properties/ev-properties-view.c: (ev_regular_paper_size),
4540         (ev_properties_view_set_info):
4541         * ps/ps-document.c: (ps_document_get_info):
4542
4543         Adds a paper size field to the properties dialog. Fixes
4544         bug #307315. Patch by Kasper Svendsen (with some i18n
4545         changes done by me).
4546
4547 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4548
4549         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4550         (screensaver_init_dbus), (totem_scrsaver_new),
4551         (totem_scrsaver_init):
4552         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4553         * shell/ev-application.c: (ev_application_register_service),
4554         (ev_application_screensaver_enable),
4555         (ev_application_screensaver_disable):
4556         * shell/ev-application.h:
4557         * shell/ev-window.c: (ev_window_run_presentation),
4558         (ev_window_stop_presentation), (build_comments_string),
4559         (ev_window_init):
4560         
4561         Move screensaver handling to application. No more
4562         message on startup.
4563
4564 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * configure.ac:
4567         * backend/Makefile.am:
4568         * backend/ev-file-exporter.[ch]:
4569         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4570         * ps/ps-document.c: (ps_document_file_exporter_*):
4571         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4572         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4573         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4574         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4575
4576         Allow printing to PDF when suppoted by the backend.
4577         
4578 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * shell/ev-window.c: (build_comments_string):
4581
4582         Use always "Document Viewer" in about dialog. 
4583
4584 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * djvu/djvu-document.c: (djvu_document_get_page_size):
4587
4588         Display a warning message when get_pageinfo fails. 
4589
4590 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4591
4592         * Makefile.am:
4593         * backend/Makefile.am:
4594         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4595         * configure.ac:
4596         * shell/ev-window.c: (build_comments_string):
4597         
4598         Make pdf compilation optional. See bug #38007.
4599
4600 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4601
4602         * ps/ps.c: (get_next_text):
4603
4604         Fix CVE-2006-5864.
4605
4606 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4607
4608         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4609         * shell/ev-navigation-action.c: (connect_proxy),
4610         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4611         
4612         Do not call g_type_class_peek_parent twice.
4613
4614 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4615
4616         * configure.ac:
4617         * data/icons/24x24/.cvsignore:
4618         * data/icons/24x24/Makefile.am:
4619         * data/icons/24x24/evince.png:
4620         * data/icons/Makefile.am:
4621         
4622         Add 24x24 icon. Thanks to 
4623         Michael Monreal <infernux@web.de>.
4624
4625 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4626
4627         * configure.ac: Fix typo in configure.ac. Thanks
4628         to dmacks@netspace.org for notification.
4629
4630 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4631
4632         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4633         
4634         Drop dbus include, fixes compilation with older dbus.
4635
4636 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4637
4638         * configure.ac:
4639         * cut-n-paste/Makefile.am:
4640         * cut-n-paste/totem-screensaver/.cvsignore
4641         * cut-n-paste/totem-screensaver/Makefile.am:
4642         * cut-n-paste/totem-screensaver/README:
4643         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4644         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4645         * shell/Makefile.am:
4646         * shell/ev-window.c: (ev_window_run_presentation),
4647         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4648         (ev_window_init):
4649
4650         Implemented screensaver enabling/disabling for
4651         presentation mode (not fullscreen mode). Code stolen
4652         from Totem (with some minor tweaks). Fixes bug #338889.
4653
4654 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4655
4656         * configure.ac:
4657
4658         Bump gnome-icon-theme requirements. We use the rotation
4659         icons that appeared recently.
4660
4661 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4662
4663         * shell/ev-history.c: (ev_history_add_page):
4664         * shell/ev-history.h:
4665         * shell/ev-window.c: (page_changed_cb):
4666         
4667         Use page labels instead of numbers.
4668
4669 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * data/evince-toolbar.xml:
4672         * po/POTFILES.in:
4673         * shell/Makefile.am:
4674         * shell/ev-navigation-action-widget.c:
4675         (ev_navigation_action_widget_init),
4676         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4677         (menu_detacher), (ev_navigation_action_widget_set_menu),
4678         (menu_position_func), (popup_menu_under_arrow),
4679         (ev_navigation_action_widget_toggled),
4680         (ev_navigation_action_widget_button_press_event):
4681         * shell/ev-navigation-action-widget.h:
4682         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4683         (ev_navigation_action_set_window), (activate_menu_item_cb),
4684         (new_history_menu_item), (new_empty_history_menu_item),
4685         (build_menu), (menu_activated_cb), (connect_proxy),
4686         (create_tool_item), (ev_navigation_action_init),
4687         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4688         * shell/ev-navigation-action.h:
4689         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4690         (ev_page_action_widget_set_page_cache),
4691         (ev_page_action_widget_finalize),
4692         (ev_page_action_widget_class_init), (match_selected_cb),
4693         (display_completion_text), (match_completion), (build_new_tree_cb),
4694         (get_filter_model_from_model),
4695         (ev_page_action_widget_update_model):
4696         * shell/ev-page-action-widget.h:
4697         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4698         (connect_proxy):
4699         * shell/ev-page-action.h:
4700         * shell/ev-stock-icons.c:
4701         * shell/ev-stock-icons.h:
4702         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4703         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4704         (register_custom_actions):
4705         * shell/main.c:
4706         
4707         Preliminary history implementation
4708
4709 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4710
4711         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4712         (dvi_document_class_init), (dvi_document_init_params):
4713         * dvi/mdvi-lib/font.c: (font_reference):
4714         
4715         Add reference to subfont. Fixes bug #374277.
4716
4717 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4718
4719         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4720         (ev_window_cmd_file_open_copy_at_dest):
4721
4722         Fix a race condition when creating symlink. Increase the counter
4723         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4724         Mathias Hasselmann).
4725
4726 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4727
4728         * backend/Makefile.am:
4729         * backend/ev-attachment.c: (ev_attachment_open):
4730         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4731         (ev_tmp_dir), (ev_tmp_filename):
4732         * shell/ev-sidebar-attachments.c:
4733         (ev_sidebar_attachments_drag_data_get):
4734         * shell/ev-window.c: (ev_window_clear_temp_file):
4735
4736         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4737         in ensure_dir_exists. Abort without crashing when we can't create
4738         user's directory.
4739
4740 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4741
4742         * data/evince-ui.xml:
4743         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4744         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4745         (ev_window_cmd_file_open_copy_at_dest),
4746         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4747         (ev_view_popup_cmd_open_link_new_window):
4748
4749         Allow opening a copy of the current document in a new window. Fixes bug
4750         #357472
4751
4752 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4753
4754         * data/evince-toolbar.xml:
4755         
4756         Add rotate right and rotate left to available items for toolbar.
4757         
4758         * data/evince-ui.xml:
4759         * shell/ev-window.c: (ev_window_init):
4760         
4761         Customize toolbar with right click. Fixes bug #372451.
4762
4763 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4764
4765         * shell/ev-window.c: 
4766         
4767         Use "object-rotate-{left,right}" stock icons. Fixes 
4768         bug #373863.
4769
4770 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4773         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4774         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4775         (ev_window_open_uri):
4776         * shell/main.c: (arguments_parse):
4777
4778         Remove temp file created when evince is used by GTK+ in
4779         preview mode. Fixes bug #365282. 
4780
4781 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4782
4783         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4784         
4785         Fixes bug #372474 - Side pane disabled when entering 
4786         and leaving fullscreen mode.
4787
4788 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4789
4790         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4791         * data/Makefile.am:
4792         * data/evince-preview-toolbar.xml:
4793         * data/evince-toolbar.xml:
4794         * shell/ev-application.c: (ev_application_shutdown),
4795         (ev_application_init), (ev_application_get_toolbars_model):
4796         * shell/ev-application.h:
4797         * shell/ev-window.c: (update_chrome_visibility),
4798         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4799         (ev_window_cmd_edit_toolbar), (ev_window_init):
4800         
4801         Fixes bug #364364 - toolbar editor shows zoom actions again.
4802
4803 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4804
4805         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4806
4807         Do not take margins into consideration for paper size when printing.
4808         Really fixes bug #350491.
4809
4810 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4811
4812         * data/evince-ui.xml:
4813         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4814         (ev_window_cmd_file_print_setup),
4815         (ev_window_print_dialog_response_cb),
4816         (ev_window_setup_action_sensitivity):
4817
4818         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4819
4820 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4821
4822         * shell/ev-window.c: (ev_window_print_range):
4823
4824         Revert my previuos commit, since printing to PDF is not supported by
4825         evince yet. 
4826
4827 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4828
4829         * shell/ev-window.c: (ev_window_print_range):
4830
4831         Enable print to a PDF. Fixes bug #332121.
4832
4833 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4834
4835         * shell/ev-application-service.xml:
4836         * shell/ev-application.[ch]: (ev_application_open_window),
4837         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4838         (ev_application_open_uri), (ev_application_open_uri_list):
4839         * shell/ev-window.c: (file_open_dialog_response_cb),
4840         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4841         (drag_data_received_cb), (open_remote_link):
4842         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4843
4844         Add support for multiscreen systems. Fixes bug #316206.
4845
4846 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4847
4848         * shell/ev-jobs.[ch]: (ev_job_print_new),
4849         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4850         (ev_job_print_do_page):
4851         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4852
4853         Allow printing only odd/even pages. Fixes bug #367289.
4854
4855 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4856
4857         * test/test1.py:
4858         * test/test2.py:
4859
4860         Re-add locale settings to test files.
4861
4862 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4863
4864         * data/evince-ui.xml:
4865         * shell/ev-window.c: (set_action_properties):
4866         
4867         Removed garbage from code and ui.
4868
4869 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4870
4871         * shell/ev-window.c: (ev_window_cmd_help_about):
4872
4873         Shamelessly add my name to the list of contributors.
4874
4875 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4876
4877         * test/test1.py:
4878         * test/test2.py:
4879
4880         Cleaned up the dogtail scripts.
4881
4882 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4883
4884         * shell/ev-view.c: (draw_loading_text): Don't render
4885         "loading..." text in presentation mode. Temporary
4886         workaround for bug #320352.
4887
4888 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4889
4890         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4891         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4892
4893         Use print settings scale, copies, collate and reverse which were
4894         ignored. Fixes bug #359032.
4895
4896 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4897
4898         * configure.ac:
4899         * data/evince-password.glade:
4900         * test/Makefile.am:
4901         * test/test-encrypt.pdf:
4902         * test/test-links.pdf:
4903         * test/test1.py:
4904         * test/test2.py:
4905
4906         Add automated UI tests for evince with dogtail. See
4907         bug #300948.    
4908
4909 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4910
4911         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4912
4913         Hide fullscreen toolbar when switching to another desktop workspace.
4914         Fixes bug #338871
4915
4916 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * shell/ev-window-title.c: 
4919         
4920         Test for .dvi in title of pdf documents.
4921
4922 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4923
4924         * shell/ev-view.c: (ev_view_scroll):
4925
4926         Page Up/Down should do page jumps in "Best fit" mode.
4927         If a user has explicitly chosen to view exactly one page
4928         at a time, scrolling just a part of the page when
4929         pressing Page Up/Down is not right. Fixes bug #323107.
4930
4931 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * NEWS:
4934         * configure.ac:
4935         
4936         Update for 0.6.1
4937
4938 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4941         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4942         
4943         Correctly disconnect from job signals on destroy.
4944
4945 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4946
4947         * shell/ev-view-private.h:
4948         * shell/ev-view.c: (view_set_adjustment_values),
4949         (view_update_range_and_current_page),
4950         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4951         
4952         Fixes bug #343199, current page now follows find page.
4953
4954 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4955
4956         * backend/ev-document-factory.c:
4957         * configure.ac:
4958         Assigned OpenDocument presenation MIME type to the
4959         Impress backend. Added some missing (but harmless)
4960         #ifdefs in the document factory as well to make things
4961         consistent again. Fixes bug #360658.
4962
4963 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4964
4965         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4966         * backend/ev-document-find.c: (ev_document_find_get_type):
4967         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4968         * backend/ev-document-links.c: (ev_document_links_get_type):
4969         * backend/ev-document-security.c: (ev_document_security_get_type):
4970         * backend/ev-document-thumbnails.c:
4971         (ev_document_thumbnails_get_type):
4972         * backend/ev-document.c: (ev_document_get_type):
4973         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4974         * backend/ev-selection.c: (ev_selection_get_type):
4975         * cut-n-paste/recent-files/egg-recent-model.c:
4976         (egg_recent_model_get_type):
4977         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4978         (egg_recent_view_uimanager_get_type):
4979         * cut-n-paste/recent-files/egg-recent-view.c:
4980         (egg_recent_view_get_type):
4981         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4982         (egg_editable_toolbar_get_type):
4983         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4984         (egg_toolbar_editor_get_type):
4985         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4986         (egg_toolbars_model_get_type):
4987         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4988         (egg_tree_multi_drag_source_get_type):
4989         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4990         (ephy_zoom_action_get_type):
4991         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4992         (ephy_zoom_control_get_type):
4993         * impress/r_back.c: (_imp_fill_back):
4994         * properties/ev-properties-main.c:
4995         (ev_properties_plugin_register_type):
4996         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4997         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4998         (ev_view_accessible_factory_get_type):
4999
5000         Reduce relocations. Bug #360616.
5001
5002 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * backend/ev-document-factory.c:
5005         (ev_document_factory_get_document):
5006         
5007         Load document even if extension is wrong.
5008
5009 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * shell/ev-metadata-manager.c: (save_values):
5012         * shell/ev-window.c: (setup_size_from_metadata),
5013         (setup_view_from_metadata), (ev_window_setup_document),
5014         (ev_window_xfer_job_cb), (window_configure_event_cb):
5015         
5016         Set size according to the document size/page size ratio.
5017         That should correct rather wierd behaviour of the previous
5018         commit.
5019
5020 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5021
5022         * shell/ev-window.c: (setup_view_from_metadata):
5023         
5024         Set size for new windows from previous window size.
5025         See bugs #354968 and #168450 for details. Thanks
5026         to Meik Hellmund.
5027
5028 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5029
5030         * djvu/djvu-links.c: (build_tree):
5031
5032         Fix memory leak.
5033
5034 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035
5036         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5037         
5038         Don't make sidebar close button insensitive. Fixes
5039         bug #357871.
5040
5041 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5044         (ev_window_set_view_accels_sensitivity):
5045         
5046         Don't enable Slash on documents which don't support
5047         find. Fixes bug #358648.
5048
5049 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5050
5051         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5052         open dialog fall back to the current document uri if the
5053         filechooser hasn't been used before. Fixes bug #356980.
5054
5055 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5056
5057         * shell/ev-window.c: (ev_window_setup_recent), 
5058         (ev_window_get_recent_file_label):
5059
5060         Escape underscores in filenames of recent file items.
5061
5062 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5063
5064         * configure.ac:
5065         
5066         Bumped poppler requirements, really 0.5.3 is very 
5067         buggy, now we require 0.5.4.
5068
5069 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5070
5071         * djvu/Makefile.am:
5072         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5073         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5074         (djvu_document_document_links_iface_init):
5075         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5076         (number_from_string_10), (get_djvu_link_dest),
5077         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5078         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5079         (djvu_links_get_links), (djvu_links_find_link_dest),
5080         (djvu_links_get_links_model):
5081         * djvu/djvu-links.h:
5082         
5083         Add support for links and bookmarks in djvu documents. Thanks
5084         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5085         patch.
5086
5087 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5088
5089         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5090         
5091         Reopen should reload document. Fixes 
5092         bug 327951.
5093
5094 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5095
5096         * configure.ac:
5097         * data/Makefile.am:
5098         * data/evince-16.png:
5099         * data/evince-22.png:
5100         * data/evince.png:
5101         * data/evince.svg:
5102         * data/icons/16x16/Makefile.am:
5103         * data/icons/16x16/evince.png:
5104         * data/icons/22x22/Makefile.am:
5105         * data/icons/22x22/evince.png:
5106         * data/icons/48x48/Makefile.am:
5107         * data/icons/48x48/evince.png:
5108         * data/icons/Makefile.am:
5109         * data/icons/scalable/Makefile.am:
5110         * data/icons/scalable/evince.svg:
5111         
5112         Install icons with correct names. Fixes
5113         bug #354429.
5114
5115 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5116
5117         * shell/ev-view.c: (ev_view_button_release_event):
5118
5119         Don't open links with middle mouse button. Fixes bug #353649
5120
5121 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * NEWS:
5124         * configure.ac:
5125         
5126         Update for release 0.6.0
5127
5128 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5131         Implement Close named action. Patch by Carlos Garcia Campos.
5132
5133 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5134
5135         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5136         
5137         Don't clear link mapping on copy_job_to_job_info. Fixes
5138         bug 346168.
5139
5140 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5141
5142         * shell/main.c: (main):
5143
5144         Revert my previous commit, gnome_program_init owns the option context.
5145         Fix another memory leak in main. Both caught by Christian Persch. 
5146
5147 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5148
5149         * shell/main.c: (main):
5150
5151         Fix memory leak.
5152
5153 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5154
5155         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5156
5157         Fix crash when opening a pdf with password protection. 
5158
5159 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5160
5161         * pdf/ev-poppler.cc: (pdf_document_search_free):
5162
5163         Fix memory leak. 
5164
5165 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5166
5167         * backend/ev-document-factory.c:
5168         (ev_document_factory_get_document):
5169         * tiff/tiff-document.c: (tiff_document_finalize):
5170         
5171         More correct handling of document loading. Fixes
5172         bug #349043.
5173
5174 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5175
5176         * backend/ev-attachment.c: (ev_attachment_save):
5177
5178         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5179         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5180
5181 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5182         
5183         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5184         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5185
5186 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5187
5188         * shell/ev-sidebar-thumbnails.c:
5189
5190         Do not render thumbnails unless thumbnails page is active in the
5191         sidebar.
5192
5193 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5194
5195         * shell/ev-properties-dialog.c:
5196
5197         Fix dialogue spacing. Bug #351370.
5198
5199 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5200
5201         * configure.ac:
5202
5203         Use lowercase gettext catalog file names (evince.mo
5204         instead of Evince.mo)
5205
5206 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5207
5208         * shell/ev-sidebar-attachments.c:
5209
5210         GtkIconTheme is now screen safe too. Fixes bug #350878
5211
5212 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5213
5214         * shell/ev-window.c:
5215
5216         GtkRecent manager is now screen safe. Fixes bug #350145
5217
5218 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5219
5220         * shell/ev-sidebar.c: (ev_sidebar_init):
5221         
5222         Make sidebar close icon smaller. Fix for bug 350177.
5223         See also bugs 350176 and 165770.
5224
5225 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5226
5227         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5228
5229         Ignore zoom for xyz destinations when it's <= 1, keeping user
5230         preferences instead. Set correct sizing-mode for fith and fitv
5231         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5232
5233 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5234
5235         * NEWS:
5236         * configure.ac:
5237         
5238         Update for release 0.5.5
5239
5240 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5241         
5242         * shell/ev-window.c: (ev_window_cmd_escape)
5243
5244         Escape unfocus page entry. Fixes bug #345809.
5245
5246 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5247
5248         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5249         (build_tree), (pdf_document_links_get_links),
5250         (pdf_document_links_find_link_dest):
5251         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5252         (goto_xyz_dest):
5253
5254         Convert from PDF style coordinates to X style coordinates in the
5255         backend rather than in the view. Fixes bug #338440
5256
5257 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5258
5259         * shell/ev-window.c:
5260         
5261         Remove Ctrl+Shift+T shortcut for toolbars. See
5262         the bug #350098.
5263
5264 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5265
5266         * configure.ac:
5267
5268         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5269         of this. 
5270
5271 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5272
5273         * configure.ac:
5274         * cut-n-paste/Makefile.am:
5275         * data/evince-ui.xml:
5276         * shell/Makefile.am:
5277         * shell/ev-application.[ch]:
5278         * shell/ev-window.c:
5279
5280         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5281         #349273
5282
5283 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5284
5285         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5286         findbar code: s/help/search/
5287
5288 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5289
5290         * shell/ev-window.c: (setup_document_from_metadata),
5291         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5292         (setup_view_from_metadata):
5293         
5294         Fix memory leaks.
5295
5296 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5297
5298         * autogen.sh, configure.ac: 
5299         
5300         Update automake usage. See bug 349292.
5301
5302 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5303
5304         * shell/eggfindbar.c: (egg_find_bar_class_init),
5305         (entry_activate_callback), (egg_find_bar_init),
5306         (egg_find_bar_set_status_text):
5307         * shell/eggfindbar.h:
5308         
5309         Unify Evince findbar with Epiphany. Nice patch
5310         from Fabricio Silva <silva@crans.org> and
5311         Frederic Peters <fpeters@entrouvert.com>. See
5312         bug #339966 for details.
5313
5314 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5315
5316         * data/evince.desktop.in.in:
5317         
5318         Correct information for bugzilla. Thanks to
5319         Olaf Vitters, see bug #348855.
5320
5321 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5322
5323         * shell/ev-jobs.[ch]:
5324         * shell/ev-sidebar-links.c:
5325         * shell/ev-window.[ch]:
5326
5327         GtkPrintJob doesn't support print ranges or current page, so we export
5328         to a ps file now when printing ranges or current page.
5329
5330 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5331
5332         * pdf/ev-poppler.cc:
5333         * shell/ev-window.c: (do_action_named):
5334
5335         We should be more clear about bugzilla. See the
5336         poppler bug #7623.
5337
5338 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5339
5340         * configure.ac:
5341         * shell/Makefile.am:
5342         * shell/ev-job-queue.c:
5343         * shell/ev-jobs.[ch]:
5344         * shell/ev-sidebar-links.c:
5345         * shell/ev-window.[ch]:
5346         
5347         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5348         #348422
5349
5350 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5351
5352         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5353         * shell/ev-application-service.xml:
5354         * shell/ev-application.[ch]:
5355         * shell/ev-jobs.[ch]:
5356         * shell/ev-window.[ch]: (ev_window_run_preview):
5357         * shell/main.c: 
5358
5359         Add preview mode to use evince as a printing previewer. It also adds
5360         other command line options for fullscreen and presentation modes.
5361         Fixes bugs #347822, #317031
5362
5363 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5364
5365         * NEWS:
5366         * configure.ac:
5367         
5368         Update for release 0.5.4
5369
5370 2006-07-11  Bastien Nocera <hadess@hadess.net>
5371
5372         * Makefile.am:
5373         * backend/Makefile.am:
5374         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5375         * backend/ev-document-factory.h:
5376         * configure.ac:
5377         * impress/.cvsignore:
5378         * impress/Makefile.am:
5379         * impress/common.h:
5380         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5381         (imp_get_page), (imp_next_page), (imp_prev_page),
5382         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5383         * impress/f_oasis.c: (render_object), (render_page),
5384         (get_geometry), (_imp_oasis_load):
5385         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5386         (_imp_oo13_load):
5387         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5388         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5389         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5390         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5391         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5392         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5393         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5394         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5395         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5396         (iks_new_within), (iks_insert), (iks_insert_cdata),
5397         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5398         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5399         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5400         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5401         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5402         (iks_cdata), (iks_cdata_size), (iks_has_children),
5403         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5404         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5405         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5406         (iks_tree), (iks_load), (iks_save):
5407         * impress/iksemel.h:
5408         * impress/imposter.h:
5409         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5410         (imp_render_draw_bezier_real), (imp_render_get_size),
5411         (imp_render_set_fg_color), (imp_render_draw_line),
5412         (imp_render_draw_rect), (imp_render_draw_polygon),
5413         (imp_render_draw_arc), (imp_render_draw_bezier),
5414         (imp_render_open_image), (imp_render_get_image_size),
5415         (imp_render_scale_image), (imp_render_draw_image),
5416         (imp_render_close_image), (imp_render_markup),
5417         (imp_render_get_text_size), (imp_render_draw_text),
5418         (impress_document_load), (impress_document_save),
5419         (impress_document_get_n_pages), (impress_document_get_page_size),
5420         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5421         (impress_document_finalize), (impress_document_class_init),
5422         (impress_document_can_get_text), (impress_document_get_info),
5423         (impress_document_document_iface_init),
5424         (impress_document_thumbnails_get_thumbnail),
5425         (impress_document_thumbnails_get_dimensions),
5426         (impress_document_document_thumbnails_iface_init),
5427         (impress_document_init):
5428         * impress/impress-document.h:
5429         * impress/internal.h:
5430         * impress/r_back.c: (_imp_fill_back):
5431         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5432         (_imp_draw_image), (_imp_tile_image):
5433         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5434         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5435         (r_polyline):
5436         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5437         (r_draw_gradient_complex), (r_draw_gradient):
5438         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5439         (r_get_bullet):
5440         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5441         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5442         (r_text):
5443         * impress/render.c: (imp_create_context), (imp_context_set_page),
5444         (imp_context_set_step), (imp_render), (imp_delete_context):
5445         * impress/render.h:
5446         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5447         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5448         (zip_load_xml), (zip_get_size), (zip_load):
5449         * impress/zip.h:
5450         * shell/ev-utils.c:
5451         
5452         New backend to support impress slides. Fixes bug #30867.
5453
5454 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5455
5456         * shell/ev-utils.c: (using_postscript_printer):
5457         
5458         Fixes crash when print using PAPI backend,
5459         bug #345012.
5460
5461 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5462
5463         * shell/ev-jobs.c: (ev_job_xfer_run):
5464         * shell/ev-window.c: (password_dialog_response),
5465         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5466         (ev_window_dispose):
5467         Fixes bug #344160: if the xfer job doesn't complete
5468         because a password is required, reload the existing
5469         instance instead of creating a new one.
5470
5471 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5472
5473         * shell/main.c: (main): Call gdk_threads_init. Thus
5474         we'll avoid errors in auth dialog. Fix for the bug
5475         #343347.
5476
5477 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5478
5479         * configure.ac: Advertise pixbuf support, fix
5480         for the bug 343317.
5481
5482 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5483
5484         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5485         (ev_sidebar_thumbnails_set_document):
5486         
5487         Update sidebar thumbnails after reloading.
5488
5489 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5490
5491         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5492         * shell/ev-jobs.h:
5493         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5494         (ev_window_cmd_view_reload), (ev_window_init):
5495         
5496         Don't crash on reload. Fix for the bug #343167.
5497
5498 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5499
5500         * shell/ev-jobs.c: (ev_job_render_run):
5501         
5502         Check for document links.
5503
5504 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5505
5506         * backend/ev-attachment.c: (ev_attachment_save),
5507         (ev_attachment_launch_app), (ev_attachment_open):
5508         * backend/ev-document-factory.c: (get_document_from_uri):
5509         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5510         (egg_recent_view_uimanager_set_list):
5511         * ps/ps-document.c: (check_filecompressed), (document_load),
5512         (ps_document_load):
5513         * shell/ev-metadata-manager.c: (load_values):
5514         * shell/ev-password.c: (ev_password_dialog_set_property):
5515         * shell/ev-view.c: (tip_from_link):
5516         * shell/ev-window.c: (file_save_dialog_response_cb),
5517         (ev_window_print_dialog_response_cb):
5518         
5519         Use consistent quoting style. Fix for the bug #320285.
5520
5521 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * shell/ev-jobs.c: (ev_job_xfer_run):
5524         * shell/main.c: (load_files):
5525                 
5526         Open links with anchors. Fix for the bug #339836.
5527
5528 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5531         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5532         (ev_link_dest_set_property), (ev_link_dest_finalize),
5533         (ev_link_dest_class_init), (ev_link_dest_new_named),
5534         (ev_link_dest_new_page_label):
5535         * backend/ev-link-dest.h:
5536         * shell/ev-application.c: (ev_application_open_uri):
5537         * shell/ev-view.c: (goto_dest):
5538         * shell/ev-window.c:
5539         * shell/ev-window.h:
5540         
5541         Fix page-label command line option. Bug #342070.
5542
5543 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5544
5545         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5546         
5547         Don't show highlight rects if page can't be showed. Fix for 
5548         the bug #342076
5549
5550 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5551
5552         * shell/ev-window.c: (setup_sidebar_from_metadata),
5553         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5554         
5555         Setup sidebar from metadata even if there is no document
5556         loaded. Fix for the bug #342807.
5557
5558 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5559
5560         * cut-n-paste/toolbar-editor/Makefile.am:
5561         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5562         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5563         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5564         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5565         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5566         (popup_context_menu_cb), (button_press_event_cb),
5567         (configure_item_sensitivity), (configure_item_cursor),
5568         (configure_item_tooltip), (connect_widget_signals),
5569         (action_sensitive_cb), (create_item_from_action),
5570         (create_item_from_position), (toolbar_drag_data_received_cb),
5571         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5572         (toolbar_drag_leave_cb), (configure_drag_dest),
5573         (toggled_visibility_cb), (toolbar_visibility_refresh),
5574         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5575         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5576         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5577         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5578         (egg_editable_toolbar_dispose),
5579         (egg_editable_toolbar_set_ui_manager),
5580         (egg_editable_toolbar_get_selected),
5581         (egg_editable_toolbar_set_selected), (set_edit_mode),
5582         (egg_editable_toolbar_set_property),
5583         (egg_editable_toolbar_get_property),
5584         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5585         (egg_editable_toolbar_new_with_model),
5586         (egg_editable_toolbar_get_edit_mode),
5587         (egg_editable_toolbar_set_edit_mode),
5588         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5589         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5590         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5591         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5592         (item_added_or_removed_cb), (toolbar_removed_cb),
5593         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5594         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5595         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5596         (editor_create_item_from_name), (append_table),
5597         (update_editor_sheet), (egg_toolbar_editor_init):
5598         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5599         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5600         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5601         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5602         (toolbar_node_free), (egg_toolbars_model_get_flags),
5603         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5604         (egg_toolbars_model_get_name), (impl_add_item),
5605         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5606         (parse_data_list), (parse_item_list), (parse_toolbars),
5607         (egg_toolbars_model_load_toolbars), (parse_available_list),
5608         (parse_names), (egg_toolbars_model_load_names),
5609         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5610         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5611         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5612         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5613         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5614         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5615         (egg_toolbars_model_set_types), (fill_avail_array),
5616         (egg_toolbars_model_get_name_avail),
5617         (egg_toolbars_model_get_name_flags),
5618         (egg_toolbars_model_set_name_flags):
5619         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5620         * cut-n-paste/toolbar-editor/eggintl.h:
5621         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5622         (egg_tree_multi_drag_source_get_type),
5623         (egg_tree_multi_drag_source_row_draggable),
5624         (egg_tree_multi_drag_source_drag_data_delete),
5625         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5626         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5627         (path_list_free), (set_context_data), (get_context_data),
5628         (get_info), (egg_tree_multi_drag_drag_data_get),
5629         (egg_tree_multi_drag_motion_event),
5630         (egg_tree_multi_drag_button_press_event),
5631         (egg_tree_multi_drag_add_drag_support):
5632         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5633         * shell/ev-application.c: (ev_application_init),
5634         (ev_application_save_toolbars_model):
5635         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5636         (ev_window_cmd_edit_toolbar), (ev_window_init):
5637         
5638         Sync toolbareditor with epiphany and libegg
5639
5640 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5641
5642         * configure.ac: 
5643
5644         Depend on poppler 0.5.2
5645
5646 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * shell/ev-jobs.c: (ev_job_render_run):
5649         
5650         Check if document supports links iterface.
5651
5652 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * NEWS:
5655         * configure.ac:
5656         
5657         Update for release 0.5.3
5658
5659 2006-05-13  Michael Plump  <plumpy@skylab.org>
5660
5661         * configure.ac:
5662         * shell/Makefile.am:
5663         * shell/main.c: (main):
5664         
5665         Port to GOption command line parsing. Fix for the 
5666         bug #327518
5667
5668 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5669
5670         * shell/ev-window.c: (ev_window_cmd_help_about):
5671         
5672         Do not wrap license. Fix for the bug #309460.
5673
5674 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5675
5676         * configure.ac:
5677         * properties/ev-properties-main.c: (ev_properties_get_pages):
5678         * shell/ev-application.c: (ev_application_open_window),
5679         (ev_application_open_uri_at_dest):
5680         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5681         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5682         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5683         * shell/ev-utils.c: (save_print_config_to_file):
5684         * shell/ev-window.c: (ev_window_cmd_save_as),
5685         (ev_attachment_popup_cmd_save_attachment_as):
5686         * shell/main.c: (load_files_remote):
5687         
5688         Bump requirements to gtk 2.8 and drop all ifdefs used.
5689
5690 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5691
5692         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5693         * shell/ev-window.c: (ev_window_init):
5694         
5695         Show attachments page.
5696
5697 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5698
5699         * po/POTFILES.in:
5700         * shell/ev-attachment-bar.c:
5701         * shell/ev-attachment-bar.h:
5702         * shell/ev-sidebar-attachments.c:
5703         (ev_sidebar_attachments_icon_cache_add),
5704         (icon_theme_get_pixbuf_from_mime_type),
5705         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5706         (ev_sidebar_attachments_icon_cache_refresh),
5707         (ev_sidebar_attachments_get_attachment_at_pos),
5708         (ev_sidebar_attachments_popup_menu_show),
5709         (ev_sidebar_attachments_popup_menu),
5710         (ev_sidebar_attachments_button_press),
5711         (ev_sidebar_attachments_update_icons),
5712         (ev_sidebar_attachments_drag_data_get),
5713         (ev_sidebar_attachments_get_property),
5714         (ev_sidebar_attachments_destroy),
5715         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5716         (ev_sidebar_attachments_new),
5717         (ev_sidebar_attachments_set_document),
5718         (ev_sidebar_attachments_support_document),
5719         (ev_sidebar_attachments_get_label),
5720         (ev_sidebar_attachments_page_iface_init):
5721         * shell/ev-sidebar-attachments.h:
5722         * shell/ev-window.c: (update_chrome_visibility),
5723         (setup_sidebar_from_metadata), (ev_window_setup_document),
5724         (ev_window_sidebar_current_page_changed_cb),
5725         (attachment_bar_menu_popup_cb), (ev_window_init):
5726         
5727         Move attachments bar to sidebar.
5728
5729 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5730
5731         * pdf/ev-poppler.cc:
5732         * shell/ev-application.[ch]:
5733         * shell/main.c:
5734
5735         Fix some memory leaks.
5736
5737 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5738
5739         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5740
5741         Change the properties dialog response to
5742         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5743         will make the dialog go away when the user presses
5744         enter. With gtk+ >= 2.9 this will happen anyway, but for
5745         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5746         escape by default. Fixes bug #340539. See also bug
5747         #101293 for the gtk+ part.
5748
5749 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5750
5751         * shell/ev-view.c (tip_from_action_named): Replace some strings
5752         that were wrong. Closes #340970.
5753
5754 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5755
5756         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5757
5758         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5759         #341049
5760
5761 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5762
5763         * djvu/Makefile.am:
5764         * dvi/Makefile.am:
5765         * dvi/mdvi-lib/Makefile.am:
5766         * properties/Makefile.am:
5767         * ps/Makefile.am:
5768         * shell/Makefile.am:
5769         * thumbnailer/Makefile.am:
5770         
5771         Due to broken libtool that is unable to track dependencies
5772         of noinst libraries we are forced to explicitely point
5773         libraries for binary. Fix for the bug #333334.
5774
5775 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * data/evince.desktop.in.in:
5778         * shell/ev-view.c: (view_update_range_and_current_page),
5779         (ev_view_next_page), (ev_view_previous_page):
5780         * shell/ev-window.c: (update_chrome_visibility),
5781         (setup_sidebar_from_metadata), (ev_window_setup_document),
5782         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5783         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5784         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5785         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5786         (ev_window_stop_presentation), (ev_window_focus_in_event),
5787         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5788         (ev_window_init):
5789         * thumbnailer/Makefile.am:
5790         
5791         Update fullscreen and presentation timeout handling. Hide
5792         cursor in presentation after timeout. Fix for the bugs
5793         #136359 and #336981.
5794
5795 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5796
5797         * backend/ev-link-action.[ch]:
5798         * pdf/ev-poppler.cc: (ev_link_from_action):
5799         * shell/ev-view-private.h:
5800         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5801         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5802
5803         Add support for Named Action links
5804
5805 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5806
5807         * backend/Makefile.am:
5808         * backend/ev-document-links.[ch]:
5809         * backend/ev-document.[ch]:
5810         * backend/ev-link-action.[ch]:
5811         * backend/ev-link-dest.[ch]:
5812         * backend/ev-link.[ch]:
5813         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5814         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5815         * shell/ev-page-action.c: (build_new_tree_cb):
5816         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5817         (links_page_num_func), (update_page_callback):
5818         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5819         (tip_from_link):
5820         * shell/ev-jobs.c:
5821         * shell/ev-window.[ch]: (ev_window_open_uri),
5822         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5823         * shell/ev-application.[ch]: (ev_application_open_window),
5824         (ev_application_open_uri):
5825
5826         Rework links system, it adds support for remote links now and it makes
5827         easier to add new kinds of actions and destinations. Fixes bug #317292
5828
5829 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * data/Makefile.am:
5832         * data/evince.png:
5833         * data/evince-16.png:
5834         * data/evince-22.png:
5835         * data/evince.svg:
5836         * shell/main.c: (main):
5837         
5838         Evince use it's own icon. Fix for the bug #313392.
5839
5840         * shell/ev-window.c: (fullscreen_timeout_cb),
5841         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5842         (ev_window_cmd_help_about), (ev_window_dispose):
5843         
5844         Simplify fullscreen timeout code.
5845
5846 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5847
5848         * backend/ev-attachment.c: 
5849         * shell/ev-attachment-bar.c:
5850         * shell/ev-window.c:
5851
5852         Allow multiple selection of attachments
5853
5854 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5855
5856         * shell/ev-view.c: (view_update_range_and_current_page),
5857         (ev_view_scroll):
5858         
5859         Fix for the bug #312573 – Optimal selection of current 
5860         page among visible pages.
5861
5862 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5863
5864         * configure.ac:
5865         * djvu/Makefile.am:
5866         * djvu/djvu-text.h:
5867         
5868         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5869         for the bug 339868.
5870
5871 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5872
5873         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5874
5875 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5876
5877         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5878         dictated by the GNOME HIG. Fixes bug #339235.
5879
5880 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5881
5882         * data/evince-ui.xml:
5883         * shell/ev-view.c: (ev_view_can_find_previous):
5884         * shell/ev-view.h:
5885         * shell/ev-window.c: (ev_window_update_actions),
5886         (ev_window_cmd_edit_find_previous):
5887
5888         Add support for "Find Previous" as dictated by the GNOME HIG. A
5889         menu item is added and some glue code to make it all work is added
5890         to various files.
5891
5892 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5893
5894         * configure.ac: Award myself the "useless use of cat" award.
5895
5896 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5897
5898         * po/LINGUAS: New file listing all supported languages.
5899
5900         * configure.in: Use po/LINGUAS instead of including all languages
5901         directly in this file. See the wiki for more information:
5902         http://live.gnome.org/GnomeGoals/PoLinguas
5903
5904 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5905
5906         * backend/ev-document-factory.c:
5907
5908         Do not load the document twice when there isn't errors
5909
5910 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5911
5912         * backend/ev-attachment.c: 
5913
5914         Fix a crash when there isn't a default application to open an
5915         attachment
5916
5917 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5918
5919         * backend/ev-attachment.[ch]:
5920         * shell/ev-attachment-bar.[ch]:
5921
5922         Added missing files. 
5923
5924 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5925
5926         * backend/Makefile.am:
5927         * data/evince-ui.xml:
5928         * backend/ev-attachment.[ch]:
5929         * backend/ev-document.[ch]: (ev_document_has_attachments),
5930         (ev_document_get_attachments):
5931         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5932         (attachment_save_to_buffer), (pdf_document_get_attachments),
5933         (pdf_document_document_iface_init):
5934         * shell/Makefile.am:
5935         * shell/ev-attachment-bar.[ch]:
5936         * shell/ev-window.c:
5937
5938         Add support for PDF attachments. Fixes bug #325143
5939
5940 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5941
5942         * backend/ev-document-factory.c: (get_document_from_uri),
5943         (ev_document_factory_get_document):
5944         * backend/ev-document-factory.h:
5945         * properties/ev-properties-main.c: (ev_properties_get_pages):
5946         * shell/Makefile.am:
5947         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5948         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5949         (ev_job_queue_remove_job):
5950         * shell/ev-job-queue.h:
5951         * shell/ev-job-xfer.c:
5952         * shell/ev-job-xfer.h:
5953         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5954         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5955         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5956         (ev_job_xfer_run):
5957         * shell/ev-jobs.h:
5958         * shell/ev-window.c: (ev_window_is_empty),
5959         (password_dialog_response), (ev_window_clear_xfer_job),
5960         (ev_window_xfer_job_cb), (ev_window_open_uri),
5961         (ev_window_cmd_focus_page_selector),
5962         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5963         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5964         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5965         (ev_window_dispose):
5966         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5967         
5968         * Cleanup mime type detection on document load. Fix for the
5969         bug #336448.
5970
5971 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5972
5973         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5974         
5975         Fix crash on exit, described in the bug #336825.
5976
5977 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5978
5979         * backend/ev-document-factory.c:
5980         (ev_document_factory_get_from_mime),
5981         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5982         (ev_document_factory_get_document),
5983         (file_filter_add_mime_list_and_free),
5984         (ev_document_factory_add_filters):
5985         * backend/ev-document-factory.h:
5986         * properties/ev-properties-main.c: (ev_properties_get_pages):
5987         * shell/Makefile.am:
5988         * shell/ev-application.c:
5989         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5990         * shell/ev-window.c: (ev_window_cmd_file_open),
5991         (ev_window_cmd_save_as):
5992         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5993         
5994         Rework factory functions so they are placed now in a single 
5995         file ev-document-factory.c
5996
5997 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5998
5999         * shell/ev-window.c: (update_chrome_visibility):
6000         
6001         Fix for the bug 166566 - don't show menubar in fullscreen
6002         mode.
6003
6004 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6005
6006         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6007
6008 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6009
6010         * shell/ev-view.c: (ev_view_expose_event):
6011         
6012         More correctly draw loading text when document
6013         is empty.
6014
6015 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * shell/ev-view.c: (ev_view_scroll):
6018         
6019         Fix for the bug #334854, page down and page up switch
6020         pages in presentation mode.
6021
6022 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6023
6024         * shell/ev-window.c: (ev_window_set_action_sensitive),
6025         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6026         (ev_window_set_view_accels_sensitivity),
6027         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6028         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6029         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6030         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6031         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6032         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6033         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6034         (view_actions_focus_in_cb), (ev_window_init):
6035         
6036         Fix for the bug #333902, now it's possible to search
6037         words with slash.
6038
6039 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6040
6041         * configure.ac: Added Breton translation.
6042         * po/br.po: Added Breton translation.
6043
6044 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6045
6046         * shell/ev-window-title (ev_window_title_update):
6047
6048         Fix memory leak in window title. Fixes bug #333944
6049
6050 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6051
6052         * shell/ev-metadata-manager.c (parseItem):
6053
6054         Fix memory leaks. Fixes bug #333945
6055
6056 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6057         
6058         * NEWS, configure.ac, TODO:
6059         
6060         Update for release 0.5.2.
6061
6062 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6063
6064         * shell/ev-view.c: (view_update_range_and_current_page),
6065         (page_changed_cb):
6066         
6067         Don't jump on scrolling, fix for the bug #333127.
6068
6069 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070
6071         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6072         
6073         Scroll by one page in presentation mode. Fix for the bug
6074         #332993.
6075
6076 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6077
6078         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6079
6080 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6081
6082         * configure.ac  Added lv in ALL_LINGUAS line.
6083
6084 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6085         
6086         * NEWS, configure.ac:
6087         
6088         Update for release 0.5.1
6089
6090 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6091
6092         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6093         * backend/ev-document-misc.h:
6094         * shell/ev-view.c: (draw_one_page):
6095         
6096          Clairfy what page the toolbar page number applies to. Fix
6097          for the bug #328102.
6098
6099 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6100
6101         * shell/ev-view-private.h:
6102         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6103         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6104         (ev_view_search_changed):
6105         * shell/ev-view.h:
6106         * shell/ev-window.c: (find_bar_search_changed_cb):
6107         
6108         Dont't jump to find result if window was scrolled during search.
6109         Fix for the bug #313266.
6110
6111 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6112
6113         * shell/eggfindbar.c: (egg_find_bar_class_init):
6114         * shell/eggfindbar.h:
6115         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6116         * shell/ev-view-private.h:
6117         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6118         (ev_view_class_init), (ev_sizing_mode_get_type),
6119         (ev_scroll_type_get_type):
6120         * shell/ev-view.h:
6121         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6122         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6123         (ev_window_init):
6124         
6125         Fix for the bug 319133 - Find entry should allow text scroll.
6126
6127 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6128
6129         * shell/ev-view-private.h:
6130         * shell/ev-view.c: (view_update_range_and_current_page),
6131         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6132         (ev_view_set_document), (update_find_status_message),
6133         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6134         (ev_view_find_previous):
6135         
6136         Fix for the bug #319137. Search now takes account for scrolling.
6137
6138 2006-02-19  Michael Hofmann <mh21@piware.de>
6139
6140         * configure.ac:
6141         * djvu/Makefile.am:
6142         * djvu/djvu-document-private.h:
6143         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6144         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6145         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6146         (djvu_document_can_get_text), (djvu_document_get_text),
6147         (djvu_document_document_iface_init),
6148         (djvu_document_thumbnails_get_thumbnail),
6149         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6150         (djvu_document_find_get_result),
6151         (djvu_document_find_page_has_results),
6152         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6153         (djvu_document_find_iface_init):
6154         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6155         (djvu_text_page_selection), (djvu_text_page_limits_process),
6156         (djvu_text_page_limits), (djvu_text_page_copy),
6157         (djvu_text_page_position), (djvu_text_page_union),
6158         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6159         (djvu_text_page_box), (djvu_text_page_append_text),
6160         (djvu_text_page_search), (djvu_text_page_prepare_search),
6161         (djvu_text_page_new), (djvu_text_page_free):
6162         * djvu/djvu-text-page.h:
6163         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6164         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6165         (djvu_text_n_results), (djvu_text_has_results),
6166         (djvu_text_get_result), (djvu_text_get_progress):
6167         * djvu/djvu-text.h:
6168         
6169         Text search in djvu. Fix for the bug #303415.
6170
6171 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6172
6173         * configure.ac:
6174         * shell/ev-window.c: (ev_window_cmd_save_as):
6175         
6176         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6177         Thanks to Gary Coady <gary@lyranthe.org>
6178
6179 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6180
6181         * shell/ev-print-job.c: (idle_print_handler):
6182         
6183         Inverse order printing, bug #320919.
6184
6185 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6186
6187         * data/evince-toolbar.xml:
6188         * shell/ev-window.c:
6189         
6190         Allow to add sidebar checkbutton on toolbar. Fix
6191         for the bug #144577.
6192
6193 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6196         
6197         Add checks that have sense for empty ps document.
6198
6199 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6200
6201         * configure.ac: Include PS in mime types list. 
6202
6203 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * configure.ac:
6206         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6207         * ps/gsdefaults.h:
6208         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6209         
6210         Runtime check for gs interpreter. Fix for the bug #320868.
6211         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6212
6213 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6214
6215         * shell/ev-application.c: 
6216
6217         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6218         dbus>=0.60, so that the request is not queued. 
6219
6220 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * configure.ac:
6223         * shell/Makefile.am:
6224         * shell/ev-sidebar-links.c: (print_section_cb):
6225         * shell/ev-utils.c:
6226         * shell/ev-utils.h:
6227         * shell/ev-window.c: (update_action_sensitivity),
6228         (ev_window_close_dialogs), (ev_window_print):
6229         * shell/ev-window.h:
6230         
6231         Make printing support optional. Patch from Eduardo de Barros Lima
6232         <eduardo.lima@indt.org.br> for the bug #330546.
6233
6234 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6235
6236         * shell/ev-view-private.h:
6237         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6238         (ev_view_set_document):
6239         * shell/ev-view.h:
6240         * shell/ev-window.c: (ev_window_load_job_cb),
6241         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6242         (ev_window_init):
6243
6244         Draw Loading message during xfer job. Fix for the bug #329495.
6245
6246 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6247
6248         * comics/comics-document.c: (comics_regex_quote),
6249         (comics_document_load), (extract_argv):
6250         
6251         Correcly quote regexp before passing it to unzip.
6252
6253 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6254
6255         * shell/ev-page-cache.c: (build_height_to_page),
6256         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6257         (ev_page_cache_get_dual_even_left):
6258         * shell/ev-page-cache.h:
6259         * shell/ev-view.c: (view_update_range_and_current_page),
6260         (get_page_y_offset), (get_page_extents):
6261         
6262         Place even pages to the left if document has less then
6263         two pages. Fix for the bug #328856.
6264
6265 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6266
6267         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6268         
6269         Correct comics scheme. This make evince create thumbnails
6270         for comic books. Fix for the bug 329088.
6271
6272 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6273
6274         * data/evince-password.glade: Don't explicitly set
6275         invisible_char to the current default value in case
6276         the default changes; let GTK+ do its magic.
6277
6278 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6281         real filename to tmp filename since often document
6282         type is determined by extension.
6283
6284 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6285
6286         * shell/ev-view.c: (add_scroll_binding_keypad),
6287         (ev_view_binding_activated), (ev_view_class_init):
6288         
6289         Add keybindings for percision-scrolling of display area. 
6290         Fix for the bug #314072.
6291
6292 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6293
6294         * data/evince.desktop.in.in:
6295         
6296         Add GTK to the list of categories. Fix for the bug #328034.
6297
6298 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * shell/ev-application.c: (ev_application_shutdown),
6301         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6302         * shell/ev-application.h:
6303         * shell/ev-window.c: (file_open_dialog_response_cb),
6304         (ev_window_cmd_file_open):
6305         
6306         Save last uri in file chooser dialog. Fix for the bug #327950.
6307
6308 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6309
6310         * NEWS:
6311         * README:
6312         
6313         Final update for release 0.5.0
6314         
6315         * shell/Makefile.am:
6316         
6317         Remove disable deprecated until we'll require libgnome-2.13.7
6318         and port to GOption argument parsing. See bug 327518.
6319
6320 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6321
6322         * comics/comics-document.c: (comics_document_save):
6323         * djvu/djvu-document.c: (djvu_document_save):
6324         * dvi/dvi-document.c: (dvi_document_save):
6325         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6326         * lib/ev-file-helpers.h:
6327         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6328         * tiff/tiff-document.c: (tiff_document_save):
6329         
6330         Use common save function for backends.
6331
6332 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6333
6334         * backend/ev-document-types.c:
6335         
6336         Fix crash on saving pixbuf.
6337
6338 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6339
6340         * cut-n-paste/recent-files/egg-recent-item.c:
6341         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6342         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6343         (parse_info_free), (valid_element), (start_element_handler),
6344         (end_element_handler), (text_handler), (egg_recent_model_filter),
6345         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6346         (egg_recent_model_monitor), (egg_recent_model_read),
6347         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6348         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6349         (egg_recent_model_set_property), (egg_recent_model_class_init),
6350         (egg_recent_model_init), (egg_recent_model_add_full),
6351         (egg_recent_model_delete), (egg_recent_model_get_list),
6352         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6353         (egg_recent_model_set_filter_mime_types),
6354         (egg_recent_model_clear_group_filter),
6355         (egg_recent_model_set_filter_groups),
6356         (egg_recent_model_clear_scheme_filter),
6357         (egg_recent_model_set_filter_uri_schemes),
6358         (egg_recent_model_remove_expired):
6359         * cut-n-paste/recent-files/egg-recent-util.c:
6360         (egg_recent_util_get_icon):
6361         * cut-n-paste/recent-files/egg-recent-util.h:
6362         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6363         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6364         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6365         (egg_recent_view_uimanager_set_property),
6366         (egg_recent_view_uimanager_get_property),
6367         (egg_recent_view_uimanager_class_init),
6368         (egg_recent_view_uimanager_init),
6369         (egg_recent_view_uimanager_set_label_width),
6370         (egg_recent_view_uimanager_get_label_width):
6371         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6372         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6373         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6374         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6375         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6376         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6377         
6378         Update from libegg.
6379
6380 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6381
6382         * shell/ev-page-cache.c: (build_height_to_page),
6383         (ev_page_cache_get_height_to_page):
6384         * shell/ev-page-cache.h:
6385         * shell/ev-view.c: (view_update_range_and_current_page),
6386         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6387         (ev_view_previous_page):
6388         
6389         Dual mode places even pages to the left. Fix for the bug #309393.
6390
6391         * shell/ev-view.h:
6392         * shell/ev-window.c: (update_action_sensitivity),
6393         (setup_view_from_metadata), (view_menu_popup_cb):
6394         
6395         Don't restore presentation in empty windows, more intelligent
6396         next page behaviour in dual mode.
6397
6398         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6399         (ev_pixbuf_cache_clear_job_sizes):
6400         
6401         Cleanup job callback on removal. Fix for the bug #325886.
6402
6403 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6404
6405         * ps/ps.c: (psscan):
6406         
6407         Commit workaround Mozilla problem. Fix for the bug #325919
6408         
6409         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6410         (save_item):
6411         
6412         Fix for year 2038 problem.
6413
6414 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6415
6416         * shell/ev-window.c: (setup_document_from_metadata),
6417         (ev_window_cmd_view_reload):
6418
6419         Clamp page recieved from metadata in valid values. Fix
6420         for the bug #325986.
6421
6422 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6423
6424         * MAINTAINERS: 
6425         Add MAINTAINERS as requested on desktop-devel-list.
6426
6427 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6428
6429         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6430         (mime_type_supported_by_gdk_pixbuf),
6431         (ev_document_factory_get_mime_types),
6432         (ev_document_factory_get_all_mime_types):
6433         
6434         Don't add pixbuf mime types if pixbuf backend is disabled.
6435         
6436         * shell/ev-application.c: (ev_application_get_uri_window):
6437         
6438         Fix for the bug 325815 - unhandled MIME type message doesn't 
6439         appear a second time. 
6440         
6441         * shell/ev-document-types.c: (ev_document_types_add_filters):
6442         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6443         (password_dialog_response), (ev_window_popup_password_dialog),
6444         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6445         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6446         (ev_window_run_presentation), (ev_window_stop_presentation),
6447         (save_sizing_mode), (ev_window_zoom_changed_cb),
6448         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6449         (ev_window_dual_mode_changed_cb),
6450         (ev_window_sidebar_current_page_changed_cb),
6451         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6452         (window_state_event_cb), (window_configure_event_cb):
6453         
6454         Cleanup additional uris holded by EvWindow.
6455
6456 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6459         (ev_view_can_previous_page), (ev_view_can_next_page):
6460         * shell/ev-view.h:
6461         * shell/ev-window.c: (update_action_sensitivity):
6462         
6463         Two page scrolling with Space and PageUp in dual mode. Second fix 
6464         for the bug #316608.
6465
6466 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6467
6468         * shell/ev-view.c: (scroll_to_current_page):
6469         
6470         Correctly clamp adjustment value. Fix for the bug
6471         #325808.
6472
6473 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6474
6475         * shell/ev-sidebar-links.c: (print_section_cb):
6476         * shell/ev-window.c: (ev_window_get_uri),
6477         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6478         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6479         (ev_window_dispose):
6480         
6481         Make print dialog non-modal. Fix for the bug #325622.
6482
6483 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * shell/ev-metadata-manager.c:
6486         * shell/ev-utils.c: (using_pdf_printer),
6487         (using_postscript_printer), (load_print_config_from_file),
6488         (save_print_config_to_file):
6489         * shell/ev-utils.h:
6490         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6491         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6492         (setup_view_from_metadata), (ev_window_setup_document),
6493         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6494         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6495         (ev_window_run_presentation), (ev_window_stop_presentation),
6496         (save_sizing_mode), (ev_window_zoom_changed_cb),
6497         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6498         (ev_window_dual_mode_changed_cb),
6499         (ev_window_sidebar_current_page_changed_cb),
6500         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6501         (window_state_event_cb), (window_configure_event_cb),
6502         (ev_window_init):
6503         
6504         Setting saving behaviour fixes.
6505
6506 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6507
6508         * configure.ac:
6509         
6510         Make antialiasing gs options better and allow
6511         to change them during configure. Fix for the 
6512         bug #319049.
6513
6514 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6515
6516         * shell/ev-window.c: (setup_view_from_metadata):
6517         
6518         Remember if last window was maximized. Fix for the
6519         bug #323797.
6520
6521 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6522
6523         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6524
6525 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6526
6527         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6528         * shell/ev-page-action.c: (build_new_tree_cb):
6529         * shell/ev-sidebar-links.c: (links_page_num_func),
6530         (update_page_callback_foreach), (update_page_callback):
6531         * shell/ev-view.c: (scroll_to_current_page):
6532         
6533         Fix for the bug #325067 with more intelligent selection
6534         of current link in sidebar. Make sidebar handle links
6535         of FITR-like type more correctly.
6536
6537         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6538         (dvi_pixbuf_put_pixel):
6539         
6540         Fix memory consumtion with disabled alpha channel.
6541
6542 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6543
6544         * data/evince-ui.xml:
6545         * shell/ev-window.c: (view_menu_popup_cb),
6546         (ev_popup_cmd_open_link), (ev_window_init):
6547         
6548         Update context menu for internal links. Fix for the bug
6549         #325066.
6550
6551 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6552
6553         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6554         
6555         Bind context menu to keyboard also. Fix for the bug
6556         #325065.
6557
6558 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6559
6560         * shell/ev-view.c: (selection_scroll_timeout_cb):
6561         
6562         Horizontal scroll on selection also.
6563
6564 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6565
6566         * shell/ev-metadata-manager.c: (parse_value):
6567         * shell/ev-view.c: (goto_xyz_link):
6568         
6569         Correct zoom setup and metadata save broken in 
6570         some locales.
6571
6572 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6573
6574         * shell/ev-view-private.h:
6575         * shell/ev-view.c: (scroll_to_current_page),
6576         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6577         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6578         (page_changed_cb), (ev_view_set_continuous),
6579         (ev_view_set_dual_page), (ev_view_set_presentation):
6580         
6581         Delay scroll until allocation to correctly position page. Fix
6582         for the bug #317334.
6583
6584 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * NEWS:
6587         * configure.ac:
6588         
6589         Update NEWS and require poppler 0.5.0.
6590
6591 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6592         
6593         * data/evince-ui.xml:
6594         * shell/ev-view-private.h:
6595         * shell/ev-view.c: (ev_view_get_link_at_location),
6596         (handle_link_over_xy), (ev_view_button_press_event),
6597         (ev_view_button_release_event), (ev_view_class_init):
6598         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6599         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6600         (ev_window_init):
6601         
6602         Implement right-click context menu.
6603
6604 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6605
6606         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6607         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6608         (mdvi_pixbuf_device_render):
6609         * pdf/ev-poppler.cc:
6610
6611         Don't generate thumbnails with alpha. See bug #324077.
6612         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6613
6614 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * shell/ev-window.c: (setup_chrome_from_metadata):
6617         
6618         Fix typo that was hiding toolbar.
6619
6620 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6621
6622         * shell/ev-view-private.h:
6623         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6624         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6625         (ev_view_button_release_event), (ev_view_destroy):
6626         
6627         Small cleanup and autoscrolling during selection. Thanks to 
6628         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6629
6630 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6631
6632         * configure.ac:
6633         
6634         Correctly check for comics option.
6635
6636 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6637         * Makefile.am:
6638         * configure.ac:
6639         * backend/Makefile.am:
6640         * backend/ev-document-factory.c:
6641         * shell/ev-document-types.c:
6642
6643         Included option in configure to make ps backend 
6644         compilation optional with --disable-ps.
6645
6646 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6647
6648         * backend/ev-document-factory.c:
6649         * comics/Makefile.am:
6650         * comics/comics-document.c: (comics_document_load):
6651         * comics/ev-cbr-mime.xml:
6652         * configure.ac:
6653         
6654         Comics mime types are added to shared-mime-info CVS. Now
6655         we don't need to install our own mime types.
6656
6657 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6658
6659         * shell/ev-window.c:
6660         
6661         Add shortcut for "save a copy" menu entry. Fix for
6662         the bug #324582.
6663
6664 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6665
6666         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6667         (job_finished_cb), (new_selection_pixbuf_needed),
6668         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6669         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6670         
6671         Rework selection job info logic and fix critical warning.
6672
6673 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6674
6675         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6676
6677 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6678
6679         * data/evince-ui.xml:
6680         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6681         
6682         Enter as shortcut key for next page. Fix for the bug
6683         #321394.
6684
6685 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6686
6687         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6688
6689 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6690
6691         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6692         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6693         (new_selection_pixbuf_needed),
6694         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6695         (clear_job_selection):
6696         
6697         Too early for 0.5. Pixbuf cache code cleaned a bit.
6698
6699 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * NEWS:
6702         * configure.ac:
6703         
6704         Release 0.5.0 preparation
6705
6706 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6707
6708         * comics/Makefile.am:
6709         * configure.ac:
6710         * shell/ev-document-types.c: (ev_document_types_add_filters):
6711         
6712         More advanced handling of custom mime type installation.
6713
6714 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6715
6716         * data/evince.schemas.in:
6717         * shell/ev-metadata-manager.c: (value_free),
6718         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6719         (ev_metadata_manager_get), (ev_metadata_manager_set):
6720         * shell/ev-metadata-manager.h:
6721         * shell/ev-window.c: (update_chrome_flag),
6722         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6723         (setup_document_from_metadata), (setup_chrome_from_metadata),
6724         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6725         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6726         (ev_window_view_toolbar_cb),
6727         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6728         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6729         
6730         Save last document settings and reuse them for new documents.
6731
6732 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6733
6734         * Makefile.am:
6735         * backend/Makefile.am:
6736         * backend/ev-document-factory.c:
6737         * backend/ev-document-factory.h:
6738         * comics/Makefile.am:
6739         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6740         (comics_document_load), (comics_document_save),
6741         (comics_document_get_n_pages), (comics_document_get_page_size),
6742         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6743         (comics_document_class_init), (comics_document_can_get_text),
6744         (comics_document_get_info), (comics_document_document_iface_init),
6745         (comics_document_init), (get_supported_image_extensions),
6746         (comics_document_thumbnails_get_geometry),
6747         (comics_document_thumbnails_get_thumbnail),
6748         (comics_document_thumbnails_get_dimensions),
6749         (comics_document_document_thumbnails_iface_init), (extract_argv):
6750         * comics/comics-document.h:
6751         * comics/ev-cbr-mime.xml:
6752         * configure.ac:
6753         * po/POTFILES.in:
6754         * shell/ev-application.c: (ev_application_register_service):
6755         * shell/ev-document-types.c: (ev_document_types_add_filters):
6756         * thumbnailer/Makefile.am:
6757         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6758         
6759         New CBR/CBZ backend for comic books.
6760
6761 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * shell/main.c: (load_files_remote):
6764
6765         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6766         warning on startup of second instance is fixed. It
6767         is bug #320353.
6768
6769 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6770
6771         * shell/ev-window.c: (ev_window_finalize):
6772         
6773         Fix double free that cause crash.
6774
6775 2005-10-29  Bastien Nocera <hadess@hadess.net>
6776
6777         * tiff/tiff-document.c: (tiff_document_load):
6778         
6779         Fix memory leak.
6780
6781 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6782
6783         * po/POTFILES.in:
6784         * shell/Makefile.am:
6785         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6786         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6787         (ev_view_accessible_get_text),
6788         (ev_view_accessible_get_character_at_offset),
6789         (ev_view_accessible_get_text_before_offset),
6790         (ev_view_accessible_get_text_at_offset),
6791         (ev_view_accessible_get_text_after_offset),
6792         (ev_view_accessible_get_character_count),
6793         (ev_view_accessible_get_caret_offset),
6794         (ev_view_accessible_set_caret_offset),
6795         (ev_view_accessible_get_run_attributes),
6796         (ev_view_accessible_get_default_attributes),
6797         (ev_view_accessible_get_character_extents),
6798         (ev_view_accessible_get_offset_at_point),
6799         (ev_view_accessible_get_n_selections),
6800         (ev_view_accessible_get_selection),
6801         (ev_view_accessible_add_selection),
6802         (ev_view_accessible_remove_selection),
6803         (ev_view_accessible_set_selection),
6804         (ev_view_accessible_text_iface_init),
6805         (ev_view_accessible_idle_do_action),
6806         (ev_view_accessible_action_do_action),
6807         (ev_view_accessible_action_get_n_actions),
6808         (ev_view_accessible_action_get_description),
6809         (ev_view_accessible_action_get_name),
6810         (ev_view_accessible_action_set_description),
6811         (ev_view_accessible_action_iface_init),
6812         (ev_view_accessible_get_type), (ev_view_accessible_new),
6813         (ev_view_accessible_factory_get_accessible_type),
6814         (ev_view_accessible_factory_create_accessible),
6815         (ev_view_accessible_factory_class_init),
6816         (ev_view_accessible_factory_get_type):
6817         * shell/ev-view-accessible.h:
6818         * shell/ev-view-private.h:
6819         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6820         * shell/ev-view.h:
6821         
6822         Initial accessibility support.
6823
6824 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6825
6826         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6827
6828 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6829
6830         * shell/ev-print-job.c: (idle_print_handler):
6831         
6832         Fix for bug Bug 318916: Printing multiple pages.
6833
6834 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6835
6836         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6837
6838 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6839
6840         * pdf/ev-poppler.cc:
6841         
6842         Thumnail dimensions unified with other backends.
6843         
6844         * shell/ev-window-title.c: (ev_window_title_update):
6845         
6846         Fix warning.
6847
6848 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6849
6850         * data/ev-stock-zoom-fit-width.png:
6851         
6852         Remove unused file.
6853
6854 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6855
6856         * configure.ac:
6857         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6858         (djvu_document_finalize):
6859         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6860         (dvi_document_finalize):
6861         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6862         (pixbuf_document_save), (pixbuf_document_finalize):
6863         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6864         (tiff_document_finalize):
6865         
6866         Save a copy implemented for various backends.
6867
6868 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6869
6870         * configure.ac:
6871         
6872         Don't link with ltiff if tiff is disabled.
6873
6874 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6875
6876         * pdf/GDKSplashOutputDev.cc:
6877         * pdf/GDKSplashOutputDev.h:
6878         * pdf/Thumb.cc:
6879         * pdf/Thumb.h:
6880         * pdf/pdf-document.cc:
6881         * pdf/pdf-document.h:
6882         * pdf/test-gdk-output-dev.cc:
6883         
6884         Remove old unused files.
6885
6886 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6887
6888         * shell/ev-window.c: (ev_window_setup_document):
6889         
6890         Fixed warnings on reload and probably crash reason.
6891
6892 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6893
6894         * properties/ev-properties-view.c:
6895         (ev_properties_view_format_date):
6896         
6897         Check if date is invalid. Fix for bug 318134.
6898
6899 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6900
6901         * shell/ev-window-title.c:
6902         
6903         Add .indd files (Adobe Indesign) to the list of "bad
6904         extensions".
6905
6906 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6907
6908         * data/evince-ui.xml:
6909         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6910         
6911         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6912
6913 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6914
6915         * shell/ev-window.c: (launch_link), (launch_external_uri),
6916         (view_external_link_cb):
6917
6918         URL-escape link before passing it to gnome_vfs_url_show.
6919
6920 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6921
6922         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6923         there isn't text selected.
6924
6925 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6926
6927         * shell/ev-view.c: (handle_link_over_xy):
6928
6929         Check tooltip is valid utf8 before showing it
6930
6931 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6932
6933         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6934
6935 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6936
6937         * shell/ev-window-title.c: (ev_window_title_update):
6938
6939         Guard against using g_strstrip on NULL. Fixes bug #317291.
6940
6941 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6942
6943         * pdf/ev-poppler.cc:
6944
6945         Show title even for unknown links
6946
6947 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6948
6949         * shell/ev-window-title.c: (ev_window_title_update):
6950
6951         Strip the title string
6952
6953 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6954
6955         * shell/ev-window-title.c:
6956
6957         Add .rtf to the bad extensions list
6958
6959 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6960
6961         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6962         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6963
6964         Ignore link coordinates if they are outside page bounds
6965
6966 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6967
6968         * backend/ev-link.c: (ev_link_type_get_type),
6969         (ev_link_get_filename), (ev_link_get_params),
6970         (ev_link_get_property), (ev_link_set_property),
6971         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6972         * backend/ev-link.h:
6973         * pdf/ev-poppler.cc:
6974         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6975         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6976         (ev_window_init):
6977
6978         Implement launch links. Delegate external link opening to
6979         the window.
6980
6981 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6982
6983         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6984         (ev_link_get_right), (ev_link_get_property),
6985         (ev_link_set_property), (ev_link_class_init),
6986         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6987         * backend/ev-link.h:
6988         * pdf/ev-poppler.cc:
6989         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6990
6991         Implement fitr links
6992
6993 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6994
6995         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6996         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6997         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6998         (ev_view_size_request_continuous),
6999         (ev_view_size_request_dual_page),
7000         (ev_view_size_request_single_page), (ev_view_size_allocate),
7001         (ev_view_zoom_for_size_continuous_and_dual_page),
7002         (ev_view_zoom_for_size_continuous),
7003         (ev_view_zoom_for_size_dual_page),
7004         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7005         (ev_sizing_mode_get_type):
7006         * shell/ev-view.h:
7007         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7008
7009         Do not use modes for link, we need to calculate size ad hoc.
7010         Still not perfect because of the usual scrollbar issues grrr.
7011
7012 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7013
7014         * backend/ev-link.c: (ev_link_type_get_type),
7015         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7016         * backend/ev-link.h:
7017         * pdf/ev-poppler.cc:
7018         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7019         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7020         (ev_view_size_request_continuous),
7021         (ev_view_size_request_dual_page),
7022         (ev_view_size_request_single_page), (ev_view_size_allocate),
7023         (zoom_for_size_fit_height),
7024         (ev_view_zoom_for_size_continuous_and_dual_page),
7025         (ev_view_zoom_for_size_continuous),
7026         (ev_view_zoom_for_size_dual_page),
7027         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7028         (ev_sizing_mode_get_type):
7029         * shell/ev-view.h:
7030         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7031
7032         Implement FIT_HEIGHT mode (only for links).
7033         Implement FITH links
7034
7035 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7036
7037         * shell/ev-window-title.c: (get_filename_from_uri),
7038         (ev_window_title_sanitize_extension), (ev_window_title_update),
7039         (ev_window_title_set_document), (ev_window_title_set_uri),
7040         (ev_window_title_free):
7041         * shell/ev-window-title.h:
7042         * shell/ev-window.c: (ev_window_setup_document),
7043         (ev_window_popup_password_dialog):
7044
7045         Refactor window title building while fixing it for
7046         password documents.
7047
7048 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7049
7050         * pdf/ev-poppler.cc:
7051
7052         Escape link title before setting it in the model
7053
7054 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7055
7056         * shell/ev-application.c: (removed_from_session), (save_session),
7057         (init_session), (ev_application_get_empty_window),
7058         (ev_application_init), (ev_application_get_windows):
7059         * shell/ev-application.h:
7060         * shell/ev-window.c: (ev_window_finalize):
7061
7062         Add a function to retrieve window list and share it where
7063         necessary.
7064         Implement session handling, works pretty well thanks to the
7065         metadata system.
7066
7067 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7068
7069         * shell/ev-password.c: (ev_password_item_created_callback),
7070         (ev_password_dialog_save_password):
7071         
7072         Fix for bug 316972. Use async gnome-keyring API.
7073
7074 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7075
7076         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7077         Remove unused unrealize handler. Add scroll handling to
7078         ev_view_scroll_event for presentation mode (bug #316708),
7079         and fix the event state checks there.
7080
7081 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7082
7083         * shell/ev-page-action.c: (page_changed_cb):
7084
7085         "marco, maybe we should be crazy and jump right to 6! :)"
7086
7087         Bryan Clark, Sep 2005
7088
7089 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7090
7091         * ps/ps-document.c: (save_document), (ps_document_save),
7092         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7093         (ps_document_ps_export_end):
7094
7095         Fix unstructured documents save and print
7096
7097 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7098
7099         * shell/ev-application.c: (ev_application_open_uri):
7100
7101         Fix window size persistance
7102
7103 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7104
7105         * shell/ev-view.c: (ev_view_button_release_event):
7106
7107         Based on a patch from carlosgc@gnome.org. Mouse buttons
7108         switch pages in presentation mode.
7109
7110 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7111
7112         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7113
7114         Dont cast to int before scaling
7115
7116 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7117
7118         * backend/ev-link.c: (ev_link_type_get_type),
7119         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7120         (ev_link_new_page_fith):
7121         * backend/ev-link.h:
7122         * pdf/ev-poppler.cc:
7123         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7124
7125         Implement FIT and FITH links
7126
7127 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7128
7129         * pdf/ev-poppler.cc:
7130
7131         Return 0 results when search is not in progress.
7132
7133         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7134         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7135
7136         Update menu sensitivity when cancelling search
7137
7138 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7139
7140         * shell/ev-view.c: (ev_view_can_find_next):
7141
7142         Take all pages in consideration, not just current one
7143
7144 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7145
7146         * shell/ev-page-cache.c:
7147         * shell/ev-page-cache.h:
7148         * shell/ev-view.c: (ev_view_binding_activated),
7149         (ev_view_next_page), (ev_view_previous_page),
7150         (ev_sizing_mode_get_type):
7151         * shell/ev-view.h:
7152         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7153         (ev_window_cmd_go_next_page):
7154
7155         Move page next/previous functions from page chace to
7156         view and change it to move by 2 page steps in dual mode.
7157
7158 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7159
7160         * shell/ev-window.c: (update_sidebar_visibility),
7161         (setup_sidebar_from_metadata), (ev_window_setup_document),
7162         (setup_view_from_metadata):
7163
7164         Show the index by default when there is one     
7165
7166 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7167
7168         * shell/ev-window-title.c: (ev_window_title_set_document):
7169
7170         Missing null check
7171
7172 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7173
7174         * shell/ev-view.c: (view_update_range_and_current_page):
7175         
7176         Allow display of last odd page in dual view. Fix for 316347.
7177
7178 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7179
7180         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7181         
7182         Make close button default. Fix for 316383.
7183
7184 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7185
7186         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7187         
7188         Mark close button as default. Fix for 316381.
7189
7190 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7191
7192         * backend/ev-link.c: (ev_link_class_init):
7193
7194         Allow negative doubles in left/top properties
7195
7196 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7197
7198         * shell/ev-window.c:
7199
7200         Remove a bunch of strings that was used only
7201         by the statusbar.
7202
7203 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7204
7205         * shell/ev-window-title.c: (get_filename_from_uri),
7206         (ev_window_title_set_document):
7207
7208         When title has a confusing extension, show also
7209         the document filename inside ()
7210
7211 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7212
7213         * shell/Makefile.am:
7214         * shell/ev-window-title.c: (ev_window_title_new),
7215         (ev_window_title_update), (ev_window_title_set_type),
7216         (ev_window_title_set_document), (ev_window_title_free):
7217         * shell/ev-window-title.h:
7218         * shell/ev-window.c: (ev_window_setup_document),
7219         (password_dialog_response), (ev_window_popup_password_dialog),
7220         (ev_window_dispose), (ev_window_init):
7221
7222         Factor out and cleanup window title code
7223
7224 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7225
7226         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7227         (unable_to_load):
7228
7229         Make dialog transient so it doesnt block other windows
7230
7231 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7232
7233         * pdf/ev-poppler.cc:
7234         
7235         Fix pdf thumbnails rendering.
7236
7237 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7238
7239         * shell/ev-window.c: (fullscreen_set_timeout):
7240         
7241         Increase timeout to hide full screen popup. Bug 
7242         316123. 
7243
7244 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7245
7246         * data/evince.schemas.in:
7247         * shell/ev-window.c: (update_action_sensitivity):
7248
7249         Allow the user to override document restrictions. Fix for bug
7250         305818.
7251
7252 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7253
7254         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7255         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7256         (ev_window_class_init): Fix multihead behaviour of fullscreen
7257         toolbar popup. Fixes bug #315451.
7258
7259 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7260
7261         * configure.ac:
7262         * data/evince-password.glade:
7263         * shell/ev-password.c: (ev_password_dialog_set_property),
7264         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7265         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7266         (ev_password_dialog_entry_changed_cb),
7267         (ev_password_dialog_entry_activated_cb),
7268         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7269         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7270         (ev_password_dialog_set_bad_pass):
7271         * shell/ev-password.h:
7272         * shell/ev-window.c: (password_dialog_response),
7273         (ev_window_popup_password_dialog):
7274         
7275         Support for gnome-keyring for encrypted PDF's.
7276
7277 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7278
7279         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7280         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7281         (ev_view_enter_notify_event), (ev_view_class_init):
7282         
7283         More precise handling of enter_notify/leave_notify events
7284         in EvView. Fix for bug 315470.
7285
7286 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7287
7288         * shell/ev-window.c: (fullscreen_timeout_cb),
7289         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7290         (ev_window_dispose):
7291
7292         leak fix: unref fullscreen_timeout_source before clearing it
7293
7294 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7295
7296         * configure.ac, dvi/mdvi/Makefile.am: 
7297         
7298         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7299
7300 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7301
7302         * backend/ev-link.c: (ev_link_new_page_xyz):
7303         * pdf/ev-poppler.cc:
7304         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7305
7306         Fix some bugs with xyz links, respect zoom
7307
7308 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7309
7310         * shell/ev-window.c: (page_changed_cb),
7311         (setup_document_from_metadata), (update_sidebar_visibility),
7312         (setup_view_from_metadata), (ev_window_run_fullscreen),
7313         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7314         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7315         (ev_window_dual_mode_changed_cb),
7316         (ev_window_sidebar_current_page_changed_cb):
7317
7318         null check uri before setting and getting metadata
7319
7320 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7321
7322         * dvi/Makefile.am:
7323         * properties/Makefile.am:
7324         * shell/Makefile.am:
7325         * thumbnailer/Makefile.am:
7326
7327         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7328
7329 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7330
7331         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7332         (selection_changed_callback):
7333         * shell/ev-sidebar-links.h:
7334
7335         Add a signal for link activation.
7336
7337         * shell/ev-view.c: (ev_view_goto_link),
7338         (ev_view_button_release_event):
7339         * shell/ev-view.h:
7340         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7341         (ev_window_init):
7342
7343         Implement the signal so that we can handle all link types.
7344
7345         * shell/ev-page-cache.c:
7346
7347         Remove unused set_link function
7348
7349 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7350
7351         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7352
7353         Add some space from the cursor, hardcoded but I couldnt
7354         find a better way.
7355
7356 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7357
7358         * lib/ev-tooltip.c:
7359
7360         Use mozilla style vs gtk style, way better for links.
7361
7362         * shell/ev-view.c: (ev_view_motion_notify_event),
7363         (ev_view_destroy), (ev_view_init):
7364
7365         Deactive tooltip when the link hovered is changed.
7366
7367 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7368
7369         * backend/ev-document.h:
7370         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7371         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7372         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7373         (ev_link_new_page), (ev_link_new_page_xyz):
7374         * backend/ev-link.h:
7375         * pdf/ev-poppler.cc:
7376         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7377         (go_to_link), (tip_from_link):
7378
7379         Implement xyz links, still not functional. Links are a total
7380         mess, will need to refactor and bugfix a lot :(
7381
7382 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7383
7384         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7385
7386 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7387
7388         * data/evince-ui.xml:
7389         * data/evince.schemas.in:
7390         * shell/Makefile.am:
7391         * shell/ev-window.c: (update_chrome_visibility),
7392         (password_dialog_response), (ev_window_load_job_cb),
7393         (ev_window_xfer_job_cb), (ev_window_open_uri),
7394         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7395         (ev_window_init):
7396
7397         Remove the statusbar. This regress loading feedback, need to
7398         check with Bryan what we want to do there...
7399
7400 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7401
7402         * lib/ev-tooltip.c: (ev_tooltip_init):
7403
7404         Fix tooltip border and size handling
7405
7406 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7407
7408         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7409         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7410         (ev_tooltip_timeout), (ev_tooltip_activate),
7411         (ev_tooltip_deactivate):
7412         * lib/ev-tooltip.h:
7413         * shell/ev-view.c: (ev_view_motion_notify_event):
7414
7415         Delay popup showing. Mirror gtk logic/times.
7416
7417 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7418
7419         * lib/Makefile.am:
7420         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7421         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7422         (ev_tooltip_set_text), (ev_tooltip_set_position):
7423         * lib/ev-tooltip.h:
7424
7425         Simple widget to show tooltips at a custom position
7426
7427         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7428         (ev_view_destroy):
7429
7430         Use it for links. First go, needs work
7431
7432 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7433
7434         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7435         HIG fixes.  Use title capitalization for window title. Use 12 
7436         pixels of space between the dialog's vbox and action area.
7437
7438 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7439
7440         * shell/ev-window.c: (file_open_dialog_response_cb),
7441         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7442         (ev_window_cmd_save_as):
7443
7444         Make file pickers not modal and refactor code some
7445
7446 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7447
7448         * shell/ev-sidebar.h:
7449         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7450         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7451         (ev_sidebar_class_init), (ev_sidebar_select_page),
7452         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7453         (ev_sidebar_set_page):
7454
7455         Add a current page property and allow to get/set it
7456
7457         * shell/ev-window.c: (setup_view_from_metadata),
7458         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7459
7460         Persist current sidebar page per document
7461
7462 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7463
7464         * data/evince.schemas.in:
7465         * shell/ev-window.c: (update_chrome_visibility),
7466         (setup_document_from_metadata), (update_sidebar_visibility),
7467         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7468         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7469         (ev_window_run_presentation), (ev_window_stop_presentation),
7470         (ev_window_view_sidebar_cb),
7471         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7472         (load_chrome), (ev_window_init):
7473
7474         Persist size/visibility of sidebar per document
7475
7476 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7477
7478         * shell/ev-view.c (draw_loading_text): Draw loading text.
7479
7480 2005-09-02  Dan Damian  <dand@gnome.ro>
7481
7482         * configure.in: Added "ro" to ALL_LINGUAS.
7483
7484 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7485
7486         * shell/ev-view.c: (clear_caches):
7487
7488         ev_page_cache_get doesnt return a reference,
7489         dont try to unref it.
7490
7491 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7492
7493         * shell/main.c: (load_files_remote):
7494
7495         Fix timestamp parameter with dbus <= 0.33
7496
7497 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7498
7499         * data/evince.schemas.in:
7500
7501         Add missing full stop
7502
7503 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7504
7505         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7506         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7507
7508         Plug some memory leaks
7509
7510 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7511
7512         * configure.ac:
7513         * lib/ev-debug.c: (trap_handler):
7514
7515         Check for execinfo.h and use it only if it exists.
7516         Ported from Epiphany (bug #314776).
7517
7518 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7519
7520         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7521
7522 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7523
7524         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7525         * po/id.po      : Added Indonesian translation
7526
7527 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7528
7529         * shell/main.c:
7530         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7531         * NEWS: Release 0.4.0
7532
7533 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7534
7535         * configure.ac: catch another gtk+-2.8ism
7536         * shell/main.c: Make work with gtk+-2.6
7537
7538 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7539
7540         * shell/ev-application-service.xml: Add 'timestamp' argument to
7541           ev_application_open_window and ev_application_open_uri methods.
7542
7543         * shell/ev-application.h: Add 'timestamp' argument to
7544           ev_application_open_window, ev_application_open_uri,
7545           and ev_application_open_uri_list functions.
7546
7547         * shell/ev-application.c (ev_application_open_window,
7548           ev_application_open_uri, ev_application_open_uri_list): Change
7549           functions that show/present windows to use a timestamp if one
7550           is passed in.
7551
7552         * shell/ev-window.c (ev_window_cmd_file_open,
7553           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7554         * shell/main.c (load_files): Modify calls to ev_application to
7555           include GDK_CURRENT_TIME as timestamp.
7556
7557         * shell/main.c (load_files_remote): Obtain timestamp for client
7558           instance from GDK and pass to server instance so new windows are
7559           focused properly.  Fix dbus_g_proxy_call() calls by including second
7560           G_TYPE_INVALID.
7561           
7562         Closes bug #314475.
7563
7564 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7565
7566         * shell/ev-window.c (ev_window_finalize): Check for
7567         avail. EvWindows when quiting to handle the finalize better,
7568         #314497
7569
7570 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7571         
7572         * properties/ev-properties-view.c: 
7573         
7574         Set textdomain to libglade. Fixes translation problem in property page.
7575
7576 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7577
7578         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7579         * dvi/Makefile.am:
7580         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7581         * dvi/mdvi-lib/Makefile.am:
7582         
7583         Fix rotation of thumbnails, ported to new API. Moved library
7584         dependencies earlier, probably it will fix linkage problem.
7585
7586 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7587
7588         * backend/ev-document-misc.c:
7589         (ev_document_misc_get_thumbnail_frame):
7590         * backend/ev-document-misc.h:
7591         * configure.ac:
7592         * pdf/ev-poppler.cc:
7593         * shell/Makefile.am:
7594         * shell/ev-sidebar-thumbnails.c: (add_range),
7595         (ev_sidebar_thumbnails_set_loading_icon),
7596         (ev_sidebar_thumbnails_refresh),
7597         (ev_sidebar_thumbnails_set_document):
7598         * shell/ev-sidebar-thumbnails.h:
7599         * shell/ev-view.c: (ev_view_motion_notify_event),
7600         (ev_view_set_property), (ev_view_get_property),
7601         (ev_view_class_init), (ev_view_set_rotation):
7602         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7603         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7604         (ev_window_init):
7605         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7606         Redo rotation (again).  prepare for 0.4.0
7607
7608 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7609
7610         * configure.ac: Bump poppler requirement to 0.4.1.
7611
7612         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7613         argument to poppler_page_render_selection() call.
7614
7615 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7616
7617         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7618         (djvu_document_thumbnails_get_thumbnail):
7619         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7620         (dvi_document_thumbnails_get_thumbnail):
7621         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7622         (pixbuf_document_thumbnails_get_thumbnail):
7623         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7624         
7625         Update rotation direction of backends to fit with pdf and ps.
7626
7627 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7628
7629         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7630         * backend/ev-async-renderer.h:
7631         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7632         (setup_page), (ps_document_get_page_size),
7633         (ps_async_renderer_render_pixbuf):
7634         * ps/ps-document.h:
7635         * shell/ev-jobs.c: (ev_job_render_run):
7636
7637         Fix orientation in the postscript document
7638
7639 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7640
7641         * pdf/ev-poppler.cc:
7642         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7643         * shell/ev-view.c: (highlight_find_results):
7644
7645         Adapt to the new poppler rotation API. Fix text maps on landscape
7646         documents.
7647
7648 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7649
7650         * shell/ev-view.c (compute_new_selection_text): get the correct
7651         region when selecting in modes other than continuous.
7652
7653 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7654
7655         * shell/main.c (main): remove redundant g_warnings.
7656
7657 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7658
7659         * shell/Makefile.am: Don't include autogenerated
7660         file ev-application-service.h into distribution, since
7661         it causes dbus crash. Fix for bugs 313724 and 313443. 
7662
7663 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * configure.ac: Fix sed expression for FreeBSD. Thanks
7666         to Joe Marcus Clark <marcus@freebsd.org>
7667         
7668         * shell/eggfindbar.c: (entry_activate_callback),
7669         (entry_changed_callback), (egg_find_bar_init),
7670         (egg_find_bar_set_search_string):
7671         
7672         Made findbar buttons unsensitive if there is no text in
7673         entry. Fix for the bug 313285.
7674
7675 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7676
7677         * ps/ps-document.c: Use g_filename_display_name for displaying
7678         filenames and revert string freeze breackage
7679
7680 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7681
7682         * NEWS:
7683         * configure.ac:
7684
7685         Update for 0.3.4
7686
7687         * shell/Makefile.am:
7688
7689         Add ev-application-service.xml to extra dist
7690
7691         * shell/ev-view.c: (find_page_at_location):
7692
7693         Remove unused function (fix warning)
7694
7695 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7696
7697         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7698         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7699         
7700         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7701         bug 313623.
7702
7703 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7704
7705         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7706         * shell/ev-window.c:
7707         Fix build warnings
7708
7709 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7710
7711         * configure.ac: Update script to get dbus version.
7712         Fix for the bug #313443.
7713
7714 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7715
7716         * shell/ev-window.c: (ev_window_cmd_escape):
7717         
7718         Return focus back to view on escape. Fix for bug 313295.
7719
7720 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7721
7722         * shell/ev-window.c: (update_window_title),
7723         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7724         (ev_window_cmd_save_as):
7725         
7726         Correct conversion from uri to displayable string. Fix for
7727         bug 313296.
7728
7729 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7730
7731         * ps/ps-document.c: convert filename to utf8 when there is an error
7732         loading document. Fixes #309915
7733
7734 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7735
7736         * configure.ac:
7737
7738         We depend on poppler 0.4.0
7739
7740 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7741
7742         * configure.ac:
7743         * NEWS: Release 0.3.3.
7744         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7745
7746 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7747
7748         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7749         add a couple missing mnemonics to menu items, use title 
7750         capitalization for menu items and window titles, and add 
7751         ellipsis to open menu item.     
7752
7753 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7754
7755         * pdf/ev-poppler.cc:
7756         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7757         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7758         (ev_view_get_rotation):
7759         * shell/ev-view.h:
7760         * shell/ev-window.c: (setup_view_from_metadata),
7761         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7762         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7763         disk.
7764
7765 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7766
7767         * configure.ac: Added tr to ALL_LINGUAS
7768
7769 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7770
7771         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7772         requires several clicks to find word. Thanks to 
7773         Colin Slater <kiltedtaco@gmail.com>.
7774
7775 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7776
7777         * data/evince.desktop.in.in: Hide menu entry and
7778         rename it to "Document Viewer". Fix for bug 
7779         #312399.
7780
7781 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7782
7783         * shell/ev-page-action.c (ev_page_action_class_init): 
7784
7785         Point to the correct function in constructor of the
7786         activate_label signal
7787
7788 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7789
7790         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7791         * shell/ev-jobs.h: Make thread safe.
7792
7793 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7794
7795         * shell/ev-view.c: (view_update_range_and_current_page):
7796         Don't update page range if we are scrolling to some document
7797         point.
7798
7799 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7800
7801         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7802         when getting max_page_width, fix drawing in dual mode.
7803
7804 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7805
7806         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7807         getting the area for select_all.
7808
7809 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7810
7811         * backend/ev-selection.c: (ev_selection_render_selection):
7812         * backend/ev-selection.h:
7813         * pdf/ev-poppler.cc:
7814         * shell/ev-jobs.c: (ev_job_render_new):
7815         * shell/ev-jobs.h:
7816         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7817         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7818         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7819         (ev_view_class_init):
7820
7821         Change selection color on focus in and focus out events.  Also,
7822         poppler now uses GdkColor for specifying the selection colors, so
7823         drop some awkward conversion code.
7824
7825 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7826
7827         * configure.ac: Added Hebrew translation
7828
7829 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7830
7831         * NOTES:
7832         * backend/ev-selection.c: (ev_selection_render_selection):
7833         * backend/ev-selection.h:
7834         * pdf/ev-poppler.cc:
7835         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7836         (ev_job_render_run):
7837         * shell/ev-jobs.h:
7838         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7839         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7840         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7841         (ev_pixbuf_cache_style_changed),
7842         (ev_pixbuf_cache_get_selection_pixbuf),
7843         (ev_pixbuf_cache_set_selection_list),
7844         (ev_pixbuf_cache_get_selection_list):
7845         * shell/ev-pixbuf-cache.h:
7846         * shell/ev-utils.c: (ev_print_region_contents):
7847         * shell/ev-utils.h:
7848         * shell/ev-view.c: (ev_view_queue_draw_page),
7849         (selection_update_idle_cb), (ev_view_motion_notify_event),
7850         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7851         (setup_caches), (ev_view_find_next), (merge_selection_region),
7852         (selection_free):
7853         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7854
7855         Clean up selection to be much smoother!
7856
7857 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7858
7859         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7860         to poppler_page_render_selection().
7861
7862 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7863
7864         * ps/ps-document.c: (save_page_list): Use
7865         unzipped document when printing. Thanks to 
7866         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7867         311016.
7868
7869 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7870
7871         * shell/ev-window.c: (update_action_sensitivity):
7872         
7873         Disable print and save respect to lockdown gconf keys. Fix
7874         for 312342.
7875
7876 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * configure.ac:
7879         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7880         (write_to_temp_file), (ev_file_set_contents):
7881         * shell/ev-utils.h:
7882         * shell/ev-window.c: (save_print_config_to_file):
7883         
7884         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7885         Fix for bug 312238
7886
7887 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7888
7889         * shell/ev-window.c: (load_print_config_from_file),
7890         (save_print_config_to_file), (ev_window_print_range):
7891
7892         Persist the print settings. Fixes bug #311578.
7893
7894 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7895
7896         * djvu/djvu-document.c: (djvu_document_get_page_size),
7897         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7898         (djvu_document_thumbnails_get_thumbnail):
7899         * dvi/dvi-document.c: (dvi_document_get_page_size),
7900         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7901         (dvi_document_thumbnails_get_dimensions),
7902         (dvi_document_thumbnails_get_thumbnail):
7903         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7904         (pixbuf_document_render_pixbuf),
7905         (pixbuf_document_document_iface_init),
7906         (pixbuf_document_thumbnails_get_thumbnail):
7907         
7908         Update backends to make them build with new rotation system.
7909
7910 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7911
7912         * help/C/figures/evince_start_window.png:
7913         
7914         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7915
7916 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7917
7918         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7919         * shell/ev-pixbuf-cache.h:
7920         * shell/ev-sidebar-thumbnails.c:
7921         (ev_sidebar_thumbnails_get_property), (add_range),
7922         (adjustment_changed_cb):
7923         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7924         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7925         we were thumbnailing the entire docment on startup, slowing us
7926         down hugely. 
7927
7928 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7929
7930         * shell/ev-page-cache.c: (ev_page_cache_new):
7931         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7932         == 0, fixes #310306.
7933
7934 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7935
7936         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7937         (ev_view_rotate_left):
7938
7939         Account rotation in doc_rect_to_view_rect.
7940         Ensure rotation doesnt go out of bounds.
7941
7942 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7943
7944         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7945
7946         Correct and cleanup w/h swapping
7947
7948 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7949
7950         * backend/ev-document-thumbnails.c:
7951         (ev_document_thumbnails_get_thumbnail):
7952         * backend/ev-document-thumbnails.h:
7953         * backend/ev-document.c:
7954         * backend/ev-document.h:
7955         * backend/ev-render-context.c: (ev_render_context_new),
7956         (ev_render_context_set_rotation):
7957         * backend/ev-render-context.h:
7958         * pdf/ev-poppler.cc:
7959         * ps/ps-document.c: (ps_document_document_iface_init):
7960         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7961         * shell/ev-jobs.h:
7962         * shell/ev-page-cache.c: (build_height_to_page),
7963         (ev_page_cache_new), (ev_page_cache_get_size),
7964         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7965         (ev_page_cache_get_height_to_page):
7966         * shell/ev-page-cache.h:
7967         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7968         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7969         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7970         (ev_pixbuf_cache_get_selection_pixbuf):
7971         * shell/ev-pixbuf-cache.h:
7972         * shell/ev-print-job.c: (idle_print_handler):
7973         * shell/ev-sidebar-thumbnails.c: (add_range):
7974         * shell/ev-view.c: (view_update_range_and_current_page),
7975         (get_page_y_offset), (get_page_extents),
7976         (ev_view_size_request_continuous_dual_page),
7977         (ev_view_size_request_continuous),
7978         (ev_view_size_request_dual_page),
7979         (ev_view_size_request_single_page), (draw_one_page),
7980         (ev_view_set_rotation), (ev_view_rotate_right),
7981         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7982         (ev_view_zoom_for_size_continuous_and_dual_page),
7983         (ev_view_zoom_for_size_continuous),
7984         (ev_view_zoom_for_size_dual_page),
7985         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7986         (ev_view_select_all):
7987         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7988         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7989         (tiff_document_document_iface_init),
7990         (tiff_document_thumbnails_get_thumbnail):
7991
7992         Use rotation rather than orientation. It's easier and enough
7993         for our needs.
7994
7995 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7996
7997         * shell/ev-page-cache.c: (build_height_to_page),
7998         (ev_page_cache_new), (ev_page_cache_get_size),
7999         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8000         (ev_page_cache_get_height_to_page):
8001         * shell/ev-page-cache.h:
8002         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8003         (ev_view_size_request_continuous_dual_page),
8004         (ev_view_size_request_continuous),
8005         (ev_view_zoom_for_size_continuous_and_dual_page),
8006         (ev_view_zoom_for_size_continuous):
8007
8008         Make the page cache aware of page orientation.
8009
8010 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8011
8012         * backend/ev-document-thumbnails.c:
8013         (ev_document_thumbnails_get_thumbnail):
8014         * backend/ev-document-thumbnails.h:
8015         * backend/ev-document.c:
8016         * backend/ev-document.h:
8017         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8018         * backend/ev-ps-exporter.h:
8019         * pdf/ev-poppler.cc:
8020         * ps/ps-document.c: (ps_document_document_iface_init),
8021         (ps_document_ps_export_do_page):
8022         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8023         * shell/ev-jobs.h:
8024         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8025         (ev_page_cache_get):
8026         * shell/ev-page-cache.h:
8027         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8028         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8029         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8030         * shell/ev-pixbuf-cache.h:
8031         * shell/ev-print-job.c: (idle_print_handler):
8032         * shell/ev-sidebar-thumbnails.c: (add_range):
8033         * shell/ev-view.c: (view_update_range_and_current_page),
8034         (get_page_extents), (ev_view_size_request_dual_page),
8035         (ev_view_size_request_single_page), (draw_one_page),
8036         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8037         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8038         (ev_view_zoom_for_size_dual_page),
8039         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8040         (ev_view_select_all):
8041         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8042         * tiff/tiff-document.c: (tiff_document_get_page_size),
8043         (tiff_document_get_orientation), (rotate_pixbuf),
8044         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8045         (tiff_document_thumbnails_get_thumbnail),
8046         (tiff_document_ps_export_do_page), (tiff_document_init):
8047
8048         Really make use of the orientation bit of the render context.
8049         Use the render context in a few more places in the backend API.
8050         This regress orientation, but now it's done right. Will try to
8051         fix it up asap...
8052
8053 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8054
8055         * shell/ev-view.c: (ensure_rectangle_is_visible):
8056
8057         Patch by Nickolay V. Shmyrev to fix find flickering
8058
8059 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8060
8061         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8062         duplex parameters to ::begin.
8063
8064         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8065         * shell/ev-print-job.c (idle_print_handler): 
8066         * ps/ps-document.c (ps_document_ps_export_begin): 
8067         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8068         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8069         implementations. Poppler backend needs poppler cvs. Rest has
8070         unchanged behavior.
8071
8072 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8073
8074         * shell/ev-window.c (using_pdf_printer): new function.
8075         (ev_window_print_range): print a less techy message if someone
8076         tries to print to PDF.
8077
8078 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8079
8080         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8081         from "unknown font" string. Bug #311431
8082
8083 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8084
8085         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8086
8087 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8088
8089         Bug #311280
8090         
8091         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8092         name for PopplerFontTypes
8093         (pdf_document_fonts_fill_model): add font type to the detail column
8094
8095         * backend/ev-document-fonts.h: added
8096         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8097
8098         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8099         font name and font details, add a little markup.
8100         (ev_properties_fonts_init): use the new cell data func, specify ypad
8101         property for the cell renderer.
8102         (ev_properties_fonts_set_document): add the details column.
8103
8104 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8105
8106         * configure.ac: Added "pl" to ALL_LINGUAS.
8107
8108 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8109
8110         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8111
8112 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8113
8114         * help/ChangeLog: Started this for translations of manual.
8115         * configure.ac, autogen.sh, .cvsignore: Migrated to
8116         gnome-doc-utils. Patch in bug #311222.
8117
8118 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8119
8120         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8121         #ifdef this away to fix an unused-function warning.
8122
8123 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8124
8125         * configure.ac: Added 'gl' to ALL_LINGUAS.
8126
8127 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8128
8129         * configure.ac: Added ne in ALL_LINGUAS
8130         
8131 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8132
8133         * shell/ev-view.c: (ev_view_leave_notify_event):
8134         
8135         Clear status message when pointer leaves view. Fix for bug
8136         #310818 
8137
8138 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8139
8140         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8141
8142 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8143
8144         * shell/ev-view.c: (ev_view_leave_notify_event),
8145         (ev_view_class_init):
8146         
8147         Set cursor to normal then leaving view.
8148
8149 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8150
8151         * configure.ac:
8152         
8153         Fix required djvulibre version.
8154
8155 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8156
8157         *configure.ac: Hindi (hi) language added
8158
8159 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8160
8161         *configure.ac: Punjabi (pa) Language added
8162
8163 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8164
8165         * data/evince-ui.xml, shell/ev-window.c:
8166         
8167         Add keypad accelerators for zooming. Fix for bug 308128.
8168
8169 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8170
8171         * Makefile.am:
8172         * backend/Makefile.am:
8173         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8174         * configure.ac:
8175         * shell/ev-document-types.c: (ev_document_types_add_filters):
8176
8177         Allow to enable/disable the pixbuf backend.
8178         Default to off for now. If we want it enabled we should
8179         really put mime types in the desktop, implement properties etc.
8180
8181         * properties/evince-properties.c:
8182
8183         Initialize error to NULL.
8184         Check error is not NULL before freeing.
8185
8186 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8187
8188         * shell/ev-window.c:
8189
8190         Use F5 as presentation accell
8191
8192 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8193
8194         * shell/ev-window.c: (update_chrome_visibility),
8195         (ev_window_create_fullscreen_popup), (ev_window_init):
8196
8197         Do not leak the fullscreen toolbar
8198
8199 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8200
8201         * shell/ev-window.c: (view_actions_focus_in_cb),
8202         (view_actions_focus_out_cb):
8203
8204         These has a return value! Fix totally random focus
8205         issues we was seeing.
8206
8207 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8208
8209         * shell/main.c: (load_files_remote):
8210
8211         Allow open more than one file
8212
8213 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8214
8215         * shell/main.c: (load_files_remote):
8216
8217         Fix for dbus 0.33. bug #309975
8218
8219 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8220
8221         * properties/ev-properties-main.c: (ev_properties_get_pages):
8222
8223         Actually return NULL for types we dont support
8224
8225 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8226
8227         * po/POTFILES.in:
8228
8229         Remove empty lines.
8230
8231 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8232
8233         * backend/ev-document-factory.c:
8234         (ev_document_factory_get_document):
8235
8236         Do not try to create the object if type
8237         is invalid.
8238
8239 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8240
8241         * ps/ps-document.c: (ps_document_dispose),
8242         (ps_async_renderer_render_pixbuf):
8243         * ps/ps-document.h:
8244
8245         Do not leak the target window
8246
8247 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * shell/ev-application.c: (ev_application_init):
8250
8251         Let tbe check file existence for us.
8252         Add a comment about eggrecent mime filter.
8253
8254 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8255
8256         * data/evince-ui.xml:
8257         * shell/ev-application.c: (ev_application_shutdown),
8258         (ev_application_init), (ev_application_get_toolbars_model),
8259         (ev_application_get_recent_model),
8260         (ev_application_save_toolbars_model):
8261         * shell/ev-application.h:
8262         * shell/ev-window.c: (ev_window_add_recent),
8263         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8264         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8265         (ev_window_init):
8266
8267         Use common toolbar and recent models for all windows.
8268         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8269
8270 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8271
8272         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8273         successfully check for gtk_icon_view_get_visible_range.
8274
8275 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8276
8277         * djvu/Makefile.am:
8278         * dvi/Makefile.am:
8279         
8280         Fix djvu and dvi backend build.
8281
8282 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8283
8284         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8285         (new_separator_pixbuf):
8286
8287         Don't leak windows.
8288
8289 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8290
8291         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8292
8293         HIGification of toolbar editor dialogue.
8294
8295 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8296
8297         * configure.ac:
8298         * shell/Makefile.am:
8299
8300         Ever build metadata manager since it's just
8301         disabled at runtime now.
8302
8303 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8304
8305         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8306         (ev_metadata_manager_get), (ev_metadata_manager_set):
8307         * shell/ev-metadata-manager.h:
8308
8309         Add an _init functions that enabled metadata management
8310         at runtime.
8311
8312         * shell/ev-window.c: (page_changed_cb),
8313         (setup_document_from_metadata), (ev_window_setup_document),
8314         (setup_view_from_metadata), (ev_window_open_uri),
8315         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8316         (ev_window_run_presentation), (ev_window_stop_presentation),
8317         (save_sizing_mode), (ev_window_zoom_changed_cb),
8318         (ev_window_continuous_changed_cb),
8319         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8320         (window_configure_event_cb):
8321
8322         Remove all ugly metadata define since we deal with it
8323         at runtime now.
8324
8325         * shell/main.c: (load_files_remote), (main):
8326
8327         Add support for dbus cvs head. Hopefully didnt break one
8328         of the other versions now!
8329
8330         If we dont get a response from the dbus server just
8331         give up with it and not enable metadata.
8332
8333 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8334
8335         * Makefile.am:
8336         * backend/Makefile.am:
8337         * configure.ac:
8338         * cut-n-paste/recent-files/Makefile.am:
8339         * cut-n-paste/toolbar-editor/Makefile.am:
8340         * cut-n-paste/zoom-control/Makefile.am:
8341         * lib/Makefile.am:
8342         * pdf/Makefile.am:
8343         * pixbuf/Makefile.am:
8344         * properties/Makefile.am:
8345         * ps/Makefile.am:
8346         * shell/Makefile.am:
8347         * thumbnailer/Makefile.am:
8348         * tiff/Makefile.am:
8349
8350         Make frontends depend on just libev.
8351         Rework and group CFLAGS/LIBS definitions.
8352         Cleanups.
8353
8354 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8355
8356         * shell/ev-window:
8357
8358         do not unnecessarily save zoom
8359
8360         * configure.ac:
8361         * lib/ev-file-helpers.c: (ev_dot_dir):
8362         * shell/Makefile.am:
8363         * shell/dummy.cc:
8364
8365         Some cleanups
8366
8367 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8368
8369         * configure.ac:
8370         
8371         Remove unnecessary dependencies
8372
8373 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8374
8375         * properties/Makefile.am:
8376         * thumbnailer/Makefile.am:
8377         * tiff/Makefile.am:
8378
8379         Some more cleanups. Was really necessary
8380         but I probably introduced bugs, feel free
8381         to flame :)
8382
8383 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8384
8385         * backend/Makefile.am:
8386         * configure.ac:
8387         * cut-n-paste/recent-files/Makefile.am:
8388         * cut-n-paste/toolbar-editor/Makefile.am:
8389         * cut-n-paste/zoom-control/Makefile.am:
8390         * lib/Makefile.am:
8391         * pdf/Makefile.am:
8392         * pixbuf/Makefile.am:
8393         * properties/Makefile.am:
8394         * ps/Makefile.am:
8395         * shell/Makefile.am:
8396         * thumbnailer/Makefile.am:
8397         * tiff/Makefile.am:
8398
8399         Use gnome-common macros when possible.
8400         Cleanup dependencies.
8401         Actually disable deprecated where possible.
8402
8403 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8404
8405         * Makefile.am:
8406         * backend/Makefile.am:
8407         * properties/Makefile.am:
8408         * shell/Makefile.am:
8409         * thumbnailer/Makefile.am:
8410
8411         This should solve the circular dep without
8412         requiring dir reorg!
8413
8414         * shell/ev-window.c: (setup_view_from_metadata):
8415
8416         Never restore window size/position when the
8417         window is already visible.
8418
8419 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8420
8421         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8422
8423         Return a boolean from timeout func. Fix ported from gedit.
8424
8425 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8426
8427         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8428
8429 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8430
8431         * shell/ev-document-types.c: set "All Documents" as default filter in
8432         open dialog
8433
8434 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8435
8436         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8437         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8438         (ev_metadata_manager_set_boolean): fix value/val thinko.
8439
8440 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * shell/ev-window.c: (setup_view_from_metadata),
8443         (window_state_event_cb), (window_configure_event_cb),
8444         (ev_window_init):
8445
8446         Remember window position and maximized state
8447
8448 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8449
8450         * configure.ac:
8451
8452         Fix DBUS configure checks.
8453
8454         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8455         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8456         (ev_metadata_manager_set_boolean):
8457
8458         Plug mem leaks.
8459
8460         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8461         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8462         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8463         (ev_window_continuous_changed_cb),
8464         (ev_window_dual_mode_changed_cb), (ev_window_new):
8465
8466         Fix the build without DBUS.
8467
8468 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8469
8470         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8471         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8472         (ev_metadata_manager_set_string),
8473         (ev_metadata_manager_set_boolean):
8474         * shell/ev-metadata-manager.h:
8475
8476         Add support for some more types
8477
8478         * shell/ev-view.c: (scroll_to_current_page),
8479         (ev_view_get_continuous), (ev_view_set_continuous),
8480         (ev_view_get_dual_page):
8481         * shell/ev-view.h:
8482         * shell/ev-window.c: (page_changed_cb),
8483         (setup_document_from_metadata), (ev_window_setup_document),
8484         (setup_view_from_metadata), (ev_window_open_uri),
8485         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8486         (ev_window_run_presentation), (ev_window_stop_presentation),
8487         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8488         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8489         (ev_window_update_dual_page_action),
8490         (ev_window_continuous_changed_cb),
8491         (ev_window_dual_mode_changed_cb), (ev_window_init):
8492
8493         Remember a bunch of view/document properties. Prolly some
8494         are still missing but it's getting interesting.
8495
8496 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8497
8498         * configure.ac: check if dbus-binding-tool is installed. Not the
8499         case on current Ubuntu breezy, it seems.
8500
8501 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8502
8503         * data/evince.desktop.in.in:
8504         
8505         Allow open uri lists and add TryExec field.
8506
8507 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8508
8509         * configure.ac:
8510
8511         Enable dbus when available, do not require a configure
8512         option.
8513
8514 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8515
8516         * configure.ac:
8517
8518         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8519         disabled.
8520
8521 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8522         Marco Pesenti Gritti  <mpg@redhat.com>
8523
8524         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8525         
8526         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8527         functions to the format required by dbus
8528
8529         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8530         errors. Use the RPC parameters in the expected way
8531
8532 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8533
8534         * Makefile.am:
8535         * properties/Makefile.am:
8536         * properties/ev-properties-main.c: (ev_properties_get_pages):
8537
8538         Support all mime types
8539
8540         * shell/Makefile.am:
8541         * thumbnailer/Makefile.am:
8542         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8543         (evince_thumbnail_pngenc_get):
8544
8545         Use the document factory
8546
8547 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8548
8549         * backend/Makefile.am:
8550         * backend/ev-document-factory.c:
8551         (mime_type_supported_by_gdk_pixbuf),
8552         (ev_document_type_get_from_mime),
8553         (ev_document_factory_get_document),
8554         (ev_document_factory_get_backend),
8555         (ev_document_factory_get_mime_types),
8556         (ev_document_factory_get_all_mime_types):
8557         * backend/ev-document-factory.h:
8558         * shell/Makefile.am:
8559         * shell/ev-document-types.c: (get_document_from_uri),
8560         (ev_document_types_get_document),
8561         (file_filter_add_mime_list_and_free),
8562         (ev_document_types_add_filters):
8563         * shell/ev-document-types.h:
8564         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8565         * shell/ev-properties-dialog.c:
8566         (ev_properties_dialog_set_document):
8567         * shell/ev-window.c: (ev_window_cmd_file_open),
8568         (ev_window_cmd_save_as):
8569         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8570
8571         Rework document types managing to avoid code duplication
8572         and actually abstract from backend implementations.
8573         Also provide a minimal factory api that can be used by
8574         thumbnailer/properties.
8575
8576 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8577
8578         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8579         Plug a mem leak.
8580         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8581         HIG spacings.
8582
8583 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8584
8585         * shell/ev-properties-dialog.c
8586         (ev_properties_dialog_set_document): only call
8587         ev_properties_fonts_set_document() if the document implements the
8588         fonts interface
8589
8590 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8591
8592         * configure.ac:
8593         * properties/Makefile.am:
8594         * properties/ev-properties-view.c:
8595         (ev_properties_view_register_type):
8596         * properties/ev-properties-view.h:
8597         * properties/ev-properties-main.h:
8598
8599         Implement nautilus plugin for properties.
8600         Works only for pdf atm, I need to rework the
8601         document types stuff to get this to work
8602         for all backends...
8603
8604 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8605
8606         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8607         (ev_properties_fonts_set_document): use
8608         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8609
8610 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8611
8612         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8613         them
8614         (PlaceImage, tiff2ps_process_page): use
8615         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8616
8617
8618 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8619
8620         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8621         (main): to call gnome_authentication_manager_init. Should fix
8622         Bug #308510
8623
8624         * configure.ac: that requires libgnomeui 2.6.0.
8625
8626 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8627
8628         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8629         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8630         use the new tiff2ps interfaces
8631
8632         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8633         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8634
8635         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8636         structure instead of global variables.  Remove use of static
8637         variables in functions.
8638
8639 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8640
8641         * shell/ev-page-action.c: unref the completion after setting it to the
8642         entry
8643
8644 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8645
8646         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8647         postscript files
8648
8649 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8650
8651         * shell/ev-window.c (update_action_sensitivity): disable
8652         File->Print if the document does not implement the ps exporter
8653         interface
8654
8655 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8656
8657         * Makefile.am:
8658         * configure.ac:
8659         * data/evince-properties.glade:
8660         * properties/.cvsignore:
8661         * properties/Makefile.am:
8662         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8663         (ev_properties_view_class_init), (ev_properties_view_format_date),
8664         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8665         (ev_properties_view_init), (ev_properties_view_new):
8666         * properties/ev-properties-view.h:
8667         * shell/Makefile.am:
8668         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8669         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8670         (ev_properties_dialog_new):
8671         * shell/ev-properties-dialog.h:
8672         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8673         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8674         (update_progress_label), (job_fonts_finished_cb),
8675         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8676         * shell/ev-properties-fonts.h:
8677         * shell/ev-properties.c:
8678         * shell/ev-properties.h:
8679         * shell/ev-window.c: (ev_window_setup_document),
8680         (ev_window_cmd_file_properties):
8681
8682         Split the properties pages in two different objects, depend
8683         only on the backend where possible, use widgets instead
8684         of gobject for the glade part, reimplement the dialog
8685         itself with gtk.
8686         I need this to implement nautilus properties page.
8687
8688 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8689
8690         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8691         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8692         (tiff_document_document_ps_exporter_iface_init): implement the ps
8693         exporter interface for tiff documents
8694
8695         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8696         libtiff to implement TIFF postscript export
8697
8698         * tiff/tiff2ps.h: added a header file for external tiff2ps
8699         functions.
8700
8701         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8702         tiff2ps.h
8703
8704 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8705
8706         * shell/ev-view.c: (scroll_to_current_page),
8707         (ev_view_set_fullscreen), (ev_view_set_presentation):
8708         
8709         Scroll to current page when exit from presentation
8710
8711 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8712
8713         * shell/ev-window.c: (update_document_mode),
8714         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8715         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8716         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8717         
8718         Exit from fullscreen mode when switch to presentation. Fix for
8719         bug 309365
8720
8721 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8722
8723         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8724         return NULL if the document does not implement the selection
8725         interface.
8726
8727 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8728
8729         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8730         reported height by using the resolution aspect ratio
8731         (tiff_document_render_pixbuf): scale the pixbuf using the
8732         resolution aspect ratio
8733
8734 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8735
8736         * configure.ac:
8737         
8738         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8739         <kiltedaco@gmail.com>
8740         
8741         * djvu/djvu-document.c: (djvu_document_get_orientation),
8742         (djvu_document_set_orientation), (djvu_document_get_page_size),
8743         (rotate_pixbuf), (djvu_document_render_pixbuf),
8744         (djvu_document_document_iface_init):
8745         * dvi/dvi-document.c: (dvi_document_get_orientation),
8746         (dvi_document_set_orientation), (dvi_document_get_page_size),
8747         (rotate_pixbuf), (dvi_document_render_pixbuf),
8748         (dvi_document_document_iface_init):
8749         
8750         Dvi and djvu backends are ported to new API
8751
8752 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8753
8754         * backend/ev-selection.c: (ev_selection_get_selection_region),
8755         (ev_selection_get_selection_map):
8756         * backend/ev-selection.h:
8757         * pdf/ev-poppler.cc:
8758         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8759         * shell/ev-jobs.h:
8760         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8761         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8762         (ev_pixbuf_cache_get_text_mapping):
8763         * shell/ev-pixbuf-cache.h:
8764         * shell/ev-view.c: (location_in_text),
8765         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8766         support to EvView.  Now we can see where we can select!  Sweet!
8767
8768 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8769
8770         * shell/ev-view.c (ev_view_button_press_event): Fix
8771         event->y + view->scroll_x typo.
8772
8773 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8774
8775         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8776         sub-GdkPixbuf instead of passing dest_x and dest_y.
8777         
8778         * shell/ev-view.c: (view_point_to_doc_point),
8779         (view_rect_to_doc_rect), (ev_view_button_press_event),
8780         (ev_view_motion_notify_event), (compute_new_selection_rect),
8781         (gdk_rectangle_point_in), (compute_new_selection_text),
8782         (compute_selections): Update selection code to keep the selection
8783         around as two points and not as a normalized rectangle, and fix
8784         page level selection in two-column mode.
8785
8786 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8787
8788         * shell/ev-window.c: (window_configure_event_cb): 
8789         
8790         Fix compilation
8791         
8792 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8793
8794         * pdf/ev-poppler.cc:
8795
8796         Fix compilation
8797
8798 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8799
8800         * shell/Makefile.am:
8801         * shell/ev-metadata-manager.c: (item_free),
8802         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8803         (parse_value), (parseItem), (load_values),
8804         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8805         (save_values), (save_item), (get_oldest), (resize_items),
8806         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8807         * shell/ev-metadata-manager.h:
8808
8809         Metadata manager from gedit but modified to use GValue, so that
8810         we dont need to keep converting from strings.
8811
8812         * configure.ac:
8813
8814         ENABLE_METADATA conditional, on when dbus is on
8815
8816         * shell/ev-application.c: (ev_application_open_uri):
8817
8818         Show the window after load so that we can initialize
8819         window size before it's showed.
8820
8821         * shell/ev-window.c: (ev_window_setup_from_metadata),
8822         (ev_window_open_uri), (window_configure_event_cb),
8823         (ev_window_init):
8824
8825         Save and load metadata information about window size.
8826         Not yet keeping states in account.
8827
8828         * shell/main.c: (main):
8829
8830         Shutdown metadata manager.
8831
8832 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8833
8834         * shell/ev-application-service.xml:
8835         * configure.ac:
8836         * shell/Makefile.am:
8837         * shell/ev-application.c:
8838         * shell/ev-application.h:
8839         * shell/ev-window.c:
8840         * shell/ev-window.h:
8841         * shell/main.c:
8842
8843         Add an optional dbus interface (--enable-dbus).
8844         Rework application code, mainly to be easier to
8845         use "remotely".
8846         Do not open multiple windows with the same document,
8847         spatial evince!
8848
8849 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8850
8851         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8852         pixbuf iff it exists.
8853
8854 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8855
8856         * shell/*:
8857         * backend/ev-render-context.[ch]:
8858         * backend/ev-selection.[ch]:
8859
8860         Massive changes.  We now support text selection of pdfs, and not
8861         just rectangular selection.  This is pretty broken still, but I
8862         want to get something into CVS.
8863
8864 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8865
8866         * pdf/ev-poppler.cc:
8867         
8868         Fix for Bug 309080: crash on window close.
8869         
8870         * shell/ev-page-action.c: (page_changed_cb):
8871         
8872         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8873         jensgr@gmx.net (Jens Granseuer).
8874
8875 2005-06-25  Marcel Telka  <marcel@telka.sk>
8876
8877         * configure.in (ALL_LINGUAS): Added sk.
8878
8879 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8880
8881         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8882         not a document open
8883
8884 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8885
8886         * NEWS:
8887         * configure.ac:
8888
8889         Release 0.3.2
8890
8891         * cut-n-paste/recent-files/Makefile.am:
8892
8893         Fix make distcheck
8894
8895 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8896
8897         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8898         (pixbuf_document_set_orientation), (rotate_pixbuf),
8899         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8900         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8901
8902         Implement rotation and cleanup the code a bit.
8903
8904         * tiff/tiff-document.c: (tiff_document_get_page_size),
8905         (tiff_document_get_orientation), (tiff_document_set_orientation),
8906         (rotate_pixbuf), (tiff_document_render_pixbuf),
8907         (tiff_document_document_iface_init), (tiff_document_init):
8908
8909         Implement rotation. Was the quicker solution for the release
8910         but we really need to share this code in the shell.
8911
8912 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8913
8914         * pdf/ev-poppler.cc:
8915
8916         Enable rotation, require poppler cvs. Fix a leak.
8917
8918 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8919
8920         * shell/ev-window.c: (update_action_sensitivity):
8921         
8922         Make properties unsensitive if document backend doesn't provide
8923         any info
8924
8925 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8926
8927         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8928         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8929         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8930         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8931         (bitmap_flip_rotate_counter_clockwise):
8932         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8933         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8934         (buff_gets):
8935         * dvi/mdvi-lib/common.h:
8936         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8937         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8938         (opendvi), (mdvi_reload), (mdvi_init_context),
8939         (mdvi_destroy_context), (mdvi_dopage), (special):
8940         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8941         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8942         (file_hash_free), (register_encoding), (parse_spec),
8943         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8944         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8945         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8946         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8947         (mdvi_register_font_type), (mdvi_unregister_font_type),
8948         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8949         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8950         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8951         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8952         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8953         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8954         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8955         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8956         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8957         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8958         (mdvi_unregister_special), (mdvi_flush_specials):
8959         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8960         (t1_font_remove):
8961         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8962         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8963         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8964         (free_font_metrics), (flush_font_metrics):
8965         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8966         (tt_font_remove):
8967         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8968         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8969         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8970         (dstring_insert), (dstring_new), (dstring_reset):
8971         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8972         
8973         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8974         avoid conflict with libtool on FC4
8975         
8976         * shell/ev-window.c: (ev_window_cmd_help_about):
8977         
8978         Update copyright year. Fix for bug 308828.
8979
8980 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8981
8982         * shell/ev-view.c: (add_scroll_binding_keypad),
8983         (ev_view_binding_activated), (ev_view_class_init),
8984         (on_adjustment_value_changed):
8985         
8986         Bug 170874: Arrow keys switch pages in presentation mode
8987
8988 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8989
8990         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8991         
8992         Fix for Bug 308265: Sidebar dissappears coming out of 
8993         Presentation mode
8994
8995 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8996
8997         * shell/ev-application.c: (ev_application_open):
8998         * shell/ev-document-types.c: (ev_document_types_add_filters),
8999         (ev_document_types_add_filters_for_type):
9000         * shell/ev-document-types.h:
9001         * shell/ev-window.c: (ev_window_cmd_save_as):
9002         
9003         Suggest basename as template when saving, provide filters
9004         for save dialog. It's bug 308402
9005
9006 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9007
9008         * pdf/ev-poppler.cc:
9009         * shell/ev-sidebar-links.c: (job_finished_callback):
9010         * shell/ev-view.c: (update_find_status_message):
9011         
9012         Some leaks fixed
9013
9014 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9015
9016         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9017         (egg_recent_view_uimanager_set_list):
9018
9019         Fix buglet in !show_numbers case.
9020
9021 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9022
9023         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9024         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9025
9026         Use pango ellipsisation.
9027
9028         * pdf/ev-poppler.cc:
9029
9030         Fix refcount leak, from nsh.
9031
9032 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9033
9034         * cut-n-paste/recent-files/Makefile.am:
9035         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9036         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9037         
9038         Removed EggRecentViewGtk
9039         
9040         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9041         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9042         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9043         (ev_window_setup_recent):
9044         
9045         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9046         with other projects
9047
9048 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9049
9050         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9051         (egg_recent_view_gtk_finalize):
9052
9053         Fix memory leak
9054
9055         * cut-n-paste/toolbar-editor/Makefile.am:
9056         
9057         Fix location of cursor icon.
9058         
9059         * pdf/ev-poppler.cc:
9060         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9061         (display_completion_text), (match_completion):
9062         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9063         (selection_changed_callback), (create_loading_model),
9064         (print_section_cb), (links_page_num_func),
9065         (update_page_callback_foreach):
9066         * shell/ev-window.c: (ev_window_dispose):
9067         
9068         Small memory fixes. Links model now store objects instead
9069         of pointers to improve memory management. 
9070
9071 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9072
9073         * shell/ev-window.c: (zoom_control_changed_cb):
9074         
9075         Fix update of zoom control (bug 308268).
9076
9077 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9078
9079         * shell/ev-properties.c (set_property): escape the text correctly.
9080         Handles non-UTF-8 properties and escaped properties.  Also, sets
9081         the text to "<i>None</i>" if the property isn't set.
9082
9083         * data/evince-properties.glade: Change the label to be ellipsized,
9084         and give it a minimum size.
9085
9086 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9087
9088         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9089         * shell/ev-sidebar-links.c: (create_loading_model):
9090         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9091         * shell/ev-view.c: (ev_view_set_document):
9092         * shell/ev-window.c: (ev_window_dispose):
9093         
9094         Various small fixes, mostly memory leaks. Thanks to valgrind.
9095
9096 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9097
9098         * ps/ps-document.c: remove the locale.h include again ;-). And
9099         kill the (bogus) setlocale/savelocale business.
9100
9101 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9102
9103         * ps/ps-document.c:
9104         
9105         Include locale.h to fix build
9106         
9107         * shell/ev-sidebar.c:
9108         
9109         Remove unnecessary includes
9110
9111 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9112
9113         * dvi/dvi-document.c: (dvi_document_load):
9114         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9115         * po/POTFILES.in:
9116         
9117         Check for incorrect dvi files. Fix parsing dvi on AMD64
9118         platform. Thanks to tester@tester.ca (Olivier Crete).
9119
9120 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9121
9122         * shell/ev-page-action.c: (match_selected_cb),
9123         (display_completion_text), (match_completion), (update_model):
9124         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9125         (expand_open_links):
9126         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9127         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9128         (ev_sidebar_set_document):
9129         * shell/ev-window.c: (ev_window_xfer_job_cb),
9130         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9131         
9132         Fixed lot's of memory leaks, for example, memory leak on reload, 
9133         described in bug 307793.
9134
9135 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9136
9137         * pdf/ev-poppler.cc:
9138         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9139         (update_visible_range), (adjustment_changed_cb),
9140         (ev_sidebar_thumbnails_fill_model),
9141         (ev_sidebar_thumbnails_refresh),
9142         (ev_sidebar_tree_selection_changed),
9143         (ev_sidebar_icon_selection_changed),
9144         (ev_sidebar_thumbnails_use_icon_view),
9145         (ev_sidebar_thumbnails_set_document):
9146         * shell/ev-sidebar-thumbnails.h:
9147         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9148         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9149
9150         Refresh thumbnails when changing orientation. Not fully
9151         working yet becuase of a sidebar bug.
9152
9153         Set page orientation to poppler page everywhere. This sucks
9154         really need to fix poppler.
9155
9156 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9157
9158         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9159         (egg_recent_view_gtk_new_menu_item),
9160         (egg_recent_view_gtk_set_property),
9161         (egg_recent_view_gtk_get_property),
9162         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9163         (egg_recent_view_gtk_set_tooltip_func),
9164         (egg_recent_view_gtk_set_label_width),
9165         (egg_recent_view_gtk_get_label_width):
9166         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9167
9168         Sync with libegg (ellipsize labels)
9169
9170 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9171
9172         * data/evince-ui.xml:
9173         * shell/ev-window.c: (ev_window_cmd_go_forward),
9174         (ev_window_cmd_go_backward):
9175         
9176         Shift + PageUp moves 10 Pages. Fix for 306125
9177
9178 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9179
9180         * pdf/ev-poppler.cc:
9181
9182         Add a flag to check if orientation has been overriden
9183
9184 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9185
9186         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9187         field if necessary.
9188
9189         * ps/ps.h: add creator field to document.
9190
9191         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9192         set creator field.
9193
9194 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9195
9196         * data/evince-properties.glade:
9197         * shell/ev-properties.c: (ev_properties_set_document):
9198
9199         s/PDF Version/Format
9200
9201 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9202
9203         * shell/ev-properties.c: (ev_properties_set_document):
9204
9205         Remove unnecessary translations
9206
9207 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9208
9209         * cut-n-paste/toolbar-editor/Makefile.am:
9210
9211         Correct library name    
9212
9213 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9214
9215         * configure.ac:
9216         * cut-n-paste/recent-files/egg-recent-model.c:
9217         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9218         (egg_recent_model_unlock_file):
9219         * cut-n-paste/recent-files/egg-recent-util.c:
9220         (egg_recent_util_get_unique_id):
9221         * cut-n-paste/recent-files/update-from-egg.sh:
9222         * cut-n-paste/toolbar-editor/Makefile.am:
9223         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9224         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9225         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9226         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9227         (egg_toolbars_model_get_type):
9228         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9229
9230         Better makefile for toolbar editor and update everything
9231         to latest libegg.
9232
9233 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9234
9235         * shell/ev-window.c: (update_document_mode):
9236
9237         Prefer presentation mode when the document
9238         require fullscreen.
9239
9240 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9241
9242         * data/evince-ui.xml:
9243         * shell/ev-window.c:
9244
9245         Add control-equal for zooming
9246
9247 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9248
9249         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9250
9251 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9252
9253         * backend/ev-document.c: (ev_document_get_orientation):
9254         * backend/ev-document.h:
9255         * pdf/ev-poppler.cc:
9256         * ps/ps-document.c: (ps_document_get_orientation),
9257         (ps_document_set_orientation), (ps_document_document_iface_init):
9258
9259         Add a get_orientation api. Improve set_orientation.
9260
9261         * data/evince-ui.xml:
9262         * shell/ev-view.c: (ev_view_set_orientation),
9263         (ev_view_rotate_right), (ev_view_rotate_left):
9264         * shell/ev-view.h:
9265         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9266         (ev_window_cmd_edit_rotate_right):
9267
9268         Better ui for changing document orientation
9269
9270 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9271
9272         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9273         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9274         * shell/ev-sidebar-links.h:
9275         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9276         (ev_sidebar_page_iface_init):
9277         * shell/ev-sidebar-page.h:
9278         * shell/ev-sidebar-thumbnails.c:
9279         (ev_sidebar_thumbnails_get_property),
9280         (ev_sidebar_thumbnails_class_init),
9281         (ev_sidebar_thumbnails_set_document):
9282         * shell/ev-sidebar-thumbnails.h:
9283         * shell/ev-view.c: (ev_view_motion_notify_event):
9284         * shell/ev-window.c: (update_chrome_visibility),
9285         (ev_window_cmd_focus_page_selector),
9286         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9287         (sidebar_page_main_widget_update_cb), (ev_window_init):
9288         
9289         Autoraise toolbar on GoToPage binding and fix bindings in
9290         EvSidebarThumbnails page.
9291
9292 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9293
9294         * shell/ev-properties.c: (update_progress_label):
9295
9296         Hide the progress label when finished; bug #307697.
9297
9298 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9299
9300         * pdf/ev-poppler.cc:
9301
9302         Enable is_open for links, you will need poppler cvs
9303
9304         * shell/ev-properties.c: (job_fonts_finished_cb):
9305
9306         Get a lock on the document when filling the tree view
9307
9308 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9309
9310         * backend/ev-document-links.h:
9311         * pdf/ev-poppler.cc:
9312         * shell/ev-sidebar-links.c: (create_loading_model),
9313         (expand_open_links), (job_finished_callback):
9314
9315         Expand links when specified by the document.
9316         Depend on a poppler api (defined out for now)
9317
9318 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9319
9320         * shell/ev-properties.c: (ev_properties_dispose),
9321         (ev_properties_class_init), (dialog_destroy_cb),
9322         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9323         (ev_properties_set_document), (ev_properties_new),
9324         (ev_properties_show):
9325         * shell/ev-properties.h:
9326
9327         Make it an object, cleanup the code, api to show it as transient
9328         and to set the document.
9329
9330         * shell/ev-window.c: (ev_window_setup_document),
9331         (ev_window_cmd_file_properties):
9332
9333         Adapt to EvProperties changes, do not show multiple
9334         times, update it when document changes.
9335
9336 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9337
9338         * ps/gstypes.h:
9339         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9340         (ps_document_set_orientation), (ps_document_document_iface_init):
9341         * ps/ps-document.h:
9342
9343         Implement orientation here too
9344
9345         * shell/ev-properties.c: (ev_properties_new):
9346         * data/evince-properties.glade:
9347
9348         Hide the fonts page for backends that doesnt
9349         support it.     
9350
9351 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9352
9353         * backend/ev-document.c: (ev_document_set_orientation):
9354         * backend/ev-document.h:
9355         * pdf/ev-poppler.cc:
9356
9357         Add orientation api. Currently poppler api is not optimal,
9358         we need to set orientation every time we _get a page.
9359         I will try to fix that at some point.
9360
9361         * data/evince-ui.xml:
9362         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9363         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9364
9365         Add orientation menu items
9366
9367         * shell/ev-page-cache.c: (ev_page_cache_clear):
9368         * shell/ev-page-cache.h:
9369
9370         Add api to clear the cache
9371
9372         * shell/ev-view.c: (setup_caches), (clear_caches),
9373         (ev_view_set_document), (ev_view_zoom_out),
9374         (ev_view_set_orientation):
9375         * shell/ev-view.h:
9376
9377         Implement orientation changing
9378
9379 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9380
9381         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9382         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9383         * backend/ev-document-fonts.h:
9384
9385         Separate scan and fill so that we can incrementally fill from
9386         the main thread. Add a progress api.
9387
9388         * data/evince-properties.glade:
9389         * pdf/ev-poppler.cc:
9390         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9391         * shell/ev-jobs.h:
9392         * shell/ev-properties.c: (update_progress_label),
9393         (job_fonts_finished_cb), (setup_fonts_view):
9394
9395         Incrementally feel the list and show the progress
9396         percentage in a label like acrobat does.
9397
9398         You are going to need poppler cvs
9399
9400 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9401
9402         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9403         * backend/ev-document-fonts.h:
9404         * pdf/ev-poppler.cc:
9405
9406         Make fonts model fill incrementally.
9407
9408         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9409         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9410         (ev_job_queue_remove_job):
9411         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9412         (ev_job_fonts_new), (ev_job_fonts_run):
9413         * shell/ev-jobs.h:
9414
9415         New job for fonts scanning
9416
9417         * shell/ev-properties.c: (job_fonts_finished_cb),
9418         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9419         * shell/ev-properties.h:
9420         * shell/ev-window.c: (ev_window_cmd_file_properties):
9421
9422         Incrementally feel the treeview using the new job. Show Loading...
9423         message until scanning is completed.
9424
9425         Hopefully I didnt break the build without the poppler patch.
9426
9427 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9428
9429         * shell/ev-application.c: (ev_application_open):
9430         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9431         (ev_document_type_get_type), (ev_document_type_lookup):
9432         * shell/ev-document-types.h:
9433         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9434         * shell/ev-job-xfer.h:
9435         * shell/ev-window.c: (ev_window_clear_local_uri),
9436         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9437         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9438         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9439         
9440         Transfer remote documents to tmp directory to display them later.
9441
9442 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9443
9444         * backend/ev-document-info.h:
9445         * shell/ev-properties.c: (ev_properties_new):
9446
9447         s/GTime*/GTime. Not sure why we was using a pointer
9448         at all there!
9449
9450 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9451
9452         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9453         situations.  That situation is that you're using GTK+-HEAD with
9454         the patch at #306726 is applied, and you have a document with <
9455         1500 pages in it.  It's not quite as uniformly nice as the
9456         TreeView, but should be better in the long run.
9457
9458         I'm pretty sure I guarded against breaking compilation with
9459         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9460         I missed some.
9461
9462         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9463         widget yet, so I commented that code out
9464         enable_view_actions_for_widget() for now.  Need to figure this
9465         out.
9466
9467         * shell/ev-page-action.c (match_selected_cb): emit the right
9468         signals.  Our cool C-l completion now works.
9469
9470 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9471
9472         * backend/Makefile.am:
9473         * backend/ev-document-fonts.c:
9474         * backend/ev-document-links.c:
9475         * backend/ev-document.c: (ev_document_load):
9476         * backend/ev-document.h:
9477         * backend/ev-job-queue.c:
9478         * backend/ev-job-queue.h:
9479         * backend/ev-jobs.c:
9480         * backend/ev-jobs.h:
9481         * backend/ev-page-cache.c:
9482         * backend/ev-page-cache.h:
9483
9484         EvPageCache and EvJobs are moved to shell.
9485
9486         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9487         (ev_tmp_filename):
9488         * lib/ev-file-helpers.h:
9489         
9490         New helper to work with temporary files
9491         
9492         * shell/Makefile.am:
9493         * shell/ev-application.c: (ev_application_open):
9494         * shell/ev-application.h:
9495         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9496         (remove_job_from_async_queue), (add_job_to_async_queue),
9497         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9498         (handle_job), (search_for_jobs_unlocked),
9499         (no_jobs_available_unlocked), (ev_render_thread),
9500         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9501         (ev_job_queue_add_job), (move_job_async), (move_job),
9502         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9503         * shell/ev-job-queue.h:
9504         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9505         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9506         * shell/ev-job-xfer.h:
9507         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9508         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9509         (ev_job_links_class_init), (ev_job_render_init),
9510         (ev_job_render_dispose), (ev_job_render_class_init),
9511         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9512         (ev_job_thumbnail_class_init), (ev_job_load_init),
9513         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9514         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9515         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9516         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9517         * shell/ev-jobs.h:
9518         * shell/ev-page-action.c: (ev_page_action_set_document):
9519         * shell/ev-page-cache.c: (ev_page_cache_init),
9520         (ev_page_cache_class_init), (ev_page_cache_finalize),
9521         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9522         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9523         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9524         (ev_page_cache_get_title), (ev_page_cache_get_size),
9525         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9526         (ev_page_cache_get_height_to_page),
9527         (ev_page_cache_get_max_label_chars),
9528         (ev_page_cache_get_page_label),
9529         (ev_page_cache_has_nonnumeric_page_labels),
9530         (ev_page_cache_get_info), (ev_page_cache_next_page),
9531         (ev_page_cache_prev_page), (ev_page_cache_get):
9532         * shell/ev-page-cache.h:
9533         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9534         (ev_pixbuf_cache_clear_job_sizes),
9535         (ev_pixbuf_cache_add_jobs_if_needed),
9536         (ev_pixbuf_cache_set_page_range):
9537         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9538         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9539         * shell/ev-sidebar-thumbnails.c:
9540         (ev_sidebar_tree_selection_changed),
9541         (ev_sidebar_thumbnails_set_document):
9542         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9543         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9544         (ev_statusbar_get_context_id), (ev_statusbar_push),
9545         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9546         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9547         (ev_statusbar_set_progress):
9548         * shell/ev-statusbar.h:
9549         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9550         (ev_view_find_previous):
9551         * shell/ev-window.c: (ev_window_is_empty),
9552         (ev_window_setup_document), (password_dialog_response),
9553         (ev_window_clear_jobs), (ev_window_load_job_cb),
9554         (ev_window_xfer_job_cb), (ev_window_open_uri),
9555         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9556         (ev_window_print), (ev_window_print_range),
9557         (ev_window_state_event), (ev_window_cmd_view_reload),
9558         (menu_item_select_cb), (menu_item_deselect_cb),
9559         (view_status_changed_cb), (ev_window_dispose),
9560         (drag_data_received_cb), (ev_window_init):
9561         * shell/ev-window.h:
9562         * shell/main.c: (load_files):
9563         
9564         New statusbar to show progress on idle. Two new jobs - 
9565         xfer job and load job to load document in background. And update
9566         of page_cache clients to new location of code.
9567
9568 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9569
9570         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9571         selection in open dialog. It also remembers the last visited directory 
9572         in the current session.
9573
9574 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9575
9576         * shell/ev-properties.c: (ev_properties_new):
9577         * shell/ev-properties.h:
9578         * shell/ev-window.c: (ev_window_cmd_file_properties):
9579         
9580         Get document info from page cache instead of document itself.
9581         This should fix crash related to race conditions described in
9582         bug 306545.
9583
9584 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9585
9586         * ps/ps-document.c: (ps_document_init),
9587         (send_ps), (get_page_box), (output), (catchPipe), (input),
9588         (stop_interpreter), (file_length), (file_readable),
9589         (check_filecompressedb), (ps_document_enable_interpreter),
9590         (document_load), (ps_async_renderer_render_pixbuf):
9591         * ps/ps-document.h:
9592
9593         Big cleanup of the ps code
9594
9595 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9596
9597         * backend/Makefile.am:
9598         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9599         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9600         * backend/ev-async-renderer.h:
9601
9602         Add an async renderer interface (method + callback) which
9603         is useful for backends like ps.
9604
9605         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9606         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9607         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9608         (ev_job_queue_add_job), (move_job_async), (move_job),
9609         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9610
9611         Add queues for async renderer, these are executed on the
9612         main thread.
9613
9614         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9615         (ev_job_render_run):
9616         * backend/ev-jobs.h:
9617
9618         If the backend support async renderer interface use it.
9619
9620         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9621         (setup_pixmap), (ps_document_get_type),
9622         (ps_async_renderer_render_pixbuf),
9623         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9624
9625         Implement async renderer interface.
9626
9627 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9628
9629         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9630
9631         Cleanup links job on exit.
9632
9633 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9634
9635         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9636         (drag_data_get_cb), (drag_data_received_cb):
9637         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9638         (drag_data_get_cb), (parse_item_list),
9639         (egg_toolbar_editor_load_actions):
9640         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9641         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9642         (parse_item_list), (parse_toolbars):
9643         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9644         (dvi_pixbuf_put_pixel):
9645         
9646         Fix gcc 4.0 warnings
9647
9648 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9649
9650         * ps/ps-document.c: (start_interpreter):
9651
9652         Fix warning when loading ps
9653
9654 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9655
9656         * ps/ps-document.c: (output):
9657
9658         Fix crash when priting gs error messages.
9659
9660 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9661
9662         * backend/ev-page-cache.c: (_ev_page_cache_new):
9663         * backend/ev-page-cache.h:
9664
9665         Use a const to return title so that we dont double
9666         free it. Small cleanup and fix a leak.
9667
9668         * shell/ev-window.c: (update_window_title):
9669
9670         strdup value from get_title.
9671
9672 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9673
9674         * shell/ev-sidebar-links.c: (job_finished_callback),
9675         (ev_sidebar_links_set_document):
9676
9677         Cleanup the old job when changing document
9678
9679 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9680
9681         * shell/ev-stock-icons.c:
9682         * shell/ev-stock-icons.h:
9683         * shell/ev-window.c:
9684         
9685         Add stock icons for actions that can appear in toolbar. Fix for
9686         bug 306566.
9687
9688 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9689
9690         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9691         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9692         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9693         * backend/ev-page-cache.h:
9694         * shell/ev-view.c: (scroll_to_current_page),
9695         (view_update_range_and_current_page), (get_page_y_offset),
9696         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9697         (ev_view_size_request_continuous),
9698         (ev_view_zoom_for_size_continuous_and_dual_page),
9699         (ev_view_zoom_for_size_continuous):
9700         
9701         More compact EvView layout in document with pages of different size.
9702
9703 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9704
9705         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9706         compilation.
9707
9708 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9709
9710         * shell/ev-view.c: (view_set_adjustment_values):
9711         * shell/ev-window.c: (ev_window_cmd_file_properties):
9712         
9713         A bit different fix for rounding problem but it has no
9714         problems on startup. Make properties window transient to parent.
9715
9716 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9717
9718         * pdf/ev-poppler.cc:
9719         
9720         More commenting of font stuff.
9721
9722 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9723
9724         * pdf/ev-poppler.cc:
9725
9726         Comment out some more fonts stuff. Should really
9727         work without the poppler patch now.
9728
9729 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9730
9731         * pdf/ev-poppler.cc:
9732
9733         Adapt to api change
9734
9735 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9736
9737         * data/evince-properties.glade:
9738         * pdf/ev-poppler.cc:
9739         * shell/ev-properties.c: (setup_fonts_view):
9740
9741         Set the column title. Show the dialog only
9742         once everything is setup.
9743         Getting font info can be very slow... will
9744         prolly need to make this threaded too.
9745
9746 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9747
9748         * backend/Makefile.am:
9749         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9750         (ev_document_fonts_get_fonts_model):
9751         * backend/ev-document-fonts.h:
9752         * data/evince-properties.glade:
9753         * pdf/ev-poppler.cc:
9754         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9755         * shell/ev-properties.h:
9756         * shell/ev-window.c: (ev_window_cmd_file_properties):
9757
9758         Implement fonts list. Defined out for now, since it depends
9759         on a not yet committed poppler patch.
9760
9761 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9762
9763         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9764         page + 1.
9765
9766         * shell/ev-window.c: Make sure we add the timeout when we get a
9767         focus-in event.
9768
9769         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9770         adjustment->value before calculating the zoom factor to average
9771         out all of our rounding errors.  The page no longer 'drifts' when
9772         resizing.
9773
9774 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9775
9776         * data/evince-properties.glade:
9777         * shell/ev-properties.c: (ev_properties_format_date),
9778         (set_property):
9779         
9780         Labels don't expand when the dialogue is resized.
9781         strftime result needs to be converted to UTF-8. Thanks
9782         to Christian Persch <chpe@gnome.org>.
9783
9784 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9785
9786         * data/evince-properties.glade:
9787
9788         Hide the fonts tab
9789
9790 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9791
9792         * backend/ev-document-info.h:
9793         * backend/ev-document.c: (ev_document_info_free):
9794         * data/evince-properties.glade:
9795         * pdf/ev-poppler.cc:
9796         * ps/ps-document.c: (ps_document_get_info):
9797         * shell/ev-properties.c: (ev_properties_format_date),
9798         (set_property), (ev_properties_new):
9799         * shell/ev-properties.h:
9800         * shell/ev-window.c: (ev_window_cmd_file_properties):
9801
9802         Rework properties code to take only EvPropertyInfo
9803         in the constructor so that it can be useful for
9804         nautilus plugin too.
9805
9806         Deal with backends that doesnt support some properties.
9807         Make set property code generic.
9808
9809 2005-06-04  Christian Persch <chpe@gnome.org>
9810
9811         * data/evince-properties.glade:
9812
9813         fix spacings, make resizeable, and make data labels
9814         selectable + ellipsised
9815
9816 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9817
9818         * backend/ev-document-info.h:
9819         * data/Makefile.am:
9820         * data/evince-ui.xml:
9821         * pdf/ev-poppler.cc:
9822         * shell/Makefile.am:
9823         * shell/ev-window.c: (update_action_sensitivity),
9824         (ev_window_cmd_file_properties):
9825
9826         Initial go at file properties. Patch by
9827         Emil Soleyman-Zomalan <emil@soleyman.com>.
9828         Needs love see #169583
9829
9830 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9831
9832         * ps/ps-document.c: (output):
9833         * ps/ps.c: (psscan):
9834
9835         Try to render even if psscan fails.
9836
9837 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9838
9839         * ps/ps.c: (psscan), (pscopydoc):
9840
9841         Port buffered reading code from gv
9842
9843 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9844
9845         * ps/ps-document.c: (interpreter_message), (output):
9846
9847         Do not fail on interpreter messages
9848
9849 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9850
9851         * backend/ev-document-misc.c:
9852         (ev_document_misc_get_thumbnail_frame):
9853
9854         Pages can be 0 x 0, dont assert on this case
9855
9856 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9857
9858         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9859         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9860
9861         Correctly manage our reference on document. Finally the reload
9862         huge leak is gone...
9863
9864 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9865
9866         * ps/ps-document.c: (ps_document_dispose):
9867
9868         Forgot to chain it to the parent. Thanks chpe.
9869
9870 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9871
9872         * ps/ps-document.c: (ps_document_dispose),
9873         (ps_document_class_init), (stop_interpreter), (document_load):
9874
9875         Cleanup dispose a bit. Dont leak the whole pixmap.
9876
9877 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9878
9879         * pdf/ev-poppler.cc:
9880
9881         Release the poppler document on dispose
9882
9883 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9884
9885         * shell/ev-view.c: (ev_view_set_document):
9886
9887         Release ref on the pixbuf cache when changing
9888         document.
9889
9890 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9891
9892         * ps/ps-document.c: (ps_document_get_info):
9893
9894         Fix a double free
9895
9896 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9897
9898         * backend/ev-page-cache.c: (ev_page_cache_init),
9899         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9900         * backend/ev-page-cache.h:
9901         * shell/ev-page-action.c: (page_changed_cb):
9902         
9903         Set page action entry width depending on labels width. Fix
9904         for bug 305202.
9905
9906 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9907
9908         * backend/ev-link.c: (ev_link_class_init):
9909
9910         Allow -1 as page value (error)
9911
9912 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9913
9914         * shell/ev-sidebar-thumbnails.c:
9915         (ev_sidebar_thumbnails_set_document):
9916         * shell/ev-view.c: (scroll_to_current_page),
9917         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9918         (page_changed_cb), (on_adjustment_value_changed),
9919         (ev_view_set_document):
9920
9921         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9922         Fix bug 305377
9923
9924 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9925
9926         * configure.ac:
9927         * djvu/djvu-document.c: (djvu_document_get_page_size):
9928
9929         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9930         bug 301993.
9931
9932 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9933
9934         * shell/ev-view.c (draw_one_page): modify the expose handling to
9935         get the shadows.
9936
9937         * shell/ev-window.c (update_action_sensitivity): Respect
9938         permissions field.  Kowtow to the man.
9939
9940         * pdf/ev-poppler.cc: Get the permissions field.
9941
9942         * tiff/*c: Make a tiny bit more robust.
9943
9944 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9945
9946         * djvu/djvu-document.c:
9947         
9948         Pop messages from djvu context message queue.
9949
9950 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9951
9952         * configure.ac, Makefile.am, shell/Makefile.am:
9953         * tiff/Makefile.am, shell/ev-document-types.c:
9954         
9955         Cleanup tiff configure checks. Fix for bug 305218.
9956
9957 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9958
9959         * configure.ac: Added "uk" to ALL_LINGUAS.
9960
9961 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9962
9963         * cut-n-paste/zoom-control/ephy-zoom.c:
9964         (ephy_zoom_get_changed_zoom_level):
9965         * cut-n-paste/zoom-control/ephy-zoom.h:
9966         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9967         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9968         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9969         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9970         (zoom_control_changed_cb), (ev_window_init):
9971         
9972         Fix minor points related to moving best fit up. Introduce
9973         "zoom" property and make zoom control change it's value on
9974         notify::zoom signals. Fix for 305080.
9975
9976 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9977
9978         * data/evince-ui.xml:
9979         * shell/ev-window.c: (set_view_actions_sensitivity):
9980         
9981         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9982
9983 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9984
9985         * configure.ac:
9986
9987         Depends on poppler 0.3.2
9988
9989 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9990
9991         * cut-n-paste/recent-files/egg-recent-item.c:
9992         (egg_recent_item_get_short_name):
9993         * cut-n-paste/toolbar-editor/Makefile.am:
9994         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9995         (new_pixbuf_from_widget):
9996         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9997         * cut-n-paste/toolbar-editor/egg-marshal.c:
9998         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9999         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10000
10001         Sync
10002
10003 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10004
10005         * tiff/tiff-document.c: Rough TIFF backend.
10006
10007 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10008
10009         * NEWS:
10010         * configure.ac:
10011         * cut-n-paste/toolbar-editor/Makefile.am:
10012
10013         Release 0.3.1
10014
10015 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10016
10017         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10018         (ev_view_find_next), (ev_view_find_previous):
10019
10020         Remove the locks around get_n_results   
10021
10022 2005-05-21  Juerg Billeter  <j@bitron.ch>
10023
10024         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10025
10026         Pass correct number of pages to poppler.
10027
10028 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10029
10030         * configure.ac:
10031         * data/Makefile.am:
10032         * data/evince.desktop.in: 
10033         * data/evince.desktop.in.in:
10034         * po/POTFILES.in:
10035         
10036         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10037
10038 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10039
10040         * shell/ev-view.c: (view_update_adjustments),
10041         (view_set_adjustment_values): cast adjustmen->value to (int)
10042         before using it.  Otherwise, we get off by a pixel in some
10043         situations.
10044
10045         (draw_one_page): Draw the border on expose.
10046
10047 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10048
10049         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10050         adjustment when the mode changes, #304923
10051
10052 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10053
10054         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10055         flickering on resize but still use gdk_window_scroll on
10056         scrolling
10057
10058 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10059
10060         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10061         option, #170458
10062
10063 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10064
10065         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10066         second page on page_changed if possible, #304669
10067
10068 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10069
10070         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10071         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10072
10073 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10074
10075         * .cvsignore:
10076         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10077         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10078         (ev_view_zoom_for_size_presentation),
10079         (ev_view_zoom_for_size_continuous_and_dual_page),
10080         (ev_view_zoom_for_size_continuous),
10081         (ev_view_zoom_for_size_dual_page),
10082         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10083         * shell/ev-view.h:
10084         * shell/ev-window.c: (update_view_size),
10085         (ev_window_sizing_mode_changed_cb):
10086
10087         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10088         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10089         an infinite loop, #304769
10090
10091
10092 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10093
10094         * data/evince-ui.xml:
10095         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10096         * shell/ev-window.c: (set_view_actions_sensitivity):
10097
10098         Make PgUp/Down behave like Space
10099
10100 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10101
10102         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10103         * backend/ev-ps-exporter.h:
10104         * pdf/ev-poppler.cc:
10105         * ps/ps-document.c: (ps_document_ps_export_begin):
10106         * shell/ev-print-job.c: (idle_print_handler):
10107
10108         Adapt to new poppler api
10109
10110 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10111
10112         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10113         (ephy_zoom_control_init):
10114
10115         Translate zoom levels
10116
10117 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10118
10119         * cut-n-paste/zoom-control/ephy-zoom.c:
10120         (ephy_zoom_get_zoom_level_index):
10121
10122         Fix current zoom -> zoom control match
10123
10124 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10125
10126         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10127         rather than the scrolled_window that it's in. Fixes bug #304655.
10128
10129 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10130
10131         * shell/ev-view.c: (view_update_adjustments),
10132         (view_set_adjustment_values), (view_update_range_and_current_page),
10133         (view_scroll_to_page), (set_scroll_adjustment),
10134         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10135         (ev_view_scroll), (ev_view_scroll_view),
10136         (ensure_rectangle_is_visible), (find_page_at_location),
10137         (get_link_at_location), (go_to_link), (status_message_from_link),
10138         (ev_view_size_request_continuous_dual_page),
10139         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10140         (ev_view_unrealize), (ev_view_expose_event),
10141         (ev_view_button_press_event), (ev_view_motion_notify_event),
10142         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10143         (draw_rubberband), (highlight_find_results), (draw_one_page),
10144         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10145         (ev_view_init), (find_changed_cb), (page_changed_cb),
10146         (on_adjustment_value_changed), (ev_view_new),
10147         (ev_view_set_document), (ev_view_set_zoom),
10148         (ev_view_set_continuous), (ev_view_set_dual_page),
10149         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10150         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10151         (ev_view_zoom_for_size_presentation),
10152         (ev_view_zoom_for_size_continuous_dual_page),
10153         (ev_view_zoom_for_size_continuous),
10154         (ev_view_zoom_for_size_dual_page),
10155         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10156         (ev_view_get_status), (ev_view_set_status),
10157         (update_find_status_message), (ev_view_get_find_status),
10158         (ev_view_set_find_status), (jump_to_find_result),
10159         (jump_to_find_page), (compute_selections), (clear_selection),
10160         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10161         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10162         (ev_view_update_primary_selection),
10163         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10164         * shell/ev-view.h:
10165         * shell/ev-window.c: (ev_window_open_page_label),
10166         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10167         (ev_window_init):
10168         * shell/ev-window.h:
10169         * shell/main.c: (load_files):
10170
10171         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10172         when resizing.  Remove the bin_window().  Also, patch from James
10173         Bowes to fix command line page, #300641
10174         
10175 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10176
10177         * data/evince-ui.xml:
10178         * shell/ev-view.c:
10179         * shell/ev-view.h:
10180         * shell/ev-window.c: (update_action_sensitivity):
10181
10182         Get rid of View->Normal Size, it's just confusing
10183
10184 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10185
10186         * backend/ev-document-info.h:
10187         * backend/ev-document.c: (ev_document_info_free): Free the
10188         EvDocumentInfo.
10189
10190         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10191         (clear_range), (add_range), (update_visible_range),
10192         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10193         (ev_sidebar_thumbnails_set_document):
10194         * shell/ev-window.c: (ev_window_setup_document): Only render the
10195         visible thumbnails.  It takes an instant to render, but it uses
10196         much less memory.
10197
10198 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10199
10200         * shell/ev-sidebar-links.c: (popup_menu_cb):
10201
10202         Select first item
10203
10204 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10205
10206         * lib/Makefile.am:
10207         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10208         (button_press_cb), (ev_sidebar_links_construct):
10209
10210         Show the popup menu also on keybindings
10211
10212 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10213
10214         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10215         * shell/ev-window.h:
10216
10217         Expose api to print a range (with dialog). Make private _print use
10218         it.
10219
10220         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10221         (ev_sidebar_links_construct):
10222
10223         Show a print context menu on linkx, it prints the selected
10224         section.
10225
10226 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10227
10228         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10229         button.
10230
10231 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10232
10233         * AUTHORS:
10234
10235         Update
10236
10237         * shell/ev-window.c: (build_comments_string),
10238         (ev_window_cmd_help_about):
10239
10240         Show poppler version/backend and authors
10241
10242 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10243
10244         * cut-n-paste/zoom-control/ephy-zoom.c:
10245         (ephy_zoom_get_zoom_level_index):
10246         * cut-n-paste/zoom-control/ephy-zoom.h:
10247
10248         Move the best fit items at the top of the list
10249
10250 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10251
10252         * shell/ev-marshal.list:
10253         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10254         (activate_cb), (match_selected_cb), (activate_link_cb),
10255         (connect_proxy), (ev_page_action_class_init):
10256         * shell/ev-page-action.h:
10257
10258         Use signals to notify action activation. Hopefully
10259         I did not break completion since I cant test...
10260
10261         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10262         (register_custom_actions):
10263
10264         Connect to page selector actions and also grab focus on
10265         the view when activated.
10266
10267 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10268
10269         * pdf/ev-poppler.cc:
10270         * backend/ev-page-cache.c: make page size calculation consistent
10271         and set it to (int)( width * scale + 0.5).  This makes the weird
10272         line going through the middle of the page go away.
10273
10274         * shell/ev-view.c: move painting the background page after
10275         checking the expose area covers us.
10276
10277 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10278
10279         * data/evince-password.glade:
10280         
10281         Mark labels as not translatable. Fix for bug 302842.
10282
10283 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10284
10285         * configure.ac: Added "es" to ALL_LINGUAS.
10286
10287 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10288
10289         * data/evince-toolbar.xml:
10290         * shell/ev-window.c: (update_action_sensitivity),
10291         (ev_window_setup_document), (ev_window_set_page_mode),
10292         (ev_window_init):
10293
10294         Remove some leftover code from jrb first continous
10295         attempt. Use the new actions, we still need good icons
10296         though...
10297
10298 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10299
10300         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10301
10302         Update label when connecting proxy. Fix a warning with NULL
10303         page_cache.
10304
10305 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10306
10307         * data/evince-ui.xml:
10308         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10309         * shell/ev-page-action.h:
10310         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10311
10312         Add mnemonic for edit toolbar.
10313         ctrl+l focus the page entry.
10314
10315 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10316
10317         * lib/Makefile.am:
10318         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10319         (ev_window_init):
10320         * shell/main.c: (main):
10321
10322         Put the toolbar xml in evince own dot dir
10323
10324 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10325
10326         * shell/ev-window.c: (ev_window_init):
10327
10328         Make the toolbar not removable
10329
10330 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10331
10332         * data/evince-ui.xml:
10333         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10334         * shell/ev-sidebar-links.h:
10335         * shell/ev-sidebar-thumbnails.c:
10336         (ev_sidebar_thumbnails_get_treeview):
10337         * shell/ev-sidebar-thumbnails.h:
10338         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10339         (ev_view_class_init):
10340         * shell/ev-view.h:
10341         * shell/ev-window.c: (update_action_sensitivity),
10342         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10343         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10344         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10345         (ev_window_init):
10346
10347         This is evil... Make space/backspace global accelerators but
10348         enable them only for some widgets (sidebars and view).
10349         I dont like it, but I dont know a better way... :/
10350
10351 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10352
10353         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10354         (ev_page_action_widget_finalize),
10355         (ev_page_action_widget_class_init), (update_page_cache):
10356
10357         Keep a weak reference on proxy->page_cache so that we
10358         dont try to disconnect the signal if the object is already
10359         gone. Maybe there is a better way to cleanup reference handling
10360         in page action though...
10361
10362 2005-05-10  Juerg Billeter  <j@bitron.ch>
10363
10364         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10365         * backend/ev-ps-exporter.h:
10366         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10367         * ps/ps-document.c: (ps_document_ps_export_begin):
10368         
10369         Change api to pass print range to ps_exporter_begin. The pdf backend
10370         requires this information.
10371         
10372         * shell/ev-print-job.c: (idle_print_handler):
10373         
10374         Adapt to api change
10375
10376 2005-05-10  Juerg Billeter  <j@bitron.ch>
10377
10378         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10379         (idle_print_handler)
10380         * shell/ev-window.c: (ev_window_print):
10381
10382         Support printing page range, based on patch by Amaury Jacquot
10383
10384 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10385
10386         * data/evince-toolbar.xml:
10387
10388         Add zoom control to available items
10389
10390 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10391
10392         * shell/ev-window.c: (update_action_sensitivity):
10393
10394         Set slash action insensitive when appropriate
10395
10396 2005-05-10  Christian Persch <chpe@gnome.org>
10397
10398         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10399
10400         Fix warning on the overflow menu
10401
10402 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10403
10404         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10405
10406         Check for uri correctness/existence
10407
10408 2005-05-09  Juerg Billeter  <j@bitron.ch>
10409
10410         * shell/ev-window.c: (using_postscript_printer):
10411
10412         LPD printers use postscript, too
10413
10414 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10415
10416         * shell/ev-window.c: (register_custom_actions):
10417
10418         The zoom one is actually sort of useful,
10419         put it back
10420
10421 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10422
10423         * shell/ev-window.c: (register_custom_actions):
10424
10425         Hide page/zoom controls from overflow, they
10426         are useless.
10427
10428 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10429
10430         * cut-n-paste/update-from-egg.sh:
10431         
10432         Share it between all cut-n-paste subdirs
10433
10434         * cut-n-paste/recent-files/Makefile.am:
10435
10436         Fix to use "global" update-from-egg.sh
10437
10438         * cut-n-paste/recent-files/egg-recent-model.c:
10439         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10440         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10441         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10442         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10443
10444         Update from libegg
10445
10446         * cut-n-paste/toolbar-editor/Makefile.am:
10447
10448         Fix to use "global" update-from-egg.sh
10449
10450         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10451
10452         Update from libegg
10453
10454 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10455
10456         * configure.ac:
10457         * cut-n-paste/Makefile.am:
10458         * cut-n-paste/recent-files/Makefile.am:
10459         * cut-n-paste/toolbar-editor/.cvsignore:
10460         * cut-n-paste/toolbar-editor/Makefile.am:
10461         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10462         (egg_editable_toolbar_get_type), (get_toolbar_position),
10463         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10464         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10465         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10466         (set_item_drag_source), (create_item_from_action), (create_item),
10467         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10468         (popup_toolbar_context_menu_cb), (free_dragged_item),
10469         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10470         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10471         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10472         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10473         (item_added_cb), (item_removed_cb),
10474         (egg_editable_toolbar_construct),
10475         (egg_editable_toolbar_disconnect_model),
10476         (egg_editable_toolbar_deconstruct),
10477         (egg_editable_toolbar_set_model),
10478         (egg_editable_toolbar_set_ui_manager),
10479         (egg_editable_toolbar_set_property),
10480         (egg_editable_toolbar_get_property),
10481         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10482         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10483         (egg_editable_toolbar_new_with_model),
10484         (egg_editable_toolbar_get_edit_mode),
10485         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10486         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10487         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10488         (new_pixbuf_from_widget), (new_separator_pixbuf),
10489         (update_separator_image), (style_set_cb),
10490         (_egg_editable_toolbar_new_separator_image),
10491         (egg_editable_toolbar_get_model):
10492         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10493         * cut-n-paste/toolbar-editor/egg-marshal.c:
10494         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10495         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10496         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10497         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10498         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10499         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10500         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10501         (editor_drag_data_delete_cb), (drag_data_get_cb),
10502         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10503         (editor_create_item), (update_editor_sheet), (setup_editor),
10504         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10505         (parse_item_list), (model_has_action), (update_actions_list),
10506         (egg_toolbar_editor_load_actions):
10507         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10508         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10509         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10510         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10511         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10512         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10513         (egg_toolbars_model_add_separator), (impl_add_item),
10514         (parse_item_list), (egg_toolbars_model_add_toolbar),
10515         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10516         (impl_get_item_data), (impl_get_item_type),
10517         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10518         (egg_toolbars_model_init), (free_toolbar),
10519         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10520         (egg_toolbars_model_remove_toolbar),
10521         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10522         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10523         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10524         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10525         (egg_toolbars_model_get_item_data),
10526         (egg_toolbars_model_get_item_type):
10527         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10528         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10529         * data/Makefile.am:
10530         * data/evince-toolbar.xml:
10531         * data/evince-ui.xml:
10532         * data/hand-open.png:
10533         * po/POTFILES.in:
10534         * shell/Makefile.am:
10535         * shell/ev-window.c: (update_chrome_visibility),
10536         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10537         (ev_window_dispose), (ev_window_init):
10538
10539         Implement epiphany like toolbar editor. Based on patch by
10540         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10541
10542 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10543
10544         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10545
10546         Use set_cursor instead of set_selection, so that
10547         the keyboard focus moves too.
10548
10549 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10550
10551         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10552
10553         Fix infinite loop when loading Type1 fonts
10554
10555 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10556
10557         * data/evince-ui.xml:
10558         * shell/ev-window.c:
10559
10560         Slash -> Find
10561
10562 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10563
10564         * configure.ac:
10565
10566         Make --disable really disable
10567
10568 2005-05-07  Juerg Billeter  <j@bitron.ch>
10569
10570         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10571
10572         Compare page labels even without has_labels set, fixes setting page
10573         with entry
10574
10575 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10576
10577         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10578         (ev_view_set_cursor), (ev_view_button_press_event),
10579         (ev_view_motion_notify_event), (ev_view_button_release_event),
10580         (ev_view_init):
10581
10582         Implement middle button scrolling. Based on a patch
10583         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10584
10585 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10586
10587         * shell/ev-document-types.c: (get_slow_mime_type),
10588         (get_document_type_from_mime), (ev_document_type_lookup):
10589         * shell/ev-document-types.h:
10590
10591         Change api to lookup from uri. Do fast lookup first, if the
10592         type is unknown try with data sniffing.
10593
10594         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10595         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10596
10597         Adapt to api change
10598
10599 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10600
10601         * thumbnailer/Makefile.am:
10602
10603         Fix distcheck
10604
10605 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10606
10607         * NEWS:
10608         * configure.ac:
10609
10610         Release 0.3.0
10611
10612         * data/evince-ui.xml:
10613
10614         Hide presentation mode for now
10615
10616         * shell/ev-view.c: (highlight_find_results):
10617
10618         Show current find selection only on current page
10619
10620 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10621
10622         * shell/ev-view.c: (ev_view_select_all):
10623
10624         Compute size of the actual page, not of
10625         the current one.
10626
10627 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10628
10629         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10630         (view_rect_to_doc_rect), (compute_selections),
10631         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10632         (ev_view_copy), (ev_view_primary_get_cb),
10633         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10634         (ev_view_button_press_event), (ev_view_motion_notify_event),
10635         (ev_view_button_release_event), (page_changed_cb):
10636
10637         Fix text selection
10638
10639 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10640
10641         * shell/ev-view.c: (compute_border), (get_page_extents),
10642         (doc_rect_to_view_rect), (highlight_find_results),
10643         (ev_view_bin_expose), (ev_view_select_all),
10644         (ev_view_motion_notify_event), (update_find_status_message),
10645         (jump_to_find_result), (jump_to_find_page):
10646
10647         First go at fixing search, still buggy
10648
10649 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10650
10651         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10652         dropdown box and button at the top of the sidebar.
10653
10654 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10655
10656         * configure.ac: Output zoom-control Makefile.
10657         * cut-n-paste/Makefile.am: build zoom-control subdir.
10658         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10659         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10660         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10661         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10662         * cut-n-paste/zoom-control/ephy-zoom.c:
10663         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10664         from epiphany, and modified to add a separator into the menu.
10665         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10666         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10667         zoom-control action.
10668         * shell/Makefile.am: Include zoom-control flags.
10669         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10670         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10671         (ev_view_zoom_for_size_presentation),
10672         (ev_view_zoom_for_size_continuous_and_dual_page),
10673         (ev_view_zoom_for_size_continuous),
10674         (ev_view_zoom_for_size_dual_page),
10675         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10676         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10677         ev_view_get_zoom and ev_view_get_sizing_mode.
10678         * shell/ev-view.h:
10679         * shell/ev-window.c: (update_action_sensitivity),
10680         (update_sizing_buttons), (zoom_control_changed_cb),
10681         (register_custom_actions): Initialize and use the zoom-control 
10682         widget.
10683
10684 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10685
10686         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10687         preview cache back to 1.  Don't know when it got set to 0.
10688         
10689         * shell/ev-view.c: (compute_border), (ev_view_realize),
10690         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10691         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10692         (ev_view_get_fullscreen), (ev_view_set_presentation),
10693         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10694         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10695         * shell/ev-view.h:
10696         * shell/ev-window.c:
10697         (update_chrome_visibility),
10698         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10699         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10700         (update_document_mode), (ev_window_update_fullscreen_action),
10701         (ev_window_fullscreen), (ev_window_unfullscreen),
10702         (ev_window_cmd_view_fullscreen),
10703         (ev_window_update_presentation_action),
10704         (ev_window_run_presentation), (ev_window_stop_presentation),
10705         (ev_window_cmd_view_presentation), (ev_window_state_event),
10706         (ev_window_focus_in_event), (ev_window_focus_out_event),
10707         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10708         * data/evince-ui.xml: Initial presentation mode.  We should
10709         probably hide this until it's done, as it's quite rough.  Also,
10710         change full-screen to fullscreen and add two getters to EvView.
10711
10712 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10713
10714         * shell/ev-page-action.c: (update_page_cache),
10715         (ev_page_action_dispose):
10716         * shell/ev-window.c: (destroy_fullscreen_popup),
10717         (ev_window_create_fullscreen_popup):
10718
10719         Use connect_object rather than explicitly
10720         disconnect on dispose.
10721
10722 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10723
10724         * shell/ev-page-action.c: (update_page_cache),
10725         (ev_page_action_dispose):
10726
10727 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10728
10729         * backend/ev-page-cache.c: (_ev_page_cache_new),
10730         (ev_page_cache_set_page_label),
10731         (ev_page_cache_has_nonnumeric_page_labels):
10732         * backend/ev-page-cache.h:
10733         * shell/ev-page-action.c: (update_pages_label):
10734         
10735         If all page labels are numeric, fallback to default
10736         way to display number of pages. See bug 173185.
10737
10738 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10739
10740         * shell/ev-page-action.c: (ev_page_action_dispose):
10741         * shell/ev-view.c: (view_update_range_and_current_page):
10742         * shell/ev-window.c: (ev_window_dispose):
10743         
10744         Set page on scroll in continuous mode. Fixes bug 301986.
10745         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10746
10747 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10748
10749         * configure.ac:
10750
10751         Require poppler 0.3.0
10752
10753 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10754         
10755         * shell/Makefile.am, configure.ac: Fix build problems
10756         with t1lib. Bug 301996.
10757
10758 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10759
10760         * shell/ev-view.c: (ev_view_scroll_event):
10761         
10762         Scroll up increase zoom
10763
10764 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10765
10766         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10767         (ev_view_set_sizing_mode),
10768         (ev_view_zoom_for_size_continuous_and_dual_page),
10769         (ev_view_zoom_for_size_continuous):
10770         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10771         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10772         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10773         (ev_window_init):
10774
10775         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10776         Fix for 165473 and 165472.
10777
10778 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10779
10780         * po/POTFILES.in:
10781         * thumbnailer/Makefile.am:
10782         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10783         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10784         * thumbnailer/evince-thumbnailer.schemas.in:
10785         
10786         Make thumbnailer schemas translatable. Fix for bug 301773
10787         
10788         * thumbnailer/evince-thumbnailer-djvu.schemas:
10789         * thumbnailer/evince-thumbnailer-dvi.schemas:
10790         * thumbnailer/evince-thumbnailer.schemas:
10791
10792         Removed files
10793
10794 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10795
10796         * shell/ev-view.c (ev_view_init): forgot to set this.
10797
10798 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10799
10800         * shell/ev-view.c: (find_page_at_location),
10801         (get_link_at_location),
10802         (ev_view_set_show_border), (ev_view_set_spacing),
10803         (ev_view_zoom_for_size_continuous_and_dual_page),
10804         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10805         Also, add a quick fix measuring of widths.  Also, removed
10806         ev_view_set_spacing and ev_view_set_show_border.
10807         
10808         * shell/ev-window.c: (ev_window_unfullscreen),
10809         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10810
10811 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10812
10813         * shell/ev-view.c: (view_update_range_and_current_page),
10814         (page_changed_cb):
10815         
10816         Fix crash on exit and scrolling to page in continuous view.
10817
10818 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10819
10820         * TODO:
10821         * backend/ev-page-cache.c: (_ev_page_cache_new),
10822         (ev_page_cache_get_max_width_size),
10823         (ev_page_cache_get_max_height_size):
10824         * backend/ev-page-cache.h:
10825         * data/evince-ui.xml:
10826         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10827         * shell/ev-view.c: (view_update_adjustments),
10828         (view_update_range_and_current_page), (get_bounding_box_size),
10829         (ev_view_size_request_continuous_and_dual_page),
10830         (ev_view_size_request_continuous),
10831         (ev_view_size_request_dual_page),
10832         (ev_view_size_request_single_page), (ev_view_size_request),
10833         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10834         (ev_view_bin_expose), (ev_view_expose_event),
10835         (ev_view_set_property), (ev_view_get_property),
10836         (ev_view_class_init), (ev_view_init), (ev_view_new),
10837         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10838         (ev_view_set_dual_page), (ev_view_set_full_screen),
10839         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10840         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10841         (ev_view_zoom_out), (zoom_for_size_fit_width),
10842         (zoom_for_size_best_fit),
10843         (ev_view_zoom_for_size_continuous_and_dual_page),
10844         (ev_view_zoom_for_size_continuous),
10845         (ev_view_zoom_for_size_dual_page),
10846         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10847         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10848         * shell/ev-view.h:
10849         * shell/ev-window.c: (update_action_sensitivity),
10850         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10851         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10852         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10853         (ev_window_cmd_view_zoom_out), (update_view_size),
10854         (ev_window_set_sizing_mode), (ev_window_init):
10855
10856         Add Continuous and Dual page modes.
10857
10858 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10859
10860         * dvi/dvi-document.c: (dvi_document_load),
10861         (dvi_document_thumbnails_get_thumbnail),
10862         (dvi_document_init_params): Fix up some mixups between
10863         width and height to correct thumbnail rendering.
10864
10865 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10866
10867         * dvi/mdvi-lib/private.h:
10868         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10869         
10870         Suppess output for kpathsea during font generation. Thanks to
10871         James Bowes
10872
10873 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10874
10875         * NEWS:
10876         * configure.ac:
10877
10878         Release 0.2.1
10879
10880         * Makefile.am: fix distcheck.
10881
10882 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10883
10884         * shell/ev-sidebar-links.c: (selection_changed_callback),
10885         (update_page_callback), (row_activated_callback),
10886         (job_finished_callback), (ev_sidebar_links_set_document):
10887         
10888         Fix for bug #169901. Double click on links expands tree.
10889
10890 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10891
10892         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10893         hard-coded style. Fix for bug 170111
10894
10895 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10896
10897         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10898         locking.
10899
10900 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10901
10902         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10903
10904 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10905
10906         * pdf/ev-poppler.cc:
10907         * shell/ev-view.c: (highlight_find_results):
10908
10909         Fix find on single page documents
10910
10911 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10912
10913         * data/evince.schemas.in: fix for bug 301390
10914
10915 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10916
10917         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10918         (ev_view_zoom_out), (ev_view_zoom_normal):
10919         * shell/ev-view.h:
10920         * shell/ev-window.c: (update_action_sensitivity),
10921         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10922         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10923         (ev_window_cmd_view_normal_size):
10924
10925         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10926         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10927         better than oom. 
10928
10929 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10930
10931         * configure.ac:
10932
10933         Depend on 2.57, 2.59 doesnt seem to be necessary
10934
10935 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10936
10937         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10938         (create_tool_item):
10939
10940         Put back total number of pages as (1 of 1234)
10941
10942 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10943
10944         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10945         remove the job.
10946
10947         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10948         function.  This helps debugging.
10949
10950 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10951
10952         * djvu/djvu-document.c: (djvu_document_class_init),
10953         (djvu_document_get_info), (djvu_document_document_iface_init):
10954         * dvi/dvi-document.c: (dvi_document_class_init),
10955         (dvi_document_get_info), (dvi_document_document_iface_init):
10956
10957         Dummy implementation of get_info method for dvi and
10958         djvu. Fix crashes with those backends
10959
10960 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10961
10962         * data/evince.desktop.in:
10963
10964         Add application/x-gzpostscript
10965
10966 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10967
10968         * data/evince.schemas.in: Added real long descriptions, 
10969         closes bug 172496 
10970
10971         * README: Added actual text, closes bug 171869
10972
10973 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10974
10975         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10976
10977         Thumbnail page 0
10978
10979 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10980
10981         * backend/ev-document-info.h:
10982
10983         s/GDate */GDate so we can just use g_free
10984
10985 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10986
10987         * shell/ev-window.c: (update_document_mode),
10988         (ev_window_setup_document):
10989
10990         Show the window in fullscreen when specified by
10991         the document
10992
10993 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10994
10995         * backend/ev-document.c: (ev_document_class_init),
10996         (ev_document_get_info), (ev_document_render_pixbuf):
10997         * backend/ev-document.h:
10998         * backend/ev-page-cache.c: (_ev_page_cache_new):
10999         * pdf/ev-poppler.cc:
11000         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11001         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11002         * ps/ps-document.c: (ps_document_class_init), (document_load),
11003         (ps_document_get_info), (ps_document_document_iface_init):
11004
11005         Remove get_title from the interface, we can just use document info
11006
11007 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11008
11009         * backend/Makefile.am:
11010         * backend/ev-document.c: (ev_document_render_get_info):
11011         * backend/ev-document.h:
11012         * pdf/ev-poppler.cc:
11013
11014         Initial support for document info. Based on jrb patch.
11015
11016 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11017
11018         * shell/ev-window.c: (ev_window_state_event),
11019         (ev_window_class_init), (ev_window_init):
11020         
11021         Doesn't show resize grip when maximized. See bug #301053
11022
11023 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11024
11025         * po/POTFILES.in:
11026         
11027         ev-sidebar-thumbnails now has translatable labels
11028         
11029         * shell/Makefile.am:
11030         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11031         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11032         (ev_sidebar_links_page_iface_init):
11033         * shell/ev-sidebar-links.h:
11034         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11035         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11036         (ev_sidebar_page_get_label):
11037         * shell/ev-sidebar-page.h:
11038         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11039         (ev_sidebar_thumbnails_set_document),
11040         (ev_sidebar_thumbnails_support_document),
11041         (ev_sidebar_thumbnails_get_label),
11042         (ev_sidebar_thumbnails_page_iface_init):
11043         * shell/ev-sidebar-thumbnails.h:
11044         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11045         (ev_sidebar_set_document):
11046         * shell/ev-sidebar.h:
11047         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11048         
11049         Small rework of sidebar code. Now sidebar pages should implement
11050         EvSidebarPage interface. That makes page management in EvSidebar
11051         easier. See bug #164811 for details
11052
11053 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11054
11055         * shell/ev-application.c: (ev_application_open):
11056         * shell/ev-document-types.c:
11057         
11058         Fix build error and small problem with application exit
11059
11060 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11061
11062         * thumbnailer/Makefile.am:
11063         * thumbnailer/evince-thumbnailer-djvu.schemas:
11064         * thumbnailer/evince-thumbnailer-dvi.schemas:
11065         
11066         Conditionally install schemas for djvu/dvi thumbnailer
11067
11068 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11069
11070         * shell/ev-document-types.h: 
11071         * shell/ev-document-types.c: 
11072         New files, handling the mapping from mimetypes to backends
11073         
11074         * shell/ev-window.c: 
11075         * thumbnailer/evince-thumbnailer.c:     
11076         Use the ev-document-types code
11077         
11078         * shell/Makefile.am: 
11079         Added new convenience library libevbackendfactory_la, containing
11080         the new mimetype->backend logic; moved the backends into it.
11081
11082         * thumbnailer/Makefile.am:
11083         Make the thumbnailer link with the libevbackend.la convenience
11084         library, rather than having a duplicate of the backend logic here.
11085
11086 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11087
11088         * shell/ev-stock-icons.c: constify some vars.
11089         * shell/ev-window.c: ditto.
11090
11091 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11092
11093         * ps/ps-document.c (get_page_orientation):
11094
11095         Respect document orientation 
11096
11097 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11098
11099         * djvu/Makefile.am:
11100         * dvi/Makefile.am:
11101         * shell/Makefile.am:
11102         
11103         Move library dependencies to components.
11104         
11105         * shell/ev-window.c: (update_window_title),
11106         (start_loading_document):
11107         
11108         Fix display of uris with spaces. Bug 168358.
11109
11110 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11111
11112         * shell/ev-sidebar-links.c: (selection_changed_cb):
11113         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11114         (ev_view_button_release_event), (ev_view_set_document):
11115         * shell/ev-view.h:
11116         * shell/ev-window.c: (find_bar_search_changed_cb):
11117         * shell/ev-window.h: Minor cleanups removing some dead code.
11118
11119 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11120
11121         * backend/ev-page-cache.c: (_ev_page_cache_new):
11122         
11123         Set current page to 0 if document has pages.
11124
11125 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11126
11127         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11128
11129         Initialize GError to NULL, fix a crash when loading fails.
11130
11131 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11132
11133         * shell/ev-window.c: (update_view_size):
11134
11135         Calculate shadow size only when there is actually
11136         a shadow.
11137
11138 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11139
11140         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11141         * shell/ev-view.h:
11142
11143         Allow setting view spacing, default to 0
11144
11145         * shell/ev-window.c: (ev_window_unfullscreen),
11146         (ev_window_cmd_view_fullscreen), (ev_window_init):
11147
11148         Remove spacing in fullscreen mode
11149
11150 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11151
11152         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11153         (ev_view_size_request), (expose_bin_window),
11154         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11155         * shell/ev-view.h:
11156         * shell/ev-window.c: (ev_window_unfullscreen),
11157         (ev_window_cmd_view_fullscreen):
11158
11159         Do not draw the border in fulscreen
11160
11161 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11162
11163         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11164         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11165         (find_page_at_location), (page_changed_cb):
11166
11167         Rework border calculation, so that I can more easily disable it.
11168         Code somewhat cleaner too.
11169
11170 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11171
11172         * backend/ev-page-cache.c: (ev_page_cache_init),
11173         (_ev_page_cache_new):
11174
11175         Remove some assertions, documents can have 0 pages.
11176         Make initial current page -1.
11177
11178         * shell/ev-page-action.c: (page_changed_cb):
11179
11180         Show "" if current page is -1
11181
11182         * shell/ev-window.c: (update_action_sensitivity),
11183         (ev_window_setup_document):
11184
11185         When document has 0 pages do not set the view
11186         and make nearly everything insensitive.
11187
11188 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11189
11190         * shell/ev-page-view.c:
11191         * shell/ev-page-view.h:
11192
11193         Remove unused files.
11194         
11195         * shell/ev-sidebar-thumbnails.c:
11196         (ev_sidebar_thumbnails_set_document):
11197         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11198         (ev_sidebar_supports_document):
11199         * shell/ev-sidebar.h:
11200         * shell/ev-window.c: (ev_window_setup_document):
11201         
11202         Doesn't show thumbnails if document has 1 page. Make
11203         sidebar menu entries sensitive only if if they have 
11204         sense. Fix bug 164811. 
11205
11206 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11207
11208         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11209         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11210         (ev_view_zoom_out), (ev_view_set_size):
11211
11212         Rework sizing to deal with documents with not uniform page
11213         size.
11214
11215 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11216
11217         * backend/ev-page-cache.c: (_ev_page_cache_new):
11218
11219         Fix several page size caching bugs
11220
11221 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11222
11223         * shell/ev-window.c: (set_action_properties):
11224
11225         Make all toolbar items translatable
11226
11227 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11228
11229         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11230         (save_page_list), (ps_document_save),
11231         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11232         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11233         (ps_document_ps_exporter_iface_init):
11234         * ps/ps-document.h:
11235
11236         Based on a patch by J�rg Billeter <j@bitron.ch>
11237         
11238         Implement print and save a copy for the ps backend.
11239
11240 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11241
11242         * backend/ev-document.h:
11243         * djvu/djvu-document.c: (djvu_document_can_get_text),
11244         (djvu_document_document_iface_init):
11245         * dvi/dvi-document.c: (dvi_document_can_get_text),
11246         (dvi_document_document_iface_init):
11247         * pdf/ev-poppler.cc:
11248         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11249         (pixbuf_document_document_iface_init):
11250         * ps/ps-document.c: (ps_document_can_get_text),
11251         (ps_document_document_iface_init):
11252         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11253         * shell/ev-window.c: (update_action_sensitivity):
11254
11255         Fix the crash when trying to copy in backends that doesnt
11256         support it. We can implement a better solution once we
11257         do real text selection.
11258
11259 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11260
11261         * data/evince-ui.xml:
11262         * shell/ev-window.c: (ev_window_cmd_escape):
11263         
11264         Work around the Escape conflict (find bar and unfullscreen)
11265
11266 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11267
11268         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11269         
11270         Fix for #300233. Next page correctly handles document end.
11271         
11272         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11273         (ev_sidebar_thumbnails_class_init),
11274         (ev_sidebar_thumbnails_set_document),
11275         (ev_sidebar_thumbnails_clear_job),
11276         (ev_sidebar_thumbnails_clear_model):
11277         
11278         Cleanup thumbnail jobs on document changes.
11279         
11280         * shell/ev-view.c: (add_scroll_binding_keypad),
11281         (add_scroll_binding_shifted), (ev_view_class_init):
11282         
11283         Shift + Space scrolls up. Fix for #173184
11284         
11285         * shell/ev-window.c: (ev_window_open_page),
11286         (ev_window_cmd_view_reload):
11287         
11288         Fix reload (Bug #300094)
11289
11290 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11291
11292         
11293         * dvi/mdvi-lib/assoc.c:
11294         * dvi/mdvi-lib/assoc.h: Removed garbage files
11295         
11296         * dvi/mdvi-lib/bitmap.c:
11297         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11298         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11299         * dvi/mdvi-lib/color.h: Antialias of rules
11300         
11301         * dvi/mdvi-lib/common.h:
11302         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11303         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11304         * dvi/mdvi-lib/files.c:
11305         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11306         * dvi/mdvi-lib/mdvi.h:
11307         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11308         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11309         * dvi/mdvi-lib/util.c: Fix compile warnings
11310         
11311         * dvi/dvi-document.c:
11312         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11313         (dvi_document_thumbnails_get_thumbnail),
11314         (dvi_document_document_thumbnails_iface_init):
11315         * dvi/mdvi-lib/Makefile.am:
11316         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11317         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11318         
11319         Dvi backend now renders thumbnails
11320
11321 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11322
11323         * shell/main.c: (main): 
11324         
11325         Save accelerators on exit. Fixes bug #172095.
11326
11327 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11328
11329         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11330         update priority" comment.
11331
11332         * backend/ev-job-queue.c: Give a way to change priority.
11333
11334 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11335
11336         * shell/ev-page-action.c: Fix logic.
11337
11338 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11339
11340         * shell/ev-view.c: (ev_view_can_find_next):
11341         * shell/ev-window.c: (ev_window_setup_document):
11342
11343         Check that the document supports find
11344
11345 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11346
11347         * data/evince-ui.xml:
11348         * shell/ev-view.c: (ev_view_can_find_next):
11349         * shell/ev-view.h:
11350         * shell/ev-window.c: (update_action_sensitivity),
11351         (find_changed_cb), (ev_window_setup_document),
11352         (ev_window_cmd_edit_find_next):
11353
11354         Add Edit->Find Next
11355
11356 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11357
11358         * pdf/ev-poppler.cc:
11359         * shell/ev-print-job.c: (idle_print_handler):
11360
11361         Make printing work again
11362
11363 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11364
11365         * shell/ev-page-action.h:
11366         * shell/ev-page-action.c: (ev_page_action_widget_init),
11367         (ev_page_action_widget_class_init), (page_changed_cb),
11368         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11369         (get_filter_model_from_model), (match_selected_cb),
11370         (display_completion_text), (match_completion), (update_model),
11371         (connect_proxy), (ev_page_action_set_property),
11372         (ev_page_action_get_property), (ev_page_action_set_document),
11373         (ev_page_action_set_model), (ev_page_action_class_init): Big
11374         reworking to make completions work iff we have >= GTK-2.7.0
11375                 
11376         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11377         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11378         (job_finished_cb): We now have a 'model' property that is set when
11379         the links are loaded.  This can be caught with "notify::model"
11380
11381         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11382         listen for the model to be set, and propagate it to the action.
11383
11384 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11385
11386         * cut-n-paste/recent-files/egg-recent-item.c:
11387         (egg_recent_item_set_uri), (make_valid_utf8),
11388         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11389         * cut-n-paste/recent-files/egg-recent-item.h:
11390         
11391         Update egg-recent from libegg. This should fix long
11392         startup problem. For details see
11393         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11394
11395 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11396
11397         * cut-n-paste/recent-files/Makefile.am:
11398         * data/evince-ui.xml, shell/Makefile.am:
11399         * shell/ev-application.c, shell/ev-application.h:
11400         * shell/ev-window.c: Recent files support.
11401         
11402         * configure.ac: Added "ru" to ALL_LINGUAS.
11403         
11404         * dvju: new backend to support DJVU files.
11405         * dvi: new backend to support DVI.
11406
11407         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11408         * ev-application.c: Support for new backends.
11409         
11410         * help, ev-window.c, main.c shell/Makefile.am: 
11411         Evince user documentation.
11412
11413 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11414
11415         * po/POTFILES.in:
11416         * shell/ev-window.c:
11417         * thumbnailer/evince-thumbnailer.c:
11418
11419         s/pdf-document/ev-poppler
11420
11421 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11422
11423         * NEWS:
11424         * configure.ac:
11425
11426         Release 0.2.0
11427
11428         * ps/ps-document.c: (setup_pixmap):
11429
11430         Remove debug code
11431
11432 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11433
11434         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11435         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11436         (ev_window_cmd_go_first_page): Fix of by one errors.
11437
11438 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11439
11440         * ps/ps-document.c: (get_page_box):
11441
11442         Fix page size calculation
11443
11444 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11445
11446         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11447         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11448         (get_page_orientation), (setup_page), (document_load),
11449         (ps_document_get_page_size), (render_pixbuf_idle):
11450         * ps/ps-document.h:
11451
11452         More refactoring to adapt to EvDocument changes
11453
11454 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11455
11456         * ps/ps-document.c: (start_interpreter):
11457
11458         Actually add alpha args
11459
11460 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11461
11462         * pdf/ev-poppler.cc:
11463
11464         Make clipboard work again
11465
11466 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11467
11468         Make searching work again.
11469         
11470         * backend/ev-document.c:
11471         * backend/ev-document.h:
11472         * backend/ev-document-find.c:
11473         * backend/ev-document-find.h: Change EvDocumentIface so we no
11474         longer store the current page or zoom level in the document.  The
11475         consequence is that all calls that operate on the current page now
11476         instead take the page number as an extra argument, and all
11477         coordinates are now doubles in document coordinate system.
11478
11479         * pdf/ev-poppler.cc:
11480         * pixbuf/pixbuf-document.c:
11481         * ps/ps-document.c: Update backends accordingly.
11482
11483 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11484
11485         * autogen.sh:
11486
11487         Add required gettext version
11488
11489 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11490
11491         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11492         make F1 bring up non-existent help.
11493
11494         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11495         epiphany's find bar, #167477
11496
11497         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11498         <emil@nishra.com> to add space-bar scrolling, 
11499
11500         * shell/ev-window.c (static GtkActionEntry entries): add default
11501         keybinding for Help (F1)
11502         Fixes #171068
11503
11504         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11505         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11506         170110
11507
11508 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11509
11510         * Makefile.am: 
11511         * pixbuf/pixbuf-document.c: 
11512
11513         Got pixbuf backend working again
11514
11515 2005-04-01  Steve Murphy  <murf@e-tools.com>
11516
11517         * configure.in: Added "rw" to ALL_LINGUAS.
11518
11519 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11520
11521         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11522         model types, noticed by Martin Kretzschmar.
11523
11524 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11525
11526         * pdf/ev-poppler.cc: Implement search based on
11527         poppler_page_find_text().  Currently a bit crude since we remember
11528         all matches from all pages.  Also, we grab the big document lock
11529         when we search since searching changes the underlying stream and
11530         thus conflicts with the rendering thread.
11531         
11532         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11533         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11534         (ev_view_find_previous): Fix some page indexes to be 0 based,
11535         offset rubber band by view offset,
11536
11537 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11538
11539         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11540
11541 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11542
11543         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11544         completely because I didn't understand GtkActions.  I should
11545         read Marco's code more carefully in the future.
11546
11547         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11548         function
11549
11550 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11551
11552         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11553         PopplerRectangle change from poppler CVS.
11554
11555 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11556
11557         * backend/ev-document.c: (ev_document_get_page_label):
11558         * backend/ev-document.h:
11559         * backend/ev-page-cache.c: (_ev_page_cache_new),
11560         (ev_page_cache_get_page_label):
11561         * backend/ev-page-cache.h:
11562         * pdf/ev-poppler.cc:
11563         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11564         (links_page_num_func):
11565         * shell/ev-sidebar-thumbnails.c:
11566         (ev_sidebar_thumbnails_set_document):
11567         * shell/ev-view.c: (status_message_from_link),
11568         (ev_view_motion_notify_event):
11569         * shell/ev-window.c: (document_supports_sidebar): Add in page
11570         label support.  It's not perfect yet, but it's the first 'feature'
11571         in a while.
11572         Also, fix a bogus comment noticed by crispin. 
11573
11574 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11575
11576         * Makefile.am: Remove pixbuf backend for now
11577
11578         * configure.ac: Require poppler-glib instead of just poppler.
11579
11580         * backend/ev-document-thumbnails.h: Add a comment
11581
11582         * backend/ev-document.h:
11583         * backend/ev-document.c: (ev_document_class_init),
11584         (ev_document_load), (ev_document_get_link),
11585         (ev_document_get_links): Remove 3 methods and add get_links.
11586         Also, made 0 based.
11587
11588         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11589         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11590
11591         * backend/ev-link.c: (ev_link_set_title),
11592         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11593         (ev_link_mapping_find):
11594         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11595         
11596         * backend/ev-page-cache.c: (ev_page_cache_init),
11597         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11598         (ev_page_cache_get_size), (ev_page_cache_next_page),
11599         (ev_page_cache_prev_page): Fix to be 0 based.
11600
11601         * pdf/Makefile.am: 
11602         * pdf/ev-poppler.h:
11603         * pdf/ev-poppler.cc: New backend.
11604         
11605         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11606         (ps_document_get_page), (ps_document_document_iface_init):
11607
11608         * shell/ev-pixbuf-cache.h:
11609         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11610         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11611         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11612         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11613         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11614         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11615         based.
11616         
11617         * shell/ev-sidebar-thumbnails.c:
11618         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11619         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11620
11621         * shell/ev-view.c: (status_message_from_link),
11622         (find_page_at_location), (get_link_at_location),
11623         (ev_view_motion_notify_event), (ev_view_button_release_event),
11624         (ev_view_init): Use the new link code.  Fix to be 0 based.
11625
11626         * shell/ev-window.c: (update_action_sensitivity),
11627         (document_supports_sidebar): 0 based.
11628
11629 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11630
11631         * pdf/pdf-document.cc: Patch from Fernando Herrera
11632         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11633         *blush*
11634
11635 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11636
11637         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11638         1 to the page, as this seems to be 1 based.  I thought we has this
11639         fixed.  grump.
11640
11641 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11642
11643         * TODO:
11644         * backend/Makefile.am:
11645         * backend/ev-document-links.c:
11646         (ev_document_links_has_document_links),
11647         (ev_document_links_get_links_model):
11648         * backend/ev-document-links.h:
11649         * backend/ev-document.c: (ev_document_get_page_cache),
11650         (ev_document_get_doc_mutex), (ev_document_load),
11651         (ev_document_save), (ev_document_get_title),
11652         (ev_document_get_n_pages), (ev_document_set_page),
11653         (ev_document_get_page), (ev_document_set_target),
11654         (ev_document_set_scale), (ev_document_set_page_offset),
11655         (ev_document_get_page_size), (ev_document_get_text),
11656         (ev_document_get_link), (ev_document_render),
11657         (ev_document_render_pixbuf), (ev_document_scale_changed):
11658         * backend/ev-document.h:
11659         * backend/ev-job-queue.c: (remove_object_from_queue),
11660         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11661         (no_jobs_available_unlocked), (ev_render_thread),
11662         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11663         (ev_job_queue_remove_job):
11664         * backend/ev-job-queue.h:
11665         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11666         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11667         (ev_job_links_class_init), (ev_job_render_init),
11668         (ev_job_render_dispose), (ev_job_render_class_init),
11669         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11670         (ev_job_thumbnail_class_init), (ev_job_finished),
11671         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11672         (ev_job_render_run), (ev_job_thumbnail_new),
11673         (ev_job_thumbnail_run):
11674         * backend/ev-jobs.h:
11675         * backend/ev-link.c:
11676         * backend/ev-link.h:
11677         * backend/ev-page-cache.c: (ev_page_cache_init),
11678         (ev_page_cache_class_init), (ev_page_cache_finalize),
11679         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11680         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11681         (ev_page_cache_set_link), (ev_page_cache_get_title),
11682         (ev_page_cache_get_size), (ev_page_cache_next_page),
11683         (ev_page_cache_prev_page):
11684         * backend/ev-page-cache.h:
11685         * pdf/pdf-document.cc:
11686         * ps/gsdefaults.c:
11687         * ps/gsdefaults.h:
11688         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11689         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11690         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11691         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11692         (is_interpreter_ready), (output), (catchPipe), (input),
11693         (start_interpreter), (check_filecompressed), (compute_dimensions),
11694         (ps_document_enable_interpreter), (document_load),
11695         (ps_document_next_page), (render_page), (ps_document_set_page),
11696         (ps_document_set_scale), (render_pixbuf_idle),
11697         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11698         * ps/ps-document.h:
11699         * shell/Makefile.am:
11700         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11701         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11702         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11703         (ev_pixbuf_cache_new), (job_finished_cb),
11704         (check_job_size_and_unref), (move_one_job),
11705         (ev_pixbuf_cache_update_range), (find_job_cache),
11706         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11707         (ev_pixbuf_cache_add_jobs_if_needed),
11708         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11709         * shell/ev-pixbuf-cache.h:
11710         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11711         (idle_print_handler):
11712         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11713         (selection_changed_cb), (create_loading_model),
11714         (ev_sidebar_links_construct), (links_page_num_func),
11715         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11716         (update_page_callback), (job_finished_cb),
11717         (ev_sidebar_links_set_document):
11718         * shell/ev-sidebar-thumbnails.c:
11719         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11720         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11721         (page_changed_cb), (thumbnail_job_completed_callback),
11722         (ev_sidebar_thumbnails_set_document):
11723         * shell/ev-sidebar-thumbnails.h:
11724         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11725         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11726         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11727         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11728         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11729         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11730         (ev_view_button_release_event), (ev_view_scroll_view),
11731         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11732         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11733         (ev_view_new), (job_finished_cb), (page_changed_cb),
11734         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11735         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11736         (ev_view_find_previous):
11737         * shell/ev-view.h:
11738         * shell/ev-window.c: (update_action_sensitivity),
11739         (ev_window_open_page), (update_window_title), (update_total_pages),
11740         (page_changed_cb), (ev_window_setup_document),
11741         (password_dialog_response), (ev_window_cmd_save_as),
11742         (ev_window_print), (ev_window_cmd_go_previous_page),
11743         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11744         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11745         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11746         * shell/main.c: (main):
11747
11748         Merge evince-threads branch
11749
11750 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11751
11752         * configure.ac: Added "lt" to ALL_LINGUAS.
11753
11754 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11755
11756         * NEWS:
11757         * configure.ac:
11758
11759         Release 0.1.9
11760
11761 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11762
11763         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11764
11765         Fix here also the thumbnails 1-basedness :)
11766
11767 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11768
11769         * NEWS:
11770         * configure.ac:
11771
11772         Release 0.1.8
11773
11774 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * pdf/pdf-document.cc:
11777         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11778         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11779
11780         Fix the mess we did with thumbnails and 1-basedness
11781
11782 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11783
11784         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11785
11786 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11787
11788         * NEWS:
11789         * configure.ac:
11790
11791         Release 0.1.7
11792
11793 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11794
11795         * ps/Makefile.am:
11796         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11797         (gtk_gs_defaults_get_alpha_parameters),
11798         (gtk_gs_defaults_get_ungzip_cmd),
11799         (gtk_gs_defaults_get_unbzip2_cmd):
11800         * ps/gsdefaults.h:
11801         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11802         (ps_document_get_orientation), (document_load),
11803         (ps_document_goto_page), (ps_document_set_page_size):
11804         * ps/ps-document.h:
11805
11806         Some more sanitization of the ps backend. Remove a lot
11807         of unused code and do not base our defaults on ggv
11808         preferences (ugh!)
11809
11810 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11811
11812         * thumbnailer/evince-thumbnailer.schemas:
11813         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11814         (main): add -s option for thumbnail size.
11815
11816 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11817
11818         * configure.ac:
11819
11820         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11821         remove it.
11822
11823 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11824
11825         * pdf/pdf-document.cc:
11826
11827         Remove 4 pixels of useless border from the
11828         thumbnail.
11829
11830 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11831
11832         * backend/ev-document-thumbnails.c:
11833         (ev_document_thumbnails_get_thumbnail):
11834         * backend/ev-document-thumbnails.h:
11835
11836         Rework API a bit. Add a border flag and
11837         change sizing logic (now the size we specify
11838         applies to the bigger dimension).
11839
11840         * pdf/pdf-document.cc:
11841         * pixbuf/pixbuf-document.c:
11842         (pixbuf_document_thumbnails_get_thumbnail):
11843         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11844         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11845
11846         Adapt to the new API and do not draw a border for nautilus
11847         thumbnailer.
11848
11849 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11850
11851         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11852         take thumbnails from page "0" instead of "1". Added a copyright header.
11853
11854 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11855
11856         * ps/ps-document.c: (set_up_page), (start_interpreter):
11857
11858         Make it C89 compliant
11859
11860 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11861
11862         * Makefile.am:
11863         * configure.ac:
11864         * pdf/.cvsignore:
11865         * pdf/pdf-document.cc:
11866         * thumbnailer/Makefile.am:
11867         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11868         (main):
11869         * thumbnailer/evince-thumbnailer.schemas:
11870         * thumbnailer/pdf-icon.png:
11871
11872         Add a nautilus thumbnailer.
11873         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11874
11875 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11876
11877         * NEWS:
11878         * configure.ac:
11879         * po/POTFILES.in:
11880
11881         Release 0.1.6
11882
11883 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11884
11885         Use poppler instead of including xpdf source code.  Poppler is a
11886         fork of xpdf to build it as a shared library. See
11887         http://freedesktop.org/wiki/Software/poppler.
11888
11889         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11890         xpdf fork.
11891         
11892         * pdf/Makefile.am: Build libpdfdocument.a here.
11893         
11894         * pdf/GDKSplashOutputDev.cc:
11895         * pdf/GDKSplashOutputDev.h:
11896         * pdf/GnomeVFSStream.cc:
11897         * pdf/GnomeVFSStream.h:
11898         * pdf-document.cc:
11899         * pdf-document.h:
11900         * test-gdk-output-dev.cc
11901         * Thumb.cc:
11902         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11903         against poppler.
11904
11905 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11906
11907         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11908
11909         Clear idle stack before unsetting the document
11910
11911 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11912
11913         * ps/ps-document.c: (ps_document_widget_event),
11914         (ps_document_set_target), (ps_document_finalize),
11915         (ps_document_get_page):
11916
11917         Disconnect the widget event signal on finalize.
11918         Some code cleanups.
11919
11920 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11921
11922         * ps/ps-document.c: (set_up_page):
11923
11924         If there is no bpixmap create one, even if size
11925         is not changed.
11926
11927 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11928
11929         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11930         (set_up_page), (document_load), (ps_document_set_zoom):
11931
11932         Default page is 0. Calculate size even when we have no
11933         target yet.
11934
11935 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11936
11937         * shell/ev-sidebar.c: expand the selection widget to be always as
11938         wide as the sidebar
11939
11940 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11941
11942         * shell/ev-sidebar-thumbnails.c:
11943         (ev_sidebar_thumbnails_set_document):
11944
11945         Clear the list store when setting document
11946
11947 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11948
11949         * shell/ev-page-action.c: (update_entry), (sync_entry),
11950         (activate_cb), (entry_size_request_cb), (create_tool_item),
11951         (connect_proxy):
11952
11953         Use an entry for the page control instead of spinbuttons
11954
11955 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11956
11957         * data/evince.schemas.in:
11958
11959         Correct confusing string
11960
11961 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11962
11963         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11964         for real.  Gosh, how long has this been broken.
11965
11966         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11967         check for a NULL link.  We crash otherwise.
11968
11969 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11970
11971         * NEWS:
11972         * configure.ac:
11973
11974         Release 0.1.5
11975
11976 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11977
11978         * configure.ac: add the french translation.
11979
11980 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11981
11982         * shell/ev-window.c:
11983
11984         Remove unused header -> fix distcheck
11985
11986 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11987
11988         * shell/ev-window.c: (update_window_title),
11989         (ev_window_popup_password_dialog):
11990
11991         Unescape filename for display
11992
11993 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11994
11995         * pdf/xpdf/pdf-document.cc:
11996
11997         In get_page_size deal with rotation. Also
11998         cleanup the function a bit.
11999
12000 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12001
12002         * pdf/xpdf/pdf-document.cc:
12003
12004         Fix crash when opening in new window
12005
12006 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12007
12008         * configure.ac:
12009
12010         Check ghostscript >= 7
12011
12012 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12013
12014         * shell/ev-window.c:
12015
12016         Make page width the default sizing mode
12017
12018 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12019         Marco Pesenti Gritti <marco@gnome.org>
12020
12021         * shell/ev-window.c: Remember the sidebar size
12022
12023         * data/evince.schemas.in: Add a new gconf key to store the size of
12024         the sidebar
12025
12026 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12027
12028         * data/evince-ui.xml:
12029         * shell/ev-window.c: (update_action_sensitivity),
12030         (ev_window_cmd_view_reload):
12031         
12032         Add a "Reload" action and menu entry
12033
12034 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12035
12036         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12037         iff the type doesn't support thumbnailing and indexing.
12038
12039 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12040
12041         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12042
12043 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12044
12045         * pdf/splash/Splash.cc:
12046
12047         Port fix for a crasher from kde bug
12048         http://bugs.kde.org/show_bug.cgi?id=97131
12049
12050 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12051
12052         * pdf/xpdf/pdf-document.cc:
12053
12054         Return a link even if it's of an unrecognized
12055         type. Otherwise we go in an infinte cycle.
12056
12057 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12058
12059         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12060         (size_allocate_cb), (ev_window_set_sizing_mode):
12061
12062         Update size when switching mode
12063
12064 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12065
12066         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12067         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12068         (ev_window_cmd_view_normal_size):
12069
12070         Fix size toggle buttons behavior
12071
12072 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12073
12074         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12075         (doc_rect_to_view_rect), (ev_view_size_allocate),
12076         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12077         (scale_changed_callback):
12078
12079         Do not cache offsets in size_allocate.
12080
12081 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12082
12083         * shell/ev-view.c: (ev_view_size_allocate):
12084
12085         Calculate offsets before calling the parent
12086         class (which does a redraw)
12087
12088 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12089
12090         * pdf/xpdf/pdf-document.cc:
12091
12092         Fix a crasher on exit. Unused code, put a TODO
12093
12094 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12095
12096         * backend/ev-document.c: (ev_document_class_init),
12097         (ev_document_page_changed), (ev_document_scale_changed):
12098         * backend/ev-document.h:
12099
12100         Separate page/scale notifications
12101
12102         * pdf/xpdf/pdf-document.cc:
12103
12104         Emit the new signals.
12105         Do not display the pdf page in _render, do it
12106         when scale/page are requested.
12107
12108         * ps/ps-document.c: (ps_document_set_zoom),
12109         (ps_document_widget_event):
12110         * ps/ps-document.h:
12111
12112         Emit the new signals.
12113
12114         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12115         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12116         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12117         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12118         * shell/ev-view.h:
12119         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12120         (ev_window_cmd_view_page_width), (size_allocate_cb),
12121         (ev_window_set_sizing_mode):
12122
12123         Rework sizing to be pixel based.
12124         There are bugs but should be already way better.
12125
12126 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12127
12128         * shell/ev-window.c: (ev_window_init):
12129
12130         Do not allow to shrink sidebar smaller then
12131         child requisition
12132
12133 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12134
12135         * shell/ev-sidebar.[ch]
12136         * shell/ev-window.c:
12137
12138         Improved sidebar widget. Fixes #166683
12139
12140 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12141
12142         * shell/ev-view.c (update_find_status_message): Give translators
12143         more flexibility with ngettext plural handling.
12144
12145 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12146
12147         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12148         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12149         page when we get the page size.
12150
12151 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12152
12153         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12154
12155         ps pages are 0 based, convert 
12156
12157 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12158
12159         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12160
12161         Initialize correct parent class. Set GError on document load
12162
12163 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12164
12165         * pdf/xpdf/pdf-document.cc:
12166
12167         Fixup selection offset calculation
12168
12169         * shell/ev-view.c: (view_rect_to_doc_rect),
12170         (doc_rect_to_view_rect), (ev_view_size_allocate),
12171         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12172         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12173
12174         Store selection as document relative, so that zooming
12175         and offset changing doesnt break it.
12176
12177 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12178
12179         * shell/ev-view.c: (ev_view_best_fit):
12180
12181         Do not try to best fit if the view is not realized
12182
12183 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12184           
12185         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12186
12187 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12188
12189         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12190
12191 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12192
12193         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12194         the popup window.  That prevents it resizing when in full screen
12195         mode.
12196
12197         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12198         multiple rerenders.  This pretty much sucks.
12199
12200         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12201         rest of the toolbar.
12202
12203 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12204
12205         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12206
12207 2005-02-17  Alexander Shopov  <ash@contact.bg>
12208
12209         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12210
12211 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12212
12213         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12214
12215 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12216
12217         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12218         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12219         (set_document_page), (document_changed_callback),
12220         (ev_view_set_document), (ev_view_find_previous),
12221         (ev_view_hide_cursor), (ev_view_show_cursor):
12222         * shell/ev-view.h:
12223         * shell/ev-window.c: (update_chrome_visibility),
12224         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12225         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12226         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12227         (ev_window_unfullscreen):
12228         * shell/main.c: (main):
12229
12230         Automatically hide the fullscreen button.
12231         Patch by Kristian Høgsberg <krh@redhat.com>
12232
12233 2005-02-16  Vincent Noel  <vnoel@cox.net>
12234
12235         * shell/main.c (main): Specify an icon for the window. Patch by
12236         Jaap A. Haitsma. Fixes #166177.
12237
12238 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12239
12240         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12241
12242 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12243
12244         * backend/ev-document-misc.h:
12245         * backend/ev-document-misc.c:
12246         (ev_document_misc_get_page_border_size),
12247         (ev_document_misc_paint_one_page): New function to canonicalize
12248         sizing/painting a border.
12249
12250         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12251         used.
12252
12253         * pdf/xpdf/pdf-document.cc: use new function
12254
12255         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12256         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12257         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12258         shell/ev-window.c: (update_sizing_buttons),
12259         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12260         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12261         (ev_window_cmd_view_page_width), (size_allocate_cb),
12262         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12263         and "fit width" values act as toggle buttons so they stay
12264         toggled.  It's not 100% perfect, and it's a little slow, but it's
12265         good enough to commit I think.
12266
12267 2005-02-15  David Lodge  <dave@cirt.net>
12268
12269         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12270
12271 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12272
12273         * shell/ev-window.c (update_window_title): replace newlines in
12274         the title by spaces. Bug #166107.
12275
12276 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12277
12278         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12279         parameters providing allocation width and height without
12280         scrollbars and width of a possible vertical scrollbar. With this
12281         additional information the functions can work as
12282         intended. Unfortunately they're not idempotent. We should
12283         transform these commands to toggles. Fixes Bug #164976
12284         Initial patch by Stephane Loeuillet, then heavily modified.
12285
12286         * shell/ev-view.h: update prototypes.
12287
12288         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12289         (ev_window_cmd_view_page_width): provide EvView fit functions with
12290         all the information they need. Formulas to calculate this
12291         information taken from GtkScrolledWindow.
12292
12293 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12294
12295         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12296         created a thumbnail, the list store is updated to know
12297         that the thumbnail is set. Fixes bug #166792
12298
12299 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12300
12301         * shell/ev-window.c: fixed typo, closes bug 166897
12302
12303         * TODO: updated TODO with bug numbers that are relevant
12304
12305 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12306
12307         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12308
12309 2005-02-09  Vincent Noel  <vnoel@cox.net>
12310
12311         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12312         and "Next" toolbar buttons as important to make them stand out.
12313
12314 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12315
12316         * lib/ev-debug.c:
12317         * lib/ev-debug.h:
12318         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12319         (start_interpreter), (stop_interpreter), (document_load),
12320         (ps_document_next_page), (ps_document_goto_page),
12321         (ps_document_set_page_size), (ps_document_widget_event),
12322         (ps_document_render):
12323         * shell/ev-page-view.c: (ev_page_view_dispose):
12324         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12325
12326         Fix compilation on non-gcc platforms
12327
12328 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12329
12330         * NEWS:
12331         * configure.ac:
12332
12333         Release 0.1.4
12334
12335         * pdf/xpdf/Catalog.cc:
12336         * pdf/xpdf/XRef.cc:
12337
12338         Fix the fix for CAN-2004-0888
12339
12340 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12341
12342         * data/Makefile.am:
12343         * data/evince-ui.xml:
12344         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12345         * shell/ev-stock-icons.h:
12346         * shell/ev-window.c: (update_action_sensitivity),
12347         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12348         (set_action_properties):
12349
12350         Improve toolbar layout/icons
12351
12352 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12353
12354         * pdf/xpdf/pdf-document.cc:
12355
12356         Add warnings about unimplemented/unknown link
12357         types.
12358
12359 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12360
12361         * ps/ps-document.c: (set_up_page):
12362
12363         Log gs property
12364
12365 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12366
12367         * ps/ps-document.c: (start_interpreter):
12368
12369         Log gs env var
12370
12371 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12372
12373         * shell/ev-page-view.c: (ev_page_view_dispose):
12374         * shell/ev-view.c: (ev_view_finalize):
12375         * shell/ev-window.c: (ev_window_setup_document),
12376         (ev_window_dispose), (ev_window_init):
12377
12378         Solve more refs issues.
12379
12380         I commented out the page_view initialization for now:
12381         it was never destroyed (because it's never added
12382         to a container). Because of that we was leaking
12383         gs processes. Couldnt think to a clean fix.
12384         We need to figure this out, password view has the
12385         same issue probably.
12386
12387 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12388
12389         * ps/ps-document.c: (ps_document_finalize),
12390         (ps_document_get_n_pages), (ps_document_get_page):
12391
12392         Some cleanups, stop the interpreter on finalize
12393
12394         * shell/ev-page-view.c: (ev_page_view_dispose),
12395         (ev_page_view_class_init):
12396
12397         Release our reference on the document
12398
12399 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12400
12401         * Makefile.am:
12402         * configure.ac:
12403         * doc/debugging.txt:
12404         * lib/.cvsignore:
12405         * lib/Makefile.am:
12406         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12407         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12408         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12409         * lib/ev-debug.h:
12410
12411         Add debugging helpers
12412
12413         * ps/Makefile.am:
12414         * ps/ps-document.c: (set_up_page), (start_interpreter),
12415         (stop_interpreter), (document_load), (ps_document_next_page),
12416         (ps_document_goto_page), (ps_document_set_page_size),
12417         (ps_document_widget_event), (ps_document_render):
12418         * shell/Makefile.am:
12419         * shell/ev-view.c: (expose_bin_window):
12420         * shell/main.c: (main):
12421
12422         Add some logs
12423         
12424 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12425
12426         * ps/ps-document.c: (ps_document_widget_event):
12427
12428         Initialize message_window, this should make ps
12429         rendering really work! (Never noticed because I was
12430         testing with a ps that is causing gs to exit every time!)
12431
12432 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12433
12434         * data/evince.schemas.in: updated simple error in applyto closing tag
12435
12436 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12437
12438         * Makefile.am:
12439         * configure.ac:
12440         * data/.cvsignore:
12441         * data/Makefile.am:
12442         * data/evince-ui.xml:
12443         A data/evince.schemas.in:
12444         * po/POTFILES.in:
12445         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12446         * shell/ev-stock-icons.h:
12447         * shell/ev-window.c: (update_chrome_visibility),
12448         (update_chrome_flag), (ev_window_cmd_edit_find),
12449         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12450         (ev_window_unfullscreen), (ev_window_focus_in_event),
12451         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12452         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12453         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12454         (ev_window_dispose), (ev_window_class_init),
12455         (set_action_properties), (set_chrome_actions), (load_chrome),
12456         (ev_window_init):
12457
12458         Implement fullscreen mode changes from bug #164776.
12459         Also implement persistent chrome toggles.
12460
12461 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12462
12463         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12464
12465 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12466
12467         * NEWS:
12468         * configure.ac:
12469         * shell/ev-view.c:
12470
12471         Add another check for find interface
12472
12473         Release 0.1.3
12474
12475 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12476
12477         * shell/ev-application.c: (ev_application_open):
12478         * shell/ev-window.c: (ev_window_open):
12479
12480         Open gzipped ps documents
12481
12482 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12483
12484         * TODO:
12485         * shell/ev-view.c: (set_document_page):
12486
12487         Clamp page number, dont try to move to
12488         not existant pages.
12489
12490 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12491
12492         * backend/ev-document-find.c: (ev_document_find_changed):
12493         * backend/ev-document-find.h:
12494         * pdf/xpdf/pdf-document.cc:
12495         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12496         * shell/ev-window.c: (find_bar_search_changed_cb):
12497
12498         Fix several bugs with find
12499
12500 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12501
12502         * shell/ev-sidebar-thumbnails.c
12503         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12504         document. Prevents warning from scroll_to_cell.
12505
12506 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12507
12508         * configure.ac: Add «nb» to ALL_LINGUAS too.
12509
12510 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12511
12512         * NOTES: New file with some random thoughts.
12513
12514         * TODO: Update.
12515
12516         * backend/ev-document-misc.c:
12517         (ev_document_misc_get_page_border_size): New function to
12518         canonicalize shadow drawing sizes.  Possibly goofy.
12519
12520         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12521         (ev_view_best_fit), (ev_view_fit_width):
12522         * pdf/xpdf/pdf-document.cc:
12523         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12524         * ps/ps-document.c: (ps_document_get_page_size):
12525         * backend/ev-document-misc.h:
12526         * backend/ev-document.c: (ev_document_get_page_size):
12527         * backend/ev-document.h: get_page_size now takes a page number
12528         parameter.  Made all the backends/frontends honor it.
12529
12530         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12531         see.  Doesn't work yet.
12532
12533         * shell/Makefile.am:
12534         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12535         Doesn't do anything yet.
12536
12537         * shell/ev-sidebar-thumbnails.c:
12538         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12539         [0..n_pages-1]
12540
12541         * shell/ev-window.c: (update_action_sensitivity),
12542         (ev_window_setup_document), (ev_window_set_page_mode),
12543         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12544         view-swapping code a bit so we can have multiple views on a
12545         document.  Add the multi-page view, though it can't be turned on
12546         yet.
12547
12548 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12549
12550         * shell/ev-application.c: (ev_application_open):
12551         * shell/ev-view.c: (expose_bin_window):
12552         * shell/ev-window.c: (ev_window_open):
12553
12554         Support eps and check document supports find
12555         before drawing highlightings in expose.
12556
12557 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12558
12559         * pixbuf/pixbuf-document.c:
12560         (pixbuf_document_thumbnails_get_dimensions),
12561         (pixbuf_document_document_thumbnails_iface_init):
12562
12563         implement get_dimensions
12564
12565 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12566
12567         * NEWS:
12568         * configure.ac:
12569
12570         Release 0.1.2
12571
12572 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12573
12574         * shell/ev-view.c: (set_document_page):
12575
12576         Scroll at the top of the page when changing page
12577
12578 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12579
12580         * shell/ev-view.c: (ev_view_motion_notify_event):
12581
12582         Do not redraw unnecessarily
12583
12584 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12585
12586         * pdf/xpdf/pdf-document.cc:
12587         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12588         (expose_bin_window), (find_changed_cb):
12589
12590         Yay! find works now... Now to find bugs...
12591
12592 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12593
12594         * backend/ev-document-find.c: (ev_document_find_base_init),
12595         (ev_document_find_changed):
12596         * backend/ev-document-find.h:
12597         * pdf/xpdf/pdf-document.cc:
12598         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12599         (expose_bin_window), (ev_view_init), (set_document_page),
12600         (ensure_rectangle_is_visible), (jump_to_find_result),
12601         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12602         (ev_view_find_next), (ev_view_find_previous):
12603         * shell/ev-view.h:
12604         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12605
12606         More work on find implementation, mostly there now
12607
12608 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12609
12610         * backend/ev-backend-marshalers.list:
12611         * backend/ev-document-find.c: (ev_document_find_base_init),
12612         (ev_document_find_cancel), (ev_document_find_page_has_results),
12613         (ev_document_find_get_n_results), (ev_document_find_get_result),
12614         (ev_document_find_get_progress), (ev_document_find_changed):
12615         * backend/ev-document-find.h:
12616
12617         Enanche the find interface to be really able to do
12618         multi page find.
12619
12620         * pdf/xpdf/pdf-document.cc:
12621
12622         Implement
12623
12624         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12625         (expose_bin_window), (ev_view_init),
12626         (ev_view_get_find_status_message), (find_changed_cb),
12627         (ev_view_set_document), (set_document_page):
12628
12629         Adapt to the new interface. A few things are regressed sorry,
12630         I will finish it soon.
12631
12632 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12633
12634         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12635         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12636         ev_sidebar_thumbnails_parent_class variable, don't define another
12637         parent_class variable.
12638
12639         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12640         (ev_page_action_class_init): ditto.
12641
12642         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12643         (pixbuf_document_class_init): ditto.
12644
12645         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12646         ditto.
12647
12648         * .cvsignore: ignore various valgrind output files.
12649
12650 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12651
12652         * data/evince-ui.xml:
12653         * shell/Makefile.am:
12654         * shell/ev-history.c:
12655         * shell/ev-history.h:
12656         * shell/ev-navigation-action.c:
12657         * shell/ev-navigation-action.h:
12658         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12659         (ev_view_set_page), (ev_view_fit_width):
12660         * shell/ev-view.h:
12661         * shell/ev-window.c: (update_action_sensitivity),
12662         (ev_window_setup_document), (register_custom_actions):
12663
12664         Kill session history
12665
12666 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12667
12668         * shell/ev-window.c: (update_action_sensitivity):
12669
12670         Fix inverted up/down buttons
12671
12672 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12673
12674         * shell/ev-sidebar-thumbnails.c
12675         (ev_sidebar_thumbnails_select_page): make sure the selected
12676         thumbnail stays visible.
12677
12678 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12679
12680         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12681         scrolled window for Federico.
12682
12683 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12684
12685         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12686
12687 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12688
12689         * configure.ac:
12690         * pdf/splash/SplashFTFontEngine.cc:
12691
12692         Fix CID fonts with freetype 2.1.9
12693
12694 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12695
12696         * TODO: added item for desktop icon thumbnailer
12697
12698 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12699
12700         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12701         unloaded docs when the title is accessed.
12702
12703         * shell/ev-password-view.[hc]: New widget for displaying password
12704         state.
12705
12706         * shell/ev-window.[ch]: Refactor password handling code to handle
12707         the new view.
12708
12709 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12710
12711         * NEWS:
12712         * configure.ac:
12713         * data/Makefile.am:
12714
12715         Release 0.1.1
12716
12717 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12718
12719         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12720         ignore page offset here, to make search results independent of it,
12721
12722         * shell/ev-view.c (expose_bin_window): but take offsets into
12723         account here. Bug #164932
12724
12725         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12726         scale at the right time. Bug #164996
12727
12728 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12729
12730         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12731         fix the problem. Now I just removed the Adobe font names and hope
12732         that the URW fonts are always in outline format. Bug #164934
12733
12734         * shell/ev-window.c (update_window_title): empty titles are
12735         useless, use filename in that case too.
12736
12737         * NEWS: Add some content.
12738
12739 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12740
12741         * TODO: added one more TODO item and a TODONE section :)
12742
12743 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12744
12745         * ps/ps-document.h: add page_[xy]_offset fields.
12746
12747         * ps/ps-document.c (ps_document_set_page_offset)
12748         (ps_document_render): Keep offset in consideration in a few
12749         places. Bug #164752 "postscript documents are not centered in
12750         window"
12751
12752         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12753         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12754
12755         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12756         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12757         stub out missing methods for complete EvDocument implementation.
12758         Fixes segfaults with Save A Copy and Copy actions.
12759
12760         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12761         (ps_document_document_iface_init): ditto.
12762         
12763 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12764
12765         * data/.cvsignore:
12766         * data/Makefile.am:
12767         * data/evince.desktop.in:
12768
12769         Add desktop file
12770
12771 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12772
12773         * shell/ev-view.c: (ev_view_button_press_event),
12774         (ev_view_motion_notify_event):
12775
12776         Make selection work in any direction
12777
12778 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12779
12780         * TODO:
12781         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12782
12783         Use shorter labels for some of the toolbars items
12784
12785 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12786
12787         * pdf/xpdf/pdf-document.cc:
12788
12789         Check the links info is initialized before
12790         using it. Should fix a crash on startup.
12791
12792 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12793
12794         * pixbuf/pixbuf-document.c
12795         (pixbuf_document_thumbnails_get_dimensions): force floating point
12796         division to calculate page_ratio. Fixes crash with landscape
12797         format pixbufs.
12798
12799 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12800
12801         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12802
12803 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12804
12805         * shell/ev-view.c (set_document_page): unset has_selection when
12806         the page changes.
12807         (set_document_page): handle paper size changes when the page
12808         changes (test with Free Culture, page 2).
12809
12810 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12811
12812         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12813         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12814
12815         Use normal style color for the widget background and
12816         draw a black box around the page.
12817
12818 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12819
12820         * pdf/xpdf/pdf-document.cc:
12821
12822         Keep offset in consideration in a few places
12823
12824         * shell/ev-view.c: (expose_bin_window):
12825
12826         Set the offsets so that the document is ever centered
12827
12828 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12829
12830         * TODO: Added TODO items and finished off the first todo item
12831
12832         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12833         reflect current authors
12834
12835 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12836
12837         * pdf/xpdf/pdf-document.cc:
12838         * shell/ev-view.c: (ev_view_set_cursor),
12839         (ev_view_motion_notify_event), (document_changed_callback),
12840         (set_document_page):
12841
12842         Show a wait cursor while the page is rendering
12843
12844 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12845
12846         * shell/ev-sidebar-thumbnails.c:
12847         (ev_sidebar_tree_selection_changed),
12848         (ev_sidebar_thumbnails_select_page):
12849         * shell/ev-sidebar-thumbnails.h:
12850         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12851         (ev_view_can_go_forward):
12852         * shell/ev-window.c: (ev_window_open_page),
12853         (ev_window_setup_document), (update_current_page),
12854         (view_page_changed_cb), (ev_window_init):
12855         * shell/ev-window.h:
12856
12857         Ensure thumbnails selection, toolbar page control and
12858         current page are in sync.
12859
12860 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12861
12862         * pdf/xpdf/XRef.cc:
12863
12864         Fix CAN-2005-0064
12865
12866 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12867
12868         * backend/Makefile.am:
12869         * backend/ev-document-links.h:
12870         * backend/ev-document-security.c: (ev_document_security_get_type),
12871         (ev_document_security_has_document_security),
12872         (ev_document_security_set_password):
12873         * backend/ev-document-security.h:
12874         * backend/ev-document.c: (ev_document_error_quark):
12875         * backend/ev-document.h:
12876         * data/Makefile.am:
12877         * data/evince-password.glade:
12878         * pdf/xpdf/pdf-document.cc:
12879         * shell/Makefile.am:
12880         * shell/ev-password.c: (ev_password_set_bad_password_label),
12881         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12882         (ev_password_dialog_get_password),
12883         (ev_password_dialog_set_bad_pass):
12884         * shell/ev-password.h:
12885         * shell/ev-window.c: (ev_window_get_attribute),
12886         (ev_window_set_property), (update_action_sensitivity),
12887         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12888         (ev_window_setup_document), (ev_window_get_password),
12889         (ev_window_open), (ev_window_cmd_save_as),
12890         (using_postscript_printer), (ev_window_print),
12891         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12892         (update_fullscreen_popup), (ev_window_fullscreen),
12893         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12894         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12895         (menu_item_select_cb), (find_bar_search_changed_cb),
12896         (ev_window_dispose), (ev_window_init):
12897
12898         Add initial support for password-supported dialogs.  This could be
12899         a lot cooler, but it'll do for now.
12900
12901 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12902
12903         * pdf/xpdf/pdf-document.cc:
12904         * shell/ev-view.c: (status_message_from_link),
12905         (ev_view_set_status), (ev_view_set_cursor),
12906         (ev_view_motion_notify_event), (ev_view_init):
12907         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12908
12909         Fix bugs in the links implementation and change cursor
12910         when hovering a link.
12911
12912 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12913
12914         * viewer/.cvsignore: added cvsignore file for viewer directory
12915
12916         * TODO: created TODO document
12917
12918 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12919
12920         * shell/ev-view.h:
12921         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12922         new functions to help with implementation of sensitivity code
12923         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12924         of all actions that might require it.  Fixes a crash when you
12925         click on the Zoom actions in a window lacking a document.
12926
12927 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12928
12929         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12930         of the Find action
12931
12932 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12933
12934         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12935         (pixbuf_document_document_iface_init):
12936         * ps/ps-document.c: (ps_document_get_link),
12937         (ps_document_document_iface_init):
12938         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12939         (status_message_from_link), (ev_view_set_status),
12940         (ev_view_set_find_status), (ev_view_motion_notify_event),
12941         (ev_view_button_release_event), (ev_view_set_property),
12942         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12943         (ev_view_get_find_status_message), (update_find_results),
12944         (ev_view_get_status), (ev_view_get_find_status):
12945         * shell/ev-view.h:
12946         * shell/ev-window.c: (view_status_changed_cb),
12947         (view_find_status_changed_cb), (ev_window_init):
12948
12949         View status message support, use it to show the links.
12950         Needs work...
12951
12952 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12953
12954         * backend/ev-document.c: (ev_document_get_link):
12955         * backend/ev-document.h:
12956         * pdf/xpdf/pdf-document.cc:
12957         * shell/ev-application.c: (ev_application_open):
12958         * shell/ev-application.h:
12959         * shell/ev-sidebar-links.c: (selection_changed_cb):
12960         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12961         (ev_view_go_to_link):
12962
12963         Add support for document links
12964
12965 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12966
12967         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12968         (create_tool_item):
12969         Set the spin button limits correctly.
12970         
12971         * shell/ev-sidebar-thumbnails.c:
12972         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12973         Support changing pages by clicking on the thumbnails.
12974         
12975 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12976
12977         * pixbuf/pixbuf-document.c:
12978         (pixbuf_document_thumbnails_get_dimensions),
12979         (pixbuf_document_document_thumbnails_iface_init):
12980
12981         implement get_dimensions
12982
12983 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12984
12985         * ps/ps-document.c: (ps_document_goto_page):
12986
12987         Fix page switching on multipage documents
12988
12989 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12990
12991         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12992         
12993         check for NULL before assigning to width and height parameters
12994
12995 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12996
12997         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12998         (pixbuf_document_set_property), (pixbuf_document_get_property):
12999
13000         implement get/set properties
13001
13002 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13003
13004         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13005         
13006         return NULL instead of "Unknown", letting the title get set to
13007         the filename when the pdf has no title.
13008
13009 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13010
13011         * ps/ps-document.c: (ps_document_get_page_count),
13012         (ps_document_goto_page):
13013
13014 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13015
13016         * shell/ev-history.c: (ev_history_get_property),
13017         (ev_history_set_property), (ev_history_class_init),
13018         (ev_history_add_page), (ev_history_set_current_index):
13019         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13020         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13021         (ev_navigation_action_finalize):
13022         * shell/ev-navigation-action.h:
13023         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13024         (ev_view_go_forward), (ev_view_get_find_status_message),
13025         (history_index_changed_cb), (ev_view_set_history):
13026         * shell/ev-view.h:
13027         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13028         (update_current_page), (register_custom_actions):
13029
13030         Implement history dropdowns
13031
13032 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13033
13034         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13035         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13036         (ev_view_go_forward):
13037         * shell/ev-window.c: (register_custom_actions):
13038
13039         Fix several history bugs
13040
13041 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13042
13043         * configure.ac: Add «nb» to ALL_LINGUAS.
13044
13045 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13046
13047         * backend/Makefile.am:
13048         * backend/ev-bookmark.c:
13049         * backend/ev-bookmark.h:
13050         * backend/ev-document-bookmarks.c:
13051         * backend/ev-document-bookmarks.h:
13052         * backend/ev-document-links.c: (ev_document_links_get_type),
13053         (ev_document_links_has_document_links),
13054         (ev_document_links_begin_read), (ev_document_links_get_link),
13055         (ev_document_links_get_child), (ev_document_links_next),
13056         (ev_document_links_free_iter):
13057         * backend/ev-document-links.h:
13058         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13059         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13060         (ev_link_get_link_type), (ev_link_set_link_type),
13061         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13062         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13063         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13064         (ev_link_new_external):
13065         * backend/ev-link.h:
13066         * pdf/xpdf/pdf-document.cc:
13067         * shell/Makefile.am:
13068         * shell/ev-application.c: (ev_application_open_link):
13069         * shell/ev-application.h:
13070         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13071         (ev_history_get_link_nth):
13072         * shell/ev-history.h:
13073         * shell/ev-sidebar-bookmarks.c:
13074         * shell/ev-sidebar-bookmarks.h:
13075         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13076         (ev_sidebar_links_class_init), (selection_changed_cb),
13077         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13078         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13079         (do_one_iteration), (populate_links_idle),
13080         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13081         * shell/ev-sidebar-links.h:
13082         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13083         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13084         (go_to_index):
13085         * shell/ev-view.h:
13086         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13087         * shell/ev-window.h:
13088
13089         Rename bookmark to link, and use "Index" for the sidebar panel.
13090
13091 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13092
13093         * shell/Makefile.am:
13094         * shell/ev-application.c: (ev_application_open_bookmark):
13095         * shell/ev-application.h:
13096         * shell/ev-history.c: (ev_history_init), (free_links_list),
13097         (ev_history_finalize), (ev_history_class_init),
13098         (ev_history_add_link), (ev_history_add_page),
13099         (ev_history_get_link_nth), (ev_history_get_n_links),
13100         (ev_history_get_current_index), (ev_history_set_current_index),
13101         (ev_history_new):
13102         * shell/ev-history.h:
13103         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13104         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13105         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13106         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13107         (ev_view_set_page):
13108         * shell/ev-view.h:
13109         * shell/ev-window.c: (ev_window_open_bookmark),
13110         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13111         (goto_page_cb), (register_custom_actions):
13112         * shell/ev-window.h:
13113
13114         Initial history implementation. Needs work.
13115
13116 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13117
13118         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13119
13120 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13121
13122         * cut-n-paste/recent-files/egg-recent-item.c:
13123         * cut-n-paste/recent-files/egg-recent-item.h:
13124         * cut-n-paste/recent-files/egg-recent-model.c:
13125         * cut-n-paste/recent-files/egg-recent-util.c:
13126         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13127         * cut-n-paste/recent-files/egg-recent-view.c:
13128
13129         Update
13130
13131 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13132
13133         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13134         (fillGlyph, fillImageMask, drawImage):
13135         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13136         pdf/splash/SplashTypes.h:
13137         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13138         packed mode for Splash.
13139
13140         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13141         RGB8 packed mode, eliminates the pixbuf data creation loop.
13142
13143         * shell/ev-print-job.c (ev_print_job_finalize)
13144         (ev_print_job_set_property, ev_print_job_get_property)
13145         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13146         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13147         (print_closure_finalize, ev_print_job_print): implement
13148         printing (for backends with EvPsExporter)
13149
13150         * shell/ev_print_job.h: update prototypes.
13151
13152         * shell/ev-window.c (ev_window_print): unref print job after
13153         printing.
13154
13155         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13156         unless the document implements the EvDocumentFind interface.
13157
13158 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13159
13160         * configure.ac: Added ja to ALL_LINGUAS.
13161
13162 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13163
13164         * pdf/xpdf/pdf-document.cc:
13165
13166         add a FIXME. We should probably not allocate
13167         a bookmark object every time
13168
13169 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13170
13171         * shell/ev-application.c: (ev_application_open),
13172         (ev_application_open_bookmark):
13173         * shell/ev-application.h:
13174         
13175         Add a way to open bookmarks
13176
13177         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13178         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13179         (ev_bookmark_set_property), (ev_bookmark_class_init),
13180         (ev_bookmark_new_title), (ev_bookmark_new_link),
13181         (ev_bookmark_new_external):
13182
13183         Support for external uris, better constructors.
13184
13185         * backend/ev-bookmark.h:
13186         * pdf/xpdf/pdf-document.cc:
13187         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13188
13189         Handle external uris
13190
13191 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13194         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13195
13196         Hook up bookmarks navigation
13197
13198 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13199
13200         * backend/Makefile.am:
13201         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13202         (ev_bookmark_get_title), (ev_bookmark_set_title),
13203         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13204         (ev_bookmark_get_page), (ev_bookmark_set_page),
13205         (ev_bookmark_get_property), (ev_bookmark_set_property),
13206         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13207         (ev_bookmark_new):
13208         * backend/ev-bookmark.h:
13209         * backend/ev-document-bookmarks.c:
13210         (ev_document_bookmarks_get_bookmark):
13211         * backend/ev-document-bookmarks.h:
13212         * pdf/xpdf/pdf-document.cc:
13213         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13214
13215         Add a bookmark object to the backend and use it instead of get_values
13216
13217 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13218
13219         * data/evince-ui.xml:
13220
13221         Cleanup and add select all.
13222
13223         * shell/ev-view.c: (ev_view_select_all),
13224         (ev_view_button_press_event):
13225         * shell/ev-view.h:
13226         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13227
13228         Add select all.
13229         Clear selection on click.
13230
13231 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13232
13233         * shell/ev-sidebar-thumbnails.c
13234         (ev_sidebar_thumbnails_set_document): forgot to unref the
13235         loading_icon.
13236
13237 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13238
13239         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13240         at the visible page, not just linearly.  This makes it look fast.
13241
13242 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13243
13244         * backend/ev-document-misc.c
13245         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13246         white.
13247         * backend/ev-document-thumbnails.h: New interface to get the size
13248         of a page.
13249
13250 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13251
13252         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13253         make dist works
13254
13255 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13256
13257         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13258         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13259         things up a bit.
13260
13261         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13262
13263 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13264
13265         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13266         fonts. Should fix font problems on systems that have the base
13267         fonts in bitmap format. Reported by James Henstridge
13268         <james@jamesh.id.au>.
13269
13270 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13271
13272         * pdf/xpdf/Gfx.cc:
13273         * pdf/xpdf/GfxState.cc:
13274
13275         Fix for CAN-2004-1125
13276
13277 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13278
13279         * shell/ev-view.c: (ev_view_copy):
13280         * shell/ev-view.h:
13281         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13282
13283         Implement Edit->Copy
13284
13285 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13286
13287         * backend/ev-document.c: (ev_document_get_text):
13288         * backend/ev-document.h:
13289         * pdf/xpdf/pdf-document.cc:
13290         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13291         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13292         (ev_view_update_primary_selection), (ev_view_button_press_event),
13293         (ev_view_motion_notify_event), (ev_view_button_release_event):
13294
13295         Beginnings of clipboard support. Incomplete but primary sort
13296         of work.
13297
13298 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13299
13300         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13301         (expose_bin_window):
13302
13303         Nicer rubberband drawing, from GtkIconView.
13304
13305 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13306
13307         * backend/ev-document.c: (ev_document_save):
13308         * backend/ev-document.h:
13309         * data/evince-ui.xml:
13310         * pdf/xpdf/pdf-document.cc:
13311         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13312
13313         Implement "Save a copy..." menu item
13314
13315 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * shell/ev-view.c: (ev_view_zoom):
13318
13319         Queue a resize when zoom changes
13320
13321 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13322
13323         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13324         shadows.
13325
13326         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13327         thumbnails..
13328
13329 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13330
13331         * pdf/xpdf/pdf-document.cc
13332         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13333
13334 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13335
13336         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13337         It's slow, but I'll speed it up next!
13338
13339 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13340
13341         * shell/main.c (load_files):
13342
13343         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13344         from the command line and because it seems more appropriate.
13345
13346 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * data/evince-ui.xml:
13349         * shell/ev-window.c: (update_action_sensitivity),
13350         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13351
13352         s/next page/page down
13353         s/previous page/page up
13354
13355 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13356
13357         * data/evince-ui.xml:
13358
13359         Change the layout to match clarkbw design.
13360
13361         * shell/Makefile.am:
13362         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13363         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13364         (ev_navigation_action_finalize),
13365         (ev_navigation_action_set_property),
13366         (ev_navigation_action_get_property),
13367         (ev_navigation_action_class_init):
13368         * shell/ev-navigation-action.h:
13369
13370         Implement clarkbw toolbar navigation controls (incomplete)
13371
13372         * shell/ev-page-action.c: (update_label), (update_spin),
13373         (value_changed_cb), (create_tool_item), (connect_proxy),
13374         (ev_page_action_init), (ev_page_action_finalize),
13375         (ev_page_action_set_property), (ev_page_action_get_property),
13376         (ev_page_action_set_current_page),
13377         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13378         * shell/ev-page-action.h:
13379
13380         Implement a page switcher in the toolbar
13381
13382         * shell/ev-view.c: (ev_view_scroll_view):
13383         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13384         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13385         (register_custom_actions), (ev_window_init):
13386
13387         Change page on PageUp/Down.
13388
13389 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13390
13391         * pdf/xpdf/pdf-document.cc
13392         (pdf_document_thumbnails_get_thumbnail): initial stab at
13393         implementing thumbnail support for pdfs.  It only does documents
13394         with precached pdfs now.
13395
13396 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13397
13398         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13399         thumbnail code into a time-based idle as well.  Also, turn off the
13400         shadow temporarily as it's really slow.
13401
13402 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13403
13404         * backend/ev-document.c: (ev_document_class_init):
13405         * pdf/xpdf/pdf-document.cc:
13406         * shell/ev-window.c: (ev_window_open):
13407
13408         Fix document title bugs and fallback to
13409         filename when not available.
13410
13411 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13412
13413         * backend/ev-document.c: (ev_document_get_type),
13414         (ev_document_class_init), (ev_document_load),
13415         (ev_document_get_title):
13416         * backend/ev-document.h:
13417         * pdf/xpdf/pdf-document.cc:
13418         * ps/ps-document.c: (ps_document_set_property),
13419         (ps_document_get_property), (ps_document_class_init),
13420         (document_load):
13421         * ps/ps-document.h:
13422         * ps/ps.h:
13423         * shell/ev-window.c: (update_window_title), (ev_window_open),
13424         (ev_window_init):
13425
13426         Initial support for document title. Not working yet.
13427
13428 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13429
13430         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13431
13432         Grab focus on the view when clicking it
13433
13434 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13435
13436         * shell/ev-marshal.list:
13437         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13438         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13439
13440         Add key bindings to the view. Now if the focus would work
13441         right...
13442
13443 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13444
13445         * Makefile.am:
13446         * backend/Makefile.am:
13447         * data/Makefile.am:
13448         * dvi/Makefile.am:
13449         * dvi/dvilib/Makefile.am:
13450         * pdf/xpdf/Makefile.am:
13451         * po/POTFILES.in:
13452         * ps/Makefile.am:
13453
13454         Fix distcheck
13455
13456 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13457
13458         * shell/ev-view.c: (ev_view_realize):
13459
13460         Fix mouse wheel scrolling
13461
13462 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13463
13464         * ps/Makefile.am:
13465         * ps/gstypes.h:
13466         * ps/gtkgs.c:
13467         * ps/gtkgs.h:
13468         * ps/ps-document.c: (catchPipe), (ps_document_init),
13469         (ps_document_class_init), (ps_document_cleanup),
13470         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13471         (set_up_page), (close_pipe), (is_interpreter_ready),
13472         (interpreter_failed), (output), (input), (start_interpreter),
13473         (stop_interpreter), (file_length), (file_readable),
13474         (check_filecompressed), (check_pdf), (compute_xdpi),
13475         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13476         (ps_document_get_type), (ps_document_emit_error_msg),
13477         (document_load), (ps_document_next_page),
13478         (ps_document_get_current_page), (ps_document_get_page_count),
13479         (ps_document_goto_page), (ps_document_set_page_size),
13480         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13481         (ps_document_load), (ps_document_get_n_pages),
13482         (ps_document_set_page), (ps_document_get_page),
13483         (ps_document_widget_event), (ps_document_set_target),
13484         (ps_document_set_scale), (ps_document_set_page_offset),
13485         (ps_document_get_page_size), (ps_document_render),
13486         (ps_document_document_iface_init):
13487         * ps/ps-document.h:
13488         * ps/ps.c:
13489         * shell/ev-window.c: (ev_window_open):
13490
13491         Rename GtkGS to PSDocument
13492
13493 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13494
13495         * ps/gtkgs.c: (gtk_gs_class_init):
13496         * ps/gtkgs.h:
13497
13498         Some more leftover...
13499
13500 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13503         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13504         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13505         * ps/gtkgs.h:
13506
13507         Remove unused code and make a lot of stuff private
13508
13509 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13510
13511         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13512         (gtk_gs_defaults_changed):
13513         * ps/gsdefaults.h:
13514         * ps/gtkgs.c:
13515         * ps/gtkgs.h:
13516         * ps/ps.h:
13517
13518         Cleanup headers dependencies
13519
13520 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13521
13522         * ps/Makefile.am:
13523         * ps/ggvutils.c:
13524         * ps/ggvutils.h:
13525         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13526         * ps/gsdefaults.h:
13527         * ps/gtkgs.c: (file_length), (file_readable),
13528         (check_filecompressed), (check_pdf), (gtk_gs_load),
13529         (gtk_gs_get_postscript):
13530
13531         Get rid of ggvutils
13532
13533 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13534
13535         * ps/ggvutils.c:
13536         * ps/ggvutils.h:
13537         * ps/gsio.h:
13538         * ps/gtkgs.c: (gtk_gs_set_zoom):
13539
13540         Cleanups
13541
13542 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13543
13544         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13545
13546         Ensure the page is rerendered when changing zoom
13547
13548 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13549
13550         * backend/ev-document.c: (ev_document_base_init),
13551         (ev_document_changed):
13552         * backend/ev-document.h:
13553
13554         Add a changed event that is emitted when the page content
13555         changes. This is necessary to deal with the fact that
13556         in ps backend rendering happen asycrounously.
13557         This makes the ps backend mostly work.
13558
13559         * pdf/xpdf/pdf-document.cc:
13560
13561         Emit changed event
13562
13563         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13564         (ps_document_set_target):
13565
13566         Emit changed event
13567
13568         * shell/ev-view.c: (document_changed_callback),
13569         (ev_view_set_document), (ev_view_set_page):
13570
13571         Redraw on the changed signal
13572
13573 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13574
13575         * configure.ac: Added pt_BR to ALL_LINGUAS.
13576
13577 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13578
13579         * backend/ev-document-bookmarks.c:
13580         (ev_document_bookmarks_get_child): *
13581         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13582         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13583         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13584         (ev_sidebar_bookmarks_destroy),
13585         (ev_sidebar_bookmarks_class_init),
13586         (ev_sidebar_bookmarks_construct), (stack_data_free),
13587         (do_one_iteration), (populate_bookmarks_idle),
13588         (ev_sidebar_bookmarks_clear_document),
13589         (ev_sidebar_bookmarks_set_document): *
13590         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13591         (ev_sidebar_add_page),
13592         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13593         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13594         it displays both the topics and the page numbers.
13595
13596 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13597
13598         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13599         toggle.
13600         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13601         visible.
13602
13603 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13604
13605         * configure.ac: Added en_CA to ALL_LINGUAS.
13606
13607 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13608
13609         * ChangeLog: replace bottom of this ChangeLog (merged history of
13610         ggv and gpdf; where all paths were wrong and most of the files are
13611         not even in this tree) with ChangeLog (from arch) of the shell
13612         code.
13613
13614 2004-12-23  Havoc Pennington  <hp@redhat.com>
13615
13616         * shell/ev-window.c: hook up potentially-questionable "find
13617         results status text" feature - something involving the sidebar or
13618         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13619         might be better in the end.
13620
13621         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13622         with corresponding signal when it should be updated
13623
13624         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13625
13626 2004-12-22  Havoc Pennington  <hp@redhat.com>
13627
13628         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13629         find stuff on other pages, sort of (only returns one result on
13630         invisible pages, to show they have results; updates full results
13631         for a page when you view it). Currently repaints the current page
13632         every time a new result is found on any page, which isn't so nice.
13633
13634 2004-12-22  Havoc Pennington  <hp@redhat.com>
13635
13636         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13637         the document doesn't support find (better ideas?)
13638         (find_bar_search_changed_cb): handle missing document or document
13639         that doesn't support find
13640
13641         * pdf/xpdf/pdf-document.cc: port to implement the new
13642         EvDocumentFindIface
13643
13644         * backend/ev-document-find.c: create a new interface for searching
13645
13646         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13647
13648 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13649
13650         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13651         libevbackend.la.
13652
13653         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13654         EvPrintJob constructor arguments.
13655
13656         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13657         for documents that can export PostScript (page by page).
13658
13659         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13660         
13661         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13662         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13663         (pdf_document_ps_exporter_iface_init:
13664         Implement EvPSExporter.
13665
13666         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13667
13668 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13669
13670         * backend/Makefile.am:
13671         * backend/ev-document-thumbnails.c:
13672         (ev_document_thumbnails_get_type),
13673         (ev_document_thumbnails_get_thumbnail):
13674         * backend/ev-document-thumbnails.h:
13675         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13676         (pixbuf_document_thumbnails_get_thumbnail),
13677         (pixbuf_document_document_thumbnails_iface_init):
13678         * shell/Makefile.am:
13679         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13680         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13681         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13682         * shell/ev-sidebar-thumbnails.h:
13683         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13684         (ev_sidebar_set_document):
13685         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13686         (create_shadow), (ev_pixbuf_add_shadow):
13687         * shell/ev-utils.h:
13688         Add thumbnail support.
13689         
13690 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13691
13692         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13693         (using_postscript_printer): Set up a print dialog for "PostScript
13694         injection" method.
13695
13696         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13697         EvPrintJob.
13698
13699         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13700
13701 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13702
13703         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13704         (ps_document_set_target), (ps_document_get_page_size),
13705         (ps_document_render):
13706         * ps/gtkgs.h:
13707
13708         Fix a few bugs
13709
13710 2004-12-22  Christian Rose  <menthos@menthos.com>
13711
13712         * configure.ac: Added "sv" to ALL_LINGUAS.
13713
13714 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13715
13716         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13717         document supports bookmarks.
13718
13719 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13720
13721         * ps/ggvutils.c: (ggv_file_readable):
13722         * ps/ggvutils.h:
13723         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13724         (gtk_gs_get_postscript):
13725
13726         Remove unused utils
13727
13728 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13729
13730         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13731         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13732         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13733         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13734         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13735         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13736         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13737         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13738         (gtk_gs_set_antialiasing), (ps_document_load),
13739         (ps_document_render):
13740         * ps/gtkgs.h:
13741
13742         Another check point for the ps backend. Now I can get it to show
13743         pages!
13744
13745 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13746
13747         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13748         document setting code.
13749
13750 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13751
13752         * shell/eggfindbar.c: (entry_activate_callback):
13753         Animate the next button when activate is pressed.
13754         
13755 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13756
13757         * shell/ev-window.c: (ev_window_cmd_edit_find),
13758         (update_fullscreen_popup), (ev_window_fullscreen),
13759         (ev_window_unfullscreen), (ev_window_state_event_cb),
13760         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13761         Fix bugs in fullscreen code.
13762         
13763 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13764
13765         * Makefile.am:
13766         * configure.ac:
13767         * pixbuf/Makefile.am:
13768         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13769         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13770         (pixbuf_document_set_page), (pixbuf_document_get_page),
13771         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13772         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13773         (pixbuf_document_render), (pixbuf_document_begin_find),
13774         (pixbuf_document_end_find), (pixbuf_document_finalize),
13775         (pixbuf_document_class_init),
13776         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13777         * pixbuf/pixbuf-document.h:
13778         * shell/Makefile.am:
13779         * shell/ev-application.c: (ev_application_open):
13780         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13781         (ev_window_open):
13782         Add pixbuf backend.
13783         
13784 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13785
13786         * Makefile.am: 
13787         * dvi/dvilib/Makefile.am:
13788         * dvi/Makefile.am:
13789         * configure.ac: Auto*ify dvi and dvi/dvilib
13790
13791         * dvi/Makefile: Remove from CVS
13792         
13793         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13794         confusion.
13795
13796         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13797         
13798         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13799         
13800 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13801
13802         * ps/Makefile.am:
13803         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13804         (gtk_gs_value_adjustment_changed), (compute_size),
13805         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13806         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13807         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13808         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13809         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13810         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13811         (ps_document_load), (ps_document_get_n_pages),
13812         (ps_document_set_page), (ps_document_get_page),
13813         (ps_document_set_target), (ps_document_set_scale),
13814         (ps_document_set_page_offset), (ps_document_get_page_size),
13815         (ps_document_render), (ps_document_begin_find),
13816         (ps_document_end_find), (ps_document_document_iface_init):
13817         * ps/gtkgs.h:
13818         * shell/Makefile.am:
13819         * shell/ev-window.c: (ev_window_open):
13820
13821         Some work to integrate gtkgs with EvDocument
13822
13823 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13824
13825         * shell/ev-window.c: (update_fullscreen_popup),
13826         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13827         (exit_fullscreen_button_clicked_cb),
13828         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13829         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13830         (ev_window_state_event_cb), (ev_window_init):
13831         Add fullscreen support from Epiphany.
13832         
13833 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13834
13835         * data/ev-stock-zoom-fit-width.png: fit-width
13836         stock icon from gpdf.
13837         
13838         * shell/ev-stock-icons.[ch]: copied from gpdf.
13839         
13840         * shell/main.c: (main): init stock icons.
13841         
13842         * shell/ev-window.c: use the fit-width icon.
13843         
13844         * data/evince-ui.xml: add zooming toolbar items.
13845
13846 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13847
13848         * shell/ev-view.c: 
13849         (ev_view_best_fit), (ev_view_fit_width): because
13850         get_page_size() returns the scaled page size, we
13851         need to calculate the scale factor relative to
13852         the previous scale factor. Should really just
13853         add get_real_page_size().
13854
13855 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13856
13857         * shell/ev-view.[ch]:
13858         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13859         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13860         add zooming.
13861         
13862         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13863         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13864         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13865         hook it up.
13866         
13867         * pdf/xpdf/pdf-document.cc:
13868         (pdf_document_begin_find),
13869         (pdf_document_end_find): make static.
13870
13871 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13872
13873         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13874
13875         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13876         names to fontconfig patterns.
13877         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13878
13879         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13880         setupBaseFontsFc.
13881
13882 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13883
13884         * Makefile.am:
13885         * configure.ac:
13886         * ps/Makefile.am:
13887         * ps/ggvutils.c:
13888         * ps/ggvutils.h:
13889         * ps/gsdefaults.c:
13890         * ps/gsdefaults.h:
13891         * ps/gsio.c:
13892         * ps/gsio.h:
13893         * ps/gtkgs.c:
13894         * ps/gtkgs.h:
13895         * ps/ps.c:
13896         * ps/ps.h:
13897
13898         Import ggv backend. Not hooked up yet.
13899
13900 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13901
13902         * shell/main.c: (load_files), (main): load files
13903         from the command line.
13904
13905 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13906
13907         * configure.ac: don't require bonobo.
13908         
13909         * cut-n-paste/recent-files/*: kill bonobo recent
13910         view.
13911
13912         * shell/ev-window.c:
13913         (ev_window_is_empty): upd.
13914         (unable_to_load), (ev_window_open): load backend
13915         based on the mime type.
13916
13917 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13918
13919         * backend/.cvsignore: ignore generated marshalers source.
13920
13921         * shell/main.c (main): this is not epiphany.
13922
13923 2004-12-22  Havoc Pennington  <hp@redhat.com>
13924
13925         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13926         (expose_bin_window): draw find highlights
13927
13928         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13929         
13930         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13931         (pdf_document_end_find): implement this interface
13932
13933         * backend/ev-document.c (ev_document_found): add this to emit
13934         signal
13935
13936 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13937
13938         * data/evince-ui.xml: Add a few more toolbar items.
13939
13940         * shell/ev-window.c: Hook up page navigation toolbar 
13941         items.
13942
13943         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13944         a page-changed signal.
13945
13946         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13947         Add ev_document_get_page().
13948
13949         * shell/ev-window.c: Sensitize/desensitize navigation
13950         actions.
13951
13952 2004-12-21  Havoc Pennington  <hp@redhat.com>
13953
13954         * backend/ev-backend-marshal.c,
13955         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13956         marshaler-generator thingy. I'm sure there's a better way to do
13957         this in the modern world.
13958
13959         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13960         end_find methods and "found" signal.
13961
13962         * configure.ac: find glib-genmarshal
13963
13964 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13965
13966         * shell/ev-sidebar.c: Construct an actual sidebar.
13967         * shell/ev-sidebar-bookmarks.[ch]:
13968         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13969
13970 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13971
13972         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13973         Redo size handling.
13974         
13975         * shell/ev-view.c: Track the size from the document.
13976
13977 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13978
13979         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13980         constructor assumes ownership of the string passed in.
13981         
13982         * shell/ev-window.c (ev_window_open): Destroy the error
13983         dialog once we've displayed it.
13984
13985 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13986
13987         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13988         a bit, it works! (sort of)
13989
13990         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13991         Move to .cc since we need to use C++ in the implementation.
13992
13993         * shell/dummy.cc: Add a CC file to force evince
13994         to be linked as a C++ program.
13995
13996 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13997
13998         * shell/ev-view.[ch]: Start of content-area widget.
13999
14000         * shell/ev-window.c: Create a EvView, update it
14001         as we change documents.
14002
14003         * shell/Makefile.am shell/ev-marshal.list: Add
14004         generated marshalers.
14005
14006 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14007
14008         * Makefile.am (SUBDIRS): move shell.
14009
14010 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14011
14012         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14013         .a to libtool convenience libraries.
14014
14015         * shell/ev-window.c (ev_window_open): Hard code loading
14016         a PDF document.
14017         
14018         * backend/ev-document.h: Add a boolean return to load(),
14019         fix GError * to GError **.
14020
14021         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14022         object for a PDF backend EvDocument.
14023
14024 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14025
14026         * dvi/*: New directory with the beginning of a .dvi backend.
14027
14028 2004-12-21  Havoc Pennington  <hp@redhat.com>
14029
14030         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14031         previous/next instead of back/forward
14032
14033 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14034
14035         * backend/ev-document.[ch]: Fix a couple of problems so
14036         it compile.
14037
14038 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14039
14040         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14041         to backend/ directory, rename EvViewer to EvDocument.
14042
14043 2004-12-21  Havoc Pennington  <hp@redhat.com>
14044
14045         * shell/ev-window.c: hook up the find bar widget; now we just need
14046         a document to find things in
14047
14048         * shell/eggfindbar.c: a find bar widget
14049
14050 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14051
14052         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14053
14054 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14055
14056         * pdf/**: Import of xpdf code from gpdf. 
14057
14058         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14059
14060         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14061         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14062         Fix FreeType includes.
14063
14064         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14065         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14066         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14067         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14068         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14069         Include xpdfconfig.h
14070         
14071 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14072
14073         * shell/ev-window.c (ev_window_dispose): dispose can be called
14074         multiple times.
14075
14076 2004-12-21  Havoc Pennington  <hp@redhat.com>
14077
14078         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14079         rather than Evince
14080
14081         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14082         items; really they should be synced with the strings, etc. from
14083         current gpdf, but just getting the boring typing out of the way 
14084
14085 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14086
14087         * po/POTFILES.in:
14088         * shell/ev-application.c: (window_destroy_cb):
14089         * shell/ev-window.c:
14090         * shell/main.c: (main):
14091
14092         Actually show the window...
14093
14094 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14095
14096         * Makefile.am:
14097         * shell/Makefile.am:
14098         * shell/ev-application.c: (ev_application_class_init):
14099         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14100
14101         Make it build again
14102
14103 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14104
14105         Import to gnome cvs.
14106         
14107         * Remove copies of gpdf and ggv trees.
14108         * Rip out all the recursive configure code.
14109         * Remove bonobo machinery.
14110         * viewer/*: GInterfaces that backends should/can implement.
14111
14112 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14113
14114         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14115         typo
14116
14117 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14118
14119         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14120         (ev_application_finalize, ev_application_class_init)
14121         (ev_application_init): use GType instance private data for priv.
14122
14123         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14124         (ev_window_finalize, ev_window_class_init)
14125         (ev_window_init): ditto.
14126
14127 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14128
14129         * shell/ev-application.c (ev_application_new_window): make public
14130         (ev_application_show_initial_window): kill.
14131
14132         * shell/ev-application.h: update prototypes.
14133
14134         * shell/main.cc (main): inline ev_application_show_initial_window.
14135
14136 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14137
14138         * shell/ev-application.c (ev_application_new_window): impl.
14139         (ev_application_show_initial_window): use it.
14140         (is_window_empty, ev_application_get_empty_window): returns an
14141         existing empty window or a new one.
14142         (ev_application_open): from ev_window_cmd_file_open.
14143
14144         * shell/ev-application.h: update prototypes
14145
14146         * shell/ev-window.c (ev_window_is_empty): impl.
14147         (ev_window_open): make public.
14148         (ev_window_cmd_file_open): use ev_application_open
14149
14150         * shell/ev-window.h: update prototypes, remove unused.
14151
14152 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14153
14154         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14155         move destroy handler out of here...
14156
14157         * shell/ev-application.c, shell/ev-application.h: ...into this new
14158         class. Also handles initial window creation.
14159
14160         * shell/main.cc (main): use EvApplication to create initial
14161         window.
14162
14163 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14164
14165         * Makefile.am (SUBDIRS): add cut-n-paste
14166
14167         * cut-n-paste/Makefile.am: add
14168
14169         * configure.ac: generate Makefiles in cut-n-paste
14170
14171 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14172
14173         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14174         (ev_window_class_init): install ev_window_dispose.
14175
14176 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14177
14178         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14179         char (gchar looks stupid).
14180
14181 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14182
14183         * po/de.po: updated German translation.
14184
14185 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14186
14187         * configure.ac: add more pkg-config library checks for gnome-vfs,
14188         bonobo etc.
14189
14190         * gpdf/configure.in: temporarily disable libpaper
14191         checks. Otherwise I'd have to add the checks for the shell, too.
14192
14193 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14194
14195         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14196         and * file filters to the file choose.
14197
14198 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14199
14200         * po/de.po: Updated German translation.
14201
14202 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14203
14204         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14205
14206 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14207
14208         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14209
14210         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14211         (ev_window_init): implement those menuitems.
14212
14213 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14214
14215         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14216
14217         * shell/ev-window.c (ev_window_init): use the toolbar.
14218
14219 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14220
14221         * shell/ev-window.c (ev_window_init): use menu translations
14222
14223 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14224
14225         * configure.ac: add "de" to ALL_LINGUAS.
14226
14227         * po/de.po: add German translation.
14228
14229 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14230
14231         * Makefile.am (SUBDIRS): add po
14232
14233         * configure.ac: check intltool, glib-gettext etc, generate
14234         po/Makefile.in
14235
14236         * po, po/POTFILES.in, po/POTFILES.skip: new.
14237
14238 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14239
14240         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14241         already use (#ifdef ENABLE_NLS)
14242
14243         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14244         pointer indirection thinko.
14245
14246         * shell/main.c: include gi18n.h for bindtextdomain etc.
14247
14248 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14249
14250         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14251         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14252         tooltips for menu items in the statusbar.
14253
14254 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14255
14256         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14257         pkgdatadir drop UIDIR
14258
14259 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14260
14261         * data/evince-ui.xml: Add File->Open menu item
14262
14263         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14264         chooser), hook it up in the ui manager.
14265
14266 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14267
14268         * shell/ev-window.c: fix Help->About tooltip.
14269
14270 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14271
14272         * configure.ac: set CFLAGS for libevprivate.
14273
14274         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14275         definitions, factory etc.
14276
14277         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14278
14279         * shell/Makefile.am: link against libevprivate.a.
14280
14281         * shell/ev-window.c (entries): add stock icon to Help->About.
14282
14283         * shell/main.c (main): init stock icon code.
14284
14285 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14286
14287         * lib/recent-files: egg recent files code
14288
14289         * lib/Makefile.am: add.
14290
14291         * Makefile.am: add lib subdir.
14292
14293         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14294         set CFLAGS for recent-files.
14295
14296 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14297
14298         * configure.ac: disable -ansi and -pedantic gcc flags. They
14299         disable POSIX stuff in stdio.h, but egg-recent uses them.
14300
14301 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14302
14303         * configure.ac: add --disable-deprecated flag (defaults to on in
14304         "cvs" builds).
14305
14306         * shell/Makefile.am (INCLUDES): use it.
14307
14308 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14309
14310         * shell/main.c: add missing #include.
14311
14312         * shell/ev-window.c: fix for pedantic gcc.
14313         (ev_window_cmd_help_about): split license into paragraphs for
14314         translators and pedantic compilers.
14315
14316 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14317
14318         * configure.ac: add more warning flags if compiling with gcc from
14319         cvs (or explicitly requested with --enable-more-warnings).
14320
14321 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14322
14323         * data/evince-ui.xml: add File and File->Close menu.
14324
14325         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14326         (ev_window_destroy): quit after destroy.
14327         (ev_window_class_init): override GtkObject::destroy.
14328         (entries): install close_window callback.
14329
14330 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14331
14332         * Makefile.am (SUBDIRS): add data subdir.
14333
14334         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14335         gtk+ 2.5.0 for GtkAboutDialog.
14336
14337         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14338         main window.
14339
14340         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14341
14342         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14343         manager.
14344         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14345
14346 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14347
14348         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14349
14350 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14351
14352         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14353
14354 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14355
14356         * shell/*: Added shell directory boilerplate, build it.
14357
14358 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14359
14360         * configure.ac, Makefile.am: Added top-level configure.ac and
14361         Makefile.am