]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix memory leak.
[evince.git] / ChangeLog
1 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/dvi/dvi-document.c: (dvi_document_load):
4
5         Fix memory leak.
6         
7 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * backend/dvi/dvi-document.c:
10
11         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
12         G_IMPLEMENT_INTERFACE.
13         
14 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
17
18         Make sure copy_job_page_and_selection_to_job_info is always called
19         before copy_job_to_job_info. Fixes bug #552382.
20         
21 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * NEWS:
24         * configure.ac:
25
26         Update for release 2.24.0
27         
28 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * shell/ev-window.c: (launch_external_uri):
31
32         Use GdkAppLaunchContext when available to launch external uris.
33         
34 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * shell/ev-window.c: (launch_external_uri):
37
38         Use the message area to show errors when lauching external uris
39         instead of a popup window.
40         
41 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/ev-window.c: (launch_external_uri):
44
45         Assume invalid uris are http uris. Fixes bug #552071.
46         
47 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * NEWS:
50         * configure.ac:
51
52         Update for release 2.23.92.
53         
54 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * shell/eggfindbar.c: (egg_find_bar_class_init):
57
58         Allow page scrolling with PageUp/PageDown keys when find bar is
59         active. Fixes bug #529833.
60         
61 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * shell/ev-view-private.h:
64         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
65         (ev_view_scroll), (ev_view_class_init):
66         * shell/ev-view-accessible.c:
67         (ev_view_accessible_action_do_action):
68         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
69         (ev_window_cmd_scroll_backward):
70
71         Use GtkScrollType instead of EvScrollType.
72         
73 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
74
75         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
76         
77         Patch for case unsensitive page label match by Michael Lee.
78         See bug #550136.
79         
80         * shell/ev-page-action.c (create_tool_item):    
81         * test/Makefile.am:
82         * test/test1.py:
83         * test/test4.py:
84         * test/test5.py:
85         
86         Added test for the above and updated other tests.
87
88 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * shell/ev-window.c: (image_save_dialog_response_cb):
91
92         Do not append the file extension twice when saving an image.
93         
94 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
97
98         Remove an invalid ifdef.
99         
100 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * shell/ev-view.c: (ev_view_motion_notify_event):
103
104         Make sure the cursor is correctly restored after showing the right
105         click menu.
106         
107 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
110         (ev_attachment_open):
111         * shell/ev-sidebar-attachments.c:
112         (ev_sidebar_attachments_button_press):
113         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
114
115         Use GdkAppLaunchContext when available to open attachments.
116         
117 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
120
121         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
122         by Eric Piel.
123         
124 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * shell/ev-application.c: (ev_application_get_media_keys):
127         * shell/ev-media-player-keys.[ch]:
128         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
129         (ev_media_player_keys_grab_keys),
130         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
131         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
132         * shell/ev-window.[ch]: (ev_window_dispose),
133         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
134         (ev_window_init):
135
136         Clean up the media player keys stuff.
137         
138 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * NEWS:
141         * configure.ac:
142
143         Update for release 2.23.91.
144         
145 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * cut-n-paste/smclient/eggsmclient-xsmp.c:
148         (sm_client_xsmp_set_initial_properties):
149
150         Fix memory leak.
151         
152 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * shell/ev-application.c: (ev_application_open_window),
155         (ev_application_open_uri_at_dest):
156
157         Make sure evince starts up in the right workspace when resuming a
158         previous session.
159         
160 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * shell/ev-application.[ch]: (ev_application_open_window),
163         (ev_application_add_icon_path_for_screen),
164         (ev_application_open_uri_at_dest):
165
166         Fix window manager warnings shown in ~/.xsession-errors
167         
168 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * configure.ac:
171         * cut-n-paste/Makefile.am:
172         * cut-n-paste/smclient/Makefile.am:
173         * cut-n-paste/smclient/eggdesktopfile.[ch]:
174         * cut-n-paste/smclient/eggsmclient-private.h:
175         * cut-n-paste/smclient/eggsmclient-xsmp.c:
176         * cut-n-paste/smclient/eggsmclient.[ch]:
177
178         EggSMClient copied from libegg
179
180         * libdocument/ev-file-helpers.c: (ev_dot_dir):
181         * shell/Makefile.am:
182         * shell/ev-application.[ch]: (ev_application_load_session),
183         (smclient_save_state_cb), (smclient_quit_cb),
184         (ev_application_init_session), (ev_application_shutdown),
185         (ev_application_init):
186         * shell/main.c: (main):
187
188         Use EggSMClient instead of gnome-client and remove libgnome and
189         libgnomeui dependencies.
190         
191 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * shell/main.c: (main):
194
195         Remove gnome_authentication_manager_init.
196         
197 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * shell/ev-view.c: (ev_view_goto_window_create):
200
201         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
202         since it's now deprecated.
203         
204 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
205
206         * backend/djvu/Makefile.am:
207         * backend/djvu/djvu-document-private.h:
208         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
209         (djvu_document_find_iface_init):
210         * backend/djvu/djvu-text-page.[ch]:
211         * backend/djvu/djvu-text.[ch]: Removed
212         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
213         (pdf_document_find_iface_init):
214         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
215         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
216         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
217         (ev_job_find_get_n_results), (ev_job_find_get_progress),
218         (ev_job_find_has_results), (ev_job_find_get_results):
219         * shell/ev-view-private.h:
220         * shell/ev-view.[ch]: (ev_view_expose_event),
221         (highlight_find_results), (ev_view_finalize),
222         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
223         (ev_view_set_document), (ev_view_find_get_n_results),
224         (ev_view_find_get_result), (jump_to_find_result),
225         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
226         (ev_view_find_previous), (ev_view_find_search_changed),
227         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
228         * shell/ev-window.c: (ev_window_update_actions),
229         (page_changed_cb), (ev_window_setup_document),
230         (ev_window_update_find_status_message),
231         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
232         (ev_window_clear_find_job), (find_bar_close_cb),
233         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
234         (ev_window_dispose), (ev_window_init):
235
236         Rework find interface. The find logic has been moved from backends
237         to the shell avoiding a lot of duplicated code in the backends and
238         making easier to implement the find interface in the backends.
239         
240 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * backend/pdf/ev-poppler.cc:
243         (pdf_document_thumbnails_get_dimensions):
244
245         Make sure thumbnail size returned by the PDF is actually
246         valid. Fixes bug #548462.
247         
248 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * shell/ev-window.c: (ev_window_setup_document),
251         (ev_window_set_document), (ev_window_dispose):
252
253         Remove the idle function for setting the document up when the
254         window is destroyed. Fixes bug #549163.
255         
256 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
259         (ev_job_attachments_dispose), (ev_job_attachments_run),
260         (ev_job_attachments_class_init), (ev_job_attachments_new):
261         * shell/ev-sidebar-attachments.c:
262         (ev_sidebar_attachments_set_document):
263
264         Add a new job to get the attachments in a thread with the document
265         lock held. Fixes bug #548653.
266         
267 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
270         (tiff_document_document_iface_init):
271
272         Implement document_get_page_label in tiff backend.
273         
274 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * backend/tiff/tiff-document.c: (tiff_document_render):
277
278         Handle document orientation in tiff backend. Fixes bug #548444.
279         
280 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
283
284         Do not crash when adjustment page size is 0. Fixes bug #547440.
285         
286 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
287
288         * cut-n-paste/evmountoperation/ev-mount-operation.c:
289
290         Sync with current GTK+.
291         
292 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
293
294         * configure.ac:
295         
296         Update for release 2.23.6.
297
298 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
301         (ev_job_load_set_password):
302         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
303         * shell/ev-window.c: (password_dialog_response),
304         (ev_window_load_job_cb):
305
306         Fix loading encrypted documents since I broke it with the jobs
307         rework.
308         
309 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * NEWS:
312
313         Update NEWS for 2.23.6 release.
314         
315 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
316
317         * backend/impress/impress-document.c:
318         * backend/impress/render.h:
319         * libdocument/ev-document-factory.c:
320         * libdocument/ev-document-factory.h:
321         * libdocument/ev-document-links.h:
322         * libdocument/ev-document-misc.c:
323         * libdocument/ev-document-misc.h:
324         * properties/ev-properties-main.c:
325         * properties/ev-properties-view.c:
326         * properties/ev-properties-view.h:
327         * shell/eggfindbar.c:
328         * shell/eggfindbar.h:
329         * shell/ev-application.c:
330         * shell/ev-application.h:
331         * shell/ev-jobs.h:
332         * shell/ev-message-area.h:
333         * shell/ev-navigation-action.c:
334         * shell/ev-navigation-action.h:
335         * shell/ev-open-recent-action.c:
336         * shell/ev-open-recent-action.h:
337         * shell/ev-page-action-widget.c:
338         * shell/ev-page-action.c:
339         * shell/ev-page-action.h:
340         * shell/ev-page-cache.h:
341         * shell/ev-password-view.h:
342         * shell/ev-password.h:
343         * shell/ev-pixbuf-cache.h:
344         * shell/ev-properties-fonts.c:
345         * shell/ev-sidebar-attachments.c:
346         * shell/ev-sidebar-links.c:
347         * shell/ev-sidebar-links.h:
348         * shell/ev-sidebar-thumbnails.c:
349         * shell/ev-sidebar-thumbnails.h:
350         * shell/ev-sidebar.c:
351         * shell/ev-sidebar.h:
352         * shell/ev-stock-icons.c:
353         * shell/ev-tooltip.h:
354         * shell/ev-view.c:
355         * shell/ev-view.h:
356         * shell/ev-window.c:
357         * shell/ev-window.h:
358         * shell/main.c:
359
360         More #include cleanups. Again: reordering, single gtk.h
361         includes and other stuff.
362
363 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
364
365         * shell/eggfindbar.c:
366         * shell/ev-application.c:
367         * shell/ev-message-area.c:
368         * shell/ev-navigation-action.c:
369         * shell/ev-open-recent-action.c:
370         * shell/ev-page-action-widget.c:
371         * shell/ev-page-action.c:
372         * shell/ev-password-view.c:
373         * shell/ev-properties-dialog.c:
374         * shell/ev-properties-fonts.c:
375         * shell/ev-sidebar-attachments.c:
376         * shell/ev-sidebar-page.c:
377         * shell/ev-sidebar-thumbnails.c:
378         * shell/ev-stock-icons.c:
379         * shell/ev-tooltip.c:
380         * shell/ev-view.c:
381         * shell/ev-window.c:
382         * shell/main.c:
383
384         Cleanup many #include statements: reorder so that a
385         generic-to-specific order is used, use single gtk.h
386         includes, and some other cleanups.
387
388 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * shell/ev-jobs.h:
391
392         Add gio header.
393         
394 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
397         (ev_document_fc_mutex_trylock):
398         * shell/Makefile.am:
399         * shell/ev-job-queue.[ch]:
400         * shell/ev-job-scheduler.[ch]:
401         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
402         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
403         (ev_job_run), (ev_job_cancel), (ev_job_failed),
404         (ev_job_failed_from_error), (ev_job_succeeded),
405         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
406         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
407         (ev_job_links_class_init), (ev_job_render_init),
408         (notify_page_ready), (ev_job_render_page_ready),
409         (ev_job_render_run), (ev_job_render_class_init),
410         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
411         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
412         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
413         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
414         (ev_job_save_dispose), (ev_job_save_run),
415         (ev_job_save_class_init), (ev_job_print_init),
416         (ev_job_print_dispose), (ev_job_print_run),
417         (ev_job_print_class_init):
418         * shell/ev-page-cache.c:
419         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
420         (check_job_size_and_unref), (move_one_job),
421         (copy_job_to_job_info), (add_job),
422         (ev_pixbuf_cache_add_jobs_if_needed):
423         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
424         (job_fonts_finished_cb), (job_fonts_updated_cb),
425         (ev_properties_fonts_set_document):
426         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
427         (ev_sidebar_links_set_document):
428         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
429         (ev_sidebar_thumbnails_set_document),
430         (ev_sidebar_thumbnails_clear_job):
431         * shell/ev-view-private.h:
432         * shell/ev-view.c:
433         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
434         (ev_window_refresh_window_thumbnail), (password_dialog_response),
435         (ev_window_clear_load_job), (ev_window_clear_reload_job),
436         (ev_window_load_job_cb), (ev_window_reload_job_cb),
437         (window_open_file_copy_ready_cb), (ev_window_open_uri),
438         (ev_window_reload_document), (ev_window_clear_save_job),
439         (ev_window_save_job_cb), (file_save_dialog_response_cb),
440         (ev_window_clear_print_job), (ev_window_print_job_cb),
441         (ev_window_print_dialog_response_cb):
442         * shell/main.c: (main):
443
444         Rework the jobs system in order to make it simpler and more
445         extensible. It allows to run jobs in the main loop instead of
446         using a thread when it's appropriate like the fonts job. Now it's
447         also possible to cancel jobs that are currently running. 
448         
449 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * libdocument/ev-debug.c: (profile_init):
452
453         Create the hash table also when profiling service is enabled for
454         all sections.
455         
456 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * libdocument/ev-debug.[ch]: (ev_profiler_start),
459         (ev_profiler_stop):
460         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
461         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
462         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
463         (ev_job_print_run):
464         * shell/main.c: (main):
465
466         Add a profile mode available when debug is enabled. Add profilers
467         in ev-jobs.
468         
469 2008-07-23  Götz Waschk <waschk@mandriva.org>
470
471         * configure.ac: Correctly build desktop file. Fixes
472         bug #544237.
473
474 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
475
476         * configure.ac:
477         
478         Update for release 2.23.5.
479
480 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
481
482         * NEWS:
483
484         Update NEWS for 2.23.5 release.
485         
486 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
487
488         * shell/ev-window.c: (ev_window_state_event),
489         (ev_window_class_init):
490
491         Intercept window manager's fullscreen request in order to run/stop
492         fullscreen mode. Fixes bug #493541.
493         
494 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
495
496         * shell/ev-window.c: (find_bar_visibility_changed_cb):
497
498         Restart the job search when the find bar is opened for the second
499         time. Fixes bug #531956.
500         
501 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
504         (get_document_from_uri):
505
506         Make sure we always return a valid error struct when
507         get_document_from_uri fails. Fixes nautilus crash, see bug
508         #542548.
509         
510 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
511
512         * libdocument/ev-transition-effect.c
513         (ev_transition_effect_type_get_type),
514         (ev_transition_effect_alignment_get_type),
515         (ev_transition_effect_direction_get_type):
516         
517         Fixes bug #542924. Makes enums static to fix Solaris build.
518
519 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * shell/ev-view.c: (ev_view_key_press_event):
522
523         Add '.' keybinding for blanking the screen in presentation
524         mode. Fixes bug #542001.
525         
526 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * libdocument/ev-document-misc.c:
529         (ev_document_misc_pixbuf_from_surface):
530
531         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
532         #540950.
533         
534 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
535
536         * backend/comics/comics-document.c (comics_document_load):
537         * backend/comics/comicsdocument.evince-backend.in:
538         * configure.ac:
539         * thumbnailer/evince-thumbnailer-comics.schemas.in:
540         
541         Added support for 7-zip based cb7 comic book. Patch by
542         Kartik Rustagi. Fixes bug #532312.
543
544 2008-06-24  Bastien Nocera  <hadess@hadess.net>
545
546         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
547         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
548         Fixes bug #539972.
549
550 2008-06-24  Bastien Nocera  <hadess@hadess.net>
551
552         * shell/Makefile.am:
553         * shell/ev-application.c (ev_application_init),
554         (ev_application_get_media_keys):
555         * shell/ev-application.h:
556         * shell/ev-marshal.list:
557         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
558         (proxy_destroy), (on_media_player_key_pressed),
559         (ev_media_player_keys_init), (ev_media_player_keys_focused),
560         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
561         * shell/ev-media-player-keys.h:
562         * shell/ev-window.c (ev_window_go_previous_page),
563         (ev_window_go_next_page), (ev_window_go_first_page),
564         (ev_window_go_last_page), (ev_window_start_presentation),
565         (ev_window_dispose), (view_actions_focus_in_cb):
566         * shell/ev-window.h: When building with D-Bus support, listen
567         for multimedia key events from gnome-settings-daemon. This allows
568         to go to the next/previous/first/last pages using, respectively,
569         Next/Previous/Rewing/Fast Forward. The Play button is used to start
570         a presentation. Fixes bug #539971.
571
572 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
573
574         * configure.ac:
575         
576         Update for release 2.23.4.
577
578 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
579
580         * NEWS:
581
582         Update news for 2.23.4 release.
583         
584 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
587         * shell/ev-sidebar-thumbnails.c:
588         (ev_sidebar_thumbnails_set_loading_icon),
589         (ev_sidebar_thumbnails_refresh):
590         * shell/ev-window.c: (ev_window_error_message),
591         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
592         (ev_window_set_document):
593
594         Do not crash opening documents with no pages and show a warning
595         message in the message area. Fixes bugs #537574 and #171588.
596         
597 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
598
599         * shell/Makefile.am:
600         * shell/ev-file-monitor.[ch]:
601         * shell/ev-window.c: (ev_window_document_changed),
602         (ev_window_clear_reload_job), (ev_window_load_job_cb),
603         (ev_window_reload_job_cb), (ev_window_open_uri),
604         (ev_window_reload_document), (ev_window_cmd_view_reload),
605         (ev_window_dispose):
606
607         Automaticly reload the document when the file has changed on
608         disk. Bug #304249.
609         
610 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
611
612         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
613         * libdocument/ev-image.c: (ev_image_save_tmp):
614         * libdocument/ev-module.c: (ev_module_load):
615         * shell/ev-application.c: (ev_application_shutdown),
616         (ev_application_get_print_settings):
617         * shell/ev-sidebar-attachments.c:
618         (ev_sidebar_attachments_button_press),
619         (ev_sidebar_attachments_drag_data_get):
620         * shell/ev-window.c: (window_save_file_copy_ready_cb),
621         (ev_window_print_finished), (ev_window_print_send),
622         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
623         (ev_window_preview_print_finished), (ev_window_do_preview_print),
624         (ev_window_cmd_preview_print):
625         * shell/main.c: (load_files_remote):
626         Fix some build warnings under GCC 4.3.0. (#537535).
627
628 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
629
630         * shell/ev-jobs.c: (ev_job_render_dispose):
631
632         Fix a crash in debug mode. Patch by Daniel M German.
633         
634 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * shell/ev-window.c:
637
638         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
639         
640 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * shell/ev-window.c: (ev_window_print_send),
643         (ev_window_do_preview_print):
644
645         Use the window title as print job name instead of just
646         "evince-print". Fixes bug #534493.
647         
648 2008-05-19  Frederic Peters  <fpeters@0d.be>
649
650         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
651         Bug #533897.
652
653 2008-05-19  Frederic Peters  <fpeters@0d.be>
654
655         * help/reference/Makefile.am: added missing libevmountoperation to
656         gtkdoc-scanobj libraries.  Bug #533896.
657
658 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
659
660         * properties/ev-properties-view.c (get_default_user_units):
661         Fixes check for default units string translation. Bug #533323.
662
663 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
664
665         * backend/impress/iksemel.c (sax_core): Fix a free() that should
666         be an iks_free(). Fix an array overflow in the XML parser that
667         would occur whenever the number of attributes in a tag was greater
668         than 0 and divisible by 6. Fixes GNOME bug #530852.
669
670 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * backend/djvu/djvu-document-private.h:
673         * backend/djvu/djvu-links.c:
674         * backend/djvu/djvu-text.c:
675         * backend/djvu/djvu-document.c: (djvu_handle_events),
676         (djvu_wait_for_message), (djvu_document_load),
677         (document_get_page_size), (djvu_document_render),
678         (djvu_document_thumbnails_get_thumbnail),
679         (djvu_document_file_exporter_end):
680
681         Make sure load job doesn't finish successfully when the document
682         is not successfully decoded by libdjvu. Fixes bug #530202.
683         
684 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
685
686         * configure.ac:
687         * libdocument/Makefile.am:
688         * libdocument/ev-debug.[ch]:
689         * libdocument/ev-document.c:
690         * shell/ev-jobs.c: (ev_job_links_dispose),
691         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
692         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
693         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
694         (ev_job_render_page_ready), (ev_job_render_run),
695         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
696         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
697         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
698         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
699         (ev_job_print_new), (ev_job_print_run):
700         * shell/main.c: (main):
701
702         Add debug mode based on gedit code. Add debug messages in
703         ev-jobs.
704         
705 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * libdocument/ev-document-factory.c: (get_document_from_uri):
708
709         Fix memory leak.
710         
711 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
712
713         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
714         (get_mime_type_from_data), (get_document_from_uri),
715         (ev_document_factory_get_document):
716         
717         Improved error message about file opening failture.
718         Bug #529129.
719
720 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
721
722         * data/evince-toolbar.xml:
723         
724         Allow to add SaveAs to toolbar.
725
726 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * shell/ev-view-private.h:
729         * shell/ev-view.[ch]: (ev_view_button_release_event),
730         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
731         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
732         (ev_view_update_primary_selection), (clear_link_selected),
733         (ev_view_copy_link_address):
734         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
735
736         Update also the primary selection when copying a link
737         address. Fixes bug #520855.
738         
739 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * libdocument/ev-document-factory.c: (get_document_from_uri):
742
743         Use the pixbuf backend only when the mime type is not supported by
744         any of the other backend so that tiff documents, for instance, are
745         handled by the tiff backend instead of the pixbuf backend. fixes
746         bug #520290.
747         
748 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * cut-n-paste/Makefile.am:
751
752         Add evmountoperation to subdirs list.
753         
754 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * configure.ac:
757
758         Fix libspectre check in configure script. Fixes bug #528549.
759         
760 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * configure.ac:
763         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
764         * shell/Makefile.am:
765         * shell/ev-window.c: (ev_window_load_remote_failed),
766         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
767
768         Add GtkMountOperation (renamed to avoid conflicts) to be able to
769         open documents in remote locations that are not mounted.
770         
771 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
774         (bitmap_convert_msb8):
775         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
776         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
777
778         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
779         
780 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
781
782         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
783         (ev_job_render_new), (ev_job_render_set_selection_info),
784         (ev_job_render_run):
785         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
786         (check_job_size_and_unref),
787         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
788         (add_job), (ev_pixbuf_cache_get_selection_surface):
789
790         Create the render context needed for rendering a page in the render
791         thread so that we don't block the main thread. Simplify
792         EvJobRender API.
793         
794 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * libdocument/Makefile.am:
797         * libdocument/ev-page.[ch]:
798         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
799         (ev_render_context_new), (ev_render_context_set_page):
800         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
801         (ev_form_field_finalize), (ev_form_field_class_init):
802         * libdocument/ev-document-forms.[ch]:
803         (ev_document_forms_get_form_fields):
804         * libdocument/ev-document.[ch]: (ev_document_get_page),
805         (ev_document_get_page_size), (ev_document_get_page_label):
806         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
807         (ev_job_render_run), (ev_job_thumbnail_new),
808         (ev_job_thumbnail_run), (ev_job_print_run):
809         * shell/ev-page-cache.c: (ev_page_cache_new):
810         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
811         (check_job_size_and_unref), (add_job):
812         * shell/ev-sidebar-thumbnails.c: (add_range):
813         * shell/ev-view.c: (ev_view_form_field_get_region),
814         (ev_view_form_field_button_create_widget),
815         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
816         (ev_view_handle_form_field), (ev_view_size_allocate),
817         (get_selected_text):
818         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
819         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
820         (pdf_document_get_page), (pdf_document_get_page_label),
821         (pdf_document_render), (pdf_document_get_info),
822         (pdf_document_document_iface_init),
823         (pdf_document_thumbnails_get_thumbnail),
824         (pdf_document_thumbnails_get_dimensions),
825         (pdf_document_file_exporter_do_page),
826         (pdf_selection_render_selection),
827         (pdf_selection_get_selected_text),
828         (pdf_selection_get_selection_region),
829         (pdf_selection_get_selection_map),
830         (pdf_document_forms_get_form_fields),
831         (pdf_document_forms_form_field_text_get_text),
832         (pdf_document_forms_form_field_text_set_text),
833         (pdf_document_forms_form_field_button_set_state),
834         (pdf_document_forms_form_field_button_get_state),
835         (pdf_document_forms_form_field_choice_get_item),
836         (pdf_document_forms_form_field_choice_get_n_items),
837         (pdf_document_forms_form_field_choice_is_item_selected),
838         (pdf_document_forms_form_field_choice_select_item),
839         (pdf_document_forms_form_field_choice_toggle_item),
840         (pdf_document_forms_form_field_choice_unselect_all),
841         (pdf_document_forms_form_field_choice_set_text),
842         (pdf_document_forms_form_field_choice_get_text):
843         * backend/ps/ev-spectre.c: (ps_document_get_page),
844         (ps_document_get_page_size), (ps_document_get_page_label),
845         (ps_document_render), (ps_document_document_iface_init),
846         (ps_document_file_exporter_do_page):
847         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
848         (tiff_document_render), (tiff_document_render_pixbuf),
849         (tiff_document_file_exporter_do_page):
850         * backend/pixbuf/pixbuf-document.c:
851         (pixbuf_document_get_page_size):
852         * backend/comics/comics-document.c:
853         (comics_document_get_page_size), (comics_document_render_pixbuf):
854         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
855         (djvu_document_render), (djvu_selection_get_selected_text),
856         (djvu_document_thumbnails_get_thumbnail),
857         (djvu_document_file_exporter_do_page),
858         (djvu_document_find_get_result):
859         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
860         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
861         (dvi_document_thumbnails_get_thumbnail),
862         (dvi_document_file_exporter_do_page):
863         * backend/impress/impress-document.c:
864         (impress_document_get_page_size),
865         (impress_document_render_pixbuf):
866         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
867
868         Add EvPage so that we can hold a reference to the backend
869         page. Form fields keep now a reference to the poppler page
870         improving performance since we don't have to create/destroy the
871         poppler field for every form operation. This will be needed for
872         annotations too.
873         
874 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * data/evince-ui.xml:
877         * shell/ev-window.c:
878
879         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
880         
881 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * configure.ac:
884         * backend/ps/Makefile.am:
885
886         Remove gs stuff from ps backend.
887         
888 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * configure.ac:
891         * backend/pdf/ev-poppler.cc:
892
893         Bump poppler requirement to 0.8.0.
894         
895 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
896
897         * NEWS:
898         * configure.ac:
899
900         Update for release 2.22.1.1
901
902 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * configure.ac:
905
906         Fix build (again) when poppler version is 0.6
907         
908 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * backend/djvu/djvu-links.c: (build_tree):
911
912         Make sure link title is a valid utf8 string. Fixes bug #526517.
913         
914 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * configure.ac:
917
918         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
919         #526799.
920         
921 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
922
923         * configure.ac:
924         
925         Update for release 2.22.1.
926
927 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * NEWS:
930
931         Update for upcoming release.
932
933 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
934
935         * configure.ac:
936         * backend/dvi/dvidocument.evince-backend.in:
937
938         Add compressed dvi to the list of supported mime types. Patch by
939         Ed Catmur. Fixes bug #307087.
940
941 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * shell/ev-jobs.c: (ev_job_print_get_page_list):
944
945         Fix a crash when printing a range that doesn't specify the start or
946         end page. Fixes bug #524288.
947
948 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * shell/ev-window.c: (ev_window_cmd_continuous),
951         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
952         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
953         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
954         (ev_window_run_presentation), (ev_window_stop_presentation),
955         (ev_window_cmd_view_presentation),
956         (ev_window_cmd_leave_fullscreen),
957         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
958
959         Do not unfullscreen and fullscreen again the window when changing
960         from fullscreen to presentation mode and vice versa. Fixes bug
961         #524112.
962         
963 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
966
967         Do not crash when thumbnail failed to render in PS backend. Fixes
968         bug #525015.
969         
970 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
971
972         * shell/ev-window.c: (window_open_file_copy_ready_cb),
973         (ev_window_load_file_remote), (ev_window_open_uri):
974
975         Handle errors when opening remote files.
976         
977 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
978
979         * shell/ev-page-action.c: (ev_page_action_grab_focus):
980
981         Only grab the focus for the current visible proxy widget. Fixes
982         bug #521224.
983         
984 2008-03-30  Emil Soleyman  <emil@nishra.com>
985
986         * shell/ev-window.c: (launch_external_uri):
987         
988         Reuse g_app_info_launch_default_for_uri to
989         save some code and fix bug #525009.
990
991 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
992
993         * shell/ev-window.c (image_save_dialog_response_cb):
994
995         Use g_str_has_suffix. See bug #523069.
996
997 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * configure.ac:
1000
1001         Add a configure option to enable/diable DBus. Patch by Rémi
1002         Cardona. Fixes bug 521797.
1003
1004 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1007
1008         Fix printing in documents with rotated pages. Patch by Eugen
1009         Dedu. Fixes bug #512648.
1010         
1011 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1014         (ev_link_from_action):
1015
1016         Fix warning messages.
1017         
1018 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * shell/ev-window.c: (image_save_dialog_response_cb):
1021
1022         Do not append the extension to filename when saving an image
1023         if the filename alredy contains the extension. Fixes bug #523069.
1024         
1025 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1026
1027         * shell/ev-view.[ch]: (ev_view_find_cancel):
1028         * shell/ev-window.c: (find_bar_close_cb):
1029
1030         Cancel the find operation when the find bar is closed. Fixes bug
1031         #508845.
1032         
1033 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * backend/ps/psdocument.evince-backend.in:
1036
1037         Make ps backend module resident. Fixes bug #520607.
1038         
1039 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * shell/ev-jobs.c: (ev_job_print_run):
1042
1043         Invert collate action in order to work as expected, fix reverse
1044         printing so that it doesn't start with a blank page and fix number
1045         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1046         
1047 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1050
1051         Fix build with poppler <= 0.7.2
1052         
1053 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * libdocument/ev-document-misc.c:
1056         (ev_document_misc_surface_from_pixbuf):
1057
1058         Fix selections with poppler-splash.
1059         
1060 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * configure.ac:
1063         * backend/pdf/ev-poppler.cc:
1064
1065         Fix build with poppler >= 0.7.2
1066         
1067 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1068
1069         * configure.ac:
1070         
1071         Update for release 2.22.0
1072
1073 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * NEWS:
1076
1077         Update for upcoming release.
1078
1079 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1080
1081         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1082
1083         Bug 495107 – Handle print dialog responses correctly
1084
1085         Correctly handle print dialog response. Properly fixes
1086         the above mentioned bug.
1087
1088 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1091
1092         Make sure print job is only run when the print button is
1093         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1094         
1095 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1096
1097         * backend/pdf/pdfdocument.evince-backend.in:
1098         * libdocument/ev-backends-manager.c:
1099         (ev_backends_manager_load_backend),
1100         (ev_backends_manager_get_document):
1101         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1102
1103         Allow making backend modules resident. This is needed only for
1104         some backends like pdf to avoid registering glib types more than
1105         once.
1106         
1107 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * backend/comics/comics-document.c:
1110         * backend/djvu/djvu-document.c:
1111         * backend/impress/impress-document.c:
1112         * backend/pdf/ev-poppler.cc:
1113         * backend/pixbuf/pixbuf-document.c:
1114         * backend/ps/ev-spectre.c:
1115         * backend/ps/ps-document.c:
1116         * backend/tiff/tiff-document.c:
1117         * libdocument/ev-document.h:
1118         * properties/ev-properties-main.c:
1119
1120         Use g_type_module_add_interface instead of
1121         g_type_add_interface_static. Fixes bug #519679.
1122         
1123 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1124
1125         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1126         Added. Returns whether the animation has everything necessary to run.
1127         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1128         is ready just because it's been created. Fixes #519106.
1129         (draw_one_page): Do not show the "Loading..." text in presentation
1130         mode, there was a slim probability that this could happen.
1131
1132 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1135
1136         Duplicate mime_type string before freeing it so that it doesn't
1137         always fail when getting mime type from uri. Fixes bug #518874.
1138         
1139 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1142
1143         Fix a crash when a choice form field doesn't have any item
1144         selected. Fixes bug #518831
1145         
1146 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1147
1148         * shell/ev-window.c (ev_window_clear_temp_file):
1149         Use g_file_has_prefix instead of renamed
1150         g_file_contains_file.
1151
1152         * configure.ac:
1153         Require new glib for above change.
1154         
1155 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * libdocument/ev-image.c: (ev_image_finalize),
1158         (ev_image_save_tmp):
1159
1160         Return a real uri instead of a filename when saving an
1161         image. Fixes images drag an drop from evince to nautilus. 
1162         
1163 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1164
1165         * backend/pdf/ev-poppler.cc:
1166         (pdf_document_images_get_image_mapping):
1167
1168         Return the image list in the right order. Fixes bug #516237.
1169         
1170 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1171
1172         * backend/impress/impress-document.c:
1173         (impress_document_thumbnails_get_thumbnail):
1174
1175         Remove unused variable to avoid a compiler warning.
1176
1177 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1178
1179         * configure.ac:
1180         
1181         Update for release 2.21.91.
1182
1183 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * configure.ac:
1186         * shell/Makefile.am:
1187         * shell/ev-application.[ch]:
1188         * shell/ev-sidebar-links.c:
1189         * shell/ev-utils.[ch]:
1190         * shell/ev-window.[ch]:
1191
1192         Remove libgnomeprint support. Fixes bug #512370.
1193         
1194 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1195
1196         * thumbnailer/evince-thumbnailer.c: (main):
1197
1198         Initialize glib type system before using it. Fixes bug #513934.
1199         
1200 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * properties/ev-properties-main.c:
1203
1204         Add missing #include.
1205         
1206 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1207
1208         * configure.ac:
1209         * backend/djvu/djvu-document.c: (djvu_document_render):
1210         * backend/tiff/tiff-document.c: (tiff_document_render):
1211
1212         Use the new cairo function cairo_format_stride_for_width when
1213         available. Fixes bug #482720.
1214
1215 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1218         (get_mime_type_from_data), (get_document_from_uri):
1219
1220         Use g_content_type_guess() only when slow is true in
1221         get_document_from_uri(). Fix several memory leaks.
1222         
1223 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1224
1225         * libdocument/ev-document-factory.c:
1226         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1227         (get_document_from_uri):
1228
1229         Use g_content_type_guess () to get mimetype for files.
1230         Bug #510401.
1231
1232 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1233
1234         * thumbnailer/Makefile.am:
1235
1236         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1237         
1238 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1239
1240         * configure.ac:
1241
1242         Fix build with --without-libgnome. Fixes bug #512771.
1243         
1244 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1245
1246         * backend/dvi/Makefile.am: Install only dvi
1247         module. Fixes bug #512718.
1248
1249 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1250
1251         * properties/ev-properties-main.c: (nautilus_module_initialize):
1252         
1253         Initialize backends in properties tab. Fixes bug
1254         #512720.
1255
1256 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1257
1258         * properties/Makefile.am: No need to link with 
1259         libraries. Fixes bug #512719.
1260
1261 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1262
1263         * NEWS:
1264         * configure.ac:
1265         
1266         Update for release 2.21.90.
1267
1268 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * shell/ev-window.c: (ev_window_cmd_escape):
1271
1272         Fix compile warning.
1273         
1274 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1277
1278         Fix printing in dvi backend when filename contains white
1279         espaces. Fixes bug #502839.
1280         
1281 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1284         (screensaver_disable_x11):
1285         * shell/Makefile.am:
1286         * shell/xdg-user-dir-lookup.c: Removed
1287         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1288         * shell/ev-view.c: (ev_view_presentation_transition_start):
1289         * shell/ev-window.c: (ev_window_cmd_file_open),
1290         (ev_window_cmd_save_as), (presentation_set_timeout):
1291
1292         Remove #ifdefs that are no longer needed.
1293         
1294 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * shell/ev-view.[ch]: (ev_view_button_release_event),
1297         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1298         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1299         (ev_window_cmd_escape):
1300
1301         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1302         
1303 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * configure.ac:
1306         * backend/comics/comics-document.c: (comics_document_load):
1307         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1308         (ev_attachment_set_property), (ev_attachment_init),
1309         (ev_attachment_save), (ev_attachment_launch_app),
1310         (ev_attachment_open):
1311         * libdocument/ev-document-factory.c: (get_document_from_uri):
1312         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1313         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1314         * shell/ev-jobs.c:
1315         * shell/ev-password.c: (ev_password_dialog_set_property),
1316         (ev_password_dialog_save_password):
1317         * shell/ev-sidebar-attachments.c:
1318         (ev_sidebar_attachments_drag_data_get):
1319         * shell/ev-window-title.c: (get_filename_from_uri):
1320         * shell/ev-window.c: (ev_window_clear_temp_file),
1321         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1322         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1323         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1324         (launch_external_uri), (image_save_dialog_response_cb),
1325         (attachment_save_dialog_response_cb):
1326         * shell/main.c: (load_files), (load_files_remote), (main):
1327         * thumbnailer/evince-thumbnailer.c: (main):
1328
1329         Port to gio and drop gnome-vfs dependency. Fixes bug
1330         #510401. Based on patch by Cosimo Cecchi.
1331         
1332 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1333
1334         * NEWS:
1335
1336         Fixed formatting inconsistencies (spaces vs. tabs)
1337
1338 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1339
1340         * shell/ev-window.c:
1341
1342         Use top/up/bottom/down arrows instead of
1343         first/left/last/right in the toolbar and menu actions.
1344         This fixes issues with RTL languages and is visually
1345         consistent with the page view. Fixes bug #170081.
1346
1347 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1348
1349         * NEWS:
1350
1351         Fixed some inaccuracies pointed out by Carlos Garcia
1352         Campos.
1353
1354 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1355
1356         * NEWS:
1357         * data/evince.schemas.in:
1358         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1359
1360         Override PDF restrictions by default. Fixes bug #382700.
1361
1362 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1363
1364         * NEWS: Updated for upcoming release
1365
1366 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1369
1370         Fix memory leak.
1371         
1372 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1373
1374         * shell/ev-window.c: (register_custom_actions):
1375         
1376         Added comment for translators
1377
1378 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * shell/ev-view.c: (ev_view_button_release_event):
1381
1382         Do not create the idle function for kinetic scrolling if we are
1383         not in a drag operation.
1384
1385 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1388         (ev_view_button_press_event), (ev_view_motion_notify_event),
1389         (ev_view_button_release_event):
1390
1391         Restore cursor after autoscrolling. Fixes bug #509958.
1392
1393 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * configure.ac:
1396         * backend/pdf/ev-poppler.cc:
1397         (pdf_document_images_get_image_mapping),
1398         (pdf_document_images_get_image),
1399         (pdf_document_document_images_iface_init):
1400         * libdocument/ev-document-images.[ch]:
1401         (ev_document_images_get_image_mapping),
1402         (ev_document_images_get_image):
1403         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1404         (ev_image_get_id), (ev_image_save_tmp):
1405         * shell/ev-jobs.c: (ev_job_render_run):
1406         * shell/ev-view.c: (ev_view_drag_data_get):
1407         * shell/ev-window.c: (image_save_dialog_response_cb),
1408         (ev_view_popup_cmd_copy_image):
1409
1410         Do not render images when rendering the page but on demand. It
1411         reduces the memory comsumption.
1412         
1413 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1414
1415         * configure.a:
1416         * shell/ev-password.c:
1417
1418         Make gnome-keyring optional. Fixes bug #509676.
1419         
1420 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * shell/ev-pixbuf-cache.c: (add_job):
1423
1424         Initialize include_images variable as FALSE instead of TRUE.
1425         
1426 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1427
1428         * configure.ac:
1429         * cut-n-paste/Makefile.am:
1430         * cut-n-paste/fileformatchooser/Makefile.am:
1431         * cut-n-paste/fileformatchooser/egg-macros.h:
1432         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1433         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1434         * shell/Makefile.am:
1435         * shell/ev-utils.c:
1436         (file_chooser_dialog_add_writable_pixbuf_formats),
1437         (get_gdk_pixbuf_format_by_extension):
1438         * shell/ev-utils.h:
1439         * shell/ev-window.c: (ev_window_error_message),
1440         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1441         
1442         Simplify image format selection on save.
1443
1444 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1445
1446         * shell/ev-view.c: (ev_view_scroll_event):
1447         
1448         Repair gorizontal scrolling with shift. Fixes
1449         bug #483412.
1450
1451 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1452         
1453         * MAINTAINERS:
1454
1455         Fix formatting issues.
1456         
1457 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1458
1459         * backend/comics/comics-document.c: (comics_regex_quote):
1460         
1461         Don't overquote special chars except of '. See bug 
1462         502500. Thanks to Tom Parker.
1463
1464 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1465
1466         * MAINTAINERS:
1467         
1468         Added Nickolay and Carlos, since they're doing most of
1469         the releases nowadays.
1470
1471 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1472
1473         * properties/Makefile.am:
1474
1475         Get the nautilus extension dir properly instead of using
1476         a hack. Fixes bug #505359.
1477
1478 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1479
1480         * properties/Makefile.am:
1481         
1482         Install nautilus extension into new place. See bug
1483         #505359. Thanks to Matthias Clasen, Brian Pepple and
1484         Damien Carbery.
1485
1486 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1487
1488         * shell/ev-window.c: (ev_window_get_recent_file_label):
1489         
1490         RTL marker in recent file list. See bug #509076.
1491
1492 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1493
1494         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1495         * shell/ev-window.c: (image_save_dialog_response_cb):
1496
1497         Fix compile warnings due to unused variables.
1498         
1499 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * configure.ac:
1502         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1503         * backend/ps/ev-spectre.c: (ps_document_render):
1504
1505         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1506
1507 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1508
1509         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1510         (ev_transition_animation_paint): Implement "fade" effect.
1511
1512 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1513
1514         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1515         (ev_transition_animation_paint): Implement "uncover" effect.
1516
1517 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1518
1519         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1520         (ev_transition_animation_paint): Implement "cover" effect.
1521
1522 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1523
1524         * shell/ev-transition-animation.c (ev_transition_animation_push)
1525         (ev_transition_animation_paint): Implement "push" effect.
1526
1527 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1528
1529         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1530         (ev_transition_animation_paint): Implement "dissolve" effect.
1531
1532 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1533
1534         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1535         (ev_transition_animation_paint): Implement "wipe" effect.
1536
1537 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1538
1539         * shell/ev-transition-animation.c (ev_transition_animation_box)
1540         (ev_transition_animation_paint): Implement "box" effect.
1541
1542 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1543
1544         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1545         (ev_transition_animation_paint): Implement "blinds" effect.
1546
1547 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1548
1549         * shell/ev-transition-animation.c (ev_transition_animation_split)
1550         (ev_transition_animation_paint): Implement "split" effect.
1551
1552 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1553
1554         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1555         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1556         (ev_view_transition_animation_start) 
1557         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1558         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1559         (ev_view_next_page) (ev_view_previous_page):
1560         
1561         Use EvTransitionAnimation to drive page changes in the presentation
1562         mode, the animation will wait to start until both the origin and 
1563         destination page surfaces are available. Fixes #458460.
1564
1565         (draw_loading_text):
1566
1567         Remove workaround for bug #320352, it's now fixed properly.
1568
1569
1570 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1571
1572         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1573         will contain the implementations for page transition animations, at
1574         the moment it just has the "replace" effect.
1575         * shell/Makefile.am: Added these files to build.
1576
1577 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1578
1579         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1580         animations.
1581         * shell/Makefile.am: Added these files to build.
1582
1583 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1584
1585         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1586         implementation to get_effect() in EvDocumentTransitionIface.
1587
1588 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1589
1590         * libdocument/ev-transition-effect.[ch]: New files, define a page
1591         transition effect, at the moment it maps PopplerPageTransition to a
1592         GObject.
1593         * libdocument/Makefile.am: Added these files to build.
1594         * libdocument/ev-document-transition.[ch]
1595         (ev_document_transition_get_effect): New method, gets the
1596         EvTransitionEffect returned by the interface implementation, with
1597         fallback to the "replace" effect.
1598
1599 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1600
1601         * configure.ac:
1602         * cut-n-paste/Makefile.am:
1603         * cut-n-paste/fileformatchooser/Makefile.am:
1604         * cut-n-paste/fileformatchooser/egg-macros.h:
1605         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1606         * shell/Makefile.am:
1607         * shell/ev-window.c: (image_save_dialog_response_cb),
1608         (ev_view_popup_cmd_save_image_as):
1609
1610         Allow exporting images in any format supported by
1611         GdkPixbuf. Fixes bug #500209.
1612         
1613 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * backend/pixbuf/pixbuf-document.c:
1616
1617         More warnings fixed.
1618         
1619 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1620
1621         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1622         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1623         * backend/djvu/djvu-text.h:
1624         * backend/tiff/tiff-document.c: (tiff_document_render):
1625
1626         Fix compile warnings.
1627         
1628 2007-12-28  Christian Persch  <chpe@gnome.org>
1629
1630         * **/*.c: Include config.h. Bug #504721.
1631
1632 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * configure.ac:
1635         * Makefile.am:
1636         * po/POTFILES.in:
1637         * backend/comics/Makefile.am:
1638         * backend/comics/comics-document.[ch]:
1639         * backend/comics/comicsdocument.evince-backend.in:
1640         * backend/djvu/Makefile.am:
1641         * backend/djvu/djvu-document.[ch]:
1642         * backend/djvu/djvudocument.evince-backend.in:
1643         * backend/dvi/Makefile.am:
1644         * backend/dvi/dvi-document.[c]:
1645         * backend/dvi/dvidocument.evince-backend.in:
1646         * backend/impress/Makefile.am:
1647         * backend/impress/impress-document.[ch]:
1648         * backend/impress/impressdocument.evince-backend.in:
1649         * backend/pdf/Makefile.am:
1650         * backend/pdf/ev-poppler.cc:
1651         * backend/pdf/ev-poppler.h:
1652         * backend/pdf/pdfdocument.evince-backend.in:
1653         * backend/pixbuf/Makefile.am:
1654         * backend/pixbuf/pixbuf-document.[ch]:
1655         * backend/pixbuf/pixbufdocument.evince-backend.in:
1656         * backend/ps/Makefile.am:
1657         * backend/ps/ev-spectre.[ch]:
1658         * backend/ps/ps-document.[ch]:
1659         * backend/ps/psdocument.evince-backend.in:
1660         * backend/tiff/Makefile.am:
1661         * backend/tiff/tiff-document.[ch]:
1662         * backend/tiff/tiffdocument.evince-backend.in:
1663         * libdocument/Makefile.am:
1664         * libdocument/ev-backends-manager.[ch]:
1665         * libdocument/ev-module.[ch]:
1666         * libdocument/ev-document.h:
1667         * libdocument/ev-document-factory.[ch]:
1668         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1669         (get_compression_from_mime_type), (get_document_from_uri),
1670         (ev_document_factory_get_document), (file_filter_add_mime_types),
1671         (ev_document_factory_add_filters):
1672         * shell/Makefile.am:
1673         * shell/ev-window-title.c: (get_filename_from_uri):
1674         * shell/main.c: (main):
1675         * thumbnailer/Makefile.am:
1676         * thumbnailer/evince-thumbnailer.c: (main):
1677
1678         Plugin system for backends. Fixes bug #351348.
1679         
1680 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1681
1682         * shell/ev-view-private.h:
1683         * shell/ev-view.c: (ev_view_drag_update_momentum),
1684         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1685         (ev_view_button_release_event), (ev_view_destroy):
1686         
1687         Kinetic scrolling implemented as requested in
1688         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1689
1690 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1691
1692         * data/evince-toolbar.xml:
1693         * data/evince-ui.xml:
1694         * shell/ev-view-private.h:
1695         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1696         (ev_view_button_press_event), (ev_view_motion_notify_event),
1697         (ev_view_button_release_event), (ev_view_init),
1698         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1699         (ev_view_set_cursor):
1700         * shell/ev-view.h:
1701         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1702         (ev_window_cmd_view_autoscroll):
1703         
1704         Autoscroll feature with the context menu. Fixes bug 
1705         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1706
1707 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1710
1711         Disconnect also page-ready signal when removing a job because the
1712         page size has changed. Thanks to kripken
1713         <kripkensteiner@gmail.com>.
1714
1715 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1716
1717         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1718         
1719         Scroll pages in page entry with mouse wheel. Fixes bug
1720         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1721
1722 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * backend/dvi/Makefile.am:
1725         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1726         (mdvi_cairo_device_init):
1727         * backend/dvi/mdvi-lib/common.h:
1728         * backend/dvi/mdvi-lib/mdvi.h:
1729         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1730         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1731         (mdvi_build_path_from_cwd):
1732
1733         Add ps specials support in dvi backend when libspectre is
1734         present. Fixes bug #386005.
1735         
1736 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * configure.ac:
1739         * backend/ps/Makefile.am:
1740         * backend/ps/ev-spectre.[ch]:
1741         
1742         Use libspectre, if available, for the ps backend. Fixes bugs
1743         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1744
1745 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1746         
1747         * backend/comics/comics-document.c: (comics_document_load):
1748         
1749         Cygwin build issue fix.
1750
1751 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1752
1753         * shell/ev-view.c: (ev_view_set_zoom):
1754
1755         Do not limit the minimum zoom factor when sizing mode is best bit
1756         or fit width. Fixes bug #503805.
1757         
1758 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1759
1760         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1761         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1762         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1763         (ev_link_dest_get_property), (ev_link_dest_set_property),
1764         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1765         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1766         (ev_link_dest_new_fitr):
1767         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1768         (goto_fith_dest), (goto_xyz_dest):
1769
1770         Do not change left, top and zoom values when they are null in PDF
1771         destinations. Fixes bug #460658.
1772         
1773 2007-12-10  Christian Persch  <chpe@gnome.org>
1774
1775         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1776         (ev_view_accessible_class_init),
1777         (ev_view_accessible_idle_do_action),
1778         (ev_view_accessible_action_do_action),
1779         (ev_view_accessible_action_get_description),
1780         (ev_view_accessible_action_set_description),
1781         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1782         (ev_view_accessible_factory_init),
1783         (ev_view_accessible_factory_get_accessible_type):
1784         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1785         private data, and G_DEFINE_TYPE. Bug #502843.
1786
1787 2007-12-08  Christian Persch  <chpe@gnome.org>
1788
1789         * shell/ev-metadata-manager.c: (item_free),
1790         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1791         (value_free), (parse_value), (parseItem),
1792         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1793         (save_values): Use GSlice to allocate small amounts of memory. Bug
1794         #475972.
1795
1796 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1799
1800         Restore cursor to normal after a drag operation. Fixes bug
1801         #501603.
1802         
1803 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1804
1805         * NEWS:
1806         * configure.ac:
1807         
1808         Update for release 2.21.1
1809
1810 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1811
1812         * configure.ac:
1813         * cut-n-paste/gedit-message-area/Makefile.am:
1814         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1815         * shell/Makefile.am:
1816         * shell/ev-message-area.[ch]:
1817         * shell/ev-window.c: (ev_window_set_message_area),
1818         (ev_window_error_message_response_cb), (ev_window_error_message),
1819         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1820         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1821         (ev_attachment_popup_cmd_open_attachment),
1822         (attachment_save_dialog_response_cb), (ev_window_set_document),
1823         (ev_window_init):
1824
1825         Use a message area instead of a popup dialog for error
1826         notifications. Fixes bug #337495.
1827         
1828 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1831         (ev_window_run_fullscreen):
1832
1833         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1834         
1835 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * ev-sidebar-thumbnails.c: (update_visible_range),
1838         (ev_sidebar_thumbnails_refresh),
1839         (ev_sidebar_thumbnails_set_document),
1840         (ev_sidebar_thumbnails_support_document):
1841
1842         Show thumbnails for documents with one page. Fixes bug #358751.
1843         
1844 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * shell/ev-window.c:
1847         (ev_window_load_print_settings_from_metadata),
1848         (ev_window_save_print_settings), (ev_window_print_finished),
1849         (ev_window_print_range):
1850
1851         Print settings that are specific to the document are now saved per
1852         document in the metadata file. Fixes bug #488806.
1853         
1854 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1855
1856         * backend/tiff/tiff-document.c: (tiff_document_render):
1857
1858         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1859         
1860 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * shell/ev-application.[ch]: (get_find_string_from_args),
1863         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1864         (ev_application_open_uri_list):
1865         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1866         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1867         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1868         (ev_window_cmd_recent_file_activate),
1869         (ev_window_open_recent_action_item_activated),
1870         (ev_window_print_send), (open_remote_link):
1871         * shell/main.c: (arguments_parse):
1872
1873         Add a command line option for search. Fixes bug #497710.
1874         
1875 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1876
1877         * shell/ev-jobs.c: (ev_job_print_new):
1878
1879         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1880         
1881 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * data/evince-toolbar.xml:
1884         * shell/Makefile.am:
1885         * shell/ev-application.c: (ev_application_init):
1886         * shell/ev-open-recent-action.[ch]:
1887         * shell/ev-window.c:
1888         (ev_window_open_recent_action_item_activated),
1889         (register_custom_actions):
1890
1891         Add an expander to the open toolbar item which pops up a dropdown
1892         menu with the recently used documents. Fixes bug #487215.
1893         
1894 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * shell/ev-window.c: (ev_window_open_uri),
1897         (ev_window_cmd_view_reload):
1898
1899         Do not jump to the first page when reloading by running evince
1900         from the command line. Fixes bug #490847.
1901         
1902 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1903
1904         * shell/ev-window.c: (ev_window_cmd_help_contents):
1905
1906         Plugged memory leak when help file is not found. Fixes bug
1907         #490762.
1908         
1909 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1910
1911         * configure.ac:
1912
1913         Enable djvu, dvi and comics backends by default. Fixes bug
1914         #437121.
1915         
1916 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1917
1918         * configure.ac:
1919         * cut-n-paste/Makefile.am:
1920         * cut-n-paste/recent-files/*: Removed
1921         * help/reference/Makefile.am:
1922         * shell/Makefile.am:
1923         * shell/ev-application.[ch]: (ev_application_shutdown),
1924         (ev_application_init):
1925         * shell/ev-window.c: (ev_window_add_recent),
1926         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1927
1928         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1929         
1930 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1931
1932         * shell/ev-window.c: (launch_external_uri):
1933
1934         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1935         and report error if the URL is not supported (#489910).
1936
1937 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1940         (pdf_document_file_exporter_begin_page),
1941         (pdf_document_file_exporter_end_page):
1942
1943         Fix printing with poppler splash backend. Fixes bug #489774.
1944         
1945 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1948         * shell/ev-print-job.c: (ev_print_job_class_init):
1949
1950         Fix a crash when printing with the gnome-print dialog. Fixes bug
1951         #488939.
1952         
1953 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1954
1955         * backend/pixbuf/pixbuf-document.c:
1956
1957         Fix an implicit function definition warning (#487655)
1958
1959 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * shell/ev-window.c:
1962
1963         Fix conflicting shortcut for view sade pane and presentation.
1964         
1965 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1966
1967         * backend/pdf/ev-poppler.cc:
1968         (pdf_document_file_exporter_begin_page),
1969         (pdf_document_file_exporter_do_page),
1970         (pdf_document_file_exporter_end_page),
1971         (pdf_document_file_exporter_iface_init):
1972         * libdocument/ev-file-exporter.[ch]:
1973         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1974         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1975         (ev_job_print_run):
1976
1977         When printing multiple pages per sheet in reverse option, do not
1978         invert the order of the pages in every sheet, but the order of the
1979         sheets. Do not print blank pages when page range is invalid. Fixes
1980         bugs #484857 and #485521.
1981         
1982 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1985         (ev_job_print_run):
1986         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1987
1988         Respect ranges order when printing more than one range in random
1989         order.
1990         
1991 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1992
1993         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1994         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1995
1996         Rotate also the window icon when document is rotated. Fixes bug
1997         #474681.
1998         
1999 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2002         (pdf_document_forms_get_form_fields):
2003
2004         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2005         Matthias Drochner.
2006         
2007 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * configure.ac:
2010         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2011
2012         Use poppler_page_render_for_printing() instead of
2013         poppler_page_render() if available when exporting to a ps or pdf
2014         file. Fixes bug #476627.
2015         
2016 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * shell/ev-window.c: (ev_window_run_fullscreen):
2019
2020         Do not show the toolbar in fullscreen mode if the main toolbar is
2021         not visible. Fixes bug #483048.
2022         
2023 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * shell/ev-view.c: (ev_view_button_press_event):
2026
2027         Give priority to form fields over images when deciding whether a
2028         button press event is over an image or form field. It allows edit
2029         form fields when they are over a background image. Fixes bug
2030         #477841.
2031         
2032 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2033
2034         * NEWS:
2035         * configure.ac:
2036         
2037         Update for release 2.20.0
2038
2039 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * backend/pdf/ev-poppler.cc:
2042
2043         Remove #ifdef HAVE_FORMS, so that forms support works again.
2044
2045 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2046
2047         * configure.ac:
2048         * data/evince.desktop.in.in:
2049         
2050         Fixes desktop file issues. See bug #473471.
2051
2052 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2053
2054         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2055         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2056         (ev_job_queue_remove_job):
2057         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2058         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2059         * shell/ev-window.c: (ev_window_clear_save_job),
2060         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2061         (ev_window_dispose):
2062
2063         Move save a copy task to its own job so that it's carried out in a
2064         thread avoiding another lock in the main thread. Use
2065         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2066         can be saved to a pathin another file system. Fixes bug #456891.
2067         
2068 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2069
2070         * NEWS:
2071         * configure.ac:
2072         
2073         Update for release 2.19.92
2074
2075 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2076
2077         * configure.ac:
2078         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2079         (pdf_selection_get_selection_region),
2080         (pdf_selection_get_selection_map),
2081         (ev_form_field_from_poppler_field):
2082
2083         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2084         and triple click selections are enabled again now.
2085
2086 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2087
2088         * shell/ev-window.c: (ev_window_add_history):
2089
2090         Make sure not to use the history with documents not supporting
2091         links. Fixes bug #468954.
2092
2093 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * shell/ev-window.c: (ev_window_load_job_cb):
2096
2097         Restart the search when reloading a document with the find bar
2098         visible. Fixes bug #461962.
2099
2100 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2101
2102         * shell/ev-window.c: (setup_document_from_metadata),
2103         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2104
2105         Do not jump to the first page when reloading a document from the
2106         last page.
2107
2108 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * shell/ev-window.c: (update_chrome_flag),
2111         (setup_sidebar_from_metadata),
2112         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2113         (ev_window_cmd_edit_find_next),
2114         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2115         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2116         (find_bar_close_cb), (view_actions_focus_in_cb):
2117
2118         Do not update visibility when changing a chrome flag so that it's
2119         possible to update several flags and update visibility only once
2120         for all of them.
2121
2122 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2125
2126         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2127         supported by gtk+. Fixes bug #460907.
2128
2129 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * shell/ev-view.c: (view_update_range_and_current_page):
2132
2133         Make sure current-page <= end-page in continuous mode. Fixes bug
2134         #454950.
2135
2136 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * backend/pdf/ev-poppler.cc: (build_tree):
2139
2140         Ignore outline items without a title. Fixes bug #453913.
2141
2142 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2143
2144         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2145         (ev_view_button_release_event), (ev_view_leave_notify_event):
2146
2147         Use always drag mouse cursor during a drag operation. Fixes bug
2148         #470564.
2149
2150 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2153         (pdf_selection_get_selection_region),
2154         (pdf_selection_get_selection_map):
2155
2156         Temporarily disable double and triple selections since it depends on
2157         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2158         released and the update of the external dependency minimal version
2159         approved.
2160
2161 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2164         (pdf_document_file_exporter_do_page):
2165         * libdocument/ev-file-exporter.h:
2166         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2167         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2168
2169         Actually fix printing regressions. Remove orientation from
2170         EvPrintContext since it's redundant.
2171
2172 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2175         * backend/impress/impress-document.c:
2176         (impress_document_document_iface_init):
2177         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2178         * backend/djvu/djvu-document.c:
2179         (djvu_document_document_iface_init),
2180         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2181         * backend/tiff/tiff-document.c:
2182         (tiff_document_document_iface_init):
2183         * backend/pixbuf/pixbuf-document.c:
2184         (pixbuf_document_document_iface_init):
2185         * backend/comics/comics-document.c:
2186         (comics_document_document_iface_init):
2187         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2188         (pdf_selection_render_selection),
2189         (pdf_selection_get_selected_text),
2190         (pdf_selection_get_selection_region),
2191         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2192         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2193         (ev_selection_get_selection_region),
2194         (ev_selection_get_selection_map):
2195         * libdocument/ev-document.[ch]:
2196         * shell/ev-pixbuf-cache.[ch]: (add_job),
2197         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2198         * shell/ev-view-private.h:
2199         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2200         (ev_job_render_run):
2201         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2202         * shell/ev-view.c: (start_selection_for_event),
2203         (ev_view_button_press_event), (ev_view_drag_data_get),
2204         (ev_view_drag_data_received), (ev_view_button_release_event),
2205         (compute_new_selection_text), (compute_selections),
2206         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2207         (ev_view_primary_get_cb):
2208
2209         Add support for double and triple click selections.
2210
2211 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2212
2213         * NEWS:
2214         * configure.ac:
2215
2216         Update for release 2.19.4
2217
2218 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2219
2220         * shell/ev-view-private.h:
2221         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2222         (ev_view_set_highlight_search):
2223         * shell/ev-view.h:
2224         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2225         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2226         (find_bar_visibility_changed_cb):
2227         
2228         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2229
2230 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2233         (pdf_document_file_exporter_begin),
2234         (pdf_document_file_exporter_do_page):
2235         * shell/ev-jobs.c: (ev_job_print_run):
2236         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2237
2238         Create always a portrait cairo surface and rotate when needed for
2239         landscape. It fixes printing problems in real printers.
2240
2241 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2242
2243         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2244         * libdocument/ev-file-exporter.[ch]:
2245         (ev_file_exporter_get_capabilities):
2246         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2247         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2248
2249         Adjust number of pages per row according to page orientation when
2250         printing 2 or 6 pages per sheet.
2251
2252 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * shell/ev-window.c: (ev_window_print_send):
2255
2256         Reset also cups setting to 1 when printing multiple pages per
2257         sheet. Fixes bug #468853.
2258
2259 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * libdocument/ev-document-misc.c:
2262         (ev_document_misc_surface_rotate_and_scale):
2263
2264         Use directly cairo_surface_get_content() when creating a similar
2265         surface as suggested by Jeff Muizelaar. Thanks again.
2266
2267 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * backend/djvu/djvu-document.c: (djvu_document_render):
2270         * backend/tiff/tiff-document.c: (tiff_document_render):
2271         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2272         * libdocument/ev-document-misc.c:
2273         (ev_document_misc_surface_from_pixbuf),
2274         (ev_document_misc_surface_rotate_and_scale):
2275
2276         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2277         creating page surfaces. Fixes bug #453123. Thank you very much to
2278         Jeff Muizelaar <jeff@infidigm.net>.
2279
2280 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * shell/ev-page-cache.c: (ev_page_cache_new),
2283         (ev_page_cache_get_thumbnail_size):
2284         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2285         (ev_sidebar_thumbnails_set_loading_icon):
2286
2287         Also store in page-cache the dimensions of the thumbnails so that
2288         they can be used to create the correct loading icon in the side
2289         pane. Fixes bug #466857.
2290
2291 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2292
2293         * backend/pdf/ev-poppler.cc:
2294         (pdf_document_thumbnails_get_thumbnail):
2295
2296         Fix thumbnails rotation in pdf documents that include embedded 
2297         thumbnails.
2298
2299 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2300
2301         * backend/pdf/ev-poppler.cc:
2302
2303         Don't use #ifdef in macro expansion. Some compilers don't
2304         like that. Closes bug #467042.
2305
2306 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2307
2308         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2309         
2310         Fixes memory leak in djvu backend.
2311
2312 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2313
2314         * data/icons/32x32/Makefile.am:
2315         * data/icons/32x32/actions/Makefile.am:
2316         * data/icons/32x32/actions/view-page-cont.svg:
2317         * data/icons/32x32/actions/view-page-facing.svg:
2318         * data/icons/48x48/Makefile.am:
2319         * data/icons/48x48/actions/Makefile.am:
2320         * data/icons/48x48/actions/view-page-cont.svg:
2321         * data/icons/48x48/actions/view-page-facing.svg:
2322         
2323         Icons for a new sizes.
2324
2325 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2326
2327         * shell/ev-page-cache.c: (build_height_to_page),
2328         (ev_page_cache_get_height_to_page):
2329         
2330         Fixes invalid read, see bug #466401.
2331
2332 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2333
2334         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2335         (set_drag_cursor):
2336         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2337         (configure_item_cursor), (new_pixbuf_from_widget):
2338
2339         Fix multihead problems in toolbar editor. Fixes bug #382055.
2340
2341 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * shell/ev-window.c: (ev_window_cmd_file_open),
2344         (ev_window_cmd_save_as):
2345
2346         Use g_get_user_special_dir when available instead of
2347         xdg_user_dir_lookup.
2348
2349 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2350
2351         * MAINTAINERS:
2352         
2353         Updated according to request on desktop-devel.
2354
2355 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2358
2359         Do not use cairo_rectangle and cairo_clip since we are
2360         not using cairo_fill but cairo_paint. Use the same cairo context
2361         for every page in the same expose event.
2362
2363 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2364
2365         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2366         leak.
2367
2368 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * configure.ac:
2371         * NEWS:
2372
2373         Release 0.9.3
2374
2375 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * libdocument/ev-document-info.h:
2378         * libdocument/ev-document.h:
2379         * shell/ev-page-action.h:
2380         * shell/ev-sidebar-links.h:
2381
2382         Fix a headers problem with ev-link
2383         
2384         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2385         * shell/ev-view-private.h:
2386         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2387         (get_link_area), (ev_view_query_tooltip),
2388         (ev_view_leave_notify_event), (ev_view_destroy),
2389         (ev_view_class_init):
2390
2391         Use new gtk tooltips when available instead of ev-tooltip.
2392         
2393 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2394
2395         * shell/ev-window.c: (update_chrome_visibility),
2396         (ev_window_sidebar_visibility_changed_cb):
2397
2398         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2399         
2400 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * shell/ev-navigation-action.c:
2403         (ev_navigation_action_history_changed),
2404         (ev_navigation_action_set_history):
2405         * shell/ev-navigation-action-widget.c:
2406         (ev_navigation_action_widget_init):
2407         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2408
2409         Fix compile warnings.
2410         
2411 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2412
2413         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2414         (egg_editable_toolbar_dispose):
2415
2416         Fix memory leak.
2417         
2418 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2419
2420         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2421         (screensaver_disable_x11):
2422         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2423         * shell/ev-window.c: (presentation_set_timeout):
2424         * shell/ev-view.c: (ev_view_presentation_transition_start):
2425
2426         Use g_timeout_add_seconds instead of g_timeout_add when
2427         available.
2428         
2429 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2432
2433         Set horizontal scrollbar policy to AUTOMATIC instead of
2434         NEVER. Workaround for bug #449462.
2435         
2436 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2437
2438         * shell/ev-jobs.c: (ev_job_render_page_ready):
2439
2440         Add page_ready callback to main loop with high priority and hold
2441         a reference to job during idle.
2442         
2443 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * configure.ac:
2446         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2447         (pdf_document_file_exporter_begin),
2448         (pdf_document_file_exporter_do_page),
2449         (pdf_document_file_exporter_get_capabilities):
2450         * libdocument/ev-file-exporter.h:
2451         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2452         * shell/ev-window.c: (ev_window_print_send),
2453         (ev_window_print_dialog_response_cb):
2454
2455         Allow printing multiple pages per sheet. Fixes bug #395573.
2456         
2457 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2458
2459         * shell/ev-view.c: (tip_from_link):
2460         
2461         Check for NULL, fixes bug #460862.
2462
2463 2007-07-29  Christian Persch  <chpe@gnome.org>
2464
2465         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2466         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2467         (ev_window_cmd_preview_print):
2468         
2469         Fixes bug #437681 - blocks while enumerating printers.
2470
2471 2007-07-29  Christian Persch  <chpe@gnome.org>
2472
2473         * shell/ev-window.c: (ev_window_screen_changed):
2474         
2475         Don't use deprecated gtk+ function. See bug #460909.
2476
2477 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * shell/ev-utils.c: (get_num_monitors):
2480         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2481
2482         Do not use display before initializing it. Remove compile
2483         warnings.
2484
2485 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2486
2487         * shell/ev-view.c: (ev_view_class_init):
2488         
2489         Unix-like hjkl bindings added. See bug #458111.
2490
2491 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2492
2493         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2494         * shell/ev-utils.h:
2495         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2496         (ev_view_update_view_size):
2497         * shell/ev-view.h:
2498         * shell/ev-window.c: (ev_window_update_actions),
2499         (setup_view_from_metadata), (ev_window_screen_changed),
2500         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2501         (zoom_control_changed_cb):
2502         * shell/ev-window.h:
2503         
2504         Reorganizes utility functions.
2505
2506 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2509         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2510         (add_job), (ev_pixbuf_cache_get_surface),
2511         (ev_pixbuf_cache_get_link_mapping),
2512         (ev_pixbuf_cache_get_image_mapping),
2513         (ev_pixbuf_cache_get_form_field_mapping),
2514         (ev_pixbuf_cache_get_text_mapping):
2515         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2516         (notify_page_ready), (ev_job_render_page_ready),
2517         (ev_job_render_run):
2518
2519         Add page_ready signal to notify that page is ready as soon as
2520         possible even if other page elements like links, forms, images or
2521         text mapping are not ready yet.
2522
2523 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2526         (dvi_document_file_exporter_do_page),
2527         (dvi_document_file_exporter_get_capabilities),
2528         (dvi_document_file_exporter_iface_init):
2529         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2530         (ps_document_file_exporter_do_page),
2531         (ps_document_file_exporter_get_capabilities),
2532         (ps_document_file_exporter_iface_init):
2533         * backend/djvu/djvu-document.c:
2534         (djvu_document_file_exporter_begin),
2535         (djvu_document_file_exporter_end),
2536         (djvu_document_file_exporter_get_capabilities),
2537         (djvu_document_file_exporter_iface_init):
2538         * backend/tiff/tiff-document.c:
2539         (tiff_document_file_exporter_begin),
2540         (tiff_document_file_exporter_get_capabilities),
2541         (tiff_document_document_file_exporter_iface_init):
2542         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2543         (pdf_document_file_exporter_do_page),
2544         (pdf_document_file_exporter_get_capabilities),
2545         (pdf_document_file_exporter_iface_init):
2546         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2547         (ev_file_exporter_get_capabilities):
2548         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2549         (idle_print_handler), (ev_print_job_print):
2550         * shell/ev-jobs.c: (ev_job_print_run):
2551         * shell/ev-window.c: (ev_window_print_send),
2552         (ev_window_print_range):
2553
2554         Use capabilities to know which options should be offered by the
2555         print dialog depending on the document backend.
2556
2557 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2558
2559         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2560
2561         Give priority to forms over text to set the cursor.
2562
2563 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * shell/ev-view-private.h:
2566         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2567         (ev_view_leave_notify_event), (ev_view_finalize),
2568         (ev_view_get_property), (ev_view_class_init):
2569
2570         Use IBEAM cursor for text form fields and NORMAL cursor for read
2571         only fields. Remove unused status attribute.
2572
2573 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2574
2575         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2576
2577         Update region for current selected items also for checkbox
2578         buttons, since they can behave as radio buttons when they are in a
2579         set.
2580
2581 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2582
2583         * configure.ac:
2584         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2585
2586         Get max length of text form fields.
2587
2588 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2591         * libdocument/ev-form-field.h:
2592         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2593
2594         Fix build with current poppler cvs head.
2595
2596 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2599         * shell/eggfindbar.c: (egg_find_bar_init):
2600
2601         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2602         deprecation. Fixes bug #455667
2603
2604 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2605
2606         * NEWS:
2607         * configure.ac:
2608         
2609         Update for release 0.9.2
2610
2611 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * shell/ev-view.c: (ev_view_form_field_text_save),
2614         (ev_view_form_field_choice_save):
2615
2616         Fix a crash when closing whith a form widget visible.
2617
2618 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2621
2622         Update also the region of the current selected button when
2623         clicking on another button if they are radio buttons.
2624
2625 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2628         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2629         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2630         (ev_pixbuf_cache_get_link_mapping),
2631         (ev_pixbuf_cache_get_image_mapping),
2632         (ev_pixbuf_cache_get_form_field_mapping),
2633         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2634         * shell/ev-view.c: (ev_view_form_field_get_region),
2635         (ev_view_form_field_button_create_widget),
2636         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2637         (job_finished_cb):
2638
2639         Redraw only form field region instead of the whole page when
2640         reloading a page to show changes on the form field.
2641
2642 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2643
2644         * shell/ev-view.c: (ev_view_form_field_choice_save):
2645
2646         Fix selection of first item in list form fields.
2647
2648 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2649
2650         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2651         (ev_pixbuf_cache_reload_page),
2652         (ev_pixbuf_cache_get_form_field_mapping):
2653
2654         Some refactoring to avoid duplicated code.
2655
2656 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * configure.ac:
2659         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2660         (ev_form_field_from_poppler_field),
2661         (pdf_document_forms_get_form_fields),
2662         (pdf_document_forms_form_field_text_get_text),
2663         (pdf_document_forms_form_field_text_set_text),
2664         (pdf_document_forms_form_field_button_set_state),
2665         (pdf_document_forms_form_field_button_get_state),
2666         (pdf_document_forms_form_field_choice_get_item),
2667         (pdf_document_forms_form_field_choice_get_n_items),
2668         (pdf_document_forms_form_field_choice_is_item_selected),
2669         (pdf_document_forms_form_field_choice_select_item),
2670         (pdf_document_forms_form_field_choice_toggle_item),
2671         (pdf_document_forms_form_field_choice_unselect_all),
2672         (pdf_document_forms_form_field_choice_set_text),
2673         (pdf_document_forms_form_field_choice_get_text),
2674         (pdf_document_document_forms_iface_init):
2675         * libdocument/Makefile.am:
2676         * libdocument/ev-form-field.[ch]:
2677         * libdocument/ev-document-forms.[ch]:
2678         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2679         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2680         (add_job), (ev_pixbuf_cache_reload_page),
2681         (ev_pixbuf_cache_get_form_field_mapping):
2682         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2683         * shell/ev-view-private.h:
2684         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2685         (ev_view_handle_cursor_over_xy),
2686         (ev_view_get_form_field_at_location),
2687         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2688         (ev_view_form_field_button_create_widget),
2689         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2690         (ev_view_form_field_text_create_widget),
2691         (ev_view_form_field_choice_save),
2692         (ev_view_form_field_choice_changed),
2693         (ev_view_form_field_choice_create_widget),
2694         (ev_view_handle_form_field), (ev_view_size_allocate),
2695         (ev_view_realize), (draw_end_presentation_page),
2696         (ev_view_button_press_event), (ev_view_remove_all),
2697         (ev_view_motion_notify_event), (ev_view_key_press_event),
2698         (ev_view_enter_notify_event), (highlight_find_results),
2699         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2700         (ev_view_class_init), (page_changed_cb),
2701         (on_adjustment_value_changed), (ev_view_set_presentation),
2702         (merge_selection_region), (ev_view_set_cursor),
2703         (ev_view_reset_presentation_state):
2704         
2705         Merge evince-forms branch.
2706
2707 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2708
2709         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2710
2711         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2712         This script also updates itself from libegg
2713
2714         * cut-n-paste/toolbar-editor/egg*:
2715         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2716         libegg
2717
2718 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2719
2720         * shell/ev-window.c:
2721         
2722         Adds a nice icon to page action during toolbar editing.
2723         See bug #452872.
2724
2725 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2726
2727         * data/evince-toolbar.xml:
2728         * shell/ev-window.c:
2729         
2730         Let user add a presentation and fullscreen icons on toolbar.
2731         See bug #449734.
2732
2733 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2734
2735         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2736
2737         new script to keep in sync with toolbareditor in libegg
2738
2739         * cut-n-paste/toolbar-editor/*: 
2740
2741         Run update-toolbareditor-from-libegg so we are in sync again. 
2742         Fixes bug #452850.
2743         
2744
2745 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * shell/ev-sidebar-links.c: (job_finished_callback):
2748
2749         Do not connect selection changed signal more than once. Fixes bug
2750         #349433.
2751
2752 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2755
2756         Do not change sidebar chrome flag when pressing F9 key in
2757         presentation mode.
2758
2759 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2760
2761         * backend/pdf/ev-poppler.cc:
2762         (pdf_document_thumbnails_get_dimensions):
2763
2764         Make sure thumbnails width and height is not <= 0. Fixes a crash
2765         with some pdf documents which have really small pages.
2766
2767 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2768
2769         * shell/main.c: (main):
2770
2771         Fixes program description translation issue.
2772         Bug #450148.
2773
2774 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2775
2776         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2777
2778         Do not change current page when returning from black/white mode
2779         in presentation. Fixes bug #415032.
2780
2781 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2782
2783         * NEWS:
2784         * configure.ac:
2785         
2786         Update for release 0.9.1
2787
2788 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2789
2790         * backend/dvi/dvi-document.c:
2791         (dvi_document_finalize),
2792         (dvi_document_file_exporter_format_supported),
2793         (dvi_document_file_exporter_begin),
2794         (dvi_document_file_exporter_do_page),
2795         (dvi_document_file_exporter_end),
2796         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2797         
2798         PDF exporter for dvi documents. Fixes bug #441319.
2799
2800 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * shell/ev-window.c: (ev_window_clear_print_job):
2803
2804         Clear gtk print job when job has finished. Fixes bug #447612.
2805
2806 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2807
2808         * shell/ev-window.c: (ev_window_print_send),
2809         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2810
2811         Add preview button to print dialog. Fixes bug #445419.
2812
2813 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * backend/dvi/Makefile.am:
2816         * backend/dvi/pixbuf-device.[ch]: Removed
2817         * backend/dvi/cairo-device.[ch]: Added
2818         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2819         * backend/dvi/dvi-document.c: (dvi_document_load),
2820         (dvi_document_render), (dvi_document_finalize),
2821         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2822         (dvi_document_do_color_special):
2823         * libdocument/ev-document-misc.[ch]:
2824         (ev_document_misc_pixbuf_from_surface):
2825
2826         Port dvi backend to cairo and fix a problem with colors. 
2827
2828 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2829
2830         * shell/ev-view.c: (draw_one_page):
2831
2832         Draw only visible region.
2833
2834 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * backend/djvu/djvu-document.c: (djvu_document_render):
2837
2838         Fix rotation in djvu backend.
2839
2840 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2841
2842         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2843         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2844         (ev_pixbuf_cache_get_image_mapping),
2845         (ev_pixbuf_cache_get_text_mapping):
2846
2847         Redraw view every time we have a new surface. Fixes bug #443587.
2848
2849 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * libdocument/ev-document.c: (ev_document_info_free):
2852
2853         Fix memory leaks.
2854
2855 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * backend/dvi/dvi-document.c: (dvi_document_render),
2858         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2859         * backend/impress/impress-document.c:
2860         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2861         (impress_document_render), (impress_document_document_iface_init),
2862         (impress_document_thumbnails_get_thumbnail):
2863         * backend/djvu/djvu-document-private.h:
2864         * backend/djvu/djvu-document.c: (djvu_document_render),
2865         (djvu_document_finalize), (djvu_document_document_iface_init),
2866         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2867         * backend/tiff/tiff-document.c: (tiff_document_render),
2868         (tiff_document_render_pixbuf),
2869         (tiff_document_document_iface_init):
2870         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2871         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2872         (pdf_selection_render_selection):
2873         * backend/comics/comics-document.c:
2874         (comics_document_render_pixbuf), (comics_document_render),
2875         (comics_document_document_iface_init):
2876         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2877         (pixbuf_document_document_iface_init):
2878         * libdocument/ev-document-misc.[ch]:
2879         (ev_document_misc_surface_from_pixbuf),
2880         (ev_document_misc_surface_rotate_and_scale):
2881         * libdocument/ev-document.[ch]: (ev_document_render):
2882         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2883         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2884         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2885         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2886         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2887         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2888         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2889         (render_finished_cb), (ev_job_render_run):
2890         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2891         (merge_selection_region):
2892
2893         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2894         and selections.
2895
2896 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * shell/ev-window-title.c: (ev_window_title_update):
2899
2900         Fix memory leak.
2901
2902 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2903
2904         * shell/ev-view.c: (draw_loading_text):
2905
2906         Show loading text centered. Fixes bug #433061
2907
2908 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * shell/ev-sidebar-thumbnails.c:
2911         (ev_sidebar_thumbnails_set_loading_icon):
2912
2913         Remove a mutex in the main thread that blocks the UI in heavy
2914         documents.
2915
2916 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2919
2920         Set points_set to TRUE so that selections don't disappear after a
2921         zoom change.
2922
2923 2007-06-07  Michael Monreal  <infernux@web.de>
2924
2925         * data/icons/16x16/actions/Makefile.am:
2926         * data/icons/16x16/actions/zoom.svg:
2927         * data/icons/22x22/actions/Makefile.am:
2928         * data/icons/22x22/actions/zoom.svg:
2929         * data/icons/24x24/actions/Makefile.am:
2930         * shell/ev-stock-icons.c:
2931         * shell/ev-stock-icons.h:
2932         * shell/ev-window.c:
2933         
2934         Zoom icon artwork. See bug #444795.
2935
2936 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2937
2938         * shell/ev-metadata-manager.c: Remove extraneous function
2939         (Closes: #444386)
2940
2941 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2942
2943         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2944         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2945         (ev_metadata_manager_set), (ev_metadata_manager_save):
2946         Simplify the timeout, no need for modified anymore
2947
2948 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2949
2950         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2951         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2952         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2953         (ev_metadata_manager_save): Adapted patch from Arjan van de
2954         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2955         time, saves on power (Closes: #443851)
2956
2957 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2958
2959         * configure.ac:
2960         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2961         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2962
2963         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2964
2965 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2966
2967         * shell/ev-window.c: (ev_window_add_history):
2968
2969         Check if history is NULL
2970
2971 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * libdocument/ev-image.c: (ev_image_finalize):
2974         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2975         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2976         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2977         (ev_tmp_uri_unlink):
2978
2979         Add functions to delete temporary files created by evince in a safe
2980         way.
2981
2982         * shell/ev-window.c: (ev_window_clear_local_uri),
2983         (open_xfer_update_progress_callback),
2984         (save_xfer_update_progress_callback), (ev_window_save_remote),
2985         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2986         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2987         (attachment_save_dialog_response_cb),
2988         (ev_attachment_popup_cmd_save_attachment_as):
2989
2990         Allow saving a copy of a document, image or attachment to a remote
2991         location. Fixes bug #440754. 
2992
2993 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * configure.ac:
2996         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2997
2998         Fix build with current poppler from cvs head. 
2999
3000 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3001
3002         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3003
3004         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3005         directory exists.
3006
3007 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3008
3009         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3010         * shell/ev-window.c:
3011
3012         Change sidebar ordering. Fixes bug #439939.
3013
3014 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3015
3016         * backend/comics/Makefile.am:
3017         
3018         Fixes build with --without-libgnome.
3019
3020 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3021         
3022         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3023
3024         Update cursor and tooltip on page change and view scroll. Fixes bug
3025         #439217.
3026
3027 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3028
3029         * NEWS:
3030         * configure.ac:
3031         
3032         Update for release 0.9.0
3033
3034 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3035
3036         * backend/djvu/djvu-document-private.h:
3037         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3038         (djvu_document_finalize),
3039         (djvu_document_file_exporter_format_supported),
3040         (djvu_document_file_exporter_begin),
3041         (djvu_document_file_exporter_do_page),
3042         (djvu_document_file_exporter_end),
3043         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3044         
3045         Implemented printing with djvu. Bug #437998.
3046
3047 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3048
3049         * backend/impress/zip.c:
3050         Add missing ulong definition.
3051
3052         * backend/ps/ps-interpreter.c:
3053         Add missing headers.
3054
3055         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3056
3057 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3058
3059         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3060
3061         Add missing call to parent class dispose method. 
3062
3063 2007-05-12  Ross Burton  <ross@openedhand.com>
3064
3065         * shell/main.c:
3066         Sync keybindings manually when building without libgnome
3067         (#437925).
3068
3069 2007-05-12  Ross Burton  <ross@openedhand.com>
3070
3071         * shell/ev-window.c:
3072         Respect the screen when opening help (#437866).
3073
3074 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3075
3076         * data/evince-ui.xml:
3077         * shell/ev-application.[ch]: (get_print_settings_from_args),
3078         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3079         (ev_application_open_uri_list):
3080         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3081         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3082         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3083         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3084         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3085         (ev_window_dispose):
3086         * shell/main.c: (arguments_parse):
3087
3088         Add print button in preview mode. Fixes bug #396475. 
3089
3090 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3091
3092         * cut-n-paste/zoom-control/ephy-zoom.h:
3093         
3094         Fixes zoom level factors. See bug #408119 for details.
3095
3096 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3097
3098         * backend/comics/comics-document.c: (comics_regex_quote),
3099         (extract_argv):
3100         
3101         Correctly quote symbols. Fixes crash in the bug
3102         #415370.
3103
3104 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3105
3106         * shell/ev-navigation-action-widget.c:
3107         (ev_navigation_action_widget_init),
3108         (ev_navigation_action_widget_class_init),
3109         (ev_navigation_action_widget_button_press_event):
3110         
3111         Connect to button-press event on correct widget. Fixes
3112         bug #431988
3113
3114 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3115
3116         * shell/ev-application.c: (ev_application_open_window),
3117         (ev_application_add_icon_path_for_screen),
3118         (ev_application_open_uri_at_dest):
3119         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3120         * shell/ev-navigation-action.c: (build_menu):
3121         
3122         Add app-specific icons to our icon theme. Fixes bug
3123         #425508.
3124
3125 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3126
3127         * shell/ev-history.c: (ev_history_class_init),
3128         (ev_history_add_link):
3129         * shell/ev-history.h:
3130         * shell/ev-navigation-action.c:
3131         (ev_navigation_action_history_changed),
3132         (ev_navigation_action_set_history), (build_menu),
3133         (ev_navigation_action_finalize):
3134         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3135         
3136         Make navigation action unsensitive instead of showing
3137         menu with unsensitive word. Fixes bug #417392.
3138
3139 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3140
3141         * shell/ev-application.[ch]: (ev_application_shutdown),
3142         (ev_application_get_print_settings),
3143         (ev_application_set_print_settings):
3144         * shell/ev-window.c:
3145
3146         Remember print settings. Fixes bug #349102. 
3147
3148 2007-05-08  Christian Persch  <chpe@gnome.org>
3149
3150         * configure.ac:
3151         * properties/ev-properties-view.c:
3152
3153         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3154         Bug #382438.
3155
3156 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * configure.ac:
3159         * properties/ev-properties-view.c: (ev_regular_paper_size):
3160
3161         Use gtk+ builtin paper list to identify the document's paper size.
3162         Fixes bug #382438. 
3163
3164 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3165
3166         * configure.ac:
3167
3168         Fix build when compiling with thumbnailer and libgnome support. 
3169
3170 2007-05-04  Ross Burton  <ross@openedhand.com>
3171
3172         * configure.ac:
3173         Add --without-libgnome, check for libgnome and libgnomeui
3174         separately, and add them to the symbols as required.
3175
3176         * libdocument/ev-file-helpers.c:
3177         When building without libgnome, use g_get_user_config_dir instead
3178         of gnome_user_dir_get.
3179
3180         * shell/ev-application.c:
3181         When building without libgnome, don't use session management.
3182
3183         * shell/main.c:
3184         When building without libgnome, don't use GnomeProgram or
3185         initialise the authentication manager.
3186
3187         This fixes #328842.
3188
3189 2007-05-04  Ross Burton  <ross@openedhand.com>
3190
3191         * shell/ev-window.c:
3192         Don't use libgnome to open help, instead call Yelp directly.
3193
3194 2007-05-04  Ross Burton  <ross@openedhand.com>
3195
3196         * shell/ev-sidebar-attachments.c:
3197         Don't use libgnome to lookup icons for MIME types, instead copy
3198         code from GTK+ to do it manually.
3199
3200 2007-05-04  Ross Burton  <ross@openedhand.com>
3201
3202         * configure.ac:
3203         Add libxml to the dependencies for SHELL_CORE (#435818).
3204
3205 2007-05-02  Ross Burton  <ross@openedhand.com>
3206
3207         * configure.ac:
3208         * Makefile.am:
3209         Add --disable-thumbnailer (#434825)
3210
3211 2007-05-02  Ross Burton  <ross@openedhand.com>
3212
3213         * shell/ev-window.c:
3214         Add missing includes, fix indentation.
3215
3216         * shell/main.c:
3217         Fix indentation.
3218
3219 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3220
3221         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3222         ev_application_open_uri_at_dest instead of ev_application_open_uri
3223         preventing new document always being opened in a new window even if there
3224         is an empty window.
3225
3226 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3227
3228         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3229         (egg_recent_view_uimanager_finalize):
3230         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3231         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3232         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3233         (ev_pixbuf_cache_dispose):
3234         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3235         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3236         
3237         Add missing chain to parent class methods. Fixes
3238         bug #433128.
3239
3240 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3241
3242         * data/Makefile.am (update-icon-cache): Updates
3243         gtk-update-icon-cache in uninstall-hook.
3244
3245 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3246
3247         * shell/ev-window.c: (ev_window_setup_document),
3248         (ev_window_set_document), (ev_window_load_job_cb):
3249         * shell/ev-view.c: (setup_caches):
3250         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3251
3252         Start rendering pages before any other jobs. 
3253
3254 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3255
3256         * shell/ev-window.c: (ev_window_stop_fullscreen),
3257         (ev_window_stop_presentation):
3258
3259         Update chrome visibility before window unfullscreen. 
3260
3261 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * data/Makefile.am:
3264         * data/evince-ui.xml:
3265         * shell/ev-stock-icons.[ch]:
3266         * shell/ev-application.[ch]: (ev_application_shutdown),
3267         (ev_application_init), (ev_application_get_toolbars_model):
3268         * shell/ev-window.c: (update_chrome_visibility),
3269         (fullscreen_toolbar_setup_item_properties),
3270         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3271         (ev_window_run_presentation), (ev_window_stop_presentation),
3272         (ev_window_run_preview), (ev_window_screen_changed),
3273         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3274         (ev_window_dispose), (ev_window_init):
3275
3276         Make fullscreen toolbar always visible. Do not use egg toolbars for
3277         fullscreen and preview modes since such toolbars are not editables.
3278         Fixes bugs #300278, #338910 and #316188.  
3279
3280 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3281
3282         * shell/ev-application.c:
3283         * shell/ev-job-queue.c:
3284         * shell/ev-metadata-manager.c:
3285         * shell/ev-stock-icons.c:
3286         * shell/ev-window.c:
3287         * shell/main.c:
3288         
3289         Developers documentation updated.
3290
3291 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3294
3295         Check whether uri is valid before launching it. Fixes bug #427664.
3296
3297 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3298
3299         * shell/ev-window.c:
3300
3301         Change key accelerator for Open a Copy menu entry which is in conflict
3302         with Close. Fixes bug #427321.
3303
3304 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3305
3306         * NEWS:
3307         * configure.ac:
3308         
3309         Update for release 0.8.1
3310
3311 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3312
3313         * shell/ev-window.c: (setup_size_from_metadata):
3314         
3315         Do not make window bigger than screen. Fixes bug 
3316         #388985.
3317
3318 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3319
3320         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3321         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3322
3323         Use default resolution when it's not provided by document. Fixes bug
3324         #408762.
3325
3326 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * configure.ac:
3329         * thumbnailer/Makefile.am:
3330         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3331         * thumbnailer/evince-thumbnailer.schemas.in:
3332         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3333
3334         Add support for ps, eps and compressed documents thumbnails. Do not
3335         ignore size parameter. 
3336
3337 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3338
3339         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3340         (dvi_document_do_color_special):
3341         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3342
3343         Implement font color specials in the DVI backend. Fixes bug #303651.
3344
3345 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3346
3347         Fixup the previous commit:
3348
3349         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3350         * shell/xdg-user-dir-lookup.c: Make the function non-static
3351         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3352
3353 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3354
3355         * shell/ev-window.c (file_open_dialog_response_cb): Use
3356         the xdg-user-dirs DOCUMENTS folder as default folder when
3357         opening a file chooser.  (#424858)
3358
3359         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3360         xdg-user-dirs.
3361
3362 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * shell/ev-window.c: (ev_window_load_job_cb):
3365
3366         Do not setup view from metadata on preview mode. 
3367
3368 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3369
3370         * shell/main.c:
3371
3372         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3373
3374 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3375
3376         * shell/ev-view.c: (ev_view_primary_get_cb):
3377
3378         Check pointer != NULL before using it. Fixes bug #416841. 
3379
3380 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3381
3382         * NEWS:
3383         * configure.ac:
3384         
3385         Release 0.8.0
3386
3387 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3388
3389         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3390
3391         Do not render thumbnails when sidebar thumbnail page is not visible
3392         at startup. Fixes bug #416447. 
3393
3394 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3395
3396         * data/evince.desktop.in.in:
3397
3398         "Application" is not a valid category in the freedesktop specification.
3399
3400 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * libdocument/ev-file-helpers.[ch]: (compression_run),
3403         (ev_file_uncompress), (ev_file_compress):
3404         * shell/ev-window.c: (file_save_dialog_response_cb):
3405
3406         Save document compressed when saving a copy of a compressed document.
3407         Fixes bug #334542.
3408
3409 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3410
3411         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3412
3413         Allow deleting in goto window entry in presentation mode. 
3414
3415 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3416
3417         * Makefile.am: Dist MAINTAINERS.
3418
3419 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-window.c: (ev_window_update_actions):
3422
3423         Fix zoom shortcut keys when searching. Fixes bug #409828.
3424
3425 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * shell/ev-window.c: (ev_window_setup_document):
3428
3429         Fix crash when loading documents with only one page. 
3430
3431 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * backend/dvi/dvi-document.c:
3434         (dvi_document_thumbnails_get_dimensions),
3435         (dvi_document_thumbnails_get_thumbnail):
3436         * backend/impress/impress-document.c:
3437         (impress_document_thumbnails_get_thumbnail),
3438         (impress_document_thumbnails_get_dimensions):
3439         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3440         (ps_document_thumbnails_get_dimensions):
3441         * backend/djvu/djvu-document.c:
3442         (djvu_document_thumbnails_get_dimensions),
3443         (djvu_document_thumbnails_get_thumbnail):
3444         * backend/tiff/tiff-document.c:
3445         (tiff_document_thumbnails_get_thumbnail),
3446         (tiff_document_thumbnails_get_dimensions):
3447         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3448         (pdf_document_thumbnails_get_thumbnail),
3449         (pdf_document_thumbnails_get_dimensions):
3450         * backend/comics/comics-document.c:
3451         (comics_document_thumbnails_get_thumbnail),
3452         (comics_document_thumbnails_get_dimensions):
3453         * backend/pixbuf/pixbuf-document.c:
3454         (pixbuf_document_thumbnails_get_thumbnail),
3455         (pixbuf_document_thumbnails_get_dimensions):
3456         * libdocument/ev-document-thumbnails.[ch]:
3457         (ev_document_thumbnails_get_thumbnail),
3458         (ev_document_thumbnails_get_dimensions):
3459         * libdocument/ev-document-misc.[ch]:
3460         (ev_document_misc_get_thumbnail_frame):
3461         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3462         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3463         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3464         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3465         (ev_sidebar_thumbnails_refresh):
3466         * shell/ev-window.c: (ev_window_setup_document):
3467         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3468
3469         Use an EvRenderContext for rendering thumbnails instead of a suggested
3470         width, so that different sized pages get sized proportionally.
3471
3472 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * shell/ev-view.c: (ev_view_button_press_event),
3475         (ev_view_key_press_event):
3476
3477         Fix critical warnings when there is no document loaded. 
3478
3479 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3480
3481         * shell/ev-page-action-widget.c:
3482         * shell/ev-navigation-action.c:
3483         * shell/ev-window.c:
3484
3485         Fix compile warnings. 
3486
3487 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * backend/djvu/djvu-text.h:
3490         * backend/djvu/djvu-document.c:
3491         * backend/djvu/djvu-text-page.c:
3492         * backend/djvu/djvu-links.c:
3493         * backend/djvu/djvu-text-page.h:
3494         * backend/djvu/djvu-text.c:
3495         
3496         Fix build on Mac. Fixes bug #392186. Patch by
3497         <ephraim_owns@hotmail.com>
3498
3499 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3502
3503         Restore cairo context before rendering every page when printing a PDF
3504         document into a PDF file. 
3505
3506 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3507
3508         * backend/ps/gstypes.h:
3509         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3510         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3511         (ps_document_thumbnails_get_thumbnail):
3512
3513         Handle PostScript page orientation. Fixes bug #318568.
3514
3515 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * backend/ps/Makefile.am:
3518         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3519         (document_load), (ps_document_load), (save_document),
3520         (save_page_list), (ps_document_get_n_pages),
3521         (ps_document_get_page_size), (ps_document_get_info),
3522         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3523         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3524         (ps_document_thumbnails_get_thumbnail),
3525         (ps_document_thumbnails_get_dimensions),
3526         (ps_document_document_thumbnails_iface_init):
3527         * backend/ps/ps.[ch]: (psgetpagebox):
3528         * backend/ps/ps-interpreter.[ch]:
3529
3530         Add support for thumbnails in ps backend. Fixes bug #164755. 
3531
3532 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3533
3534         * NEWS:
3535         * configure.ac:
3536         
3537         Release 0.7.2
3538
3539 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3540
3541         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3542         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3543         (ev_window_dispose):
3544
3545         Use document thumbnail as window icon. Fixes bug #384442.
3546
3547 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3548
3549         * configure.ac:
3550
3551         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3552         duplicated adding application/x-bzpostscript instead. 
3553
3554 2007-02-11  Tom Parker  <palfrey@tevp.net>
3555
3556         * backend/ps/ps-document.c: (document_load):
3557
3558         Check return value of psscan before trying
3559         to use it. Fixes bug #372414.
3560
3561 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3564
3565         Fix invalid free in ev-page-cache. Fixes bug #404745.
3566
3567 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3568
3569         * test/Makefile.am:
3570         * test/test3.py:
3571         
3572         Added reload test case.
3573
3574 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * po/POTFILES.in:
3577         * backend/djvu/djvu-document.c: (djvu_document_load):
3578
3579         Check whether there are missing files in indirect multipage djvu
3580         documents. Fixes bug #361683. 
3581
3582 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3583
3584         * test/Makefile.am:
3585         * test/test-mime.bin:
3586         * test/test3.py:
3587         
3588         Added test for slow mime type
3589
3590 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3591
3592         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3593
3594         Add some checks and call parent_class->finalize. Fixes bug #404745.
3595
3596 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3597
3598         * shell/ev-navigation-action.c: (connect_proxy):
3599         
3600         Fixes dropdown history menu. Thanks a lot Carlos!
3601
3602 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3605
3606         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3607         bug #373715.
3608
3609 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * backend/ps/ps.c: (psscan):
3612
3613         Fix memory leak. 
3614
3615 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * configure.ac:
3618         * libdocument/ev-file-helpers.c: 
3619
3620         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3621
3622 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * configure.ac:
3625         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3626         (ps_interpreter_start), (document_load), (save_document),
3627         (save_page_list):
3628         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3629         * libdocument/ev-document-factory.c:
3630         (ev_document_factory_get_from_mime), (get_document_from_uri),
3631         (free_uncompressed_uri), (ev_document_factory_get_document):
3632         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3633
3634         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3635
3636 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * libdocument/ev-document.h:
3639
3640         Fix typo in function name. 
3641
3642 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3643
3644         * backend/ps/ps-document.c: (ps_interpreter_finished),
3645         (ps_interpreter_start), (ps_interpreter_failed):
3646
3647         Handle ghostscript interpreter crashes. 
3648
3649 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3650
3651         * shell/ev-window.c: (ev_window_open_uri),
3652         (window_configure_event_cb):
3653
3654         Setup window size and position before showing it. Fixes bug #401711.
3655
3656 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3657
3658         * backend/ps/Makefile.am:
3659         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3660         (ps_document_dispose), (ps_document_class_init),
3661         (ps_interpreter_input), (ps_interpreter_output),
3662         (ps_interpreter_error), (setup_interpreter_env),
3663         (ps_interpreter_start), (ps_interpreter_stop),
3664         (ps_interpreter_failed), (ps_interpreter_is_ready),
3665         (check_filecompressed), (document_load), (ps_document_load),
3666         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3667         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3668         (render_page):
3669
3670         Rework ps-document. Code cleanups, remove deprecated code. 
3671
3672 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3673
3674         * shell/ev-view.c: (ev_view_button_press_event):
3675
3676         Do not start an image drag and drop operation when pointer is on 
3677         text, so that we can select text when the whole background is an
3678         image. 
3679
3680 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3681
3682         * shell/ev-window.c: (ev_window_update_actions): 
3683
3684         Disable all zoom related actions during presentation mode. 
3685
3686 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3687
3688         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3689
3690         Do not zoom in or out on presentation mode. Fixes bug #401305.
3691
3692 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3693
3694         * shell/ev-navigation-action.c: (connect_proxy),
3695         (create_menu_item), (ev_navigation_action_class_init):
3696         
3697         Correctly show menu and fix crash when navigaton 
3698         action is out of toolbar visible area.
3699
3700 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3701
3702         * data/Makefile.am:
3703         * data/evince.1:
3704         
3705         Added man file
3706
3707 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3708
3709         * help/reference/* :
3710         * configure.ac:
3711         
3712         Added gtk-doc based documentation for Evince.
3713         Still in initial state but I hope it will
3714         grow.
3715         
3716         * configure.ac:
3717         
3718         Lower dbus requirement to 0.70
3719
3720 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3721
3722         * shell/ev-window.c: (ev_window_add_history):
3723
3724         Fix memory leak. 
3725
3726 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3727
3728         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3729         * shell/ev-view.h:
3730         * shell/ev-window.c: (ev_window_add_history):
3731         
3732         Correctly handle named destination links
3733
3734 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3735
3736         * NOTES:
3737         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3738         * backend/pdf/ev-poppler.cc:
3739         * libdocument/ev-document-links.h:
3740         * libdocument/ev-link.c: (ev_link_get_page):
3741         * libdocument/ev-link.h:
3742         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3743         (ev_history_add_link):
3744         * shell/ev-history.h:
3745         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3746         (new_history_menu_item), (build_menu):
3747         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3748         * shell/ev-sidebar-links.c: (create_loading_model),
3749         (print_section_cb), (ev_sidebar_links_construct),
3750         (fill_page_labels), (update_page_callback_foreach),
3751         (update_page_callback), (job_finished_callback):
3752         * shell/ev-view.c: (ev_view_handle_link):
3753         * shell/ev-window.c: (ev_window_find_chapter),
3754         (ev_window_add_history), (view_handle_link_cb),
3755         (history_changed_cb):
3756         
3757         Implements another history variant
3758
3759 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3760
3761         * shell/ev-window.c: (view_external_link_cb):
3762         * shell/ev-view.c: (ev_view_button_release_event):
3763
3764         Open links in new window when clicking with middle button. 
3765
3766 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3767
3768         * shell/ev-navigation-action.c: (new_history_menu_item):
3769         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3770         * shell/ev-view.c: (ev_view_handle_link):
3771         * shell/ev-window.c:
3772         
3773         Store link before jump, not the destination. For me it 
3774         seems like more natural history behavior.
3775
3776 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3777
3778         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3779         (ev_navigation_action_class_init):
3780         * shell/ev-navigation-action.h:
3781         * shell/ev-page-action.c: (activate_cb):
3782         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3783         (ev_page_cache_set_current_page_history):
3784         * shell/ev-page-cache.h:
3785         * shell/ev-sidebar-thumbnails.c:
3786         (ev_sidebar_tree_selection_changed),
3787         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3788         * shell/ev-view-private.h:
3789         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3790         * shell/ev-view.h:
3791         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3792         (ev_window_setup_document), (ev_window_load_job_cb):
3793         * shell/ev-window.h:
3794         
3795         History finally works as expected.
3796
3797 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3798
3799         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3800
3801         Do not update links treeview if it doesn't have a model assigned yet. 
3802
3803 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3804
3805         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3806         (ev_sidebar_links_class_init), (update_page_callback):
3807
3808         Do not update links treeview when sidepane is not visible. 
3809
3810 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3811
3812         * shell/ev-marshal.list:
3813         * shell/ev-page-action.c: (activate_cb),
3814         (ev_page_action_class_init):
3815         * shell/ev-page-action.h:
3816         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3817         * shell/ev-window.c:
3818         
3819         Remove activate_link signal, not required.
3820
3821 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3822
3823         * shell/ev-navigation-action.c: (build_menu):
3824         
3825         Reorder menu items and build menu with fixed length.
3826
3827 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3828
3829         * shell/ev-view.c: (get_selected_text):
3830         
3831         Normalize text to fix ligatures problem. See bug
3832         #341947 for details.
3833
3834 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3835
3836         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3837
3838         Fix memory leak in ev-page-cache. 
3839
3840 2007-01-25  Tom Parker <palfrey@tevp.net>
3841
3842         * backend/impress/impress-document.c: (impress_document_load),
3843         (impress_document_finalize), (impress_document_init):
3844         * properties/ev-properties-main.c: (ev_properties_get_pages):
3845         
3846         Correctly handle impress document errors. Fixes nautilus
3847         crash in property page #370491.
3848
3849 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3852         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3853         (ev_job_queue_remove_job):
3854         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3855         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3856         (ev_job_load_run):
3857         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3858         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3859         (ev_window_load_job_cb), (xfer_update_progress_callback),
3860         (ev_window_open_uri), (ev_window_dispose):
3861         * shell/main.c: (main):
3862
3863         Do file transfer asynchronously in the main thread instead of
3864         synchronously in the load thread. Fixes bugs #399694, #398307 and
3865         #343542.
3866
3867 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * shell/ev-jobs.c: (ev_job_xfer_run):
3870
3871         Load the document with the font-config lock held. 
3872
3873 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * backend/ps/ps-document.c: (start_interpreter):
3876
3877         Fix memory leaks in ps backend. 
3878
3879 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * backend/impress/impress-document.c:
3882         (impress_document_render_pixbuf):
3883
3884         Do not acquire fontconfig lock in impress backend, since it is using
3885         the main loop for rendering. 
3886
3887 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3888
3889         * po/POTFILES.in: 
3890
3891         Remove mdvi files that shouldn't be translated. 
3892
3893 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * shell/ev-view-private.h:
3896         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3897         (ev_view_set_zoom):
3898
3899         Render "loading..." text into a cairo surface instead of directly into
3900         the window so that fontconfig lock is only needed once and UI is not
3901         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3902
3903 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3906         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3907
3908         Use icon theme associated with the window screen rather than default. 
3909
3910 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3911
3912         * configure.ac:
3913
3914         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3915
3916 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3917
3918         * data/icons/*/apps/evince.*:
3919
3920         Move Evince icons under new apps directory.
3921
3922         * data/icons/*/actions/*:
3923
3924         Add new custom themeable Evince icons: view-page-continuous, 
3925         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3926         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3927
3928         * configure.ac:
3929
3930         Add new directories to AC_CONFIG_FILES.
3931
3932         * shell/ev-stock-icons.c:
3933         * shell/ev-stock-icons.h:
3934
3935         Use new custom themeable icons.
3936
3937 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3938
3939         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3940
3941         Do not draw white background page in presentation mode. 
3942
3943 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3944
3945         * shell/ev-view.c: Remove unused gnome-vfs include.
3946
3947 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3948
3949         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3950         
3951         Format string is corrected, fixes bug #397129.
3952
3953 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * shell/ev-window.c: (ev_window_setup_recent):
3956
3957         Do not include in recent menu inexistent documents. Fixes
3958         bug #339171.
3959
3960 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3961
3962         * po/POTFILES.skip: 
3963
3964         Update POTFILES.skip file according to current source tree. 
3965
3966 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * shell/ev-window.c: (file_save_dialog_response_cb):
3969
3970         Do Save a copy in atomic way. Fixes bug #328266. 
3971
3972 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3975
3976         Keep selected cell always visible in index treeview.
3977
3978 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3979         
3980         * shell/ev-view.c: (ev_view_size_allocate):
3981
3982         Restore horizontal scrollbar after switching to/from fullscreen
3983         or presentation mode. Fixes bug #331728.
3984
3985 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3986
3987         * shell/ev-view-private.h:
3988         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3989         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3990         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3991         (ev_view_can_zoom_out):
3992
3993         Use max and min scale values in the view iby taking dpi into account. 
3994
3995 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3996
3997         * configure.ac:
3998         * NEWS:
3999
4000         Release 0.7.1
4001
4002 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * shell/ev-window.c: (ev_window_print_send):
4005
4006         Send print job to printer with some settings set to default values,
4007         since we have already exported to a file according to such settings
4008         and they could be taken twice by some printers. 
4009
4010 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4011
4012         * shell/ev-jobs.c: (ev_job_xfer_run):
4013         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4014
4015         Show main window and load document with the font-config lock held. 
4016
4017 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4018
4019         * configure.ac:
4020         * shell/ev-application.c: (ev_application_register_service):
4021         * shell/main.c: (load_files_remote):
4022
4023         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4024
4025 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4026
4027         * doc/debugging.txt:
4028         
4029         Remove obsolete documentation.
4030
4031 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4032
4033         * Makefile.am:
4034         * backend/Makefile.am:
4035         * backend/comics/Makefile.am:
4036         * backend/djvu/Makefile.am:
4037         * backend/dvi/Makefile.am:
4038         * backend/ev-async-renderer.c:
4039         * backend/ev-async-renderer.h:
4040         * backend/ev-attachment.c:
4041         * backend/ev-attachment.h:
4042         * backend/ev-backend-marshal.c:
4043         * backend/ev-document-factory.c:
4044         * backend/ev-document-factory.h:
4045         * backend/ev-document-find.c:
4046         * backend/ev-document-find.h:
4047         * backend/ev-document-fonts.c:
4048         * backend/ev-document-fonts.h:
4049         * backend/ev-document-images.c:
4050         * backend/ev-document-images.h:
4051         * backend/ev-document-info.h:
4052         * backend/ev-document-links.c:
4053         * backend/ev-document-links.h:
4054         * backend/ev-document-misc.c:
4055         * backend/ev-document-misc.h:
4056         * backend/ev-document-security.c:
4057         * backend/ev-document-security.h:
4058         * backend/ev-document-thumbnails.c:
4059         * backend/ev-document-thumbnails.h:
4060         * backend/ev-document-transition.c:
4061         * backend/ev-document-transition.h:
4062         * backend/ev-document.c:
4063         * backend/ev-document.h:
4064         * backend/ev-file-exporter.c:
4065         * backend/ev-file-exporter.h:
4066         * backend/ev-image.c:
4067         * backend/ev-image.h:
4068         * backend/ev-link-action.c:
4069         * backend/ev-link-action.h:
4070         * backend/ev-link-dest.c:
4071         * backend/ev-link-dest.h:
4072         * backend/ev-link.c:
4073         * backend/ev-link.h:
4074         * backend/ev-render-context.c:
4075         * backend/ev-render-context.h:
4076         * backend/ev-selection.c:
4077         * backend/ev-selection.h:
4078         * backend/impress/Makefile.am:
4079         * backend/pdf/Makefile.am:
4080         * backend/pixbuf/Makefile.am:
4081         * backend/ps/Makefile.am:
4082         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4083         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4084         (start_interpreter), (stop_interpreter), (document_load),
4085         (ps_document_next_page), (render_page):
4086         * backend/tiff/Makefile.am:
4087         * comics/Makefile.am:
4088         * comics/comics-document.c:
4089         * comics/comics-document.h:
4090         * configure.ac:
4091         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4092         * djvu/Makefile.am:
4093         * djvu/djvu-document-private.h:
4094         * djvu/djvu-document.c:
4095         * djvu/djvu-document.h:
4096         * djvu/djvu-links.c:
4097         * djvu/djvu-links.h:
4098         * djvu/djvu-text-page.c:
4099         * djvu/djvu-text-page.h:
4100         * djvu/djvu-text.c:
4101         * djvu/djvu-text.h:
4102         * dvi/Makefile.am:
4103         * dvi/dvi-document.c:
4104         * dvi/dvi-document.h:
4105         * dvi/fonts.c:
4106         * dvi/fonts.h:
4107         * dvi/mdvi-lib/Makefile.am:
4108         * dvi/mdvi-lib/afmparse.c:
4109         * dvi/mdvi-lib/afmparse.h:
4110         * dvi/mdvi-lib/bitmap.c:
4111         * dvi/mdvi-lib/bitmap.h:
4112         * dvi/mdvi-lib/color.c:
4113         * dvi/mdvi-lib/color.h:
4114         * dvi/mdvi-lib/common.c:
4115         * dvi/mdvi-lib/common.h:
4116         * dvi/mdvi-lib/defaults.h:
4117         * dvi/mdvi-lib/dvimisc.c:
4118         * dvi/mdvi-lib/dviopcodes.h:
4119         * dvi/mdvi-lib/dviread.c:
4120         * dvi/mdvi-lib/files.c:
4121         * dvi/mdvi-lib/font.c:
4122         * dvi/mdvi-lib/fontmap.c:
4123         * dvi/mdvi-lib/fontmap.h:
4124         * dvi/mdvi-lib/fontsrch.c:
4125         * dvi/mdvi-lib/gf.c:
4126         * dvi/mdvi-lib/hash.c:
4127         * dvi/mdvi-lib/hash.h:
4128         * dvi/mdvi-lib/list.c:
4129         * dvi/mdvi-lib/mdvi.h:
4130         * dvi/mdvi-lib/pagesel.c:
4131         * dvi/mdvi-lib/paper.c:
4132         * dvi/mdvi-lib/paper.h:
4133         * dvi/mdvi-lib/pk.c:
4134         * dvi/mdvi-lib/private.h:
4135         * dvi/mdvi-lib/setup.c:
4136         * dvi/mdvi-lib/sp-epsf.c:
4137         * dvi/mdvi-lib/special.c:
4138         * dvi/mdvi-lib/sysdeps.h:
4139         * dvi/mdvi-lib/t1.c:
4140         * dvi/mdvi-lib/tfm.c:
4141         * dvi/mdvi-lib/tfmfile.c:
4142         * dvi/mdvi-lib/tt.c:
4143         * dvi/mdvi-lib/util.c:
4144         * dvi/mdvi-lib/vf.c:
4145         * dvi/pixbuf-device.c:
4146         * dvi/pixbuf-device.h:
4147         * impress/Makefile.am:
4148         * impress/common.h:
4149         * impress/document.c:
4150         * impress/f_oasis.c:
4151         * impress/f_oo13.c:
4152         * impress/iksemel.c:
4153         * impress/iksemel.h:
4154         * impress/imposter.h:
4155         * impress/impress-document.c:
4156         * impress/impress-document.h:
4157         * impress/internal.h:
4158         * impress/r_back.c:
4159         * impress/r_draw.c:
4160         * impress/r_geometry.c:
4161         * impress/r_gradient.c:
4162         * impress/r_style.c:
4163         * impress/r_text.c:
4164         * impress/render.c:
4165         * impress/render.h:
4166         * impress/zip.c:
4167         * impress/zip.h:
4168         * lib/Makefile.am:
4169         * lib/ev-debug.c:
4170         * lib/ev-debug.h:
4171         * lib/ev-file-helpers.c:
4172         * lib/ev-file-helpers.h:
4173         * lib/ev-gui.c:
4174         * lib/ev-gui.h:
4175         * lib/ev-tooltip.c:
4176         * lib/ev-tooltip.h:
4177         * libdocument/Makefile.am:
4178         * libdocument/ev-file-helpers.c:
4179         * pdf/Makefile.am:
4180         * pdf/ev-poppler.cc:
4181         * pdf/ev-poppler.h:
4182         * pixbuf/Makefile.am:
4183         * pixbuf/pixbuf-document.c:
4184         * pixbuf/pixbuf-document.h:
4185         * properties/Makefile.am:
4186         * ps/Makefile.am:
4187         * ps/gsdefaults.c:
4188         * ps/gsdefaults.h:
4189         * ps/gsio.c:
4190         * ps/gsio.h:
4191         * ps/gstypes.h:
4192         * ps/ps-document.c:
4193         * ps/ps-document.h:
4194         * ps/ps.c:
4195         * ps/ps.h:
4196         * shell/Makefile.am:
4197         * shell/ev-application.h:
4198         * shell/ev-sidebar-links.c:
4199         * shell/ev-sidebar-links.h:
4200         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4201         (ev_gui_menu_position_tree_selection):
4202         * shell/ev-utils.h:
4203         * shell/ev-view.c: (ev_view_finalize):
4204         * shell/ev-window.c:
4205         * shell/main.c: (main):
4206         * thumbnailer/Makefile.am:
4207         * tiff/Makefile.am:
4208         * tiff/tiff-document.c:
4209         * tiff/tiff-document.h:
4210         * tiff/tiff2ps.c:
4211         * tiff/tiff2ps.h:
4212         
4213         Reorganize source tree.
4214
4215 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4216
4217         * backend/ev-document-factory.c:
4218
4219         Do not include ev-poppler.h when pdf is disabled. 
4220
4221 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4222
4223         * configure.ac:
4224         * data/evince-ui.xml:
4225         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4226         (pdf_document_document_images_iface_init):
4227         * backend/Makefile.am:
4228         * backend/ev-document-images.[ch]:
4229         * backend/ev-image.[ch]:
4230         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4231         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4232         (ev_job_xfer_run):
4233         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4234         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4235         (ev_pixbuf_cache_get_image_mapping):
4236         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4237         (view_menu_popup_cb), (ev_window_dispose),
4238         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4239         (ev_view_popup_cmd_copy_image):
4240         * shell/ev-view-private.h:
4241         * shell/ev-view.c: (ev_view_get_image_at_location),
4242         (ev_view_do_popup_menu), (ev_view_popup_menu),
4243         (ev_view_button_press_event), (ev_view_drag_data_get),
4244         (ev_view_drag_motion), (ev_view_drag_data_received),
4245         (ev_view_motion_notify_event), (ev_view_button_release_event),
4246         (ev_view_finalize), (ev_view_class_init):
4247
4248         Add image handling support. Fixes bugs #310008 and #325047. Images
4249         selection is not supported yet. 
4250
4251 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4254         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4255         (ev_view_init):
4256
4257         Move view drag and drop stuff to ev-view.
4258
4259 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4260
4261         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4262         * shell/ev-view.c: (clear_selection): 
4263
4264         Clear selection also in pixbuf cache.
4265
4266 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4267
4268         * data/evince.desktop.in.in:
4269         
4270         Change icon name in desktop file. See bug #390734
4271         for details.
4272
4273 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4274
4275         * thumbnailer/Makefile.am:
4276
4277         Use top_builddir instead top_srcdir for generated schema
4278         file installation. Fixes bug #390161.
4279
4280 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * configure.ac:
4283         * backend/Makefile.am:
4284         * backend/ev-document-transition.[ch]:
4285         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4286         (pdf_document_page_transition_iface_init):
4287         * shell/ev-view-private.h:
4288         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4289         (ev_view_set_presentation), (transition_next_page),
4290         (ev_view_presentation_transition_stop),
4291         (ev_view_presentation_transition_start), (ev_view_next_page):
4292
4293         Add page transition support in presentation mode. At the moment only
4294         page duration is supported, but not transition effects. Fixes bug
4295         #309815.
4296
4297 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4300
4301         Run find_link_dest with document lock held, since it's called by links
4302         thread and main thread at the same time. 
4303
4304 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * shell/ev-view.c: (goto_dest):
4307
4308         Update page-cache when page is changed by the view, so that
4309         page-changed signal is emitted. 
4310
4311 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * test/test1.py:
4314         * test/test2.py:
4315
4316         Use C locale in tests. 
4317
4318 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4319
4320         * shell/ev-window.c: (ev_window_run_presentation):
4321         * shell/ev-view-private.h:
4322         * shell/ev-view.c: (ev_view_set_presentation):
4323
4324         Restore zoom settings when back from presentation mode. 
4325
4326 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4327
4328         * shell/ev-window.c: (ev_window_run_presentation):
4329
4330         Always use "best fit" zoom in presentation mode.
4331         Fixes bug #389195.
4332
4333 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4334
4335         * shell/ev-view.c: (ev_view_goto_window_create):
4336
4337         Show "Jump to page" label in the page jumping popup in
4338         presentation mode instead of just a GtkEntry.
4339
4340 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4341
4342         * shell/ev-window.c: (launch_external_uri):
4343
4344         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4345         #378085.
4346
4347 2006-12-22  Elijah Newren  <newren gmail com>
4348
4349         * configure.ac: explicitly check for libxml2.  Fixes #388795
4350
4351 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4352
4353         * shell/ev-view-private.h:
4354         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4355         (ev_view_goto_window_delete_event), (key_is_numeric),
4356         (ev_view_goto_window_key_press_event),
4357         (ev_view_goto_window_button_press_event),
4358         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4359         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4360         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4361
4362         Allow jumping to another page by typing a page number in presentation
4363         mode. It uses a popup window with an entry. Fixes bug #353625.
4364
4365 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4366
4367         * configure.ac:
4368         * properties/ev-properties-view.c: (ev_get_default_user_units),
4369         (ev_regular_paper_size):
4370         
4371         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4372         to Damien Carbery <damien.carbery@sun.com> and
4373         Yevgen Muntyan <muntyan@tamu.edu>.
4374
4375 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4376
4377         * shell/ev-window.c: (setup_document_from_metadata):
4378
4379         Make sure Evince doesn't restore the view on the last
4380         page when a document is reopened. Fixes bug #383381.
4381
4382 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4383
4384         * shell/ev-view.c: (draw_loading_text):
4385
4386         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4387
4388 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * configure.ac:
4391         * NEWS:
4392
4393         Release 0.7.0
4394
4395 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4396
4397         * configure.ac:
4398         * pdf/ev-poppler.cc: (pdf_print_context_free),
4399         (pdf_document_file_exporter_begin),
4400         (pdf_document_file_exporter_do_page):
4401
4402         Make cairo-pdf depedency optional. 
4403
4404 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4407
4408         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4409
4410 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4413         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4414         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4415         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4416         * shell/ev-view.c: (draw_loading_text):
4417         * shell/ev-window.c: (ev_window_cmd_file_properties):
4418
4419         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4420         related to using FontConfig from different threads.
4421         
4422 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4423
4424         * shell/ev-view.c: (draw_loading_text):
4425
4426         Acquire lock document when drawing "Loading..." text so that only one
4427         thread will use FontConfig at the same time. Fixes bug #374750.
4428
4429 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4430
4431         * shell/ev-page-action.[ch]: (activate_cb):
4432         * shell/ev-window.c: (activate_label_cb):
4433
4434         Check if text inserted in page entry is a valid page number when it
4435         doesn't match to any document page label. Fixes bug #383165.
4436
4437 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4438         * shell/ev-window.c:
4439
4440         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4441         available with GTK < 2.10. Added an ifdef to avoid compilation
4442         error.
4443
4444 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4445
4446         * configure.ac:
4447         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4448
4449         Fix ps backend in multihead systems.
4450
4451 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4452
4453         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4454         * shell/ev-window.c: (ev_window_get_screen_dpi),
4455         (ev_window_update_actions), (setup_view_from_metadata),
4456         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4457
4458         Take screen DPI into account when zooming. Fixes bug #318285.
4459
4460 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4461
4462         * data/Makefile.am:
4463
4464         Cleaned up/slightly refactored Makefile.am. Added GConf
4465         schemas uninstallation as well.
4466
4467 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4468
4469         * Makefile.am:
4470         * test/Makefile.am:
4471
4472         Fight with autotools to fix make check. Make distcheck
4473         works fine as well now!
4474
4475 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4476
4477         * shell/ev-view.c: (draw_end_presentation_page):
4478
4479         Corrected "end of presentation" string.
4480
4481 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4482
4483         * shell/ev-view.c: (ev_view_key_press_event):
4484
4485         Correctly propagate key press event so that up/down keys
4486         work as expected (correct behaviour was broken by
4487         black/white screen key bindings for presentations).
4488
4489 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4490
4491         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4492         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4493         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4494         (pdf_selection_get_selection_region),
4495         (pdf_selection_get_selection_map):
4496
4497         Add "static" to some private functions. 
4498
4499 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4500
4501         * lib/ev-tooltip.h:
4502         * properties/ev-properties-view.h:
4503         * shell/ev-jobs.h:
4504         * shell/ev-properties-dialog.h:
4505         * shell/ev-properties-fonts.h:
4506         * shell/ev-sidebar-links.h:
4507         * shell/ev-sidebar-thumbnails.h:
4508         * shell/ev-sidebar.h:
4509         * shell/ev-window.h:
4510         
4511         Fixes CHACK type in class casts. See bug #385343
4512         for details.
4513
4514 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4515
4516         * shell/ev-view-private.h:
4517         * shell/ev-view.c: (draw_end_presentation_page),
4518         (ev_view_expose_event), (ev_view_key_press_event),
4519         (ev_view_class_init), (ev_view_init):
4520
4521         Blank screen in presentation mode when pressing 'b' (filling with
4522         black) or 'w' (filling with white) keys. Fixes bug #358132.
4523
4524 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4525
4526         * data/evince-toolbar.xml:
4527         * shell/ev-window.c:
4528         
4529         Use stock icon for Select All action. Fixes
4530         bug #382652.
4531
4532 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4533
4534         * shell/ev-view.c: (get_doc_point_from_offset),
4535         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4536
4537         Add links support in rotated documents. Fixes bug #343733.
4538
4539 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4540
4541         * shell/ev-view-private.h:
4542         * shell/ev-view.c: (draw_end_presentation_page),
4543         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4544
4545         Show a blank page after the last page in presentation mode with a
4546         message indicating that presentation has finished and how to exit. 
4547
4548 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * shell/ev-window.c: (fullscreen_timeout_cb):
4551
4552         Hide cursor after a while in presentation mode. 
4553
4554 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4555
4556         * backend/ev-document-info.h:
4557         * data/evince-properties.glade:
4558         * pdf/ev-poppler.cc:
4559         * properties/ev-properties-view.c: (ev_regular_paper_size),
4560         (ev_properties_view_set_info):
4561         * ps/ps-document.c: (ps_document_get_info):
4562
4563         Adds a paper size field to the properties dialog. Fixes
4564         bug #307315. Patch by Kasper Svendsen (with some i18n
4565         changes done by me).
4566
4567 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4568
4569         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4570         (screensaver_init_dbus), (totem_scrsaver_new),
4571         (totem_scrsaver_init):
4572         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4573         * shell/ev-application.c: (ev_application_register_service),
4574         (ev_application_screensaver_enable),
4575         (ev_application_screensaver_disable):
4576         * shell/ev-application.h:
4577         * shell/ev-window.c: (ev_window_run_presentation),
4578         (ev_window_stop_presentation), (build_comments_string),
4579         (ev_window_init):
4580         
4581         Move screensaver handling to application. No more
4582         message on startup.
4583
4584 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * configure.ac:
4587         * backend/Makefile.am:
4588         * backend/ev-file-exporter.[ch]:
4589         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4590         * ps/ps-document.c: (ps_document_file_exporter_*):
4591         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4592         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4593         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4594         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4595
4596         Allow printing to PDF when suppoted by the backend.
4597         
4598 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4599
4600         * shell/ev-window.c: (build_comments_string):
4601
4602         Use always "Document Viewer" in about dialog. 
4603
4604 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4605
4606         * djvu/djvu-document.c: (djvu_document_get_page_size):
4607
4608         Display a warning message when get_pageinfo fails. 
4609
4610 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4611
4612         * Makefile.am:
4613         * backend/Makefile.am:
4614         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4615         * configure.ac:
4616         * shell/ev-window.c: (build_comments_string):
4617         
4618         Make pdf compilation optional. See bug #38007.
4619
4620 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4621
4622         * ps/ps.c: (get_next_text):
4623
4624         Fix CVE-2006-5864.
4625
4626 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4627
4628         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4629         * shell/ev-navigation-action.c: (connect_proxy),
4630         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4631         
4632         Do not call g_type_class_peek_parent twice.
4633
4634 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * configure.ac:
4637         * data/icons/24x24/.cvsignore:
4638         * data/icons/24x24/Makefile.am:
4639         * data/icons/24x24/evince.png:
4640         * data/icons/Makefile.am:
4641         
4642         Add 24x24 icon. Thanks to 
4643         Michael Monreal <infernux@web.de>.
4644
4645 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4646
4647         * configure.ac: Fix typo in configure.ac. Thanks
4648         to dmacks@netspace.org for notification.
4649
4650 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4651
4652         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4653         
4654         Drop dbus include, fixes compilation with older dbus.
4655
4656 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4657
4658         * configure.ac:
4659         * cut-n-paste/Makefile.am:
4660         * cut-n-paste/totem-screensaver/.cvsignore
4661         * cut-n-paste/totem-screensaver/Makefile.am:
4662         * cut-n-paste/totem-screensaver/README:
4663         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4664         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4665         * shell/Makefile.am:
4666         * shell/ev-window.c: (ev_window_run_presentation),
4667         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4668         (ev_window_init):
4669
4670         Implemented screensaver enabling/disabling for
4671         presentation mode (not fullscreen mode). Code stolen
4672         from Totem (with some minor tweaks). Fixes bug #338889.
4673
4674 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4675
4676         * configure.ac:
4677
4678         Bump gnome-icon-theme requirements. We use the rotation
4679         icons that appeared recently.
4680
4681 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4682
4683         * shell/ev-history.c: (ev_history_add_page):
4684         * shell/ev-history.h:
4685         * shell/ev-window.c: (page_changed_cb):
4686         
4687         Use page labels instead of numbers.
4688
4689 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4690
4691         * data/evince-toolbar.xml:
4692         * po/POTFILES.in:
4693         * shell/Makefile.am:
4694         * shell/ev-navigation-action-widget.c:
4695         (ev_navigation_action_widget_init),
4696         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4697         (menu_detacher), (ev_navigation_action_widget_set_menu),
4698         (menu_position_func), (popup_menu_under_arrow),
4699         (ev_navigation_action_widget_toggled),
4700         (ev_navigation_action_widget_button_press_event):
4701         * shell/ev-navigation-action-widget.h:
4702         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4703         (ev_navigation_action_set_window), (activate_menu_item_cb),
4704         (new_history_menu_item), (new_empty_history_menu_item),
4705         (build_menu), (menu_activated_cb), (connect_proxy),
4706         (create_tool_item), (ev_navigation_action_init),
4707         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4708         * shell/ev-navigation-action.h:
4709         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4710         (ev_page_action_widget_set_page_cache),
4711         (ev_page_action_widget_finalize),
4712         (ev_page_action_widget_class_init), (match_selected_cb),
4713         (display_completion_text), (match_completion), (build_new_tree_cb),
4714         (get_filter_model_from_model),
4715         (ev_page_action_widget_update_model):
4716         * shell/ev-page-action-widget.h:
4717         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4718         (connect_proxy):
4719         * shell/ev-page-action.h:
4720         * shell/ev-stock-icons.c:
4721         * shell/ev-stock-icons.h:
4722         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4723         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4724         (register_custom_actions):
4725         * shell/main.c:
4726         
4727         Preliminary history implementation
4728
4729 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4730
4731         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4732         (dvi_document_class_init), (dvi_document_init_params):
4733         * dvi/mdvi-lib/font.c: (font_reference):
4734         
4735         Add reference to subfont. Fixes bug #374277.
4736
4737 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4738
4739         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4740         (ev_window_cmd_file_open_copy_at_dest):
4741
4742         Fix a race condition when creating symlink. Increase the counter
4743         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4744         Mathias Hasselmann).
4745
4746 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4747
4748         * backend/Makefile.am:
4749         * backend/ev-attachment.c: (ev_attachment_open):
4750         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4751         (ev_tmp_dir), (ev_tmp_filename):
4752         * shell/ev-sidebar-attachments.c:
4753         (ev_sidebar_attachments_drag_data_get):
4754         * shell/ev-window.c: (ev_window_clear_temp_file):
4755
4756         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4757         in ensure_dir_exists. Abort without crashing when we can't create
4758         user's directory.
4759
4760 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4761
4762         * data/evince-ui.xml:
4763         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4764         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4765         (ev_window_cmd_file_open_copy_at_dest),
4766         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4767         (ev_view_popup_cmd_open_link_new_window):
4768
4769         Allow opening a copy of the current document in a new window. Fixes bug
4770         #357472
4771
4772 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4773
4774         * data/evince-toolbar.xml:
4775         
4776         Add rotate right and rotate left to available items for toolbar.
4777         
4778         * data/evince-ui.xml:
4779         * shell/ev-window.c: (ev_window_init):
4780         
4781         Customize toolbar with right click. Fixes bug #372451.
4782
4783 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4784
4785         * shell/ev-window.c: 
4786         
4787         Use "object-rotate-{left,right}" stock icons. Fixes 
4788         bug #373863.
4789
4790 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4791
4792         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4793         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4794         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4795         (ev_window_open_uri):
4796         * shell/main.c: (arguments_parse):
4797
4798         Remove temp file created when evince is used by GTK+ in
4799         preview mode. Fixes bug #365282. 
4800
4801 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4802
4803         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4804         
4805         Fixes bug #372474 - Side pane disabled when entering 
4806         and leaving fullscreen mode.
4807
4808 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4809
4810         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4811         * data/Makefile.am:
4812         * data/evince-preview-toolbar.xml:
4813         * data/evince-toolbar.xml:
4814         * shell/ev-application.c: (ev_application_shutdown),
4815         (ev_application_init), (ev_application_get_toolbars_model):
4816         * shell/ev-application.h:
4817         * shell/ev-window.c: (update_chrome_visibility),
4818         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4819         (ev_window_cmd_edit_toolbar), (ev_window_init):
4820         
4821         Fixes bug #364364 - toolbar editor shows zoom actions again.
4822
4823 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4824
4825         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4826
4827         Do not take margins into consideration for paper size when printing.
4828         Really fixes bug #350491.
4829
4830 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4831
4832         * data/evince-ui.xml:
4833         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4834         (ev_window_cmd_file_print_setup),
4835         (ev_window_print_dialog_response_cb),
4836         (ev_window_setup_action_sensitivity):
4837
4838         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4839
4840 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4841
4842         * shell/ev-window.c: (ev_window_print_range):
4843
4844         Revert my previuos commit, since printing to PDF is not supported by
4845         evince yet. 
4846
4847 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4848
4849         * shell/ev-window.c: (ev_window_print_range):
4850
4851         Enable print to a PDF. Fixes bug #332121.
4852
4853 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * shell/ev-application-service.xml:
4856         * shell/ev-application.[ch]: (ev_application_open_window),
4857         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4858         (ev_application_open_uri), (ev_application_open_uri_list):
4859         * shell/ev-window.c: (file_open_dialog_response_cb),
4860         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4861         (drag_data_received_cb), (open_remote_link):
4862         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4863
4864         Add support for multiscreen systems. Fixes bug #316206.
4865
4866 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4867
4868         * shell/ev-jobs.[ch]: (ev_job_print_new),
4869         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4870         (ev_job_print_do_page):
4871         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4872
4873         Allow printing only odd/even pages. Fixes bug #367289.
4874
4875 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4876
4877         * test/test1.py:
4878         * test/test2.py:
4879
4880         Re-add locale settings to test files.
4881
4882 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4883
4884         * data/evince-ui.xml:
4885         * shell/ev-window.c: (set_action_properties):
4886         
4887         Removed garbage from code and ui.
4888
4889 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4890
4891         * shell/ev-window.c: (ev_window_cmd_help_about):
4892
4893         Shamelessly add my name to the list of contributors.
4894
4895 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4896
4897         * test/test1.py:
4898         * test/test2.py:
4899
4900         Cleaned up the dogtail scripts.
4901
4902 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4903
4904         * shell/ev-view.c: (draw_loading_text): Don't render
4905         "loading..." text in presentation mode. Temporary
4906         workaround for bug #320352.
4907
4908 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4909
4910         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4911         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4912
4913         Use print settings scale, copies, collate and reverse which were
4914         ignored. Fixes bug #359032.
4915
4916 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * configure.ac:
4919         * data/evince-password.glade:
4920         * test/Makefile.am:
4921         * test/test-encrypt.pdf:
4922         * test/test-links.pdf:
4923         * test/test1.py:
4924         * test/test2.py:
4925
4926         Add automated UI tests for evince with dogtail. See
4927         bug #300948.    
4928
4929 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4930
4931         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4932
4933         Hide fullscreen toolbar when switching to another desktop workspace.
4934         Fixes bug #338871
4935
4936 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4937
4938         * shell/ev-window-title.c: 
4939         
4940         Test for .dvi in title of pdf documents.
4941
4942 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4943
4944         * shell/ev-view.c: (ev_view_scroll):
4945
4946         Page Up/Down should do page jumps in "Best fit" mode.
4947         If a user has explicitly chosen to view exactly one page
4948         at a time, scrolling just a part of the page when
4949         pressing Page Up/Down is not right. Fixes bug #323107.
4950
4951 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4952
4953         * NEWS:
4954         * configure.ac:
4955         
4956         Update for 0.6.1
4957
4958 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4959
4960         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4961         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4962         
4963         Correctly disconnect from job signals on destroy.
4964
4965 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * shell/ev-view-private.h:
4968         * shell/ev-view.c: (view_set_adjustment_values),
4969         (view_update_range_and_current_page),
4970         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4971         
4972         Fixes bug #343199, current page now follows find page.
4973
4974 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4975
4976         * backend/ev-document-factory.c:
4977         * configure.ac:
4978         Assigned OpenDocument presenation MIME type to the
4979         Impress backend. Added some missing (but harmless)
4980         #ifdefs in the document factory as well to make things
4981         consistent again. Fixes bug #360658.
4982
4983 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4984
4985         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4986         * backend/ev-document-find.c: (ev_document_find_get_type):
4987         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4988         * backend/ev-document-links.c: (ev_document_links_get_type):
4989         * backend/ev-document-security.c: (ev_document_security_get_type):
4990         * backend/ev-document-thumbnails.c:
4991         (ev_document_thumbnails_get_type):
4992         * backend/ev-document.c: (ev_document_get_type):
4993         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4994         * backend/ev-selection.c: (ev_selection_get_type):
4995         * cut-n-paste/recent-files/egg-recent-model.c:
4996         (egg_recent_model_get_type):
4997         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4998         (egg_recent_view_uimanager_get_type):
4999         * cut-n-paste/recent-files/egg-recent-view.c:
5000         (egg_recent_view_get_type):
5001         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5002         (egg_editable_toolbar_get_type):
5003         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5004         (egg_toolbar_editor_get_type):
5005         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5006         (egg_toolbars_model_get_type):
5007         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5008         (egg_tree_multi_drag_source_get_type):
5009         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5010         (ephy_zoom_action_get_type):
5011         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5012         (ephy_zoom_control_get_type):
5013         * impress/r_back.c: (_imp_fill_back):
5014         * properties/ev-properties-main.c:
5015         (ev_properties_plugin_register_type):
5016         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5017         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5018         (ev_view_accessible_factory_get_type):
5019
5020         Reduce relocations. Bug #360616.
5021
5022 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5023
5024         * backend/ev-document-factory.c:
5025         (ev_document_factory_get_document):
5026         
5027         Load document even if extension is wrong.
5028
5029 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5030
5031         * shell/ev-metadata-manager.c: (save_values):
5032         * shell/ev-window.c: (setup_size_from_metadata),
5033         (setup_view_from_metadata), (ev_window_setup_document),
5034         (ev_window_xfer_job_cb), (window_configure_event_cb):
5035         
5036         Set size according to the document size/page size ratio.
5037         That should correct rather wierd behaviour of the previous
5038         commit.
5039
5040 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5041
5042         * shell/ev-window.c: (setup_view_from_metadata):
5043         
5044         Set size for new windows from previous window size.
5045         See bugs #354968 and #168450 for details. Thanks
5046         to Meik Hellmund.
5047
5048 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5049
5050         * djvu/djvu-links.c: (build_tree):
5051
5052         Fix memory leak.
5053
5054 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5055
5056         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5057         
5058         Don't make sidebar close button insensitive. Fixes
5059         bug #357871.
5060
5061 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5064         (ev_window_set_view_accels_sensitivity):
5065         
5066         Don't enable Slash on documents which don't support
5067         find. Fixes bug #358648.
5068
5069 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5070
5071         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5072         open dialog fall back to the current document uri if the
5073         filechooser hasn't been used before. Fixes bug #356980.
5074
5075 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5076
5077         * shell/ev-window.c: (ev_window_setup_recent), 
5078         (ev_window_get_recent_file_label):
5079
5080         Escape underscores in filenames of recent file items.
5081
5082 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5083
5084         * configure.ac:
5085         
5086         Bumped poppler requirements, really 0.5.3 is very 
5087         buggy, now we require 0.5.4.
5088
5089 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5090
5091         * djvu/Makefile.am:
5092         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5093         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5094         (djvu_document_document_links_iface_init):
5095         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5096         (number_from_string_10), (get_djvu_link_dest),
5097         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5098         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5099         (djvu_links_get_links), (djvu_links_find_link_dest),
5100         (djvu_links_get_links_model):
5101         * djvu/djvu-links.h:
5102         
5103         Add support for links and bookmarks in djvu documents. Thanks
5104         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5105         patch.
5106
5107 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5108
5109         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5110         
5111         Reopen should reload document. Fixes 
5112         bug 327951.
5113
5114 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5115
5116         * configure.ac:
5117         * data/Makefile.am:
5118         * data/evince-16.png:
5119         * data/evince-22.png:
5120         * data/evince.png:
5121         * data/evince.svg:
5122         * data/icons/16x16/Makefile.am:
5123         * data/icons/16x16/evince.png:
5124         * data/icons/22x22/Makefile.am:
5125         * data/icons/22x22/evince.png:
5126         * data/icons/48x48/Makefile.am:
5127         * data/icons/48x48/evince.png:
5128         * data/icons/Makefile.am:
5129         * data/icons/scalable/Makefile.am:
5130         * data/icons/scalable/evince.svg:
5131         
5132         Install icons with correct names. Fixes
5133         bug #354429.
5134
5135 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5136
5137         * shell/ev-view.c: (ev_view_button_release_event):
5138
5139         Don't open links with middle mouse button. Fixes bug #353649
5140
5141 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5142
5143         * NEWS:
5144         * configure.ac:
5145         
5146         Update for release 0.6.0
5147
5148 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5149
5150         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5151         Implement Close named action. Patch by Carlos Garcia Campos.
5152
5153 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5154
5155         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5156         
5157         Don't clear link mapping on copy_job_to_job_info. Fixes
5158         bug 346168.
5159
5160 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * shell/main.c: (main):
5163
5164         Revert my previous commit, gnome_program_init owns the option context.
5165         Fix another memory leak in main. Both caught by Christian Persch. 
5166
5167 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5168
5169         * shell/main.c: (main):
5170
5171         Fix memory leak.
5172
5173 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5176
5177         Fix crash when opening a pdf with password protection. 
5178
5179 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5180
5181         * pdf/ev-poppler.cc: (pdf_document_search_free):
5182
5183         Fix memory leak. 
5184
5185 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5186
5187         * backend/ev-document-factory.c:
5188         (ev_document_factory_get_document):
5189         * tiff/tiff-document.c: (tiff_document_finalize):
5190         
5191         More correct handling of document loading. Fixes
5192         bug #349043.
5193
5194 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5195
5196         * backend/ev-attachment.c: (ev_attachment_save):
5197
5198         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5199         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5200
5201 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5202         
5203         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5204         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5205
5206 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5207
5208         * shell/ev-sidebar-thumbnails.c:
5209
5210         Do not render thumbnails unless thumbnails page is active in the
5211         sidebar.
5212
5213 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5214
5215         * shell/ev-properties-dialog.c:
5216
5217         Fix dialogue spacing. Bug #351370.
5218
5219 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5220
5221         * configure.ac:
5222
5223         Use lowercase gettext catalog file names (evince.mo
5224         instead of Evince.mo)
5225
5226 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5227
5228         * shell/ev-sidebar-attachments.c:
5229
5230         GtkIconTheme is now screen safe too. Fixes bug #350878
5231
5232 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5233
5234         * shell/ev-window.c:
5235
5236         GtkRecent manager is now screen safe. Fixes bug #350145
5237
5238 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5239
5240         * shell/ev-sidebar.c: (ev_sidebar_init):
5241         
5242         Make sidebar close icon smaller. Fix for bug 350177.
5243         See also bugs 350176 and 165770.
5244
5245 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5246
5247         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5248
5249         Ignore zoom for xyz destinations when it's <= 1, keeping user
5250         preferences instead. Set correct sizing-mode for fith and fitv
5251         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5252
5253 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5254
5255         * NEWS:
5256         * configure.ac:
5257         
5258         Update for release 0.5.5
5259
5260 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5261         
5262         * shell/ev-window.c: (ev_window_cmd_escape)
5263
5264         Escape unfocus page entry. Fixes bug #345809.
5265
5266 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5267
5268         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5269         (build_tree), (pdf_document_links_get_links),
5270         (pdf_document_links_find_link_dest):
5271         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5272         (goto_xyz_dest):
5273
5274         Convert from PDF style coordinates to X style coordinates in the
5275         backend rather than in the view. Fixes bug #338440
5276
5277 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5278
5279         * shell/ev-window.c:
5280         
5281         Remove Ctrl+Shift+T shortcut for toolbars. See
5282         the bug #350098.
5283
5284 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5285
5286         * configure.ac:
5287
5288         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5289         of this. 
5290
5291 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5292
5293         * configure.ac:
5294         * cut-n-paste/Makefile.am:
5295         * data/evince-ui.xml:
5296         * shell/Makefile.am:
5297         * shell/ev-application.[ch]:
5298         * shell/ev-window.c:
5299
5300         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5301         #349273
5302
5303 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5304
5305         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5306         findbar code: s/help/search/
5307
5308 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5309
5310         * shell/ev-window.c: (setup_document_from_metadata),
5311         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5312         (setup_view_from_metadata):
5313         
5314         Fix memory leaks.
5315
5316 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5317
5318         * autogen.sh, configure.ac: 
5319         
5320         Update automake usage. See bug 349292.
5321
5322 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5323
5324         * shell/eggfindbar.c: (egg_find_bar_class_init),
5325         (entry_activate_callback), (egg_find_bar_init),
5326         (egg_find_bar_set_status_text):
5327         * shell/eggfindbar.h:
5328         
5329         Unify Evince findbar with Epiphany. Nice patch
5330         from Fabricio Silva <silva@crans.org> and
5331         Frederic Peters <fpeters@entrouvert.com>. See
5332         bug #339966 for details.
5333
5334 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5335
5336         * data/evince.desktop.in.in:
5337         
5338         Correct information for bugzilla. Thanks to
5339         Olaf Vitters, see bug #348855.
5340
5341 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * shell/ev-jobs.[ch]:
5344         * shell/ev-sidebar-links.c:
5345         * shell/ev-window.[ch]:
5346
5347         GtkPrintJob doesn't support print ranges or current page, so we export
5348         to a ps file now when printing ranges or current page.
5349
5350 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5351
5352         * pdf/ev-poppler.cc:
5353         * shell/ev-window.c: (do_action_named):
5354
5355         We should be more clear about bugzilla. See the
5356         poppler bug #7623.
5357
5358 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5359
5360         * configure.ac:
5361         * shell/Makefile.am:
5362         * shell/ev-job-queue.c:
5363         * shell/ev-jobs.[ch]:
5364         * shell/ev-sidebar-links.c:
5365         * shell/ev-window.[ch]:
5366         
5367         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5368         #348422
5369
5370 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5371
5372         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5373         * shell/ev-application-service.xml:
5374         * shell/ev-application.[ch]:
5375         * shell/ev-jobs.[ch]:
5376         * shell/ev-window.[ch]: (ev_window_run_preview):
5377         * shell/main.c: 
5378
5379         Add preview mode to use evince as a printing previewer. It also adds
5380         other command line options for fullscreen and presentation modes.
5381         Fixes bugs #347822, #317031
5382
5383 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5384
5385         * NEWS:
5386         * configure.ac:
5387         
5388         Update for release 0.5.4
5389
5390 2006-07-11  Bastien Nocera <hadess@hadess.net>
5391
5392         * Makefile.am:
5393         * backend/Makefile.am:
5394         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5395         * backend/ev-document-factory.h:
5396         * configure.ac:
5397         * impress/.cvsignore:
5398         * impress/Makefile.am:
5399         * impress/common.h:
5400         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5401         (imp_get_page), (imp_next_page), (imp_prev_page),
5402         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5403         * impress/f_oasis.c: (render_object), (render_page),
5404         (get_geometry), (_imp_oasis_load):
5405         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5406         (_imp_oo13_load):
5407         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5408         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5409         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5410         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5411         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5412         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5413         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5414         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5415         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5416         (iks_new_within), (iks_insert), (iks_insert_cdata),
5417         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5418         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5419         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5420         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5421         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5422         (iks_cdata), (iks_cdata_size), (iks_has_children),
5423         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5424         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5425         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5426         (iks_tree), (iks_load), (iks_save):
5427         * impress/iksemel.h:
5428         * impress/imposter.h:
5429         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5430         (imp_render_draw_bezier_real), (imp_render_get_size),
5431         (imp_render_set_fg_color), (imp_render_draw_line),
5432         (imp_render_draw_rect), (imp_render_draw_polygon),
5433         (imp_render_draw_arc), (imp_render_draw_bezier),
5434         (imp_render_open_image), (imp_render_get_image_size),
5435         (imp_render_scale_image), (imp_render_draw_image),
5436         (imp_render_close_image), (imp_render_markup),
5437         (imp_render_get_text_size), (imp_render_draw_text),
5438         (impress_document_load), (impress_document_save),
5439         (impress_document_get_n_pages), (impress_document_get_page_size),
5440         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5441         (impress_document_finalize), (impress_document_class_init),
5442         (impress_document_can_get_text), (impress_document_get_info),
5443         (impress_document_document_iface_init),
5444         (impress_document_thumbnails_get_thumbnail),
5445         (impress_document_thumbnails_get_dimensions),
5446         (impress_document_document_thumbnails_iface_init),
5447         (impress_document_init):
5448         * impress/impress-document.h:
5449         * impress/internal.h:
5450         * impress/r_back.c: (_imp_fill_back):
5451         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5452         (_imp_draw_image), (_imp_tile_image):
5453         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5454         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5455         (r_polyline):
5456         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5457         (r_draw_gradient_complex), (r_draw_gradient):
5458         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5459         (r_get_bullet):
5460         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5461         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5462         (r_text):
5463         * impress/render.c: (imp_create_context), (imp_context_set_page),
5464         (imp_context_set_step), (imp_render), (imp_delete_context):
5465         * impress/render.h:
5466         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5467         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5468         (zip_load_xml), (zip_get_size), (zip_load):
5469         * impress/zip.h:
5470         * shell/ev-utils.c:
5471         
5472         New backend to support impress slides. Fixes bug #30867.
5473
5474 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5475
5476         * shell/ev-utils.c: (using_postscript_printer):
5477         
5478         Fixes crash when print using PAPI backend,
5479         bug #345012.
5480
5481 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5482
5483         * shell/ev-jobs.c: (ev_job_xfer_run):
5484         * shell/ev-window.c: (password_dialog_response),
5485         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5486         (ev_window_dispose):
5487         Fixes bug #344160: if the xfer job doesn't complete
5488         because a password is required, reload the existing
5489         instance instead of creating a new one.
5490
5491 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5492
5493         * shell/main.c: (main): Call gdk_threads_init. Thus
5494         we'll avoid errors in auth dialog. Fix for the bug
5495         #343347.
5496
5497 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5498
5499         * configure.ac: Advertise pixbuf support, fix
5500         for the bug 343317.
5501
5502 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5503
5504         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5505         (ev_sidebar_thumbnails_set_document):
5506         
5507         Update sidebar thumbnails after reloading.
5508
5509 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5510
5511         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5512         * shell/ev-jobs.h:
5513         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5514         (ev_window_cmd_view_reload), (ev_window_init):
5515         
5516         Don't crash on reload. Fix for the bug #343167.
5517
5518 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5519
5520         * shell/ev-jobs.c: (ev_job_render_run):
5521         
5522         Check for document links.
5523
5524 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5525
5526         * backend/ev-attachment.c: (ev_attachment_save),
5527         (ev_attachment_launch_app), (ev_attachment_open):
5528         * backend/ev-document-factory.c: (get_document_from_uri):
5529         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5530         (egg_recent_view_uimanager_set_list):
5531         * ps/ps-document.c: (check_filecompressed), (document_load),
5532         (ps_document_load):
5533         * shell/ev-metadata-manager.c: (load_values):
5534         * shell/ev-password.c: (ev_password_dialog_set_property):
5535         * shell/ev-view.c: (tip_from_link):
5536         * shell/ev-window.c: (file_save_dialog_response_cb),
5537         (ev_window_print_dialog_response_cb):
5538         
5539         Use consistent quoting style. Fix for the bug #320285.
5540
5541 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5542
5543         * shell/ev-jobs.c: (ev_job_xfer_run):
5544         * shell/main.c: (load_files):
5545                 
5546         Open links with anchors. Fix for the bug #339836.
5547
5548 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5549
5550         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5551         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5552         (ev_link_dest_set_property), (ev_link_dest_finalize),
5553         (ev_link_dest_class_init), (ev_link_dest_new_named),
5554         (ev_link_dest_new_page_label):
5555         * backend/ev-link-dest.h:
5556         * shell/ev-application.c: (ev_application_open_uri):
5557         * shell/ev-view.c: (goto_dest):
5558         * shell/ev-window.c:
5559         * shell/ev-window.h:
5560         
5561         Fix page-label command line option. Bug #342070.
5562
5563 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5564
5565         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5566         
5567         Don't show highlight rects if page can't be showed. Fix for 
5568         the bug #342076
5569
5570 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5571
5572         * shell/ev-window.c: (setup_sidebar_from_metadata),
5573         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5574         
5575         Setup sidebar from metadata even if there is no document
5576         loaded. Fix for the bug #342807.
5577
5578 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5579
5580         * cut-n-paste/toolbar-editor/Makefile.am:
5581         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5582         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5583         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5584         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5585         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5586         (popup_context_menu_cb), (button_press_event_cb),
5587         (configure_item_sensitivity), (configure_item_cursor),
5588         (configure_item_tooltip), (connect_widget_signals),
5589         (action_sensitive_cb), (create_item_from_action),
5590         (create_item_from_position), (toolbar_drag_data_received_cb),
5591         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5592         (toolbar_drag_leave_cb), (configure_drag_dest),
5593         (toggled_visibility_cb), (toolbar_visibility_refresh),
5594         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5595         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5596         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5597         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5598         (egg_editable_toolbar_dispose),
5599         (egg_editable_toolbar_set_ui_manager),
5600         (egg_editable_toolbar_get_selected),
5601         (egg_editable_toolbar_set_selected), (set_edit_mode),
5602         (egg_editable_toolbar_set_property),
5603         (egg_editable_toolbar_get_property),
5604         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5605         (egg_editable_toolbar_new_with_model),
5606         (egg_editable_toolbar_get_edit_mode),
5607         (egg_editable_toolbar_set_edit_mode),
5608         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5609         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5610         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5611         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5612         (item_added_or_removed_cb), (toolbar_removed_cb),
5613         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5614         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5615         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5616         (editor_create_item_from_name), (append_table),
5617         (update_editor_sheet), (egg_toolbar_editor_init):
5618         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5619         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5620         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5621         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5622         (toolbar_node_free), (egg_toolbars_model_get_flags),
5623         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5624         (egg_toolbars_model_get_name), (impl_add_item),
5625         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5626         (parse_data_list), (parse_item_list), (parse_toolbars),
5627         (egg_toolbars_model_load_toolbars), (parse_available_list),
5628         (parse_names), (egg_toolbars_model_load_names),
5629         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5630         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5631         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5632         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5633         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5634         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5635         (egg_toolbars_model_set_types), (fill_avail_array),
5636         (egg_toolbars_model_get_name_avail),
5637         (egg_toolbars_model_get_name_flags),
5638         (egg_toolbars_model_set_name_flags):
5639         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5640         * cut-n-paste/toolbar-editor/eggintl.h:
5641         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5642         (egg_tree_multi_drag_source_get_type),
5643         (egg_tree_multi_drag_source_row_draggable),
5644         (egg_tree_multi_drag_source_drag_data_delete),
5645         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5646         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5647         (path_list_free), (set_context_data), (get_context_data),
5648         (get_info), (egg_tree_multi_drag_drag_data_get),
5649         (egg_tree_multi_drag_motion_event),
5650         (egg_tree_multi_drag_button_press_event),
5651         (egg_tree_multi_drag_add_drag_support):
5652         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5653         * shell/ev-application.c: (ev_application_init),
5654         (ev_application_save_toolbars_model):
5655         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5656         (ev_window_cmd_edit_toolbar), (ev_window_init):
5657         
5658         Sync toolbareditor with epiphany and libegg
5659
5660 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5661
5662         * configure.ac: 
5663
5664         Depend on poppler 0.5.2
5665
5666 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5667
5668         * shell/ev-jobs.c: (ev_job_render_run):
5669         
5670         Check if document supports links iterface.
5671
5672 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5673
5674         * NEWS:
5675         * configure.ac:
5676         
5677         Update for release 0.5.3
5678
5679 2006-05-13  Michael Plump  <plumpy@skylab.org>
5680
5681         * configure.ac:
5682         * shell/Makefile.am:
5683         * shell/main.c: (main):
5684         
5685         Port to GOption command line parsing. Fix for the 
5686         bug #327518
5687
5688 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5689
5690         * shell/ev-window.c: (ev_window_cmd_help_about):
5691         
5692         Do not wrap license. Fix for the bug #309460.
5693
5694 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5695
5696         * configure.ac:
5697         * properties/ev-properties-main.c: (ev_properties_get_pages):
5698         * shell/ev-application.c: (ev_application_open_window),
5699         (ev_application_open_uri_at_dest):
5700         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5701         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5702         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5703         * shell/ev-utils.c: (save_print_config_to_file):
5704         * shell/ev-window.c: (ev_window_cmd_save_as),
5705         (ev_attachment_popup_cmd_save_attachment_as):
5706         * shell/main.c: (load_files_remote):
5707         
5708         Bump requirements to gtk 2.8 and drop all ifdefs used.
5709
5710 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5711
5712         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5713         * shell/ev-window.c: (ev_window_init):
5714         
5715         Show attachments page.
5716
5717 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5718
5719         * po/POTFILES.in:
5720         * shell/ev-attachment-bar.c:
5721         * shell/ev-attachment-bar.h:
5722         * shell/ev-sidebar-attachments.c:
5723         (ev_sidebar_attachments_icon_cache_add),
5724         (icon_theme_get_pixbuf_from_mime_type),
5725         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5726         (ev_sidebar_attachments_icon_cache_refresh),
5727         (ev_sidebar_attachments_get_attachment_at_pos),
5728         (ev_sidebar_attachments_popup_menu_show),
5729         (ev_sidebar_attachments_popup_menu),
5730         (ev_sidebar_attachments_button_press),
5731         (ev_sidebar_attachments_update_icons),
5732         (ev_sidebar_attachments_drag_data_get),
5733         (ev_sidebar_attachments_get_property),
5734         (ev_sidebar_attachments_destroy),
5735         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5736         (ev_sidebar_attachments_new),
5737         (ev_sidebar_attachments_set_document),
5738         (ev_sidebar_attachments_support_document),
5739         (ev_sidebar_attachments_get_label),
5740         (ev_sidebar_attachments_page_iface_init):
5741         * shell/ev-sidebar-attachments.h:
5742         * shell/ev-window.c: (update_chrome_visibility),
5743         (setup_sidebar_from_metadata), (ev_window_setup_document),
5744         (ev_window_sidebar_current_page_changed_cb),
5745         (attachment_bar_menu_popup_cb), (ev_window_init):
5746         
5747         Move attachments bar to sidebar.
5748
5749 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5750
5751         * pdf/ev-poppler.cc:
5752         * shell/ev-application.[ch]:
5753         * shell/main.c:
5754
5755         Fix some memory leaks.
5756
5757 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5758
5759         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5760
5761         Change the properties dialog response to
5762         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5763         will make the dialog go away when the user presses
5764         enter. With gtk+ >= 2.9 this will happen anyway, but for
5765         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5766         escape by default. Fixes bug #340539. See also bug
5767         #101293 for the gtk+ part.
5768
5769 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5770
5771         * shell/ev-view.c (tip_from_action_named): Replace some strings
5772         that were wrong. Closes #340970.
5773
5774 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5775
5776         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5777
5778         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5779         #341049
5780
5781 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * djvu/Makefile.am:
5784         * dvi/Makefile.am:
5785         * dvi/mdvi-lib/Makefile.am:
5786         * properties/Makefile.am:
5787         * ps/Makefile.am:
5788         * shell/Makefile.am:
5789         * thumbnailer/Makefile.am:
5790         
5791         Due to broken libtool that is unable to track dependencies
5792         of noinst libraries we are forced to explicitely point
5793         libraries for binary. Fix for the bug #333334.
5794
5795 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5796
5797         * data/evince.desktop.in.in:
5798         * shell/ev-view.c: (view_update_range_and_current_page),
5799         (ev_view_next_page), (ev_view_previous_page):
5800         * shell/ev-window.c: (update_chrome_visibility),
5801         (setup_sidebar_from_metadata), (ev_window_setup_document),
5802         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5803         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5804         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5805         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5806         (ev_window_stop_presentation), (ev_window_focus_in_event),
5807         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5808         (ev_window_init):
5809         * thumbnailer/Makefile.am:
5810         
5811         Update fullscreen and presentation timeout handling. Hide
5812         cursor in presentation after timeout. Fix for the bugs
5813         #136359 and #336981.
5814
5815 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5816
5817         * backend/ev-link-action.[ch]:
5818         * pdf/ev-poppler.cc: (ev_link_from_action):
5819         * shell/ev-view-private.h:
5820         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5821         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5822
5823         Add support for Named Action links
5824
5825 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5826
5827         * backend/Makefile.am:
5828         * backend/ev-document-links.[ch]:
5829         * backend/ev-document.[ch]:
5830         * backend/ev-link-action.[ch]:
5831         * backend/ev-link-dest.[ch]:
5832         * backend/ev-link.[ch]:
5833         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5834         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5835         * shell/ev-page-action.c: (build_new_tree_cb):
5836         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5837         (links_page_num_func), (update_page_callback):
5838         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5839         (tip_from_link):
5840         * shell/ev-jobs.c:
5841         * shell/ev-window.[ch]: (ev_window_open_uri),
5842         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5843         * shell/ev-application.[ch]: (ev_application_open_window),
5844         (ev_application_open_uri):
5845
5846         Rework links system, it adds support for remote links now and it makes
5847         easier to add new kinds of actions and destinations. Fixes bug #317292
5848
5849 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5850
5851         * data/Makefile.am:
5852         * data/evince.png:
5853         * data/evince-16.png:
5854         * data/evince-22.png:
5855         * data/evince.svg:
5856         * shell/main.c: (main):
5857         
5858         Evince use it's own icon. Fix for the bug #313392.
5859
5860         * shell/ev-window.c: (fullscreen_timeout_cb),
5861         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5862         (ev_window_cmd_help_about), (ev_window_dispose):
5863         
5864         Simplify fullscreen timeout code.
5865
5866 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5867
5868         * backend/ev-attachment.c: 
5869         * shell/ev-attachment-bar.c:
5870         * shell/ev-window.c:
5871
5872         Allow multiple selection of attachments
5873
5874 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5875
5876         * shell/ev-view.c: (view_update_range_and_current_page),
5877         (ev_view_scroll):
5878         
5879         Fix for the bug #312573 – Optimal selection of current 
5880         page among visible pages.
5881
5882 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * configure.ac:
5885         * djvu/Makefile.am:
5886         * djvu/djvu-text.h:
5887         
5888         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5889         for the bug 339868.
5890
5891 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5892
5893         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5894
5895 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5896
5897         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5898         dictated by the GNOME HIG. Fixes bug #339235.
5899
5900 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5901
5902         * data/evince-ui.xml:
5903         * shell/ev-view.c: (ev_view_can_find_previous):
5904         * shell/ev-view.h:
5905         * shell/ev-window.c: (ev_window_update_actions),
5906         (ev_window_cmd_edit_find_previous):
5907
5908         Add support for "Find Previous" as dictated by the GNOME HIG. A
5909         menu item is added and some glue code to make it all work is added
5910         to various files.
5911
5912 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5913
5914         * configure.ac: Award myself the "useless use of cat" award.
5915
5916 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5917
5918         * po/LINGUAS: New file listing all supported languages.
5919
5920         * configure.in: Use po/LINGUAS instead of including all languages
5921         directly in this file. See the wiki for more information:
5922         http://live.gnome.org/GnomeGoals/PoLinguas
5923
5924 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5925
5926         * backend/ev-document-factory.c:
5927
5928         Do not load the document twice when there isn't errors
5929
5930 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5931
5932         * backend/ev-attachment.c: 
5933
5934         Fix a crash when there isn't a default application to open an
5935         attachment
5936
5937 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5938
5939         * backend/ev-attachment.[ch]:
5940         * shell/ev-attachment-bar.[ch]:
5941
5942         Added missing files. 
5943
5944 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5945
5946         * backend/Makefile.am:
5947         * data/evince-ui.xml:
5948         * backend/ev-attachment.[ch]:
5949         * backend/ev-document.[ch]: (ev_document_has_attachments),
5950         (ev_document_get_attachments):
5951         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5952         (attachment_save_to_buffer), (pdf_document_get_attachments),
5953         (pdf_document_document_iface_init):
5954         * shell/Makefile.am:
5955         * shell/ev-attachment-bar.[ch]:
5956         * shell/ev-window.c:
5957
5958         Add support for PDF attachments. Fixes bug #325143
5959
5960 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * backend/ev-document-factory.c: (get_document_from_uri),
5963         (ev_document_factory_get_document):
5964         * backend/ev-document-factory.h:
5965         * properties/ev-properties-main.c: (ev_properties_get_pages):
5966         * shell/Makefile.am:
5967         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5968         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5969         (ev_job_queue_remove_job):
5970         * shell/ev-job-queue.h:
5971         * shell/ev-job-xfer.c:
5972         * shell/ev-job-xfer.h:
5973         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5974         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5975         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5976         (ev_job_xfer_run):
5977         * shell/ev-jobs.h:
5978         * shell/ev-window.c: (ev_window_is_empty),
5979         (password_dialog_response), (ev_window_clear_xfer_job),
5980         (ev_window_xfer_job_cb), (ev_window_open_uri),
5981         (ev_window_cmd_focus_page_selector),
5982         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5983         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5984         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5985         (ev_window_dispose):
5986         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5987         
5988         * Cleanup mime type detection on document load. Fix for the
5989         bug #336448.
5990
5991 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5992
5993         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5994         
5995         Fix crash on exit, described in the bug #336825.
5996
5997 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5998
5999         * backend/ev-document-factory.c:
6000         (ev_document_factory_get_from_mime),
6001         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6002         (ev_document_factory_get_document),
6003         (file_filter_add_mime_list_and_free),
6004         (ev_document_factory_add_filters):
6005         * backend/ev-document-factory.h:
6006         * properties/ev-properties-main.c: (ev_properties_get_pages):
6007         * shell/Makefile.am:
6008         * shell/ev-application.c:
6009         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6010         * shell/ev-window.c: (ev_window_cmd_file_open),
6011         (ev_window_cmd_save_as):
6012         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6013         
6014         Rework factory functions so they are placed now in a single 
6015         file ev-document-factory.c
6016
6017 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6018
6019         * shell/ev-window.c: (update_chrome_visibility):
6020         
6021         Fix for the bug 166566 - don't show menubar in fullscreen
6022         mode.
6023
6024 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6025
6026         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6027
6028 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * shell/ev-view.c: (ev_view_expose_event):
6031         
6032         More correctly draw loading text when document
6033         is empty.
6034
6035 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6036
6037         * shell/ev-view.c: (ev_view_scroll):
6038         
6039         Fix for the bug #334854, page down and page up switch
6040         pages in presentation mode.
6041
6042 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6043
6044         * shell/ev-window.c: (ev_window_set_action_sensitive),
6045         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6046         (ev_window_set_view_accels_sensitivity),
6047         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6048         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6049         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6050         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6051         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6052         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6053         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6054         (view_actions_focus_in_cb), (ev_window_init):
6055         
6056         Fix for the bug #333902, now it's possible to search
6057         words with slash.
6058
6059 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6060
6061         * configure.ac: Added Breton translation.
6062         * po/br.po: Added Breton translation.
6063
6064 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6065
6066         * shell/ev-window-title (ev_window_title_update):
6067
6068         Fix memory leak in window title. Fixes bug #333944
6069
6070 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6071
6072         * shell/ev-metadata-manager.c (parseItem):
6073
6074         Fix memory leaks. Fixes bug #333945
6075
6076 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6077         
6078         * NEWS, configure.ac, TODO:
6079         
6080         Update for release 0.5.2.
6081
6082 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6083
6084         * shell/ev-view.c: (view_update_range_and_current_page),
6085         (page_changed_cb):
6086         
6087         Don't jump on scrolling, fix for the bug #333127.
6088
6089 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6090
6091         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6092         
6093         Scroll by one page in presentation mode. Fix for the bug
6094         #332993.
6095
6096 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6097
6098         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6099
6100 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6101
6102         * configure.ac  Added lv in ALL_LINGUAS line.
6103
6104 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6105         
6106         * NEWS, configure.ac:
6107         
6108         Update for release 0.5.1
6109
6110 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6111
6112         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6113         * backend/ev-document-misc.h:
6114         * shell/ev-view.c: (draw_one_page):
6115         
6116          Clairfy what page the toolbar page number applies to. Fix
6117          for the bug #328102.
6118
6119 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6120
6121         * shell/ev-view-private.h:
6122         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6123         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6124         (ev_view_search_changed):
6125         * shell/ev-view.h:
6126         * shell/ev-window.c: (find_bar_search_changed_cb):
6127         
6128         Dont't jump to find result if window was scrolled during search.
6129         Fix for the bug #313266.
6130
6131 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6132
6133         * shell/eggfindbar.c: (egg_find_bar_class_init):
6134         * shell/eggfindbar.h:
6135         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6136         * shell/ev-view-private.h:
6137         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6138         (ev_view_class_init), (ev_sizing_mode_get_type),
6139         (ev_scroll_type_get_type):
6140         * shell/ev-view.h:
6141         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6142         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6143         (ev_window_init):
6144         
6145         Fix for the bug 319133 - Find entry should allow text scroll.
6146
6147 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6148
6149         * shell/ev-view-private.h:
6150         * shell/ev-view.c: (view_update_range_and_current_page),
6151         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6152         (ev_view_set_document), (update_find_status_message),
6153         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6154         (ev_view_find_previous):
6155         
6156         Fix for the bug #319137. Search now takes account for scrolling.
6157
6158 2006-02-19  Michael Hofmann <mh21@piware.de>
6159
6160         * configure.ac:
6161         * djvu/Makefile.am:
6162         * djvu/djvu-document-private.h:
6163         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6164         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6165         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6166         (djvu_document_can_get_text), (djvu_document_get_text),
6167         (djvu_document_document_iface_init),
6168         (djvu_document_thumbnails_get_thumbnail),
6169         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6170         (djvu_document_find_get_result),
6171         (djvu_document_find_page_has_results),
6172         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6173         (djvu_document_find_iface_init):
6174         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6175         (djvu_text_page_selection), (djvu_text_page_limits_process),
6176         (djvu_text_page_limits), (djvu_text_page_copy),
6177         (djvu_text_page_position), (djvu_text_page_union),
6178         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6179         (djvu_text_page_box), (djvu_text_page_append_text),
6180         (djvu_text_page_search), (djvu_text_page_prepare_search),
6181         (djvu_text_page_new), (djvu_text_page_free):
6182         * djvu/djvu-text-page.h:
6183         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6184         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6185         (djvu_text_n_results), (djvu_text_has_results),
6186         (djvu_text_get_result), (djvu_text_get_progress):
6187         * djvu/djvu-text.h:
6188         
6189         Text search in djvu. Fix for the bug #303415.
6190
6191 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6192
6193         * configure.ac:
6194         * shell/ev-window.c: (ev_window_cmd_save_as):
6195         
6196         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6197         Thanks to Gary Coady <gary@lyranthe.org>
6198
6199 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6200
6201         * shell/ev-print-job.c: (idle_print_handler):
6202         
6203         Inverse order printing, bug #320919.
6204
6205 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6206
6207         * data/evince-toolbar.xml:
6208         * shell/ev-window.c:
6209         
6210         Allow to add sidebar checkbutton on toolbar. Fix
6211         for the bug #144577.
6212
6213 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6214
6215         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6216         
6217         Add checks that have sense for empty ps document.
6218
6219 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6220
6221         * configure.ac: Include PS in mime types list. 
6222
6223 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6224
6225         * configure.ac:
6226         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6227         * ps/gsdefaults.h:
6228         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6229         
6230         Runtime check for gs interpreter. Fix for the bug #320868.
6231         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6232
6233 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6234
6235         * shell/ev-application.c: 
6236
6237         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6238         dbus>=0.60, so that the request is not queued. 
6239
6240 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6241
6242         * configure.ac:
6243         * shell/Makefile.am:
6244         * shell/ev-sidebar-links.c: (print_section_cb):
6245         * shell/ev-utils.c:
6246         * shell/ev-utils.h:
6247         * shell/ev-window.c: (update_action_sensitivity),
6248         (ev_window_close_dialogs), (ev_window_print):
6249         * shell/ev-window.h:
6250         
6251         Make printing support optional. Patch from Eduardo de Barros Lima
6252         <eduardo.lima@indt.org.br> for the bug #330546.
6253
6254 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6255
6256         * shell/ev-view-private.h:
6257         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6258         (ev_view_set_document):
6259         * shell/ev-view.h:
6260         * shell/ev-window.c: (ev_window_load_job_cb),
6261         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6262         (ev_window_init):
6263
6264         Draw Loading message during xfer job. Fix for the bug #329495.
6265
6266 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6267
6268         * comics/comics-document.c: (comics_regex_quote),
6269         (comics_document_load), (extract_argv):
6270         
6271         Correcly quote regexp before passing it to unzip.
6272
6273 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6274
6275         * shell/ev-page-cache.c: (build_height_to_page),
6276         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6277         (ev_page_cache_get_dual_even_left):
6278         * shell/ev-page-cache.h:
6279         * shell/ev-view.c: (view_update_range_and_current_page),
6280         (get_page_y_offset), (get_page_extents):
6281         
6282         Place even pages to the left if document has less then
6283         two pages. Fix for the bug #328856.
6284
6285 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6286
6287         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6288         
6289         Correct comics scheme. This make evince create thumbnails
6290         for comic books. Fix for the bug 329088.
6291
6292 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6293
6294         * data/evince-password.glade: Don't explicitly set
6295         invisible_char to the current default value in case
6296         the default changes; let GTK+ do its magic.
6297
6298 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6301         real filename to tmp filename since often document
6302         type is determined by extension.
6303
6304 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6305
6306         * shell/ev-view.c: (add_scroll_binding_keypad),
6307         (ev_view_binding_activated), (ev_view_class_init):
6308         
6309         Add keybindings for percision-scrolling of display area. 
6310         Fix for the bug #314072.
6311
6312 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6313
6314         * data/evince.desktop.in.in:
6315         
6316         Add GTK to the list of categories. Fix for the bug #328034.
6317
6318 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6319
6320         * shell/ev-application.c: (ev_application_shutdown),
6321         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6322         * shell/ev-application.h:
6323         * shell/ev-window.c: (file_open_dialog_response_cb),
6324         (ev_window_cmd_file_open):
6325         
6326         Save last uri in file chooser dialog. Fix for the bug #327950.
6327
6328 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6329
6330         * NEWS:
6331         * README:
6332         
6333         Final update for release 0.5.0
6334         
6335         * shell/Makefile.am:
6336         
6337         Remove disable deprecated until we'll require libgnome-2.13.7
6338         and port to GOption argument parsing. See bug 327518.
6339
6340 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6341
6342         * comics/comics-document.c: (comics_document_save):
6343         * djvu/djvu-document.c: (djvu_document_save):
6344         * dvi/dvi-document.c: (dvi_document_save):
6345         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6346         * lib/ev-file-helpers.h:
6347         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6348         * tiff/tiff-document.c: (tiff_document_save):
6349         
6350         Use common save function for backends.
6351
6352 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6353
6354         * backend/ev-document-types.c:
6355         
6356         Fix crash on saving pixbuf.
6357
6358 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6359
6360         * cut-n-paste/recent-files/egg-recent-item.c:
6361         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6362         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6363         (parse_info_free), (valid_element), (start_element_handler),
6364         (end_element_handler), (text_handler), (egg_recent_model_filter),
6365         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6366         (egg_recent_model_monitor), (egg_recent_model_read),
6367         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6368         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6369         (egg_recent_model_set_property), (egg_recent_model_class_init),
6370         (egg_recent_model_init), (egg_recent_model_add_full),
6371         (egg_recent_model_delete), (egg_recent_model_get_list),
6372         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6373         (egg_recent_model_set_filter_mime_types),
6374         (egg_recent_model_clear_group_filter),
6375         (egg_recent_model_set_filter_groups),
6376         (egg_recent_model_clear_scheme_filter),
6377         (egg_recent_model_set_filter_uri_schemes),
6378         (egg_recent_model_remove_expired):
6379         * cut-n-paste/recent-files/egg-recent-util.c:
6380         (egg_recent_util_get_icon):
6381         * cut-n-paste/recent-files/egg-recent-util.h:
6382         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6383         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6384         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6385         (egg_recent_view_uimanager_set_property),
6386         (egg_recent_view_uimanager_get_property),
6387         (egg_recent_view_uimanager_class_init),
6388         (egg_recent_view_uimanager_init),
6389         (egg_recent_view_uimanager_set_label_width),
6390         (egg_recent_view_uimanager_get_label_width):
6391         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6392         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6393         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6394         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6395         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6396         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6397         
6398         Update from libegg.
6399
6400 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6401
6402         * shell/ev-page-cache.c: (build_height_to_page),
6403         (ev_page_cache_get_height_to_page):
6404         * shell/ev-page-cache.h:
6405         * shell/ev-view.c: (view_update_range_and_current_page),
6406         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6407         (ev_view_previous_page):
6408         
6409         Dual mode places even pages to the left. Fix for the bug #309393.
6410
6411         * shell/ev-view.h:
6412         * shell/ev-window.c: (update_action_sensitivity),
6413         (setup_view_from_metadata), (view_menu_popup_cb):
6414         
6415         Don't restore presentation in empty windows, more intelligent
6416         next page behaviour in dual mode.
6417
6418         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6419         (ev_pixbuf_cache_clear_job_sizes):
6420         
6421         Cleanup job callback on removal. Fix for the bug #325886.
6422
6423 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6424
6425         * ps/ps.c: (psscan):
6426         
6427         Commit workaround Mozilla problem. Fix for the bug #325919
6428         
6429         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6430         (save_item):
6431         
6432         Fix for year 2038 problem.
6433
6434 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6435
6436         * shell/ev-window.c: (setup_document_from_metadata),
6437         (ev_window_cmd_view_reload):
6438
6439         Clamp page recieved from metadata in valid values. Fix
6440         for the bug #325986.
6441
6442 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6443
6444         * MAINTAINERS: 
6445         Add MAINTAINERS as requested on desktop-devel-list.
6446
6447 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6448
6449         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6450         (mime_type_supported_by_gdk_pixbuf),
6451         (ev_document_factory_get_mime_types),
6452         (ev_document_factory_get_all_mime_types):
6453         
6454         Don't add pixbuf mime types if pixbuf backend is disabled.
6455         
6456         * shell/ev-application.c: (ev_application_get_uri_window):
6457         
6458         Fix for the bug 325815 - unhandled MIME type message doesn't 
6459         appear a second time. 
6460         
6461         * shell/ev-document-types.c: (ev_document_types_add_filters):
6462         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6463         (password_dialog_response), (ev_window_popup_password_dialog),
6464         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6465         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6466         (ev_window_run_presentation), (ev_window_stop_presentation),
6467         (save_sizing_mode), (ev_window_zoom_changed_cb),
6468         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6469         (ev_window_dual_mode_changed_cb),
6470         (ev_window_sidebar_current_page_changed_cb),
6471         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6472         (window_state_event_cb), (window_configure_event_cb):
6473         
6474         Cleanup additional uris holded by EvWindow.
6475
6476 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6477
6478         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6479         (ev_view_can_previous_page), (ev_view_can_next_page):
6480         * shell/ev-view.h:
6481         * shell/ev-window.c: (update_action_sensitivity):
6482         
6483         Two page scrolling with Space and PageUp in dual mode. Second fix 
6484         for the bug #316608.
6485
6486 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6487
6488         * shell/ev-view.c: (scroll_to_current_page):
6489         
6490         Correctly clamp adjustment value. Fix for the bug
6491         #325808.
6492
6493 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6494
6495         * shell/ev-sidebar-links.c: (print_section_cb):
6496         * shell/ev-window.c: (ev_window_get_uri),
6497         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6498         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6499         (ev_window_dispose):
6500         
6501         Make print dialog non-modal. Fix for the bug #325622.
6502
6503 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6504
6505         * shell/ev-metadata-manager.c:
6506         * shell/ev-utils.c: (using_pdf_printer),
6507         (using_postscript_printer), (load_print_config_from_file),
6508         (save_print_config_to_file):
6509         * shell/ev-utils.h:
6510         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6511         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6512         (setup_view_from_metadata), (ev_window_setup_document),
6513         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6514         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6515         (ev_window_run_presentation), (ev_window_stop_presentation),
6516         (save_sizing_mode), (ev_window_zoom_changed_cb),
6517         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6518         (ev_window_dual_mode_changed_cb),
6519         (ev_window_sidebar_current_page_changed_cb),
6520         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6521         (window_state_event_cb), (window_configure_event_cb),
6522         (ev_window_init):
6523         
6524         Setting saving behaviour fixes.
6525
6526 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6527
6528         * configure.ac:
6529         
6530         Make antialiasing gs options better and allow
6531         to change them during configure. Fix for the 
6532         bug #319049.
6533
6534 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6535
6536         * shell/ev-window.c: (setup_view_from_metadata):
6537         
6538         Remember if last window was maximized. Fix for the
6539         bug #323797.
6540
6541 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6542
6543         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6544
6545 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6546
6547         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6548         * shell/ev-page-action.c: (build_new_tree_cb):
6549         * shell/ev-sidebar-links.c: (links_page_num_func),
6550         (update_page_callback_foreach), (update_page_callback):
6551         * shell/ev-view.c: (scroll_to_current_page):
6552         
6553         Fix for the bug #325067 with more intelligent selection
6554         of current link in sidebar. Make sidebar handle links
6555         of FITR-like type more correctly.
6556
6557         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6558         (dvi_pixbuf_put_pixel):
6559         
6560         Fix memory consumtion with disabled alpha channel.
6561
6562 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6563
6564         * data/evince-ui.xml:
6565         * shell/ev-window.c: (view_menu_popup_cb),
6566         (ev_popup_cmd_open_link), (ev_window_init):
6567         
6568         Update context menu for internal links. Fix for the bug
6569         #325066.
6570
6571 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6572
6573         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6574         
6575         Bind context menu to keyboard also. Fix for the bug
6576         #325065.
6577
6578 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6579
6580         * shell/ev-view.c: (selection_scroll_timeout_cb):
6581         
6582         Horizontal scroll on selection also.
6583
6584 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * shell/ev-metadata-manager.c: (parse_value):
6587         * shell/ev-view.c: (goto_xyz_link):
6588         
6589         Correct zoom setup and metadata save broken in 
6590         some locales.
6591
6592 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6593
6594         * shell/ev-view-private.h:
6595         * shell/ev-view.c: (scroll_to_current_page),
6596         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6597         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6598         (page_changed_cb), (ev_view_set_continuous),
6599         (ev_view_set_dual_page), (ev_view_set_presentation):
6600         
6601         Delay scroll until allocation to correctly position page. Fix
6602         for the bug #317334.
6603
6604 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6605
6606         * NEWS:
6607         * configure.ac:
6608         
6609         Update NEWS and require poppler 0.5.0.
6610
6611 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6612         
6613         * data/evince-ui.xml:
6614         * shell/ev-view-private.h:
6615         * shell/ev-view.c: (ev_view_get_link_at_location),
6616         (handle_link_over_xy), (ev_view_button_press_event),
6617         (ev_view_button_release_event), (ev_view_class_init):
6618         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6619         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6620         (ev_window_init):
6621         
6622         Implement right-click context menu.
6623
6624 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6625
6626         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6627         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6628         (mdvi_pixbuf_device_render):
6629         * pdf/ev-poppler.cc:
6630
6631         Don't generate thumbnails with alpha. See bug #324077.
6632         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6633
6634 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6635
6636         * shell/ev-window.c: (setup_chrome_from_metadata):
6637         
6638         Fix typo that was hiding toolbar.
6639
6640 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6641
6642         * shell/ev-view-private.h:
6643         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6644         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6645         (ev_view_button_release_event), (ev_view_destroy):
6646         
6647         Small cleanup and autoscrolling during selection. Thanks to 
6648         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6649
6650 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6651
6652         * configure.ac:
6653         
6654         Correctly check for comics option.
6655
6656 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6657         * Makefile.am:
6658         * configure.ac:
6659         * backend/Makefile.am:
6660         * backend/ev-document-factory.c:
6661         * shell/ev-document-types.c:
6662
6663         Included option in configure to make ps backend 
6664         compilation optional with --disable-ps.
6665
6666 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6667
6668         * backend/ev-document-factory.c:
6669         * comics/Makefile.am:
6670         * comics/comics-document.c: (comics_document_load):
6671         * comics/ev-cbr-mime.xml:
6672         * configure.ac:
6673         
6674         Comics mime types are added to shared-mime-info CVS. Now
6675         we don't need to install our own mime types.
6676
6677 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6678
6679         * shell/ev-window.c:
6680         
6681         Add shortcut for "save a copy" menu entry. Fix for
6682         the bug #324582.
6683
6684 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6685
6686         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6687         (job_finished_cb), (new_selection_pixbuf_needed),
6688         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6689         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6690         
6691         Rework selection job info logic and fix critical warning.
6692
6693 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6694
6695         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6696
6697 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6698
6699         * data/evince-ui.xml:
6700         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6701         
6702         Enter as shortcut key for next page. Fix for the bug
6703         #321394.
6704
6705 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6706
6707         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6708
6709 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6710
6711         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6712         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6713         (new_selection_pixbuf_needed),
6714         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6715         (clear_job_selection):
6716         
6717         Too early for 0.5. Pixbuf cache code cleaned a bit.
6718
6719 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6720
6721         * NEWS:
6722         * configure.ac:
6723         
6724         Release 0.5.0 preparation
6725
6726 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6727
6728         * comics/Makefile.am:
6729         * configure.ac:
6730         * shell/ev-document-types.c: (ev_document_types_add_filters):
6731         
6732         More advanced handling of custom mime type installation.
6733
6734 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6735
6736         * data/evince.schemas.in:
6737         * shell/ev-metadata-manager.c: (value_free),
6738         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6739         (ev_metadata_manager_get), (ev_metadata_manager_set):
6740         * shell/ev-metadata-manager.h:
6741         * shell/ev-window.c: (update_chrome_flag),
6742         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6743         (setup_document_from_metadata), (setup_chrome_from_metadata),
6744         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6745         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6746         (ev_window_view_toolbar_cb),
6747         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6748         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6749         
6750         Save last document settings and reuse them for new documents.
6751
6752 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6753
6754         * Makefile.am:
6755         * backend/Makefile.am:
6756         * backend/ev-document-factory.c:
6757         * backend/ev-document-factory.h:
6758         * comics/Makefile.am:
6759         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6760         (comics_document_load), (comics_document_save),
6761         (comics_document_get_n_pages), (comics_document_get_page_size),
6762         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6763         (comics_document_class_init), (comics_document_can_get_text),
6764         (comics_document_get_info), (comics_document_document_iface_init),
6765         (comics_document_init), (get_supported_image_extensions),
6766         (comics_document_thumbnails_get_geometry),
6767         (comics_document_thumbnails_get_thumbnail),
6768         (comics_document_thumbnails_get_dimensions),
6769         (comics_document_document_thumbnails_iface_init), (extract_argv):
6770         * comics/comics-document.h:
6771         * comics/ev-cbr-mime.xml:
6772         * configure.ac:
6773         * po/POTFILES.in:
6774         * shell/ev-application.c: (ev_application_register_service):
6775         * shell/ev-document-types.c: (ev_document_types_add_filters):
6776         * thumbnailer/Makefile.am:
6777         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6778         
6779         New CBR/CBZ backend for comic books.
6780
6781 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6782
6783         * shell/main.c: (load_files_remote):
6784
6785         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6786         warning on startup of second instance is fixed. It
6787         is bug #320353.
6788
6789 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * shell/ev-window.c: (ev_window_finalize):
6792         
6793         Fix double free that cause crash.
6794
6795 2005-10-29  Bastien Nocera <hadess@hadess.net>
6796
6797         * tiff/tiff-document.c: (tiff_document_load):
6798         
6799         Fix memory leak.
6800
6801 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6802
6803         * po/POTFILES.in:
6804         * shell/Makefile.am:
6805         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6806         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6807         (ev_view_accessible_get_text),
6808         (ev_view_accessible_get_character_at_offset),
6809         (ev_view_accessible_get_text_before_offset),
6810         (ev_view_accessible_get_text_at_offset),
6811         (ev_view_accessible_get_text_after_offset),
6812         (ev_view_accessible_get_character_count),
6813         (ev_view_accessible_get_caret_offset),
6814         (ev_view_accessible_set_caret_offset),
6815         (ev_view_accessible_get_run_attributes),
6816         (ev_view_accessible_get_default_attributes),
6817         (ev_view_accessible_get_character_extents),
6818         (ev_view_accessible_get_offset_at_point),
6819         (ev_view_accessible_get_n_selections),
6820         (ev_view_accessible_get_selection),
6821         (ev_view_accessible_add_selection),
6822         (ev_view_accessible_remove_selection),
6823         (ev_view_accessible_set_selection),
6824         (ev_view_accessible_text_iface_init),
6825         (ev_view_accessible_idle_do_action),
6826         (ev_view_accessible_action_do_action),
6827         (ev_view_accessible_action_get_n_actions),
6828         (ev_view_accessible_action_get_description),
6829         (ev_view_accessible_action_get_name),
6830         (ev_view_accessible_action_set_description),
6831         (ev_view_accessible_action_iface_init),
6832         (ev_view_accessible_get_type), (ev_view_accessible_new),
6833         (ev_view_accessible_factory_get_accessible_type),
6834         (ev_view_accessible_factory_create_accessible),
6835         (ev_view_accessible_factory_class_init),
6836         (ev_view_accessible_factory_get_type):
6837         * shell/ev-view-accessible.h:
6838         * shell/ev-view-private.h:
6839         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6840         * shell/ev-view.h:
6841         
6842         Initial accessibility support.
6843
6844 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6845
6846         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6847
6848 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6849
6850         * shell/ev-print-job.c: (idle_print_handler):
6851         
6852         Fix for bug Bug 318916: Printing multiple pages.
6853
6854 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6855
6856         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6857
6858 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * pdf/ev-poppler.cc:
6861         
6862         Thumnail dimensions unified with other backends.
6863         
6864         * shell/ev-window-title.c: (ev_window_title_update):
6865         
6866         Fix warning.
6867
6868 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6869
6870         * data/ev-stock-zoom-fit-width.png:
6871         
6872         Remove unused file.
6873
6874 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6875
6876         * configure.ac:
6877         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6878         (djvu_document_finalize):
6879         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6880         (dvi_document_finalize):
6881         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6882         (pixbuf_document_save), (pixbuf_document_finalize):
6883         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6884         (tiff_document_finalize):
6885         
6886         Save a copy implemented for various backends.
6887
6888 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6889
6890         * configure.ac:
6891         
6892         Don't link with ltiff if tiff is disabled.
6893
6894 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6895
6896         * pdf/GDKSplashOutputDev.cc:
6897         * pdf/GDKSplashOutputDev.h:
6898         * pdf/Thumb.cc:
6899         * pdf/Thumb.h:
6900         * pdf/pdf-document.cc:
6901         * pdf/pdf-document.h:
6902         * pdf/test-gdk-output-dev.cc:
6903         
6904         Remove old unused files.
6905
6906 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6907
6908         * shell/ev-window.c: (ev_window_setup_document):
6909         
6910         Fixed warnings on reload and probably crash reason.
6911
6912 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6913
6914         * properties/ev-properties-view.c:
6915         (ev_properties_view_format_date):
6916         
6917         Check if date is invalid. Fix for bug 318134.
6918
6919 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6920
6921         * shell/ev-window-title.c:
6922         
6923         Add .indd files (Adobe Indesign) to the list of "bad
6924         extensions".
6925
6926 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6927
6928         * data/evince-ui.xml:
6929         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6930         
6931         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6932
6933 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6934
6935         * shell/ev-window.c: (launch_link), (launch_external_uri),
6936         (view_external_link_cb):
6937
6938         URL-escape link before passing it to gnome_vfs_url_show.
6939
6940 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6941
6942         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6943         there isn't text selected.
6944
6945 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6946
6947         * shell/ev-view.c: (handle_link_over_xy):
6948
6949         Check tooltip is valid utf8 before showing it
6950
6951 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6952
6953         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6954
6955 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6956
6957         * shell/ev-window-title.c: (ev_window_title_update):
6958
6959         Guard against using g_strstrip on NULL. Fixes bug #317291.
6960
6961 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6962
6963         * pdf/ev-poppler.cc:
6964
6965         Show title even for unknown links
6966
6967 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6968
6969         * shell/ev-window-title.c: (ev_window_title_update):
6970
6971         Strip the title string
6972
6973 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6974
6975         * shell/ev-window-title.c:
6976
6977         Add .rtf to the bad extensions list
6978
6979 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6980
6981         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6982         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6983
6984         Ignore link coordinates if they are outside page bounds
6985
6986 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6987
6988         * backend/ev-link.c: (ev_link_type_get_type),
6989         (ev_link_get_filename), (ev_link_get_params),
6990         (ev_link_get_property), (ev_link_set_property),
6991         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6992         * backend/ev-link.h:
6993         * pdf/ev-poppler.cc:
6994         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6995         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6996         (ev_window_init):
6997
6998         Implement launch links. Delegate external link opening to
6999         the window.
7000
7001 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7002
7003         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7004         (ev_link_get_right), (ev_link_get_property),
7005         (ev_link_set_property), (ev_link_class_init),
7006         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7007         * backend/ev-link.h:
7008         * pdf/ev-poppler.cc:
7009         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7010
7011         Implement fitr links
7012
7013 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7014
7015         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7016         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7017         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7018         (ev_view_size_request_continuous),
7019         (ev_view_size_request_dual_page),
7020         (ev_view_size_request_single_page), (ev_view_size_allocate),
7021         (ev_view_zoom_for_size_continuous_and_dual_page),
7022         (ev_view_zoom_for_size_continuous),
7023         (ev_view_zoom_for_size_dual_page),
7024         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7025         (ev_sizing_mode_get_type):
7026         * shell/ev-view.h:
7027         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7028
7029         Do not use modes for link, we need to calculate size ad hoc.
7030         Still not perfect because of the usual scrollbar issues grrr.
7031
7032 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7033
7034         * backend/ev-link.c: (ev_link_type_get_type),
7035         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7036         * backend/ev-link.h:
7037         * pdf/ev-poppler.cc:
7038         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7039         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7040         (ev_view_size_request_continuous),
7041         (ev_view_size_request_dual_page),
7042         (ev_view_size_request_single_page), (ev_view_size_allocate),
7043         (zoom_for_size_fit_height),
7044         (ev_view_zoom_for_size_continuous_and_dual_page),
7045         (ev_view_zoom_for_size_continuous),
7046         (ev_view_zoom_for_size_dual_page),
7047         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7048         (ev_sizing_mode_get_type):
7049         * shell/ev-view.h:
7050         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7051
7052         Implement FIT_HEIGHT mode (only for links).
7053         Implement FITH links
7054
7055 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7056
7057         * shell/ev-window-title.c: (get_filename_from_uri),
7058         (ev_window_title_sanitize_extension), (ev_window_title_update),
7059         (ev_window_title_set_document), (ev_window_title_set_uri),
7060         (ev_window_title_free):
7061         * shell/ev-window-title.h:
7062         * shell/ev-window.c: (ev_window_setup_document),
7063         (ev_window_popup_password_dialog):
7064
7065         Refactor window title building while fixing it for
7066         password documents.
7067
7068 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7069
7070         * pdf/ev-poppler.cc:
7071
7072         Escape link title before setting it in the model
7073
7074 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7075
7076         * shell/ev-application.c: (removed_from_session), (save_session),
7077         (init_session), (ev_application_get_empty_window),
7078         (ev_application_init), (ev_application_get_windows):
7079         * shell/ev-application.h:
7080         * shell/ev-window.c: (ev_window_finalize):
7081
7082         Add a function to retrieve window list and share it where
7083         necessary.
7084         Implement session handling, works pretty well thanks to the
7085         metadata system.
7086
7087 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7088
7089         * shell/ev-password.c: (ev_password_item_created_callback),
7090         (ev_password_dialog_save_password):
7091         
7092         Fix for bug 316972. Use async gnome-keyring API.
7093
7094 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7095
7096         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7097         Remove unused unrealize handler. Add scroll handling to
7098         ev_view_scroll_event for presentation mode (bug #316708),
7099         and fix the event state checks there.
7100
7101 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7102
7103         * shell/ev-page-action.c: (page_changed_cb):
7104
7105         "marco, maybe we should be crazy and jump right to 6! :)"
7106
7107         Bryan Clark, Sep 2005
7108
7109 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7110
7111         * ps/ps-document.c: (save_document), (ps_document_save),
7112         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7113         (ps_document_ps_export_end):
7114
7115         Fix unstructured documents save and print
7116
7117 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7118
7119         * shell/ev-application.c: (ev_application_open_uri):
7120
7121         Fix window size persistance
7122
7123 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7124
7125         * shell/ev-view.c: (ev_view_button_release_event):
7126
7127         Based on a patch from carlosgc@gnome.org. Mouse buttons
7128         switch pages in presentation mode.
7129
7130 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7131
7132         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7133
7134         Dont cast to int before scaling
7135
7136 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7137
7138         * backend/ev-link.c: (ev_link_type_get_type),
7139         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7140         (ev_link_new_page_fith):
7141         * backend/ev-link.h:
7142         * pdf/ev-poppler.cc:
7143         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7144
7145         Implement FIT and FITH links
7146
7147 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * pdf/ev-poppler.cc:
7150
7151         Return 0 results when search is not in progress.
7152
7153         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7154         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7155
7156         Update menu sensitivity when cancelling search
7157
7158 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7159
7160         * shell/ev-view.c: (ev_view_can_find_next):
7161
7162         Take all pages in consideration, not just current one
7163
7164 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7165
7166         * shell/ev-page-cache.c:
7167         * shell/ev-page-cache.h:
7168         * shell/ev-view.c: (ev_view_binding_activated),
7169         (ev_view_next_page), (ev_view_previous_page),
7170         (ev_sizing_mode_get_type):
7171         * shell/ev-view.h:
7172         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7173         (ev_window_cmd_go_next_page):
7174
7175         Move page next/previous functions from page chace to
7176         view and change it to move by 2 page steps in dual mode.
7177
7178 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7179
7180         * shell/ev-window.c: (update_sidebar_visibility),
7181         (setup_sidebar_from_metadata), (ev_window_setup_document),
7182         (setup_view_from_metadata):
7183
7184         Show the index by default when there is one     
7185
7186 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7187
7188         * shell/ev-window-title.c: (ev_window_title_set_document):
7189
7190         Missing null check
7191
7192 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7193
7194         * shell/ev-view.c: (view_update_range_and_current_page):
7195         
7196         Allow display of last odd page in dual view. Fix for 316347.
7197
7198 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7199
7200         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7201         
7202         Make close button default. Fix for 316383.
7203
7204 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7205
7206         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7207         
7208         Mark close button as default. Fix for 316381.
7209
7210 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7211
7212         * backend/ev-link.c: (ev_link_class_init):
7213
7214         Allow negative doubles in left/top properties
7215
7216 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7217
7218         * shell/ev-window.c:
7219
7220         Remove a bunch of strings that was used only
7221         by the statusbar.
7222
7223 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7224
7225         * shell/ev-window-title.c: (get_filename_from_uri),
7226         (ev_window_title_set_document):
7227
7228         When title has a confusing extension, show also
7229         the document filename inside ()
7230
7231 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7232
7233         * shell/Makefile.am:
7234         * shell/ev-window-title.c: (ev_window_title_new),
7235         (ev_window_title_update), (ev_window_title_set_type),
7236         (ev_window_title_set_document), (ev_window_title_free):
7237         * shell/ev-window-title.h:
7238         * shell/ev-window.c: (ev_window_setup_document),
7239         (password_dialog_response), (ev_window_popup_password_dialog),
7240         (ev_window_dispose), (ev_window_init):
7241
7242         Factor out and cleanup window title code
7243
7244 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7245
7246         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7247         (unable_to_load):
7248
7249         Make dialog transient so it doesnt block other windows
7250
7251 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7252
7253         * pdf/ev-poppler.cc:
7254         
7255         Fix pdf thumbnails rendering.
7256
7257 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7258
7259         * shell/ev-window.c: (fullscreen_set_timeout):
7260         
7261         Increase timeout to hide full screen popup. Bug 
7262         316123. 
7263
7264 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7265
7266         * data/evince.schemas.in:
7267         * shell/ev-window.c: (update_action_sensitivity):
7268
7269         Allow the user to override document restrictions. Fix for bug
7270         305818.
7271
7272 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7273
7274         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7275         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7276         (ev_window_class_init): Fix multihead behaviour of fullscreen
7277         toolbar popup. Fixes bug #315451.
7278
7279 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7280
7281         * configure.ac:
7282         * data/evince-password.glade:
7283         * shell/ev-password.c: (ev_password_dialog_set_property),
7284         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7285         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7286         (ev_password_dialog_entry_changed_cb),
7287         (ev_password_dialog_entry_activated_cb),
7288         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7289         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7290         (ev_password_dialog_set_bad_pass):
7291         * shell/ev-password.h:
7292         * shell/ev-window.c: (password_dialog_response),
7293         (ev_window_popup_password_dialog):
7294         
7295         Support for gnome-keyring for encrypted PDF's.
7296
7297 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7298
7299         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7300         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7301         (ev_view_enter_notify_event), (ev_view_class_init):
7302         
7303         More precise handling of enter_notify/leave_notify events
7304         in EvView. Fix for bug 315470.
7305
7306 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7307
7308         * shell/ev-window.c: (fullscreen_timeout_cb),
7309         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7310         (ev_window_dispose):
7311
7312         leak fix: unref fullscreen_timeout_source before clearing it
7313
7314 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7315
7316         * configure.ac, dvi/mdvi/Makefile.am: 
7317         
7318         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7319
7320 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7321
7322         * backend/ev-link.c: (ev_link_new_page_xyz):
7323         * pdf/ev-poppler.cc:
7324         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7325
7326         Fix some bugs with xyz links, respect zoom
7327
7328 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7329
7330         * shell/ev-window.c: (page_changed_cb),
7331         (setup_document_from_metadata), (update_sidebar_visibility),
7332         (setup_view_from_metadata), (ev_window_run_fullscreen),
7333         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7334         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7335         (ev_window_dual_mode_changed_cb),
7336         (ev_window_sidebar_current_page_changed_cb):
7337
7338         null check uri before setting and getting metadata
7339
7340 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7341
7342         * dvi/Makefile.am:
7343         * properties/Makefile.am:
7344         * shell/Makefile.am:
7345         * thumbnailer/Makefile.am:
7346
7347         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7348
7349 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7350
7351         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7352         (selection_changed_callback):
7353         * shell/ev-sidebar-links.h:
7354
7355         Add a signal for link activation.
7356
7357         * shell/ev-view.c: (ev_view_goto_link),
7358         (ev_view_button_release_event):
7359         * shell/ev-view.h:
7360         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7361         (ev_window_init):
7362
7363         Implement the signal so that we can handle all link types.
7364
7365         * shell/ev-page-cache.c:
7366
7367         Remove unused set_link function
7368
7369 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7370
7371         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7372
7373         Add some space from the cursor, hardcoded but I couldnt
7374         find a better way.
7375
7376 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7377
7378         * lib/ev-tooltip.c:
7379
7380         Use mozilla style vs gtk style, way better for links.
7381
7382         * shell/ev-view.c: (ev_view_motion_notify_event),
7383         (ev_view_destroy), (ev_view_init):
7384
7385         Deactive tooltip when the link hovered is changed.
7386
7387 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7388
7389         * backend/ev-document.h:
7390         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7391         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7392         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7393         (ev_link_new_page), (ev_link_new_page_xyz):
7394         * backend/ev-link.h:
7395         * pdf/ev-poppler.cc:
7396         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7397         (go_to_link), (tip_from_link):
7398
7399         Implement xyz links, still not functional. Links are a total
7400         mess, will need to refactor and bugfix a lot :(
7401
7402 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7403
7404         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7405
7406 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7407
7408         * data/evince-ui.xml:
7409         * data/evince.schemas.in:
7410         * shell/Makefile.am:
7411         * shell/ev-window.c: (update_chrome_visibility),
7412         (password_dialog_response), (ev_window_load_job_cb),
7413         (ev_window_xfer_job_cb), (ev_window_open_uri),
7414         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7415         (ev_window_init):
7416
7417         Remove the statusbar. This regress loading feedback, need to
7418         check with Bryan what we want to do there...
7419
7420 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7421
7422         * lib/ev-tooltip.c: (ev_tooltip_init):
7423
7424         Fix tooltip border and size handling
7425
7426 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7427
7428         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7429         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7430         (ev_tooltip_timeout), (ev_tooltip_activate),
7431         (ev_tooltip_deactivate):
7432         * lib/ev-tooltip.h:
7433         * shell/ev-view.c: (ev_view_motion_notify_event):
7434
7435         Delay popup showing. Mirror gtk logic/times.
7436
7437 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7438
7439         * lib/Makefile.am:
7440         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7441         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7442         (ev_tooltip_set_text), (ev_tooltip_set_position):
7443         * lib/ev-tooltip.h:
7444
7445         Simple widget to show tooltips at a custom position
7446
7447         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7448         (ev_view_destroy):
7449
7450         Use it for links. First go, needs work
7451
7452 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7453
7454         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7455         HIG fixes.  Use title capitalization for window title. Use 12 
7456         pixels of space between the dialog's vbox and action area.
7457
7458 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7459
7460         * shell/ev-window.c: (file_open_dialog_response_cb),
7461         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7462         (ev_window_cmd_save_as):
7463
7464         Make file pickers not modal and refactor code some
7465
7466 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7467
7468         * shell/ev-sidebar.h:
7469         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7470         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7471         (ev_sidebar_class_init), (ev_sidebar_select_page),
7472         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7473         (ev_sidebar_set_page):
7474
7475         Add a current page property and allow to get/set it
7476
7477         * shell/ev-window.c: (setup_view_from_metadata),
7478         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7479
7480         Persist current sidebar page per document
7481
7482 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7483
7484         * data/evince.schemas.in:
7485         * shell/ev-window.c: (update_chrome_visibility),
7486         (setup_document_from_metadata), (update_sidebar_visibility),
7487         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7488         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7489         (ev_window_run_presentation), (ev_window_stop_presentation),
7490         (ev_window_view_sidebar_cb),
7491         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7492         (load_chrome), (ev_window_init):
7493
7494         Persist size/visibility of sidebar per document
7495
7496 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7497
7498         * shell/ev-view.c (draw_loading_text): Draw loading text.
7499
7500 2005-09-02  Dan Damian  <dand@gnome.ro>
7501
7502         * configure.in: Added "ro" to ALL_LINGUAS.
7503
7504 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7505
7506         * shell/ev-view.c: (clear_caches):
7507
7508         ev_page_cache_get doesnt return a reference,
7509         dont try to unref it.
7510
7511 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7512
7513         * shell/main.c: (load_files_remote):
7514
7515         Fix timestamp parameter with dbus <= 0.33
7516
7517 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7518
7519         * data/evince.schemas.in:
7520
7521         Add missing full stop
7522
7523 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7524
7525         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7526         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7527
7528         Plug some memory leaks
7529
7530 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7531
7532         * configure.ac:
7533         * lib/ev-debug.c: (trap_handler):
7534
7535         Check for execinfo.h and use it only if it exists.
7536         Ported from Epiphany (bug #314776).
7537
7538 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7539
7540         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7541
7542 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7543
7544         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7545         * po/id.po      : Added Indonesian translation
7546
7547 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7548
7549         * shell/main.c:
7550         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7551         * NEWS: Release 0.4.0
7552
7553 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7554
7555         * configure.ac: catch another gtk+-2.8ism
7556         * shell/main.c: Make work with gtk+-2.6
7557
7558 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7559
7560         * shell/ev-application-service.xml: Add 'timestamp' argument to
7561           ev_application_open_window and ev_application_open_uri methods.
7562
7563         * shell/ev-application.h: Add 'timestamp' argument to
7564           ev_application_open_window, ev_application_open_uri,
7565           and ev_application_open_uri_list functions.
7566
7567         * shell/ev-application.c (ev_application_open_window,
7568           ev_application_open_uri, ev_application_open_uri_list): Change
7569           functions that show/present windows to use a timestamp if one
7570           is passed in.
7571
7572         * shell/ev-window.c (ev_window_cmd_file_open,
7573           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7574         * shell/main.c (load_files): Modify calls to ev_application to
7575           include GDK_CURRENT_TIME as timestamp.
7576
7577         * shell/main.c (load_files_remote): Obtain timestamp for client
7578           instance from GDK and pass to server instance so new windows are
7579           focused properly.  Fix dbus_g_proxy_call() calls by including second
7580           G_TYPE_INVALID.
7581           
7582         Closes bug #314475.
7583
7584 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7585
7586         * shell/ev-window.c (ev_window_finalize): Check for
7587         avail. EvWindows when quiting to handle the finalize better,
7588         #314497
7589
7590 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591         
7592         * properties/ev-properties-view.c: 
7593         
7594         Set textdomain to libglade. Fixes translation problem in property page.
7595
7596 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7599         * dvi/Makefile.am:
7600         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7601         * dvi/mdvi-lib/Makefile.am:
7602         
7603         Fix rotation of thumbnails, ported to new API. Moved library
7604         dependencies earlier, probably it will fix linkage problem.
7605
7606 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7607
7608         * backend/ev-document-misc.c:
7609         (ev_document_misc_get_thumbnail_frame):
7610         * backend/ev-document-misc.h:
7611         * configure.ac:
7612         * pdf/ev-poppler.cc:
7613         * shell/Makefile.am:
7614         * shell/ev-sidebar-thumbnails.c: (add_range),
7615         (ev_sidebar_thumbnails_set_loading_icon),
7616         (ev_sidebar_thumbnails_refresh),
7617         (ev_sidebar_thumbnails_set_document):
7618         * shell/ev-sidebar-thumbnails.h:
7619         * shell/ev-view.c: (ev_view_motion_notify_event),
7620         (ev_view_set_property), (ev_view_get_property),
7621         (ev_view_class_init), (ev_view_set_rotation):
7622         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7623         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7624         (ev_window_init):
7625         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7626         Redo rotation (again).  prepare for 0.4.0
7627
7628 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7629
7630         * configure.ac: Bump poppler requirement to 0.4.1.
7631
7632         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7633         argument to poppler_page_render_selection() call.
7634
7635 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7636
7637         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7638         (djvu_document_thumbnails_get_thumbnail):
7639         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7640         (dvi_document_thumbnails_get_thumbnail):
7641         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7642         (pixbuf_document_thumbnails_get_thumbnail):
7643         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7644         
7645         Update rotation direction of backends to fit with pdf and ps.
7646
7647 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7650         * backend/ev-async-renderer.h:
7651         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7652         (setup_page), (ps_document_get_page_size),
7653         (ps_async_renderer_render_pixbuf):
7654         * ps/ps-document.h:
7655         * shell/ev-jobs.c: (ev_job_render_run):
7656
7657         Fix orientation in the postscript document
7658
7659 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7660
7661         * pdf/ev-poppler.cc:
7662         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7663         * shell/ev-view.c: (highlight_find_results):
7664
7665         Adapt to the new poppler rotation API. Fix text maps on landscape
7666         documents.
7667
7668 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7669
7670         * shell/ev-view.c (compute_new_selection_text): get the correct
7671         region when selecting in modes other than continuous.
7672
7673 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7674
7675         * shell/main.c (main): remove redundant g_warnings.
7676
7677 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7678
7679         * shell/Makefile.am: Don't include autogenerated
7680         file ev-application-service.h into distribution, since
7681         it causes dbus crash. Fix for bugs 313724 and 313443. 
7682
7683 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7684
7685         * configure.ac: Fix sed expression for FreeBSD. Thanks
7686         to Joe Marcus Clark <marcus@freebsd.org>
7687         
7688         * shell/eggfindbar.c: (entry_activate_callback),
7689         (entry_changed_callback), (egg_find_bar_init),
7690         (egg_find_bar_set_search_string):
7691         
7692         Made findbar buttons unsensitive if there is no text in
7693         entry. Fix for the bug 313285.
7694
7695 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7696
7697         * ps/ps-document.c: Use g_filename_display_name for displaying
7698         filenames and revert string freeze breackage
7699
7700 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7701
7702         * NEWS:
7703         * configure.ac:
7704
7705         Update for 0.3.4
7706
7707         * shell/Makefile.am:
7708
7709         Add ev-application-service.xml to extra dist
7710
7711         * shell/ev-view.c: (find_page_at_location):
7712
7713         Remove unused function (fix warning)
7714
7715 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7716
7717         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7718         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7719         
7720         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7721         bug 313623.
7722
7723 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7724
7725         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7726         * shell/ev-window.c:
7727         Fix build warnings
7728
7729 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7730
7731         * configure.ac: Update script to get dbus version.
7732         Fix for the bug #313443.
7733
7734 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * shell/ev-window.c: (ev_window_cmd_escape):
7737         
7738         Return focus back to view on escape. Fix for bug 313295.
7739
7740 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7741
7742         * shell/ev-window.c: (update_window_title),
7743         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7744         (ev_window_cmd_save_as):
7745         
7746         Correct conversion from uri to displayable string. Fix for
7747         bug 313296.
7748
7749 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7750
7751         * ps/ps-document.c: convert filename to utf8 when there is an error
7752         loading document. Fixes #309915
7753
7754 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7755
7756         * configure.ac:
7757
7758         We depend on poppler 0.4.0
7759
7760 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7761
7762         * configure.ac:
7763         * NEWS: Release 0.3.3.
7764         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7765
7766 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7767
7768         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7769         add a couple missing mnemonics to menu items, use title 
7770         capitalization for menu items and window titles, and add 
7771         ellipsis to open menu item.     
7772
7773 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7774
7775         * pdf/ev-poppler.cc:
7776         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7777         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7778         (ev_view_get_rotation):
7779         * shell/ev-view.h:
7780         * shell/ev-window.c: (setup_view_from_metadata),
7781         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7782         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7783         disk.
7784
7785 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7786
7787         * configure.ac: Added tr to ALL_LINGUAS
7788
7789 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7790
7791         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7792         requires several clicks to find word. Thanks to 
7793         Colin Slater <kiltedtaco@gmail.com>.
7794
7795 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7796
7797         * data/evince.desktop.in.in: Hide menu entry and
7798         rename it to "Document Viewer". Fix for bug 
7799         #312399.
7800
7801 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7802
7803         * shell/ev-page-action.c (ev_page_action_class_init): 
7804
7805         Point to the correct function in constructor of the
7806         activate_label signal
7807
7808 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7809
7810         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7811         * shell/ev-jobs.h: Make thread safe.
7812
7813 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7814
7815         * shell/ev-view.c: (view_update_range_and_current_page):
7816         Don't update page range if we are scrolling to some document
7817         point.
7818
7819 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7820
7821         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7822         when getting max_page_width, fix drawing in dual mode.
7823
7824 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7825
7826         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7827         getting the area for select_all.
7828
7829 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7830
7831         * backend/ev-selection.c: (ev_selection_render_selection):
7832         * backend/ev-selection.h:
7833         * pdf/ev-poppler.cc:
7834         * shell/ev-jobs.c: (ev_job_render_new):
7835         * shell/ev-jobs.h:
7836         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7837         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7838         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7839         (ev_view_class_init):
7840
7841         Change selection color on focus in and focus out events.  Also,
7842         poppler now uses GdkColor for specifying the selection colors, so
7843         drop some awkward conversion code.
7844
7845 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7846
7847         * configure.ac: Added Hebrew translation
7848
7849 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7850
7851         * NOTES:
7852         * backend/ev-selection.c: (ev_selection_render_selection):
7853         * backend/ev-selection.h:
7854         * pdf/ev-poppler.cc:
7855         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7856         (ev_job_render_run):
7857         * shell/ev-jobs.h:
7858         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7859         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7860         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7861         (ev_pixbuf_cache_style_changed),
7862         (ev_pixbuf_cache_get_selection_pixbuf),
7863         (ev_pixbuf_cache_set_selection_list),
7864         (ev_pixbuf_cache_get_selection_list):
7865         * shell/ev-pixbuf-cache.h:
7866         * shell/ev-utils.c: (ev_print_region_contents):
7867         * shell/ev-utils.h:
7868         * shell/ev-view.c: (ev_view_queue_draw_page),
7869         (selection_update_idle_cb), (ev_view_motion_notify_event),
7870         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7871         (setup_caches), (ev_view_find_next), (merge_selection_region),
7872         (selection_free):
7873         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7874
7875         Clean up selection to be much smoother!
7876
7877 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7878
7879         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7880         to poppler_page_render_selection().
7881
7882 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7883
7884         * ps/ps-document.c: (save_page_list): Use
7885         unzipped document when printing. Thanks to 
7886         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7887         311016.
7888
7889 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7890
7891         * shell/ev-window.c: (update_action_sensitivity):
7892         
7893         Disable print and save respect to lockdown gconf keys. Fix
7894         for 312342.
7895
7896 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7897
7898         * configure.ac:
7899         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7900         (write_to_temp_file), (ev_file_set_contents):
7901         * shell/ev-utils.h:
7902         * shell/ev-window.c: (save_print_config_to_file):
7903         
7904         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7905         Fix for bug 312238
7906
7907 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7908
7909         * shell/ev-window.c: (load_print_config_from_file),
7910         (save_print_config_to_file), (ev_window_print_range):
7911
7912         Persist the print settings. Fixes bug #311578.
7913
7914 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * djvu/djvu-document.c: (djvu_document_get_page_size),
7917         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7918         (djvu_document_thumbnails_get_thumbnail):
7919         * dvi/dvi-document.c: (dvi_document_get_page_size),
7920         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7921         (dvi_document_thumbnails_get_dimensions),
7922         (dvi_document_thumbnails_get_thumbnail):
7923         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7924         (pixbuf_document_render_pixbuf),
7925         (pixbuf_document_document_iface_init),
7926         (pixbuf_document_thumbnails_get_thumbnail):
7927         
7928         Update backends to make them build with new rotation system.
7929
7930 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7931
7932         * help/C/figures/evince_start_window.png:
7933         
7934         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7935
7936 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7937
7938         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7939         * shell/ev-pixbuf-cache.h:
7940         * shell/ev-sidebar-thumbnails.c:
7941         (ev_sidebar_thumbnails_get_property), (add_range),
7942         (adjustment_changed_cb):
7943         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7944         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7945         we were thumbnailing the entire docment on startup, slowing us
7946         down hugely. 
7947
7948 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7949
7950         * shell/ev-page-cache.c: (ev_page_cache_new):
7951         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7952         == 0, fixes #310306.
7953
7954 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7955
7956         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7957         (ev_view_rotate_left):
7958
7959         Account rotation in doc_rect_to_view_rect.
7960         Ensure rotation doesnt go out of bounds.
7961
7962 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7963
7964         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7965
7966         Correct and cleanup w/h swapping
7967
7968 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7969
7970         * backend/ev-document-thumbnails.c:
7971         (ev_document_thumbnails_get_thumbnail):
7972         * backend/ev-document-thumbnails.h:
7973         * backend/ev-document.c:
7974         * backend/ev-document.h:
7975         * backend/ev-render-context.c: (ev_render_context_new),
7976         (ev_render_context_set_rotation):
7977         * backend/ev-render-context.h:
7978         * pdf/ev-poppler.cc:
7979         * ps/ps-document.c: (ps_document_document_iface_init):
7980         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7981         * shell/ev-jobs.h:
7982         * shell/ev-page-cache.c: (build_height_to_page),
7983         (ev_page_cache_new), (ev_page_cache_get_size),
7984         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7985         (ev_page_cache_get_height_to_page):
7986         * shell/ev-page-cache.h:
7987         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7988         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7989         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7990         (ev_pixbuf_cache_get_selection_pixbuf):
7991         * shell/ev-pixbuf-cache.h:
7992         * shell/ev-print-job.c: (idle_print_handler):
7993         * shell/ev-sidebar-thumbnails.c: (add_range):
7994         * shell/ev-view.c: (view_update_range_and_current_page),
7995         (get_page_y_offset), (get_page_extents),
7996         (ev_view_size_request_continuous_dual_page),
7997         (ev_view_size_request_continuous),
7998         (ev_view_size_request_dual_page),
7999         (ev_view_size_request_single_page), (draw_one_page),
8000         (ev_view_set_rotation), (ev_view_rotate_right),
8001         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8002         (ev_view_zoom_for_size_continuous_and_dual_page),
8003         (ev_view_zoom_for_size_continuous),
8004         (ev_view_zoom_for_size_dual_page),
8005         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8006         (ev_view_select_all):
8007         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8008         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8009         (tiff_document_document_iface_init),
8010         (tiff_document_thumbnails_get_thumbnail):
8011
8012         Use rotation rather than orientation. It's easier and enough
8013         for our needs.
8014
8015 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8016
8017         * shell/ev-page-cache.c: (build_height_to_page),
8018         (ev_page_cache_new), (ev_page_cache_get_size),
8019         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8020         (ev_page_cache_get_height_to_page):
8021         * shell/ev-page-cache.h:
8022         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8023         (ev_view_size_request_continuous_dual_page),
8024         (ev_view_size_request_continuous),
8025         (ev_view_zoom_for_size_continuous_and_dual_page),
8026         (ev_view_zoom_for_size_continuous):
8027
8028         Make the page cache aware of page orientation.
8029
8030 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8031
8032         * backend/ev-document-thumbnails.c:
8033         (ev_document_thumbnails_get_thumbnail):
8034         * backend/ev-document-thumbnails.h:
8035         * backend/ev-document.c:
8036         * backend/ev-document.h:
8037         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8038         * backend/ev-ps-exporter.h:
8039         * pdf/ev-poppler.cc:
8040         * ps/ps-document.c: (ps_document_document_iface_init),
8041         (ps_document_ps_export_do_page):
8042         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8043         * shell/ev-jobs.h:
8044         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8045         (ev_page_cache_get):
8046         * shell/ev-page-cache.h:
8047         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8048         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8049         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8050         * shell/ev-pixbuf-cache.h:
8051         * shell/ev-print-job.c: (idle_print_handler):
8052         * shell/ev-sidebar-thumbnails.c: (add_range):
8053         * shell/ev-view.c: (view_update_range_and_current_page),
8054         (get_page_extents), (ev_view_size_request_dual_page),
8055         (ev_view_size_request_single_page), (draw_one_page),
8056         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8057         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8058         (ev_view_zoom_for_size_dual_page),
8059         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8060         (ev_view_select_all):
8061         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8062         * tiff/tiff-document.c: (tiff_document_get_page_size),
8063         (tiff_document_get_orientation), (rotate_pixbuf),
8064         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8065         (tiff_document_thumbnails_get_thumbnail),
8066         (tiff_document_ps_export_do_page), (tiff_document_init):
8067
8068         Really make use of the orientation bit of the render context.
8069         Use the render context in a few more places in the backend API.
8070         This regress orientation, but now it's done right. Will try to
8071         fix it up asap...
8072
8073 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8074
8075         * shell/ev-view.c: (ensure_rectangle_is_visible):
8076
8077         Patch by Nickolay V. Shmyrev to fix find flickering
8078
8079 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8080
8081         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8082         duplex parameters to ::begin.
8083
8084         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8085         * shell/ev-print-job.c (idle_print_handler): 
8086         * ps/ps-document.c (ps_document_ps_export_begin): 
8087         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8088         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8089         implementations. Poppler backend needs poppler cvs. Rest has
8090         unchanged behavior.
8091
8092 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8093
8094         * shell/ev-window.c (using_pdf_printer): new function.
8095         (ev_window_print_range): print a less techy message if someone
8096         tries to print to PDF.
8097
8098 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8099
8100         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8101         from "unknown font" string. Bug #311431
8102
8103 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8104
8105         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8106
8107 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8108
8109         Bug #311280
8110         
8111         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8112         name for PopplerFontTypes
8113         (pdf_document_fonts_fill_model): add font type to the detail column
8114
8115         * backend/ev-document-fonts.h: added
8116         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8117
8118         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8119         font name and font details, add a little markup.
8120         (ev_properties_fonts_init): use the new cell data func, specify ypad
8121         property for the cell renderer.
8122         (ev_properties_fonts_set_document): add the details column.
8123
8124 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8125
8126         * configure.ac: Added "pl" to ALL_LINGUAS.
8127
8128 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8129
8130         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8131
8132 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8133
8134         * help/ChangeLog: Started this for translations of manual.
8135         * configure.ac, autogen.sh, .cvsignore: Migrated to
8136         gnome-doc-utils. Patch in bug #311222.
8137
8138 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8139
8140         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8141         #ifdef this away to fix an unused-function warning.
8142
8143 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8144
8145         * configure.ac: Added 'gl' to ALL_LINGUAS.
8146
8147 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8148
8149         * configure.ac: Added ne in ALL_LINGUAS
8150         
8151 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8152
8153         * shell/ev-view.c: (ev_view_leave_notify_event):
8154         
8155         Clear status message when pointer leaves view. Fix for bug
8156         #310818 
8157
8158 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8159
8160         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8161
8162 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8163
8164         * shell/ev-view.c: (ev_view_leave_notify_event),
8165         (ev_view_class_init):
8166         
8167         Set cursor to normal then leaving view.
8168
8169 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8170
8171         * configure.ac:
8172         
8173         Fix required djvulibre version.
8174
8175 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8176
8177         *configure.ac: Hindi (hi) language added
8178
8179 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8180
8181         *configure.ac: Punjabi (pa) Language added
8182
8183 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8184
8185         * data/evince-ui.xml, shell/ev-window.c:
8186         
8187         Add keypad accelerators for zooming. Fix for bug 308128.
8188
8189 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8190
8191         * Makefile.am:
8192         * backend/Makefile.am:
8193         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8194         * configure.ac:
8195         * shell/ev-document-types.c: (ev_document_types_add_filters):
8196
8197         Allow to enable/disable the pixbuf backend.
8198         Default to off for now. If we want it enabled we should
8199         really put mime types in the desktop, implement properties etc.
8200
8201         * properties/evince-properties.c:
8202
8203         Initialize error to NULL.
8204         Check error is not NULL before freeing.
8205
8206 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8207
8208         * shell/ev-window.c:
8209
8210         Use F5 as presentation accell
8211
8212 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8213
8214         * shell/ev-window.c: (update_chrome_visibility),
8215         (ev_window_create_fullscreen_popup), (ev_window_init):
8216
8217         Do not leak the fullscreen toolbar
8218
8219 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8220
8221         * shell/ev-window.c: (view_actions_focus_in_cb),
8222         (view_actions_focus_out_cb):
8223
8224         These has a return value! Fix totally random focus
8225         issues we was seeing.
8226
8227 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8228
8229         * shell/main.c: (load_files_remote):
8230
8231         Allow open more than one file
8232
8233 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8234
8235         * shell/main.c: (load_files_remote):
8236
8237         Fix for dbus 0.33. bug #309975
8238
8239 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8240
8241         * properties/ev-properties-main.c: (ev_properties_get_pages):
8242
8243         Actually return NULL for types we dont support
8244
8245 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8246
8247         * po/POTFILES.in:
8248
8249         Remove empty lines.
8250
8251 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8252
8253         * backend/ev-document-factory.c:
8254         (ev_document_factory_get_document):
8255
8256         Do not try to create the object if type
8257         is invalid.
8258
8259 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8260
8261         * ps/ps-document.c: (ps_document_dispose),
8262         (ps_async_renderer_render_pixbuf):
8263         * ps/ps-document.h:
8264
8265         Do not leak the target window
8266
8267 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8268
8269         * shell/ev-application.c: (ev_application_init):
8270
8271         Let tbe check file existence for us.
8272         Add a comment about eggrecent mime filter.
8273
8274 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8275
8276         * data/evince-ui.xml:
8277         * shell/ev-application.c: (ev_application_shutdown),
8278         (ev_application_init), (ev_application_get_toolbars_model),
8279         (ev_application_get_recent_model),
8280         (ev_application_save_toolbars_model):
8281         * shell/ev-application.h:
8282         * shell/ev-window.c: (ev_window_add_recent),
8283         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8284         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8285         (ev_window_init):
8286
8287         Use common toolbar and recent models for all windows.
8288         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8289
8290 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8291
8292         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8293         successfully check for gtk_icon_view_get_visible_range.
8294
8295 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8296
8297         * djvu/Makefile.am:
8298         * dvi/Makefile.am:
8299         
8300         Fix djvu and dvi backend build.
8301
8302 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8303
8304         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8305         (new_separator_pixbuf):
8306
8307         Don't leak windows.
8308
8309 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8310
8311         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8312
8313         HIGification of toolbar editor dialogue.
8314
8315 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8316
8317         * configure.ac:
8318         * shell/Makefile.am:
8319
8320         Ever build metadata manager since it's just
8321         disabled at runtime now.
8322
8323 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8324
8325         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8326         (ev_metadata_manager_get), (ev_metadata_manager_set):
8327         * shell/ev-metadata-manager.h:
8328
8329         Add an _init functions that enabled metadata management
8330         at runtime.
8331
8332         * shell/ev-window.c: (page_changed_cb),
8333         (setup_document_from_metadata), (ev_window_setup_document),
8334         (setup_view_from_metadata), (ev_window_open_uri),
8335         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8336         (ev_window_run_presentation), (ev_window_stop_presentation),
8337         (save_sizing_mode), (ev_window_zoom_changed_cb),
8338         (ev_window_continuous_changed_cb),
8339         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8340         (window_configure_event_cb):
8341
8342         Remove all ugly metadata define since we deal with it
8343         at runtime now.
8344
8345         * shell/main.c: (load_files_remote), (main):
8346
8347         Add support for dbus cvs head. Hopefully didnt break one
8348         of the other versions now!
8349
8350         If we dont get a response from the dbus server just
8351         give up with it and not enable metadata.
8352
8353 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8354
8355         * Makefile.am:
8356         * backend/Makefile.am:
8357         * configure.ac:
8358         * cut-n-paste/recent-files/Makefile.am:
8359         * cut-n-paste/toolbar-editor/Makefile.am:
8360         * cut-n-paste/zoom-control/Makefile.am:
8361         * lib/Makefile.am:
8362         * pdf/Makefile.am:
8363         * pixbuf/Makefile.am:
8364         * properties/Makefile.am:
8365         * ps/Makefile.am:
8366         * shell/Makefile.am:
8367         * thumbnailer/Makefile.am:
8368         * tiff/Makefile.am:
8369
8370         Make frontends depend on just libev.
8371         Rework and group CFLAGS/LIBS definitions.
8372         Cleanups.
8373
8374 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8375
8376         * shell/ev-window:
8377
8378         do not unnecessarily save zoom
8379
8380         * configure.ac:
8381         * lib/ev-file-helpers.c: (ev_dot_dir):
8382         * shell/Makefile.am:
8383         * shell/dummy.cc:
8384
8385         Some cleanups
8386
8387 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8388
8389         * configure.ac:
8390         
8391         Remove unnecessary dependencies
8392
8393 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8394
8395         * properties/Makefile.am:
8396         * thumbnailer/Makefile.am:
8397         * tiff/Makefile.am:
8398
8399         Some more cleanups. Was really necessary
8400         but I probably introduced bugs, feel free
8401         to flame :)
8402
8403 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8404
8405         * backend/Makefile.am:
8406         * configure.ac:
8407         * cut-n-paste/recent-files/Makefile.am:
8408         * cut-n-paste/toolbar-editor/Makefile.am:
8409         * cut-n-paste/zoom-control/Makefile.am:
8410         * lib/Makefile.am:
8411         * pdf/Makefile.am:
8412         * pixbuf/Makefile.am:
8413         * properties/Makefile.am:
8414         * ps/Makefile.am:
8415         * shell/Makefile.am:
8416         * thumbnailer/Makefile.am:
8417         * tiff/Makefile.am:
8418
8419         Use gnome-common macros when possible.
8420         Cleanup dependencies.
8421         Actually disable deprecated where possible.
8422
8423 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8424
8425         * Makefile.am:
8426         * backend/Makefile.am:
8427         * properties/Makefile.am:
8428         * shell/Makefile.am:
8429         * thumbnailer/Makefile.am:
8430
8431         This should solve the circular dep without
8432         requiring dir reorg!
8433
8434         * shell/ev-window.c: (setup_view_from_metadata):
8435
8436         Never restore window size/position when the
8437         window is already visible.
8438
8439 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8440
8441         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8442
8443         Return a boolean from timeout func. Fix ported from gedit.
8444
8445 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8446
8447         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8448
8449 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8450
8451         * shell/ev-document-types.c: set "All Documents" as default filter in
8452         open dialog
8453
8454 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8455
8456         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8457         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8458         (ev_metadata_manager_set_boolean): fix value/val thinko.
8459
8460 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8461
8462         * shell/ev-window.c: (setup_view_from_metadata),
8463         (window_state_event_cb), (window_configure_event_cb),
8464         (ev_window_init):
8465
8466         Remember window position and maximized state
8467
8468 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8469
8470         * configure.ac:
8471
8472         Fix DBUS configure checks.
8473
8474         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8475         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8476         (ev_metadata_manager_set_boolean):
8477
8478         Plug mem leaks.
8479
8480         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8481         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8482         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8483         (ev_window_continuous_changed_cb),
8484         (ev_window_dual_mode_changed_cb), (ev_window_new):
8485
8486         Fix the build without DBUS.
8487
8488 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8489
8490         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8491         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8492         (ev_metadata_manager_set_string),
8493         (ev_metadata_manager_set_boolean):
8494         * shell/ev-metadata-manager.h:
8495
8496         Add support for some more types
8497
8498         * shell/ev-view.c: (scroll_to_current_page),
8499         (ev_view_get_continuous), (ev_view_set_continuous),
8500         (ev_view_get_dual_page):
8501         * shell/ev-view.h:
8502         * shell/ev-window.c: (page_changed_cb),
8503         (setup_document_from_metadata), (ev_window_setup_document),
8504         (setup_view_from_metadata), (ev_window_open_uri),
8505         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8506         (ev_window_run_presentation), (ev_window_stop_presentation),
8507         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8508         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8509         (ev_window_update_dual_page_action),
8510         (ev_window_continuous_changed_cb),
8511         (ev_window_dual_mode_changed_cb), (ev_window_init):
8512
8513         Remember a bunch of view/document properties. Prolly some
8514         are still missing but it's getting interesting.
8515
8516 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8517
8518         * configure.ac: check if dbus-binding-tool is installed. Not the
8519         case on current Ubuntu breezy, it seems.
8520
8521 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8522
8523         * data/evince.desktop.in.in:
8524         
8525         Allow open uri lists and add TryExec field.
8526
8527 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8528
8529         * configure.ac:
8530
8531         Enable dbus when available, do not require a configure
8532         option.
8533
8534 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8535
8536         * configure.ac:
8537
8538         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8539         disabled.
8540
8541 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8542         Marco Pesenti Gritti  <mpg@redhat.com>
8543
8544         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8545         
8546         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8547         functions to the format required by dbus
8548
8549         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8550         errors. Use the RPC parameters in the expected way
8551
8552 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8553
8554         * Makefile.am:
8555         * properties/Makefile.am:
8556         * properties/ev-properties-main.c: (ev_properties_get_pages):
8557
8558         Support all mime types
8559
8560         * shell/Makefile.am:
8561         * thumbnailer/Makefile.am:
8562         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8563         (evince_thumbnail_pngenc_get):
8564
8565         Use the document factory
8566
8567 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8568
8569         * backend/Makefile.am:
8570         * backend/ev-document-factory.c:
8571         (mime_type_supported_by_gdk_pixbuf),
8572         (ev_document_type_get_from_mime),
8573         (ev_document_factory_get_document),
8574         (ev_document_factory_get_backend),
8575         (ev_document_factory_get_mime_types),
8576         (ev_document_factory_get_all_mime_types):
8577         * backend/ev-document-factory.h:
8578         * shell/Makefile.am:
8579         * shell/ev-document-types.c: (get_document_from_uri),
8580         (ev_document_types_get_document),
8581         (file_filter_add_mime_list_and_free),
8582         (ev_document_types_add_filters):
8583         * shell/ev-document-types.h:
8584         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8585         * shell/ev-properties-dialog.c:
8586         (ev_properties_dialog_set_document):
8587         * shell/ev-window.c: (ev_window_cmd_file_open),
8588         (ev_window_cmd_save_as):
8589         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8590
8591         Rework document types managing to avoid code duplication
8592         and actually abstract from backend implementations.
8593         Also provide a minimal factory api that can be used by
8594         thumbnailer/properties.
8595
8596 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8597
8598         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8599         Plug a mem leak.
8600         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8601         HIG spacings.
8602
8603 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8604
8605         * shell/ev-properties-dialog.c
8606         (ev_properties_dialog_set_document): only call
8607         ev_properties_fonts_set_document() if the document implements the
8608         fonts interface
8609
8610 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * configure.ac:
8613         * properties/Makefile.am:
8614         * properties/ev-properties-view.c:
8615         (ev_properties_view_register_type):
8616         * properties/ev-properties-view.h:
8617         * properties/ev-properties-main.h:
8618
8619         Implement nautilus plugin for properties.
8620         Works only for pdf atm, I need to rework the
8621         document types stuff to get this to work
8622         for all backends...
8623
8624 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8625
8626         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8627         (ev_properties_fonts_set_document): use
8628         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8629
8630 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8631
8632         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8633         them
8634         (PlaceImage, tiff2ps_process_page): use
8635         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8636
8637
8638 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8639
8640         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8641         (main): to call gnome_authentication_manager_init. Should fix
8642         Bug #308510
8643
8644         * configure.ac: that requires libgnomeui 2.6.0.
8645
8646 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8647
8648         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8649         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8650         use the new tiff2ps interfaces
8651
8652         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8653         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8654
8655         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8656         structure instead of global variables.  Remove use of static
8657         variables in functions.
8658
8659 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8660
8661         * shell/ev-page-action.c: unref the completion after setting it to the
8662         entry
8663
8664 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8665
8666         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8667         postscript files
8668
8669 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8670
8671         * shell/ev-window.c (update_action_sensitivity): disable
8672         File->Print if the document does not implement the ps exporter
8673         interface
8674
8675 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8676
8677         * Makefile.am:
8678         * configure.ac:
8679         * data/evince-properties.glade:
8680         * properties/.cvsignore:
8681         * properties/Makefile.am:
8682         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8683         (ev_properties_view_class_init), (ev_properties_view_format_date),
8684         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8685         (ev_properties_view_init), (ev_properties_view_new):
8686         * properties/ev-properties-view.h:
8687         * shell/Makefile.am:
8688         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8689         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8690         (ev_properties_dialog_new):
8691         * shell/ev-properties-dialog.h:
8692         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8693         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8694         (update_progress_label), (job_fonts_finished_cb),
8695         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8696         * shell/ev-properties-fonts.h:
8697         * shell/ev-properties.c:
8698         * shell/ev-properties.h:
8699         * shell/ev-window.c: (ev_window_setup_document),
8700         (ev_window_cmd_file_properties):
8701
8702         Split the properties pages in two different objects, depend
8703         only on the backend where possible, use widgets instead
8704         of gobject for the glade part, reimplement the dialog
8705         itself with gtk.
8706         I need this to implement nautilus properties page.
8707
8708 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8709
8710         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8711         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8712         (tiff_document_document_ps_exporter_iface_init): implement the ps
8713         exporter interface for tiff documents
8714
8715         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8716         libtiff to implement TIFF postscript export
8717
8718         * tiff/tiff2ps.h: added a header file for external tiff2ps
8719         functions.
8720
8721         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8722         tiff2ps.h
8723
8724 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8725
8726         * shell/ev-view.c: (scroll_to_current_page),
8727         (ev_view_set_fullscreen), (ev_view_set_presentation):
8728         
8729         Scroll to current page when exit from presentation
8730
8731 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8732
8733         * shell/ev-window.c: (update_document_mode),
8734         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8735         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8736         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8737         
8738         Exit from fullscreen mode when switch to presentation. Fix for
8739         bug 309365
8740
8741 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8742
8743         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8744         return NULL if the document does not implement the selection
8745         interface.
8746
8747 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8748
8749         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8750         reported height by using the resolution aspect ratio
8751         (tiff_document_render_pixbuf): scale the pixbuf using the
8752         resolution aspect ratio
8753
8754 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8755
8756         * configure.ac:
8757         
8758         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8759         <kiltedaco@gmail.com>
8760         
8761         * djvu/djvu-document.c: (djvu_document_get_orientation),
8762         (djvu_document_set_orientation), (djvu_document_get_page_size),
8763         (rotate_pixbuf), (djvu_document_render_pixbuf),
8764         (djvu_document_document_iface_init):
8765         * dvi/dvi-document.c: (dvi_document_get_orientation),
8766         (dvi_document_set_orientation), (dvi_document_get_page_size),
8767         (rotate_pixbuf), (dvi_document_render_pixbuf),
8768         (dvi_document_document_iface_init):
8769         
8770         Dvi and djvu backends are ported to new API
8771
8772 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8773
8774         * backend/ev-selection.c: (ev_selection_get_selection_region),
8775         (ev_selection_get_selection_map):
8776         * backend/ev-selection.h:
8777         * pdf/ev-poppler.cc:
8778         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8779         * shell/ev-jobs.h:
8780         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8781         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8782         (ev_pixbuf_cache_get_text_mapping):
8783         * shell/ev-pixbuf-cache.h:
8784         * shell/ev-view.c: (location_in_text),
8785         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8786         support to EvView.  Now we can see where we can select!  Sweet!
8787
8788 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8789
8790         * shell/ev-view.c (ev_view_button_press_event): Fix
8791         event->y + view->scroll_x typo.
8792
8793 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8794
8795         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8796         sub-GdkPixbuf instead of passing dest_x and dest_y.
8797         
8798         * shell/ev-view.c: (view_point_to_doc_point),
8799         (view_rect_to_doc_rect), (ev_view_button_press_event),
8800         (ev_view_motion_notify_event), (compute_new_selection_rect),
8801         (gdk_rectangle_point_in), (compute_new_selection_text),
8802         (compute_selections): Update selection code to keep the selection
8803         around as two points and not as a normalized rectangle, and fix
8804         page level selection in two-column mode.
8805
8806 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8807
8808         * shell/ev-window.c: (window_configure_event_cb): 
8809         
8810         Fix compilation
8811         
8812 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8813
8814         * pdf/ev-poppler.cc:
8815
8816         Fix compilation
8817
8818 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8819
8820         * shell/Makefile.am:
8821         * shell/ev-metadata-manager.c: (item_free),
8822         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8823         (parse_value), (parseItem), (load_values),
8824         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8825         (save_values), (save_item), (get_oldest), (resize_items),
8826         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8827         * shell/ev-metadata-manager.h:
8828
8829         Metadata manager from gedit but modified to use GValue, so that
8830         we dont need to keep converting from strings.
8831
8832         * configure.ac:
8833
8834         ENABLE_METADATA conditional, on when dbus is on
8835
8836         * shell/ev-application.c: (ev_application_open_uri):
8837
8838         Show the window after load so that we can initialize
8839         window size before it's showed.
8840
8841         * shell/ev-window.c: (ev_window_setup_from_metadata),
8842         (ev_window_open_uri), (window_configure_event_cb),
8843         (ev_window_init):
8844
8845         Save and load metadata information about window size.
8846         Not yet keeping states in account.
8847
8848         * shell/main.c: (main):
8849
8850         Shutdown metadata manager.
8851
8852 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8853
8854         * shell/ev-application-service.xml:
8855         * configure.ac:
8856         * shell/Makefile.am:
8857         * shell/ev-application.c:
8858         * shell/ev-application.h:
8859         * shell/ev-window.c:
8860         * shell/ev-window.h:
8861         * shell/main.c:
8862
8863         Add an optional dbus interface (--enable-dbus).
8864         Rework application code, mainly to be easier to
8865         use "remotely".
8866         Do not open multiple windows with the same document,
8867         spatial evince!
8868
8869 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8870
8871         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8872         pixbuf iff it exists.
8873
8874 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8875
8876         * shell/*:
8877         * backend/ev-render-context.[ch]:
8878         * backend/ev-selection.[ch]:
8879
8880         Massive changes.  We now support text selection of pdfs, and not
8881         just rectangular selection.  This is pretty broken still, but I
8882         want to get something into CVS.
8883
8884 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8885
8886         * pdf/ev-poppler.cc:
8887         
8888         Fix for Bug 309080: crash on window close.
8889         
8890         * shell/ev-page-action.c: (page_changed_cb):
8891         
8892         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8893         jensgr@gmx.net (Jens Granseuer).
8894
8895 2005-06-25  Marcel Telka  <marcel@telka.sk>
8896
8897         * configure.in (ALL_LINGUAS): Added sk.
8898
8899 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8900
8901         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8902         not a document open
8903
8904 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8905
8906         * NEWS:
8907         * configure.ac:
8908
8909         Release 0.3.2
8910
8911         * cut-n-paste/recent-files/Makefile.am:
8912
8913         Fix make distcheck
8914
8915 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8916
8917         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8918         (pixbuf_document_set_orientation), (rotate_pixbuf),
8919         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8920         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8921
8922         Implement rotation and cleanup the code a bit.
8923
8924         * tiff/tiff-document.c: (tiff_document_get_page_size),
8925         (tiff_document_get_orientation), (tiff_document_set_orientation),
8926         (rotate_pixbuf), (tiff_document_render_pixbuf),
8927         (tiff_document_document_iface_init), (tiff_document_init):
8928
8929         Implement rotation. Was the quicker solution for the release
8930         but we really need to share this code in the shell.
8931
8932 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8933
8934         * pdf/ev-poppler.cc:
8935
8936         Enable rotation, require poppler cvs. Fix a leak.
8937
8938 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8939
8940         * shell/ev-window.c: (update_action_sensitivity):
8941         
8942         Make properties unsensitive if document backend doesn't provide
8943         any info
8944
8945 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8946
8947         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8948         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8949         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8950         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8951         (bitmap_flip_rotate_counter_clockwise):
8952         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8953         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8954         (buff_gets):
8955         * dvi/mdvi-lib/common.h:
8956         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8957         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8958         (opendvi), (mdvi_reload), (mdvi_init_context),
8959         (mdvi_destroy_context), (mdvi_dopage), (special):
8960         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8961         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8962         (file_hash_free), (register_encoding), (parse_spec),
8963         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8964         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8965         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8966         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8967         (mdvi_register_font_type), (mdvi_unregister_font_type),
8968         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8969         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8970         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8971         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8972         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8973         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8974         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8975         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8976         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8977         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8978         (mdvi_unregister_special), (mdvi_flush_specials):
8979         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8980         (t1_font_remove):
8981         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8982         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8983         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8984         (free_font_metrics), (flush_font_metrics):
8985         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8986         (tt_font_remove):
8987         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8988         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8989         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8990         (dstring_insert), (dstring_new), (dstring_reset):
8991         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8992         
8993         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8994         avoid conflict with libtool on FC4
8995         
8996         * shell/ev-window.c: (ev_window_cmd_help_about):
8997         
8998         Update copyright year. Fix for bug 308828.
8999
9000 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9001
9002         * shell/ev-view.c: (add_scroll_binding_keypad),
9003         (ev_view_binding_activated), (ev_view_class_init),
9004         (on_adjustment_value_changed):
9005         
9006         Bug 170874: Arrow keys switch pages in presentation mode
9007
9008 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9009
9010         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9011         
9012         Fix for Bug 308265: Sidebar dissappears coming out of 
9013         Presentation mode
9014
9015 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9016
9017         * shell/ev-application.c: (ev_application_open):
9018         * shell/ev-document-types.c: (ev_document_types_add_filters),
9019         (ev_document_types_add_filters_for_type):
9020         * shell/ev-document-types.h:
9021         * shell/ev-window.c: (ev_window_cmd_save_as):
9022         
9023         Suggest basename as template when saving, provide filters
9024         for save dialog. It's bug 308402
9025
9026 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9027
9028         * pdf/ev-poppler.cc:
9029         * shell/ev-sidebar-links.c: (job_finished_callback):
9030         * shell/ev-view.c: (update_find_status_message):
9031         
9032         Some leaks fixed
9033
9034 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9035
9036         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9037         (egg_recent_view_uimanager_set_list):
9038
9039         Fix buglet in !show_numbers case.
9040
9041 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9042
9043         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9044         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9045
9046         Use pango ellipsisation.
9047
9048         * pdf/ev-poppler.cc:
9049
9050         Fix refcount leak, from nsh.
9051
9052 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9053
9054         * cut-n-paste/recent-files/Makefile.am:
9055         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9056         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9057         
9058         Removed EggRecentViewGtk
9059         
9060         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9061         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9062         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9063         (ev_window_setup_recent):
9064         
9065         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9066         with other projects
9067
9068 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9069
9070         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9071         (egg_recent_view_gtk_finalize):
9072
9073         Fix memory leak
9074
9075         * cut-n-paste/toolbar-editor/Makefile.am:
9076         
9077         Fix location of cursor icon.
9078         
9079         * pdf/ev-poppler.cc:
9080         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9081         (display_completion_text), (match_completion):
9082         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9083         (selection_changed_callback), (create_loading_model),
9084         (print_section_cb), (links_page_num_func),
9085         (update_page_callback_foreach):
9086         * shell/ev-window.c: (ev_window_dispose):
9087         
9088         Small memory fixes. Links model now store objects instead
9089         of pointers to improve memory management. 
9090
9091 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9092
9093         * shell/ev-window.c: (zoom_control_changed_cb):
9094         
9095         Fix update of zoom control (bug 308268).
9096
9097 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9098
9099         * shell/ev-properties.c (set_property): escape the text correctly.
9100         Handles non-UTF-8 properties and escaped properties.  Also, sets
9101         the text to "<i>None</i>" if the property isn't set.
9102
9103         * data/evince-properties.glade: Change the label to be ellipsized,
9104         and give it a minimum size.
9105
9106 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9107
9108         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9109         * shell/ev-sidebar-links.c: (create_loading_model):
9110         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9111         * shell/ev-view.c: (ev_view_set_document):
9112         * shell/ev-window.c: (ev_window_dispose):
9113         
9114         Various small fixes, mostly memory leaks. Thanks to valgrind.
9115
9116 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9117
9118         * ps/ps-document.c: remove the locale.h include again ;-). And
9119         kill the (bogus) setlocale/savelocale business.
9120
9121 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9122
9123         * ps/ps-document.c:
9124         
9125         Include locale.h to fix build
9126         
9127         * shell/ev-sidebar.c:
9128         
9129         Remove unnecessary includes
9130
9131 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9132
9133         * dvi/dvi-document.c: (dvi_document_load):
9134         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9135         * po/POTFILES.in:
9136         
9137         Check for incorrect dvi files. Fix parsing dvi on AMD64
9138         platform. Thanks to tester@tester.ca (Olivier Crete).
9139
9140 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9141
9142         * shell/ev-page-action.c: (match_selected_cb),
9143         (display_completion_text), (match_completion), (update_model):
9144         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9145         (expand_open_links):
9146         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9147         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9148         (ev_sidebar_set_document):
9149         * shell/ev-window.c: (ev_window_xfer_job_cb),
9150         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9151         
9152         Fixed lot's of memory leaks, for example, memory leak on reload, 
9153         described in bug 307793.
9154
9155 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9156
9157         * pdf/ev-poppler.cc:
9158         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9159         (update_visible_range), (adjustment_changed_cb),
9160         (ev_sidebar_thumbnails_fill_model),
9161         (ev_sidebar_thumbnails_refresh),
9162         (ev_sidebar_tree_selection_changed),
9163         (ev_sidebar_icon_selection_changed),
9164         (ev_sidebar_thumbnails_use_icon_view),
9165         (ev_sidebar_thumbnails_set_document):
9166         * shell/ev-sidebar-thumbnails.h:
9167         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9168         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9169
9170         Refresh thumbnails when changing orientation. Not fully
9171         working yet becuase of a sidebar bug.
9172
9173         Set page orientation to poppler page everywhere. This sucks
9174         really need to fix poppler.
9175
9176 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9177
9178         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9179         (egg_recent_view_gtk_new_menu_item),
9180         (egg_recent_view_gtk_set_property),
9181         (egg_recent_view_gtk_get_property),
9182         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9183         (egg_recent_view_gtk_set_tooltip_func),
9184         (egg_recent_view_gtk_set_label_width),
9185         (egg_recent_view_gtk_get_label_width):
9186         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9187
9188         Sync with libegg (ellipsize labels)
9189
9190 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9191
9192         * data/evince-ui.xml:
9193         * shell/ev-window.c: (ev_window_cmd_go_forward),
9194         (ev_window_cmd_go_backward):
9195         
9196         Shift + PageUp moves 10 Pages. Fix for 306125
9197
9198 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9199
9200         * pdf/ev-poppler.cc:
9201
9202         Add a flag to check if orientation has been overriden
9203
9204 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9205
9206         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9207         field if necessary.
9208
9209         * ps/ps.h: add creator field to document.
9210
9211         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9212         set creator field.
9213
9214 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9215
9216         * data/evince-properties.glade:
9217         * shell/ev-properties.c: (ev_properties_set_document):
9218
9219         s/PDF Version/Format
9220
9221 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9222
9223         * shell/ev-properties.c: (ev_properties_set_document):
9224
9225         Remove unnecessary translations
9226
9227 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9228
9229         * cut-n-paste/toolbar-editor/Makefile.am:
9230
9231         Correct library name    
9232
9233 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9234
9235         * configure.ac:
9236         * cut-n-paste/recent-files/egg-recent-model.c:
9237         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9238         (egg_recent_model_unlock_file):
9239         * cut-n-paste/recent-files/egg-recent-util.c:
9240         (egg_recent_util_get_unique_id):
9241         * cut-n-paste/recent-files/update-from-egg.sh:
9242         * cut-n-paste/toolbar-editor/Makefile.am:
9243         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9244         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9245         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9246         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9247         (egg_toolbars_model_get_type):
9248         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9249
9250         Better makefile for toolbar editor and update everything
9251         to latest libegg.
9252
9253 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9254
9255         * shell/ev-window.c: (update_document_mode):
9256
9257         Prefer presentation mode when the document
9258         require fullscreen.
9259
9260 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9261
9262         * data/evince-ui.xml:
9263         * shell/ev-window.c:
9264
9265         Add control-equal for zooming
9266
9267 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9268
9269         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9270
9271 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9272
9273         * backend/ev-document.c: (ev_document_get_orientation):
9274         * backend/ev-document.h:
9275         * pdf/ev-poppler.cc:
9276         * ps/ps-document.c: (ps_document_get_orientation),
9277         (ps_document_set_orientation), (ps_document_document_iface_init):
9278
9279         Add a get_orientation api. Improve set_orientation.
9280
9281         * data/evince-ui.xml:
9282         * shell/ev-view.c: (ev_view_set_orientation),
9283         (ev_view_rotate_right), (ev_view_rotate_left):
9284         * shell/ev-view.h:
9285         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9286         (ev_window_cmd_edit_rotate_right):
9287
9288         Better ui for changing document orientation
9289
9290 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9291
9292         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9293         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9294         * shell/ev-sidebar-links.h:
9295         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9296         (ev_sidebar_page_iface_init):
9297         * shell/ev-sidebar-page.h:
9298         * shell/ev-sidebar-thumbnails.c:
9299         (ev_sidebar_thumbnails_get_property),
9300         (ev_sidebar_thumbnails_class_init),
9301         (ev_sidebar_thumbnails_set_document):
9302         * shell/ev-sidebar-thumbnails.h:
9303         * shell/ev-view.c: (ev_view_motion_notify_event):
9304         * shell/ev-window.c: (update_chrome_visibility),
9305         (ev_window_cmd_focus_page_selector),
9306         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9307         (sidebar_page_main_widget_update_cb), (ev_window_init):
9308         
9309         Autoraise toolbar on GoToPage binding and fix bindings in
9310         EvSidebarThumbnails page.
9311
9312 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9313
9314         * shell/ev-properties.c: (update_progress_label):
9315
9316         Hide the progress label when finished; bug #307697.
9317
9318 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9319
9320         * pdf/ev-poppler.cc:
9321
9322         Enable is_open for links, you will need poppler cvs
9323
9324         * shell/ev-properties.c: (job_fonts_finished_cb):
9325
9326         Get a lock on the document when filling the tree view
9327
9328 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9329
9330         * backend/ev-document-links.h:
9331         * pdf/ev-poppler.cc:
9332         * shell/ev-sidebar-links.c: (create_loading_model),
9333         (expand_open_links), (job_finished_callback):
9334
9335         Expand links when specified by the document.
9336         Depend on a poppler api (defined out for now)
9337
9338 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9339
9340         * shell/ev-properties.c: (ev_properties_dispose),
9341         (ev_properties_class_init), (dialog_destroy_cb),
9342         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9343         (ev_properties_set_document), (ev_properties_new),
9344         (ev_properties_show):
9345         * shell/ev-properties.h:
9346
9347         Make it an object, cleanup the code, api to show it as transient
9348         and to set the document.
9349
9350         * shell/ev-window.c: (ev_window_setup_document),
9351         (ev_window_cmd_file_properties):
9352
9353         Adapt to EvProperties changes, do not show multiple
9354         times, update it when document changes.
9355
9356 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9357
9358         * ps/gstypes.h:
9359         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9360         (ps_document_set_orientation), (ps_document_document_iface_init):
9361         * ps/ps-document.h:
9362
9363         Implement orientation here too
9364
9365         * shell/ev-properties.c: (ev_properties_new):
9366         * data/evince-properties.glade:
9367
9368         Hide the fonts page for backends that doesnt
9369         support it.     
9370
9371 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9372
9373         * backend/ev-document.c: (ev_document_set_orientation):
9374         * backend/ev-document.h:
9375         * pdf/ev-poppler.cc:
9376
9377         Add orientation api. Currently poppler api is not optimal,
9378         we need to set orientation every time we _get a page.
9379         I will try to fix that at some point.
9380
9381         * data/evince-ui.xml:
9382         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9383         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9384
9385         Add orientation menu items
9386
9387         * shell/ev-page-cache.c: (ev_page_cache_clear):
9388         * shell/ev-page-cache.h:
9389
9390         Add api to clear the cache
9391
9392         * shell/ev-view.c: (setup_caches), (clear_caches),
9393         (ev_view_set_document), (ev_view_zoom_out),
9394         (ev_view_set_orientation):
9395         * shell/ev-view.h:
9396
9397         Implement orientation changing
9398
9399 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9400
9401         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9402         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9403         * backend/ev-document-fonts.h:
9404
9405         Separate scan and fill so that we can incrementally fill from
9406         the main thread. Add a progress api.
9407
9408         * data/evince-properties.glade:
9409         * pdf/ev-poppler.cc:
9410         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9411         * shell/ev-jobs.h:
9412         * shell/ev-properties.c: (update_progress_label),
9413         (job_fonts_finished_cb), (setup_fonts_view):
9414
9415         Incrementally feel the list and show the progress
9416         percentage in a label like acrobat does.
9417
9418         You are going to need poppler cvs
9419
9420 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9421
9422         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9423         * backend/ev-document-fonts.h:
9424         * pdf/ev-poppler.cc:
9425
9426         Make fonts model fill incrementally.
9427
9428         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9429         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9430         (ev_job_queue_remove_job):
9431         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9432         (ev_job_fonts_new), (ev_job_fonts_run):
9433         * shell/ev-jobs.h:
9434
9435         New job for fonts scanning
9436
9437         * shell/ev-properties.c: (job_fonts_finished_cb),
9438         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9439         * shell/ev-properties.h:
9440         * shell/ev-window.c: (ev_window_cmd_file_properties):
9441
9442         Incrementally feel the treeview using the new job. Show Loading...
9443         message until scanning is completed.
9444
9445         Hopefully I didnt break the build without the poppler patch.
9446
9447 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9448
9449         * shell/ev-application.c: (ev_application_open):
9450         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9451         (ev_document_type_get_type), (ev_document_type_lookup):
9452         * shell/ev-document-types.h:
9453         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9454         * shell/ev-job-xfer.h:
9455         * shell/ev-window.c: (ev_window_clear_local_uri),
9456         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9457         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9458         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9459         
9460         Transfer remote documents to tmp directory to display them later.
9461
9462 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9463
9464         * backend/ev-document-info.h:
9465         * shell/ev-properties.c: (ev_properties_new):
9466
9467         s/GTime*/GTime. Not sure why we was using a pointer
9468         at all there!
9469
9470 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9471
9472         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9473         situations.  That situation is that you're using GTK+-HEAD with
9474         the patch at #306726 is applied, and you have a document with <
9475         1500 pages in it.  It's not quite as uniformly nice as the
9476         TreeView, but should be better in the long run.
9477
9478         I'm pretty sure I guarded against breaking compilation with
9479         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9480         I missed some.
9481
9482         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9483         widget yet, so I commented that code out
9484         enable_view_actions_for_widget() for now.  Need to figure this
9485         out.
9486
9487         * shell/ev-page-action.c (match_selected_cb): emit the right
9488         signals.  Our cool C-l completion now works.
9489
9490 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9491
9492         * backend/Makefile.am:
9493         * backend/ev-document-fonts.c:
9494         * backend/ev-document-links.c:
9495         * backend/ev-document.c: (ev_document_load):
9496         * backend/ev-document.h:
9497         * backend/ev-job-queue.c:
9498         * backend/ev-job-queue.h:
9499         * backend/ev-jobs.c:
9500         * backend/ev-jobs.h:
9501         * backend/ev-page-cache.c:
9502         * backend/ev-page-cache.h:
9503
9504         EvPageCache and EvJobs are moved to shell.
9505
9506         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9507         (ev_tmp_filename):
9508         * lib/ev-file-helpers.h:
9509         
9510         New helper to work with temporary files
9511         
9512         * shell/Makefile.am:
9513         * shell/ev-application.c: (ev_application_open):
9514         * shell/ev-application.h:
9515         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9516         (remove_job_from_async_queue), (add_job_to_async_queue),
9517         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9518         (handle_job), (search_for_jobs_unlocked),
9519         (no_jobs_available_unlocked), (ev_render_thread),
9520         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9521         (ev_job_queue_add_job), (move_job_async), (move_job),
9522         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9523         * shell/ev-job-queue.h:
9524         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9525         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9526         * shell/ev-job-xfer.h:
9527         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9528         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9529         (ev_job_links_class_init), (ev_job_render_init),
9530         (ev_job_render_dispose), (ev_job_render_class_init),
9531         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9532         (ev_job_thumbnail_class_init), (ev_job_load_init),
9533         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9534         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9535         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9536         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9537         * shell/ev-jobs.h:
9538         * shell/ev-page-action.c: (ev_page_action_set_document):
9539         * shell/ev-page-cache.c: (ev_page_cache_init),
9540         (ev_page_cache_class_init), (ev_page_cache_finalize),
9541         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9542         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9543         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9544         (ev_page_cache_get_title), (ev_page_cache_get_size),
9545         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9546         (ev_page_cache_get_height_to_page),
9547         (ev_page_cache_get_max_label_chars),
9548         (ev_page_cache_get_page_label),
9549         (ev_page_cache_has_nonnumeric_page_labels),
9550         (ev_page_cache_get_info), (ev_page_cache_next_page),
9551         (ev_page_cache_prev_page), (ev_page_cache_get):
9552         * shell/ev-page-cache.h:
9553         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9554         (ev_pixbuf_cache_clear_job_sizes),
9555         (ev_pixbuf_cache_add_jobs_if_needed),
9556         (ev_pixbuf_cache_set_page_range):
9557         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9558         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9559         * shell/ev-sidebar-thumbnails.c:
9560         (ev_sidebar_tree_selection_changed),
9561         (ev_sidebar_thumbnails_set_document):
9562         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9563         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9564         (ev_statusbar_get_context_id), (ev_statusbar_push),
9565         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9566         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9567         (ev_statusbar_set_progress):
9568         * shell/ev-statusbar.h:
9569         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9570         (ev_view_find_previous):
9571         * shell/ev-window.c: (ev_window_is_empty),
9572         (ev_window_setup_document), (password_dialog_response),
9573         (ev_window_clear_jobs), (ev_window_load_job_cb),
9574         (ev_window_xfer_job_cb), (ev_window_open_uri),
9575         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9576         (ev_window_print), (ev_window_print_range),
9577         (ev_window_state_event), (ev_window_cmd_view_reload),
9578         (menu_item_select_cb), (menu_item_deselect_cb),
9579         (view_status_changed_cb), (ev_window_dispose),
9580         (drag_data_received_cb), (ev_window_init):
9581         * shell/ev-window.h:
9582         * shell/main.c: (load_files):
9583         
9584         New statusbar to show progress on idle. Two new jobs - 
9585         xfer job and load job to load document in background. And update
9586         of page_cache clients to new location of code.
9587
9588 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9589
9590         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9591         selection in open dialog. It also remembers the last visited directory 
9592         in the current session.
9593
9594 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9595
9596         * shell/ev-properties.c: (ev_properties_new):
9597         * shell/ev-properties.h:
9598         * shell/ev-window.c: (ev_window_cmd_file_properties):
9599         
9600         Get document info from page cache instead of document itself.
9601         This should fix crash related to race conditions described in
9602         bug 306545.
9603
9604 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9605
9606         * ps/ps-document.c: (ps_document_init),
9607         (send_ps), (get_page_box), (output), (catchPipe), (input),
9608         (stop_interpreter), (file_length), (file_readable),
9609         (check_filecompressedb), (ps_document_enable_interpreter),
9610         (document_load), (ps_async_renderer_render_pixbuf):
9611         * ps/ps-document.h:
9612
9613         Big cleanup of the ps code
9614
9615 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9616
9617         * backend/Makefile.am:
9618         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9619         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9620         * backend/ev-async-renderer.h:
9621
9622         Add an async renderer interface (method + callback) which
9623         is useful for backends like ps.
9624
9625         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9626         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9627         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9628         (ev_job_queue_add_job), (move_job_async), (move_job),
9629         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9630
9631         Add queues for async renderer, these are executed on the
9632         main thread.
9633
9634         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9635         (ev_job_render_run):
9636         * backend/ev-jobs.h:
9637
9638         If the backend support async renderer interface use it.
9639
9640         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9641         (setup_pixmap), (ps_document_get_type),
9642         (ps_async_renderer_render_pixbuf),
9643         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9644
9645         Implement async renderer interface.
9646
9647 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9648
9649         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9650
9651         Cleanup links job on exit.
9652
9653 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9654
9655         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9656         (drag_data_get_cb), (drag_data_received_cb):
9657         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9658         (drag_data_get_cb), (parse_item_list),
9659         (egg_toolbar_editor_load_actions):
9660         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9661         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9662         (parse_item_list), (parse_toolbars):
9663         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9664         (dvi_pixbuf_put_pixel):
9665         
9666         Fix gcc 4.0 warnings
9667
9668 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9669
9670         * ps/ps-document.c: (start_interpreter):
9671
9672         Fix warning when loading ps
9673
9674 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9675
9676         * ps/ps-document.c: (output):
9677
9678         Fix crash when priting gs error messages.
9679
9680 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9681
9682         * backend/ev-page-cache.c: (_ev_page_cache_new):
9683         * backend/ev-page-cache.h:
9684
9685         Use a const to return title so that we dont double
9686         free it. Small cleanup and fix a leak.
9687
9688         * shell/ev-window.c: (update_window_title):
9689
9690         strdup value from get_title.
9691
9692 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9693
9694         * shell/ev-sidebar-links.c: (job_finished_callback),
9695         (ev_sidebar_links_set_document):
9696
9697         Cleanup the old job when changing document
9698
9699 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9700
9701         * shell/ev-stock-icons.c:
9702         * shell/ev-stock-icons.h:
9703         * shell/ev-window.c:
9704         
9705         Add stock icons for actions that can appear in toolbar. Fix for
9706         bug 306566.
9707
9708 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9709
9710         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9711         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9712         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9713         * backend/ev-page-cache.h:
9714         * shell/ev-view.c: (scroll_to_current_page),
9715         (view_update_range_and_current_page), (get_page_y_offset),
9716         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9717         (ev_view_size_request_continuous),
9718         (ev_view_zoom_for_size_continuous_and_dual_page),
9719         (ev_view_zoom_for_size_continuous):
9720         
9721         More compact EvView layout in document with pages of different size.
9722
9723 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9724
9725         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9726         compilation.
9727
9728 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9729
9730         * shell/ev-view.c: (view_set_adjustment_values):
9731         * shell/ev-window.c: (ev_window_cmd_file_properties):
9732         
9733         A bit different fix for rounding problem but it has no
9734         problems on startup. Make properties window transient to parent.
9735
9736 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9737
9738         * pdf/ev-poppler.cc:
9739         
9740         More commenting of font stuff.
9741
9742 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9743
9744         * pdf/ev-poppler.cc:
9745
9746         Comment out some more fonts stuff. Should really
9747         work without the poppler patch now.
9748
9749 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9750
9751         * pdf/ev-poppler.cc:
9752
9753         Adapt to api change
9754
9755 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9756
9757         * data/evince-properties.glade:
9758         * pdf/ev-poppler.cc:
9759         * shell/ev-properties.c: (setup_fonts_view):
9760
9761         Set the column title. Show the dialog only
9762         once everything is setup.
9763         Getting font info can be very slow... will
9764         prolly need to make this threaded too.
9765
9766 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9767
9768         * backend/Makefile.am:
9769         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9770         (ev_document_fonts_get_fonts_model):
9771         * backend/ev-document-fonts.h:
9772         * data/evince-properties.glade:
9773         * pdf/ev-poppler.cc:
9774         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9775         * shell/ev-properties.h:
9776         * shell/ev-window.c: (ev_window_cmd_file_properties):
9777
9778         Implement fonts list. Defined out for now, since it depends
9779         on a not yet committed poppler patch.
9780
9781 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9782
9783         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9784         page + 1.
9785
9786         * shell/ev-window.c: Make sure we add the timeout when we get a
9787         focus-in event.
9788
9789         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9790         adjustment->value before calculating the zoom factor to average
9791         out all of our rounding errors.  The page no longer 'drifts' when
9792         resizing.
9793
9794 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9795
9796         * data/evince-properties.glade:
9797         * shell/ev-properties.c: (ev_properties_format_date),
9798         (set_property):
9799         
9800         Labels don't expand when the dialogue is resized.
9801         strftime result needs to be converted to UTF-8. Thanks
9802         to Christian Persch <chpe@gnome.org>.
9803
9804 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9805
9806         * data/evince-properties.glade:
9807
9808         Hide the fonts tab
9809
9810 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9811
9812         * backend/ev-document-info.h:
9813         * backend/ev-document.c: (ev_document_info_free):
9814         * data/evince-properties.glade:
9815         * pdf/ev-poppler.cc:
9816         * ps/ps-document.c: (ps_document_get_info):
9817         * shell/ev-properties.c: (ev_properties_format_date),
9818         (set_property), (ev_properties_new):
9819         * shell/ev-properties.h:
9820         * shell/ev-window.c: (ev_window_cmd_file_properties):
9821
9822         Rework properties code to take only EvPropertyInfo
9823         in the constructor so that it can be useful for
9824         nautilus plugin too.
9825
9826         Deal with backends that doesnt support some properties.
9827         Make set property code generic.
9828
9829 2005-06-04  Christian Persch <chpe@gnome.org>
9830
9831         * data/evince-properties.glade:
9832
9833         fix spacings, make resizeable, and make data labels
9834         selectable + ellipsised
9835
9836 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9837
9838         * backend/ev-document-info.h:
9839         * data/Makefile.am:
9840         * data/evince-ui.xml:
9841         * pdf/ev-poppler.cc:
9842         * shell/Makefile.am:
9843         * shell/ev-window.c: (update_action_sensitivity),
9844         (ev_window_cmd_file_properties):
9845
9846         Initial go at file properties. Patch by
9847         Emil Soleyman-Zomalan <emil@soleyman.com>.
9848         Needs love see #169583
9849
9850 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9851
9852         * ps/ps-document.c: (output):
9853         * ps/ps.c: (psscan):
9854
9855         Try to render even if psscan fails.
9856
9857 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9858
9859         * ps/ps.c: (psscan), (pscopydoc):
9860
9861         Port buffered reading code from gv
9862
9863 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9864
9865         * ps/ps-document.c: (interpreter_message), (output):
9866
9867         Do not fail on interpreter messages
9868
9869 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9870
9871         * backend/ev-document-misc.c:
9872         (ev_document_misc_get_thumbnail_frame):
9873
9874         Pages can be 0 x 0, dont assert on this case
9875
9876 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9877
9878         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9879         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9880
9881         Correctly manage our reference on document. Finally the reload
9882         huge leak is gone...
9883
9884 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9885
9886         * ps/ps-document.c: (ps_document_dispose):
9887
9888         Forgot to chain it to the parent. Thanks chpe.
9889
9890 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9891
9892         * ps/ps-document.c: (ps_document_dispose),
9893         (ps_document_class_init), (stop_interpreter), (document_load):
9894
9895         Cleanup dispose a bit. Dont leak the whole pixmap.
9896
9897 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9898
9899         * pdf/ev-poppler.cc:
9900
9901         Release the poppler document on dispose
9902
9903 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9904
9905         * shell/ev-view.c: (ev_view_set_document):
9906
9907         Release ref on the pixbuf cache when changing
9908         document.
9909
9910 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9911
9912         * ps/ps-document.c: (ps_document_get_info):
9913
9914         Fix a double free
9915
9916 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9917
9918         * backend/ev-page-cache.c: (ev_page_cache_init),
9919         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9920         * backend/ev-page-cache.h:
9921         * shell/ev-page-action.c: (page_changed_cb):
9922         
9923         Set page action entry width depending on labels width. Fix
9924         for bug 305202.
9925
9926 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9927
9928         * backend/ev-link.c: (ev_link_class_init):
9929
9930         Allow -1 as page value (error)
9931
9932 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9933
9934         * shell/ev-sidebar-thumbnails.c:
9935         (ev_sidebar_thumbnails_set_document):
9936         * shell/ev-view.c: (scroll_to_current_page),
9937         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9938         (page_changed_cb), (on_adjustment_value_changed),
9939         (ev_view_set_document):
9940
9941         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9942         Fix bug 305377
9943
9944 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9945
9946         * configure.ac:
9947         * djvu/djvu-document.c: (djvu_document_get_page_size):
9948
9949         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9950         bug 301993.
9951
9952 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9953
9954         * shell/ev-view.c (draw_one_page): modify the expose handling to
9955         get the shadows.
9956
9957         * shell/ev-window.c (update_action_sensitivity): Respect
9958         permissions field.  Kowtow to the man.
9959
9960         * pdf/ev-poppler.cc: Get the permissions field.
9961
9962         * tiff/*c: Make a tiny bit more robust.
9963
9964 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9965
9966         * djvu/djvu-document.c:
9967         
9968         Pop messages from djvu context message queue.
9969
9970 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9971
9972         * configure.ac, Makefile.am, shell/Makefile.am:
9973         * tiff/Makefile.am, shell/ev-document-types.c:
9974         
9975         Cleanup tiff configure checks. Fix for bug 305218.
9976
9977 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9978
9979         * configure.ac: Added "uk" to ALL_LINGUAS.
9980
9981 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9982
9983         * cut-n-paste/zoom-control/ephy-zoom.c:
9984         (ephy_zoom_get_changed_zoom_level):
9985         * cut-n-paste/zoom-control/ephy-zoom.h:
9986         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9987         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9988         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9989         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9990         (zoom_control_changed_cb), (ev_window_init):
9991         
9992         Fix minor points related to moving best fit up. Introduce
9993         "zoom" property and make zoom control change it's value on
9994         notify::zoom signals. Fix for 305080.
9995
9996 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9997
9998         * data/evince-ui.xml:
9999         * shell/ev-window.c: (set_view_actions_sensitivity):
10000         
10001         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10002
10003 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10004
10005         * configure.ac:
10006
10007         Depends on poppler 0.3.2
10008
10009 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10010
10011         * cut-n-paste/recent-files/egg-recent-item.c:
10012         (egg_recent_item_get_short_name):
10013         * cut-n-paste/toolbar-editor/Makefile.am:
10014         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10015         (new_pixbuf_from_widget):
10016         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10017         * cut-n-paste/toolbar-editor/egg-marshal.c:
10018         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10019         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10020
10021         Sync
10022
10023 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10024
10025         * tiff/tiff-document.c: Rough TIFF backend.
10026
10027 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10028
10029         * NEWS:
10030         * configure.ac:
10031         * cut-n-paste/toolbar-editor/Makefile.am:
10032
10033         Release 0.3.1
10034
10035 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10036
10037         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10038         (ev_view_find_next), (ev_view_find_previous):
10039
10040         Remove the locks around get_n_results   
10041
10042 2005-05-21  Juerg Billeter  <j@bitron.ch>
10043
10044         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10045
10046         Pass correct number of pages to poppler.
10047
10048 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10049
10050         * configure.ac:
10051         * data/Makefile.am:
10052         * data/evince.desktop.in: 
10053         * data/evince.desktop.in.in:
10054         * po/POTFILES.in:
10055         
10056         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10057
10058 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10059
10060         * shell/ev-view.c: (view_update_adjustments),
10061         (view_set_adjustment_values): cast adjustmen->value to (int)
10062         before using it.  Otherwise, we get off by a pixel in some
10063         situations.
10064
10065         (draw_one_page): Draw the border on expose.
10066
10067 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10068
10069         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10070         adjustment when the mode changes, #304923
10071
10072 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10073
10074         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10075         flickering on resize but still use gdk_window_scroll on
10076         scrolling
10077
10078 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10079
10080         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10081         option, #170458
10082
10083 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10084
10085         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10086         second page on page_changed if possible, #304669
10087
10088 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10089
10090         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10091         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10092
10093 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10094
10095         * .cvsignore:
10096         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10097         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10098         (ev_view_zoom_for_size_presentation),
10099         (ev_view_zoom_for_size_continuous_and_dual_page),
10100         (ev_view_zoom_for_size_continuous),
10101         (ev_view_zoom_for_size_dual_page),
10102         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10103         * shell/ev-view.h:
10104         * shell/ev-window.c: (update_view_size),
10105         (ev_window_sizing_mode_changed_cb):
10106
10107         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10108         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10109         an infinite loop, #304769
10110
10111
10112 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10113
10114         * data/evince-ui.xml:
10115         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10116         * shell/ev-window.c: (set_view_actions_sensitivity):
10117
10118         Make PgUp/Down behave like Space
10119
10120 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10121
10122         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10123         * backend/ev-ps-exporter.h:
10124         * pdf/ev-poppler.cc:
10125         * ps/ps-document.c: (ps_document_ps_export_begin):
10126         * shell/ev-print-job.c: (idle_print_handler):
10127
10128         Adapt to new poppler api
10129
10130 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10131
10132         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10133         (ephy_zoom_control_init):
10134
10135         Translate zoom levels
10136
10137 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10138
10139         * cut-n-paste/zoom-control/ephy-zoom.c:
10140         (ephy_zoom_get_zoom_level_index):
10141
10142         Fix current zoom -> zoom control match
10143
10144 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10145
10146         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10147         rather than the scrolled_window that it's in. Fixes bug #304655.
10148
10149 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10150
10151         * shell/ev-view.c: (view_update_adjustments),
10152         (view_set_adjustment_values), (view_update_range_and_current_page),
10153         (view_scroll_to_page), (set_scroll_adjustment),
10154         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10155         (ev_view_scroll), (ev_view_scroll_view),
10156         (ensure_rectangle_is_visible), (find_page_at_location),
10157         (get_link_at_location), (go_to_link), (status_message_from_link),
10158         (ev_view_size_request_continuous_dual_page),
10159         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10160         (ev_view_unrealize), (ev_view_expose_event),
10161         (ev_view_button_press_event), (ev_view_motion_notify_event),
10162         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10163         (draw_rubberband), (highlight_find_results), (draw_one_page),
10164         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10165         (ev_view_init), (find_changed_cb), (page_changed_cb),
10166         (on_adjustment_value_changed), (ev_view_new),
10167         (ev_view_set_document), (ev_view_set_zoom),
10168         (ev_view_set_continuous), (ev_view_set_dual_page),
10169         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10170         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10171         (ev_view_zoom_for_size_presentation),
10172         (ev_view_zoom_for_size_continuous_dual_page),
10173         (ev_view_zoom_for_size_continuous),
10174         (ev_view_zoom_for_size_dual_page),
10175         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10176         (ev_view_get_status), (ev_view_set_status),
10177         (update_find_status_message), (ev_view_get_find_status),
10178         (ev_view_set_find_status), (jump_to_find_result),
10179         (jump_to_find_page), (compute_selections), (clear_selection),
10180         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10181         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10182         (ev_view_update_primary_selection),
10183         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10184         * shell/ev-view.h:
10185         * shell/ev-window.c: (ev_window_open_page_label),
10186         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10187         (ev_window_init):
10188         * shell/ev-window.h:
10189         * shell/main.c: (load_files):
10190
10191         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10192         when resizing.  Remove the bin_window().  Also, patch from James
10193         Bowes to fix command line page, #300641
10194         
10195 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10196
10197         * data/evince-ui.xml:
10198         * shell/ev-view.c:
10199         * shell/ev-view.h:
10200         * shell/ev-window.c: (update_action_sensitivity):
10201
10202         Get rid of View->Normal Size, it's just confusing
10203
10204 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10205
10206         * backend/ev-document-info.h:
10207         * backend/ev-document.c: (ev_document_info_free): Free the
10208         EvDocumentInfo.
10209
10210         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10211         (clear_range), (add_range), (update_visible_range),
10212         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10213         (ev_sidebar_thumbnails_set_document):
10214         * shell/ev-window.c: (ev_window_setup_document): Only render the
10215         visible thumbnails.  It takes an instant to render, but it uses
10216         much less memory.
10217
10218 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10219
10220         * shell/ev-sidebar-links.c: (popup_menu_cb):
10221
10222         Select first item
10223
10224 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10225
10226         * lib/Makefile.am:
10227         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10228         (button_press_cb), (ev_sidebar_links_construct):
10229
10230         Show the popup menu also on keybindings
10231
10232 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10233
10234         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10235         * shell/ev-window.h:
10236
10237         Expose api to print a range (with dialog). Make private _print use
10238         it.
10239
10240         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10241         (ev_sidebar_links_construct):
10242
10243         Show a print context menu on linkx, it prints the selected
10244         section.
10245
10246 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10247
10248         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10249         button.
10250
10251 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10252
10253         * AUTHORS:
10254
10255         Update
10256
10257         * shell/ev-window.c: (build_comments_string),
10258         (ev_window_cmd_help_about):
10259
10260         Show poppler version/backend and authors
10261
10262 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10263
10264         * cut-n-paste/zoom-control/ephy-zoom.c:
10265         (ephy_zoom_get_zoom_level_index):
10266         * cut-n-paste/zoom-control/ephy-zoom.h:
10267
10268         Move the best fit items at the top of the list
10269
10270 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10271
10272         * shell/ev-marshal.list:
10273         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10274         (activate_cb), (match_selected_cb), (activate_link_cb),
10275         (connect_proxy), (ev_page_action_class_init):
10276         * shell/ev-page-action.h:
10277
10278         Use signals to notify action activation. Hopefully
10279         I did not break completion since I cant test...
10280
10281         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10282         (register_custom_actions):
10283
10284         Connect to page selector actions and also grab focus on
10285         the view when activated.
10286
10287 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10288
10289         * pdf/ev-poppler.cc:
10290         * backend/ev-page-cache.c: make page size calculation consistent
10291         and set it to (int)( width * scale + 0.5).  This makes the weird
10292         line going through the middle of the page go away.
10293
10294         * shell/ev-view.c: move painting the background page after
10295         checking the expose area covers us.
10296
10297 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10298
10299         * data/evince-password.glade:
10300         
10301         Mark labels as not translatable. Fix for bug 302842.
10302
10303 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10304
10305         * configure.ac: Added "es" to ALL_LINGUAS.
10306
10307 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10308
10309         * data/evince-toolbar.xml:
10310         * shell/ev-window.c: (update_action_sensitivity),
10311         (ev_window_setup_document), (ev_window_set_page_mode),
10312         (ev_window_init):
10313
10314         Remove some leftover code from jrb first continous
10315         attempt. Use the new actions, we still need good icons
10316         though...
10317
10318 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10319
10320         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10321
10322         Update label when connecting proxy. Fix a warning with NULL
10323         page_cache.
10324
10325 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10326
10327         * data/evince-ui.xml:
10328         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10329         * shell/ev-page-action.h:
10330         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10331
10332         Add mnemonic for edit toolbar.
10333         ctrl+l focus the page entry.
10334
10335 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10336
10337         * lib/Makefile.am:
10338         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10339         (ev_window_init):
10340         * shell/main.c: (main):
10341
10342         Put the toolbar xml in evince own dot dir
10343
10344 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10345
10346         * shell/ev-window.c: (ev_window_init):
10347
10348         Make the toolbar not removable
10349
10350 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10351
10352         * data/evince-ui.xml:
10353         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10354         * shell/ev-sidebar-links.h:
10355         * shell/ev-sidebar-thumbnails.c:
10356         (ev_sidebar_thumbnails_get_treeview):
10357         * shell/ev-sidebar-thumbnails.h:
10358         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10359         (ev_view_class_init):
10360         * shell/ev-view.h:
10361         * shell/ev-window.c: (update_action_sensitivity),
10362         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10363         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10364         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10365         (ev_window_init):
10366
10367         This is evil... Make space/backspace global accelerators but
10368         enable them only for some widgets (sidebars and view).
10369         I dont like it, but I dont know a better way... :/
10370
10371 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10372
10373         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10374         (ev_page_action_widget_finalize),
10375         (ev_page_action_widget_class_init), (update_page_cache):
10376
10377         Keep a weak reference on proxy->page_cache so that we
10378         dont try to disconnect the signal if the object is already
10379         gone. Maybe there is a better way to cleanup reference handling
10380         in page action though...
10381
10382 2005-05-10  Juerg Billeter  <j@bitron.ch>
10383
10384         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10385         * backend/ev-ps-exporter.h:
10386         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10387         * ps/ps-document.c: (ps_document_ps_export_begin):
10388         
10389         Change api to pass print range to ps_exporter_begin. The pdf backend
10390         requires this information.
10391         
10392         * shell/ev-print-job.c: (idle_print_handler):
10393         
10394         Adapt to api change
10395
10396 2005-05-10  Juerg Billeter  <j@bitron.ch>
10397
10398         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10399         (idle_print_handler)
10400         * shell/ev-window.c: (ev_window_print):
10401
10402         Support printing page range, based on patch by Amaury Jacquot
10403
10404 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10405
10406         * data/evince-toolbar.xml:
10407
10408         Add zoom control to available items
10409
10410 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10411
10412         * shell/ev-window.c: (update_action_sensitivity):
10413
10414         Set slash action insensitive when appropriate
10415
10416 2005-05-10  Christian Persch <chpe@gnome.org>
10417
10418         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10419
10420         Fix warning on the overflow menu
10421
10422 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10423
10424         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10425
10426         Check for uri correctness/existence
10427
10428 2005-05-09  Juerg Billeter  <j@bitron.ch>
10429
10430         * shell/ev-window.c: (using_postscript_printer):
10431
10432         LPD printers use postscript, too
10433
10434 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10435
10436         * shell/ev-window.c: (register_custom_actions):
10437
10438         The zoom one is actually sort of useful,
10439         put it back
10440
10441 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10442
10443         * shell/ev-window.c: (register_custom_actions):
10444
10445         Hide page/zoom controls from overflow, they
10446         are useless.
10447
10448 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10449
10450         * cut-n-paste/update-from-egg.sh:
10451         
10452         Share it between all cut-n-paste subdirs
10453
10454         * cut-n-paste/recent-files/Makefile.am:
10455
10456         Fix to use "global" update-from-egg.sh
10457
10458         * cut-n-paste/recent-files/egg-recent-model.c:
10459         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10460         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10461         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10462         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10463
10464         Update from libegg
10465
10466         * cut-n-paste/toolbar-editor/Makefile.am:
10467
10468         Fix to use "global" update-from-egg.sh
10469
10470         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10471
10472         Update from libegg
10473
10474 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10475
10476         * configure.ac:
10477         * cut-n-paste/Makefile.am:
10478         * cut-n-paste/recent-files/Makefile.am:
10479         * cut-n-paste/toolbar-editor/.cvsignore:
10480         * cut-n-paste/toolbar-editor/Makefile.am:
10481         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10482         (egg_editable_toolbar_get_type), (get_toolbar_position),
10483         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10484         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10485         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10486         (set_item_drag_source), (create_item_from_action), (create_item),
10487         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10488         (popup_toolbar_context_menu_cb), (free_dragged_item),
10489         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10490         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10491         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10492         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10493         (item_added_cb), (item_removed_cb),
10494         (egg_editable_toolbar_construct),
10495         (egg_editable_toolbar_disconnect_model),
10496         (egg_editable_toolbar_deconstruct),
10497         (egg_editable_toolbar_set_model),
10498         (egg_editable_toolbar_set_ui_manager),
10499         (egg_editable_toolbar_set_property),
10500         (egg_editable_toolbar_get_property),
10501         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10502         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10503         (egg_editable_toolbar_new_with_model),
10504         (egg_editable_toolbar_get_edit_mode),
10505         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10506         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10507         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10508         (new_pixbuf_from_widget), (new_separator_pixbuf),
10509         (update_separator_image), (style_set_cb),
10510         (_egg_editable_toolbar_new_separator_image),
10511         (egg_editable_toolbar_get_model):
10512         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10513         * cut-n-paste/toolbar-editor/egg-marshal.c:
10514         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10515         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10516         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10517         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10518         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10519         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10520         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10521         (editor_drag_data_delete_cb), (drag_data_get_cb),
10522         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10523         (editor_create_item), (update_editor_sheet), (setup_editor),
10524         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10525         (parse_item_list), (model_has_action), (update_actions_list),
10526         (egg_toolbar_editor_load_actions):
10527         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10528         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10529         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10530         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10531         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10532         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10533         (egg_toolbars_model_add_separator), (impl_add_item),
10534         (parse_item_list), (egg_toolbars_model_add_toolbar),
10535         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10536         (impl_get_item_data), (impl_get_item_type),
10537         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10538         (egg_toolbars_model_init), (free_toolbar),
10539         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10540         (egg_toolbars_model_remove_toolbar),
10541         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10542         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10543         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10544         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10545         (egg_toolbars_model_get_item_data),
10546         (egg_toolbars_model_get_item_type):
10547         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10548         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10549         * data/Makefile.am:
10550         * data/evince-toolbar.xml:
10551         * data/evince-ui.xml:
10552         * data/hand-open.png:
10553         * po/POTFILES.in:
10554         * shell/Makefile.am:
10555         * shell/ev-window.c: (update_chrome_visibility),
10556         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10557         (ev_window_dispose), (ev_window_init):
10558
10559         Implement epiphany like toolbar editor. Based on patch by
10560         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10561
10562 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10563
10564         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10565
10566         Use set_cursor instead of set_selection, so that
10567         the keyboard focus moves too.
10568
10569 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10570
10571         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10572
10573         Fix infinite loop when loading Type1 fonts
10574
10575 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10576
10577         * data/evince-ui.xml:
10578         * shell/ev-window.c:
10579
10580         Slash -> Find
10581
10582 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10583
10584         * configure.ac:
10585
10586         Make --disable really disable
10587
10588 2005-05-07  Juerg Billeter  <j@bitron.ch>
10589
10590         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10591
10592         Compare page labels even without has_labels set, fixes setting page
10593         with entry
10594
10595 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10596
10597         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10598         (ev_view_set_cursor), (ev_view_button_press_event),
10599         (ev_view_motion_notify_event), (ev_view_button_release_event),
10600         (ev_view_init):
10601
10602         Implement middle button scrolling. Based on a patch
10603         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10604
10605 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10606
10607         * shell/ev-document-types.c: (get_slow_mime_type),
10608         (get_document_type_from_mime), (ev_document_type_lookup):
10609         * shell/ev-document-types.h:
10610
10611         Change api to lookup from uri. Do fast lookup first, if the
10612         type is unknown try with data sniffing.
10613
10614         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10615         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10616
10617         Adapt to api change
10618
10619 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10620
10621         * thumbnailer/Makefile.am:
10622
10623         Fix distcheck
10624
10625 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10626
10627         * NEWS:
10628         * configure.ac:
10629
10630         Release 0.3.0
10631
10632         * data/evince-ui.xml:
10633
10634         Hide presentation mode for now
10635
10636         * shell/ev-view.c: (highlight_find_results):
10637
10638         Show current find selection only on current page
10639
10640 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10641
10642         * shell/ev-view.c: (ev_view_select_all):
10643
10644         Compute size of the actual page, not of
10645         the current one.
10646
10647 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10648
10649         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10650         (view_rect_to_doc_rect), (compute_selections),
10651         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10652         (ev_view_copy), (ev_view_primary_get_cb),
10653         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10654         (ev_view_button_press_event), (ev_view_motion_notify_event),
10655         (ev_view_button_release_event), (page_changed_cb):
10656
10657         Fix text selection
10658
10659 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10660
10661         * shell/ev-view.c: (compute_border), (get_page_extents),
10662         (doc_rect_to_view_rect), (highlight_find_results),
10663         (ev_view_bin_expose), (ev_view_select_all),
10664         (ev_view_motion_notify_event), (update_find_status_message),
10665         (jump_to_find_result), (jump_to_find_page):
10666
10667         First go at fixing search, still buggy
10668
10669 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10670
10671         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10672         dropdown box and button at the top of the sidebar.
10673
10674 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10675
10676         * configure.ac: Output zoom-control Makefile.
10677         * cut-n-paste/Makefile.am: build zoom-control subdir.
10678         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10679         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10680         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10681         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10682         * cut-n-paste/zoom-control/ephy-zoom.c:
10683         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10684         from epiphany, and modified to add a separator into the menu.
10685         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10686         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10687         zoom-control action.
10688         * shell/Makefile.am: Include zoom-control flags.
10689         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10690         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10691         (ev_view_zoom_for_size_presentation),
10692         (ev_view_zoom_for_size_continuous_and_dual_page),
10693         (ev_view_zoom_for_size_continuous),
10694         (ev_view_zoom_for_size_dual_page),
10695         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10696         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10697         ev_view_get_zoom and ev_view_get_sizing_mode.
10698         * shell/ev-view.h:
10699         * shell/ev-window.c: (update_action_sensitivity),
10700         (update_sizing_buttons), (zoom_control_changed_cb),
10701         (register_custom_actions): Initialize and use the zoom-control 
10702         widget.
10703
10704 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10705
10706         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10707         preview cache back to 1.  Don't know when it got set to 0.
10708         
10709         * shell/ev-view.c: (compute_border), (ev_view_realize),
10710         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10711         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10712         (ev_view_get_fullscreen), (ev_view_set_presentation),
10713         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10714         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10715         * shell/ev-view.h:
10716         * shell/ev-window.c:
10717         (update_chrome_visibility),
10718         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10719         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10720         (update_document_mode), (ev_window_update_fullscreen_action),
10721         (ev_window_fullscreen), (ev_window_unfullscreen),
10722         (ev_window_cmd_view_fullscreen),
10723         (ev_window_update_presentation_action),
10724         (ev_window_run_presentation), (ev_window_stop_presentation),
10725         (ev_window_cmd_view_presentation), (ev_window_state_event),
10726         (ev_window_focus_in_event), (ev_window_focus_out_event),
10727         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10728         * data/evince-ui.xml: Initial presentation mode.  We should
10729         probably hide this until it's done, as it's quite rough.  Also,
10730         change full-screen to fullscreen and add two getters to EvView.
10731
10732 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10733
10734         * shell/ev-page-action.c: (update_page_cache),
10735         (ev_page_action_dispose):
10736         * shell/ev-window.c: (destroy_fullscreen_popup),
10737         (ev_window_create_fullscreen_popup):
10738
10739         Use connect_object rather than explicitly
10740         disconnect on dispose.
10741
10742 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10743
10744         * shell/ev-page-action.c: (update_page_cache),
10745         (ev_page_action_dispose):
10746
10747 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10748
10749         * backend/ev-page-cache.c: (_ev_page_cache_new),
10750         (ev_page_cache_set_page_label),
10751         (ev_page_cache_has_nonnumeric_page_labels):
10752         * backend/ev-page-cache.h:
10753         * shell/ev-page-action.c: (update_pages_label):
10754         
10755         If all page labels are numeric, fallback to default
10756         way to display number of pages. See bug 173185.
10757
10758 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10759
10760         * shell/ev-page-action.c: (ev_page_action_dispose):
10761         * shell/ev-view.c: (view_update_range_and_current_page):
10762         * shell/ev-window.c: (ev_window_dispose):
10763         
10764         Set page on scroll in continuous mode. Fixes bug 301986.
10765         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10766
10767 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10768
10769         * configure.ac:
10770
10771         Require poppler 0.3.0
10772
10773 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10774         
10775         * shell/Makefile.am, configure.ac: Fix build problems
10776         with t1lib. Bug 301996.
10777
10778 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10779
10780         * shell/ev-view.c: (ev_view_scroll_event):
10781         
10782         Scroll up increase zoom
10783
10784 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10785
10786         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10787         (ev_view_set_sizing_mode),
10788         (ev_view_zoom_for_size_continuous_and_dual_page),
10789         (ev_view_zoom_for_size_continuous):
10790         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10791         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10792         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10793         (ev_window_init):
10794
10795         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10796         Fix for 165473 and 165472.
10797
10798 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10799
10800         * po/POTFILES.in:
10801         * thumbnailer/Makefile.am:
10802         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10803         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10804         * thumbnailer/evince-thumbnailer.schemas.in:
10805         
10806         Make thumbnailer schemas translatable. Fix for bug 301773
10807         
10808         * thumbnailer/evince-thumbnailer-djvu.schemas:
10809         * thumbnailer/evince-thumbnailer-dvi.schemas:
10810         * thumbnailer/evince-thumbnailer.schemas:
10811
10812         Removed files
10813
10814 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10815
10816         * shell/ev-view.c (ev_view_init): forgot to set this.
10817
10818 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10819
10820         * shell/ev-view.c: (find_page_at_location),
10821         (get_link_at_location),
10822         (ev_view_set_show_border), (ev_view_set_spacing),
10823         (ev_view_zoom_for_size_continuous_and_dual_page),
10824         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10825         Also, add a quick fix measuring of widths.  Also, removed
10826         ev_view_set_spacing and ev_view_set_show_border.
10827         
10828         * shell/ev-window.c: (ev_window_unfullscreen),
10829         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10830
10831 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10832
10833         * shell/ev-view.c: (view_update_range_and_current_page),
10834         (page_changed_cb):
10835         
10836         Fix crash on exit and scrolling to page in continuous view.
10837
10838 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10839
10840         * TODO:
10841         * backend/ev-page-cache.c: (_ev_page_cache_new),
10842         (ev_page_cache_get_max_width_size),
10843         (ev_page_cache_get_max_height_size):
10844         * backend/ev-page-cache.h:
10845         * data/evince-ui.xml:
10846         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10847         * shell/ev-view.c: (view_update_adjustments),
10848         (view_update_range_and_current_page), (get_bounding_box_size),
10849         (ev_view_size_request_continuous_and_dual_page),
10850         (ev_view_size_request_continuous),
10851         (ev_view_size_request_dual_page),
10852         (ev_view_size_request_single_page), (ev_view_size_request),
10853         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10854         (ev_view_bin_expose), (ev_view_expose_event),
10855         (ev_view_set_property), (ev_view_get_property),
10856         (ev_view_class_init), (ev_view_init), (ev_view_new),
10857         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10858         (ev_view_set_dual_page), (ev_view_set_full_screen),
10859         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10860         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10861         (ev_view_zoom_out), (zoom_for_size_fit_width),
10862         (zoom_for_size_best_fit),
10863         (ev_view_zoom_for_size_continuous_and_dual_page),
10864         (ev_view_zoom_for_size_continuous),
10865         (ev_view_zoom_for_size_dual_page),
10866         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10867         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10868         * shell/ev-view.h:
10869         * shell/ev-window.c: (update_action_sensitivity),
10870         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10871         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10872         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10873         (ev_window_cmd_view_zoom_out), (update_view_size),
10874         (ev_window_set_sizing_mode), (ev_window_init):
10875
10876         Add Continuous and Dual page modes.
10877
10878 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10879
10880         * dvi/dvi-document.c: (dvi_document_load),
10881         (dvi_document_thumbnails_get_thumbnail),
10882         (dvi_document_init_params): Fix up some mixups between
10883         width and height to correct thumbnail rendering.
10884
10885 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10886
10887         * dvi/mdvi-lib/private.h:
10888         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10889         
10890         Suppess output for kpathsea during font generation. Thanks to
10891         James Bowes
10892
10893 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10894
10895         * NEWS:
10896         * configure.ac:
10897
10898         Release 0.2.1
10899
10900         * Makefile.am: fix distcheck.
10901
10902 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10903
10904         * shell/ev-sidebar-links.c: (selection_changed_callback),
10905         (update_page_callback), (row_activated_callback),
10906         (job_finished_callback), (ev_sidebar_links_set_document):
10907         
10908         Fix for bug #169901. Double click on links expands tree.
10909
10910 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10911
10912         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10913         hard-coded style. Fix for bug 170111
10914
10915 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10916
10917         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10918         locking.
10919
10920 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10921
10922         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10923
10924 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10925
10926         * pdf/ev-poppler.cc:
10927         * shell/ev-view.c: (highlight_find_results):
10928
10929         Fix find on single page documents
10930
10931 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10932
10933         * data/evince.schemas.in: fix for bug 301390
10934
10935 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10936
10937         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10938         (ev_view_zoom_out), (ev_view_zoom_normal):
10939         * shell/ev-view.h:
10940         * shell/ev-window.c: (update_action_sensitivity),
10941         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10942         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10943         (ev_window_cmd_view_normal_size):
10944
10945         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10946         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10947         better than oom. 
10948
10949 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10950
10951         * configure.ac:
10952
10953         Depend on 2.57, 2.59 doesnt seem to be necessary
10954
10955 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10956
10957         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10958         (create_tool_item):
10959
10960         Put back total number of pages as (1 of 1234)
10961
10962 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10963
10964         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10965         remove the job.
10966
10967         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10968         function.  This helps debugging.
10969
10970 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10971
10972         * djvu/djvu-document.c: (djvu_document_class_init),
10973         (djvu_document_get_info), (djvu_document_document_iface_init):
10974         * dvi/dvi-document.c: (dvi_document_class_init),
10975         (dvi_document_get_info), (dvi_document_document_iface_init):
10976
10977         Dummy implementation of get_info method for dvi and
10978         djvu. Fix crashes with those backends
10979
10980 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10981
10982         * data/evince.desktop.in:
10983
10984         Add application/x-gzpostscript
10985
10986 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10987
10988         * data/evince.schemas.in: Added real long descriptions, 
10989         closes bug 172496 
10990
10991         * README: Added actual text, closes bug 171869
10992
10993 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10994
10995         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10996
10997         Thumbnail page 0
10998
10999 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11000
11001         * backend/ev-document-info.h:
11002
11003         s/GDate */GDate so we can just use g_free
11004
11005 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11006
11007         * shell/ev-window.c: (update_document_mode),
11008         (ev_window_setup_document):
11009
11010         Show the window in fullscreen when specified by
11011         the document
11012
11013 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11014
11015         * backend/ev-document.c: (ev_document_class_init),
11016         (ev_document_get_info), (ev_document_render_pixbuf):
11017         * backend/ev-document.h:
11018         * backend/ev-page-cache.c: (_ev_page_cache_new):
11019         * pdf/ev-poppler.cc:
11020         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11021         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11022         * ps/ps-document.c: (ps_document_class_init), (document_load),
11023         (ps_document_get_info), (ps_document_document_iface_init):
11024
11025         Remove get_title from the interface, we can just use document info
11026
11027 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11028
11029         * backend/Makefile.am:
11030         * backend/ev-document.c: (ev_document_render_get_info):
11031         * backend/ev-document.h:
11032         * pdf/ev-poppler.cc:
11033
11034         Initial support for document info. Based on jrb patch.
11035
11036 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11037
11038         * shell/ev-window.c: (ev_window_state_event),
11039         (ev_window_class_init), (ev_window_init):
11040         
11041         Doesn't show resize grip when maximized. See bug #301053
11042
11043 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11044
11045         * po/POTFILES.in:
11046         
11047         ev-sidebar-thumbnails now has translatable labels
11048         
11049         * shell/Makefile.am:
11050         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11051         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11052         (ev_sidebar_links_page_iface_init):
11053         * shell/ev-sidebar-links.h:
11054         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11055         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11056         (ev_sidebar_page_get_label):
11057         * shell/ev-sidebar-page.h:
11058         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11059         (ev_sidebar_thumbnails_set_document),
11060         (ev_sidebar_thumbnails_support_document),
11061         (ev_sidebar_thumbnails_get_label),
11062         (ev_sidebar_thumbnails_page_iface_init):
11063         * shell/ev-sidebar-thumbnails.h:
11064         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11065         (ev_sidebar_set_document):
11066         * shell/ev-sidebar.h:
11067         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11068         
11069         Small rework of sidebar code. Now sidebar pages should implement
11070         EvSidebarPage interface. That makes page management in EvSidebar
11071         easier. See bug #164811 for details
11072
11073 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11074
11075         * shell/ev-application.c: (ev_application_open):
11076         * shell/ev-document-types.c:
11077         
11078         Fix build error and small problem with application exit
11079
11080 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11081
11082         * thumbnailer/Makefile.am:
11083         * thumbnailer/evince-thumbnailer-djvu.schemas:
11084         * thumbnailer/evince-thumbnailer-dvi.schemas:
11085         
11086         Conditionally install schemas for djvu/dvi thumbnailer
11087
11088 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11089
11090         * shell/ev-document-types.h: 
11091         * shell/ev-document-types.c: 
11092         New files, handling the mapping from mimetypes to backends
11093         
11094         * shell/ev-window.c: 
11095         * thumbnailer/evince-thumbnailer.c:     
11096         Use the ev-document-types code
11097         
11098         * shell/Makefile.am: 
11099         Added new convenience library libevbackendfactory_la, containing
11100         the new mimetype->backend logic; moved the backends into it.
11101
11102         * thumbnailer/Makefile.am:
11103         Make the thumbnailer link with the libevbackend.la convenience
11104         library, rather than having a duplicate of the backend logic here.
11105
11106 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11107
11108         * shell/ev-stock-icons.c: constify some vars.
11109         * shell/ev-window.c: ditto.
11110
11111 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11112
11113         * ps/ps-document.c (get_page_orientation):
11114
11115         Respect document orientation 
11116
11117 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11118
11119         * djvu/Makefile.am:
11120         * dvi/Makefile.am:
11121         * shell/Makefile.am:
11122         
11123         Move library dependencies to components.
11124         
11125         * shell/ev-window.c: (update_window_title),
11126         (start_loading_document):
11127         
11128         Fix display of uris with spaces. Bug 168358.
11129
11130 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11131
11132         * shell/ev-sidebar-links.c: (selection_changed_cb):
11133         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11134         (ev_view_button_release_event), (ev_view_set_document):
11135         * shell/ev-view.h:
11136         * shell/ev-window.c: (find_bar_search_changed_cb):
11137         * shell/ev-window.h: Minor cleanups removing some dead code.
11138
11139 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11140
11141         * backend/ev-page-cache.c: (_ev_page_cache_new):
11142         
11143         Set current page to 0 if document has pages.
11144
11145 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11146
11147         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11148
11149         Initialize GError to NULL, fix a crash when loading fails.
11150
11151 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11152
11153         * shell/ev-window.c: (update_view_size):
11154
11155         Calculate shadow size only when there is actually
11156         a shadow.
11157
11158 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11159
11160         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11161         * shell/ev-view.h:
11162
11163         Allow setting view spacing, default to 0
11164
11165         * shell/ev-window.c: (ev_window_unfullscreen),
11166         (ev_window_cmd_view_fullscreen), (ev_window_init):
11167
11168         Remove spacing in fullscreen mode
11169
11170 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11171
11172         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11173         (ev_view_size_request), (expose_bin_window),
11174         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11175         * shell/ev-view.h:
11176         * shell/ev-window.c: (ev_window_unfullscreen),
11177         (ev_window_cmd_view_fullscreen):
11178
11179         Do not draw the border in fulscreen
11180
11181 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11182
11183         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11184         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11185         (find_page_at_location), (page_changed_cb):
11186
11187         Rework border calculation, so that I can more easily disable it.
11188         Code somewhat cleaner too.
11189
11190 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11191
11192         * backend/ev-page-cache.c: (ev_page_cache_init),
11193         (_ev_page_cache_new):
11194
11195         Remove some assertions, documents can have 0 pages.
11196         Make initial current page -1.
11197
11198         * shell/ev-page-action.c: (page_changed_cb):
11199
11200         Show "" if current page is -1
11201
11202         * shell/ev-window.c: (update_action_sensitivity),
11203         (ev_window_setup_document):
11204
11205         When document has 0 pages do not set the view
11206         and make nearly everything insensitive.
11207
11208 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11209
11210         * shell/ev-page-view.c:
11211         * shell/ev-page-view.h:
11212
11213         Remove unused files.
11214         
11215         * shell/ev-sidebar-thumbnails.c:
11216         (ev_sidebar_thumbnails_set_document):
11217         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11218         (ev_sidebar_supports_document):
11219         * shell/ev-sidebar.h:
11220         * shell/ev-window.c: (ev_window_setup_document):
11221         
11222         Doesn't show thumbnails if document has 1 page. Make
11223         sidebar menu entries sensitive only if if they have 
11224         sense. Fix bug 164811. 
11225
11226 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11227
11228         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11229         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11230         (ev_view_zoom_out), (ev_view_set_size):
11231
11232         Rework sizing to deal with documents with not uniform page
11233         size.
11234
11235 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11236
11237         * backend/ev-page-cache.c: (_ev_page_cache_new):
11238
11239         Fix several page size caching bugs
11240
11241 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11242
11243         * shell/ev-window.c: (set_action_properties):
11244
11245         Make all toolbar items translatable
11246
11247 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11248
11249         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11250         (save_page_list), (ps_document_save),
11251         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11252         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11253         (ps_document_ps_exporter_iface_init):
11254         * ps/ps-document.h:
11255
11256         Based on a patch by J�rg Billeter <j@bitron.ch>
11257         
11258         Implement print and save a copy for the ps backend.
11259
11260 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11261
11262         * backend/ev-document.h:
11263         * djvu/djvu-document.c: (djvu_document_can_get_text),
11264         (djvu_document_document_iface_init):
11265         * dvi/dvi-document.c: (dvi_document_can_get_text),
11266         (dvi_document_document_iface_init):
11267         * pdf/ev-poppler.cc:
11268         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11269         (pixbuf_document_document_iface_init):
11270         * ps/ps-document.c: (ps_document_can_get_text),
11271         (ps_document_document_iface_init):
11272         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11273         * shell/ev-window.c: (update_action_sensitivity):
11274
11275         Fix the crash when trying to copy in backends that doesnt
11276         support it. We can implement a better solution once we
11277         do real text selection.
11278
11279 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11280
11281         * data/evince-ui.xml:
11282         * shell/ev-window.c: (ev_window_cmd_escape):
11283         
11284         Work around the Escape conflict (find bar and unfullscreen)
11285
11286 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11287
11288         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11289         
11290         Fix for #300233. Next page correctly handles document end.
11291         
11292         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11293         (ev_sidebar_thumbnails_class_init),
11294         (ev_sidebar_thumbnails_set_document),
11295         (ev_sidebar_thumbnails_clear_job),
11296         (ev_sidebar_thumbnails_clear_model):
11297         
11298         Cleanup thumbnail jobs on document changes.
11299         
11300         * shell/ev-view.c: (add_scroll_binding_keypad),
11301         (add_scroll_binding_shifted), (ev_view_class_init):
11302         
11303         Shift + Space scrolls up. Fix for #173184
11304         
11305         * shell/ev-window.c: (ev_window_open_page),
11306         (ev_window_cmd_view_reload):
11307         
11308         Fix reload (Bug #300094)
11309
11310 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11311
11312         
11313         * dvi/mdvi-lib/assoc.c:
11314         * dvi/mdvi-lib/assoc.h: Removed garbage files
11315         
11316         * dvi/mdvi-lib/bitmap.c:
11317         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11318         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11319         * dvi/mdvi-lib/color.h: Antialias of rules
11320         
11321         * dvi/mdvi-lib/common.h:
11322         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11323         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11324         * dvi/mdvi-lib/files.c:
11325         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11326         * dvi/mdvi-lib/mdvi.h:
11327         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11328         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11329         * dvi/mdvi-lib/util.c: Fix compile warnings
11330         
11331         * dvi/dvi-document.c:
11332         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11333         (dvi_document_thumbnails_get_thumbnail),
11334         (dvi_document_document_thumbnails_iface_init):
11335         * dvi/mdvi-lib/Makefile.am:
11336         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11337         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11338         
11339         Dvi backend now renders thumbnails
11340
11341 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11342
11343         * shell/main.c: (main): 
11344         
11345         Save accelerators on exit. Fixes bug #172095.
11346
11347 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11348
11349         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11350         update priority" comment.
11351
11352         * backend/ev-job-queue.c: Give a way to change priority.
11353
11354 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11355
11356         * shell/ev-page-action.c: Fix logic.
11357
11358 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11359
11360         * shell/ev-view.c: (ev_view_can_find_next):
11361         * shell/ev-window.c: (ev_window_setup_document):
11362
11363         Check that the document supports find
11364
11365 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11366
11367         * data/evince-ui.xml:
11368         * shell/ev-view.c: (ev_view_can_find_next):
11369         * shell/ev-view.h:
11370         * shell/ev-window.c: (update_action_sensitivity),
11371         (find_changed_cb), (ev_window_setup_document),
11372         (ev_window_cmd_edit_find_next):
11373
11374         Add Edit->Find Next
11375
11376 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11377
11378         * pdf/ev-poppler.cc:
11379         * shell/ev-print-job.c: (idle_print_handler):
11380
11381         Make printing work again
11382
11383 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11384
11385         * shell/ev-page-action.h:
11386         * shell/ev-page-action.c: (ev_page_action_widget_init),
11387         (ev_page_action_widget_class_init), (page_changed_cb),
11388         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11389         (get_filter_model_from_model), (match_selected_cb),
11390         (display_completion_text), (match_completion), (update_model),
11391         (connect_proxy), (ev_page_action_set_property),
11392         (ev_page_action_get_property), (ev_page_action_set_document),
11393         (ev_page_action_set_model), (ev_page_action_class_init): Big
11394         reworking to make completions work iff we have >= GTK-2.7.0
11395                 
11396         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11397         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11398         (job_finished_cb): We now have a 'model' property that is set when
11399         the links are loaded.  This can be caught with "notify::model"
11400
11401         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11402         listen for the model to be set, and propagate it to the action.
11403
11404 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11405
11406         * cut-n-paste/recent-files/egg-recent-item.c:
11407         (egg_recent_item_set_uri), (make_valid_utf8),
11408         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11409         * cut-n-paste/recent-files/egg-recent-item.h:
11410         
11411         Update egg-recent from libegg. This should fix long
11412         startup problem. For details see
11413         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11414
11415 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11416
11417         * cut-n-paste/recent-files/Makefile.am:
11418         * data/evince-ui.xml, shell/Makefile.am:
11419         * shell/ev-application.c, shell/ev-application.h:
11420         * shell/ev-window.c: Recent files support.
11421         
11422         * configure.ac: Added "ru" to ALL_LINGUAS.
11423         
11424         * dvju: new backend to support DJVU files.
11425         * dvi: new backend to support DVI.
11426
11427         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11428         * ev-application.c: Support for new backends.
11429         
11430         * help, ev-window.c, main.c shell/Makefile.am: 
11431         Evince user documentation.
11432
11433 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11434
11435         * po/POTFILES.in:
11436         * shell/ev-window.c:
11437         * thumbnailer/evince-thumbnailer.c:
11438
11439         s/pdf-document/ev-poppler
11440
11441 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11442
11443         * NEWS:
11444         * configure.ac:
11445
11446         Release 0.2.0
11447
11448         * ps/ps-document.c: (setup_pixmap):
11449
11450         Remove debug code
11451
11452 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11453
11454         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11455         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11456         (ev_window_cmd_go_first_page): Fix of by one errors.
11457
11458 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11459
11460         * ps/ps-document.c: (get_page_box):
11461
11462         Fix page size calculation
11463
11464 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11465
11466         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11467         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11468         (get_page_orientation), (setup_page), (document_load),
11469         (ps_document_get_page_size), (render_pixbuf_idle):
11470         * ps/ps-document.h:
11471
11472         More refactoring to adapt to EvDocument changes
11473
11474 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11475
11476         * ps/ps-document.c: (start_interpreter):
11477
11478         Actually add alpha args
11479
11480 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11481
11482         * pdf/ev-poppler.cc:
11483
11484         Make clipboard work again
11485
11486 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11487
11488         Make searching work again.
11489         
11490         * backend/ev-document.c:
11491         * backend/ev-document.h:
11492         * backend/ev-document-find.c:
11493         * backend/ev-document-find.h: Change EvDocumentIface so we no
11494         longer store the current page or zoom level in the document.  The
11495         consequence is that all calls that operate on the current page now
11496         instead take the page number as an extra argument, and all
11497         coordinates are now doubles in document coordinate system.
11498
11499         * pdf/ev-poppler.cc:
11500         * pixbuf/pixbuf-document.c:
11501         * ps/ps-document.c: Update backends accordingly.
11502
11503 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11504
11505         * autogen.sh:
11506
11507         Add required gettext version
11508
11509 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11510
11511         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11512         make F1 bring up non-existent help.
11513
11514         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11515         epiphany's find bar, #167477
11516
11517         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11518         <emil@nishra.com> to add space-bar scrolling, 
11519
11520         * shell/ev-window.c (static GtkActionEntry entries): add default
11521         keybinding for Help (F1)
11522         Fixes #171068
11523
11524         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11525         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11526         170110
11527
11528 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11529
11530         * Makefile.am: 
11531         * pixbuf/pixbuf-document.c: 
11532
11533         Got pixbuf backend working again
11534
11535 2005-04-01  Steve Murphy  <murf@e-tools.com>
11536
11537         * configure.in: Added "rw" to ALL_LINGUAS.
11538
11539 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11540
11541         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11542         model types, noticed by Martin Kretzschmar.
11543
11544 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11545
11546         * pdf/ev-poppler.cc: Implement search based on
11547         poppler_page_find_text().  Currently a bit crude since we remember
11548         all matches from all pages.  Also, we grab the big document lock
11549         when we search since searching changes the underlying stream and
11550         thus conflicts with the rendering thread.
11551         
11552         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11553         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11554         (ev_view_find_previous): Fix some page indexes to be 0 based,
11555         offset rubber band by view offset,
11556
11557 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11558
11559         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11560
11561 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11562
11563         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11564         completely because I didn't understand GtkActions.  I should
11565         read Marco's code more carefully in the future.
11566
11567         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11568         function
11569
11570 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11571
11572         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11573         PopplerRectangle change from poppler CVS.
11574
11575 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11576
11577         * backend/ev-document.c: (ev_document_get_page_label):
11578         * backend/ev-document.h:
11579         * backend/ev-page-cache.c: (_ev_page_cache_new),
11580         (ev_page_cache_get_page_label):
11581         * backend/ev-page-cache.h:
11582         * pdf/ev-poppler.cc:
11583         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11584         (links_page_num_func):
11585         * shell/ev-sidebar-thumbnails.c:
11586         (ev_sidebar_thumbnails_set_document):
11587         * shell/ev-view.c: (status_message_from_link),
11588         (ev_view_motion_notify_event):
11589         * shell/ev-window.c: (document_supports_sidebar): Add in page
11590         label support.  It's not perfect yet, but it's the first 'feature'
11591         in a while.
11592         Also, fix a bogus comment noticed by crispin. 
11593
11594 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11595
11596         * Makefile.am: Remove pixbuf backend for now
11597
11598         * configure.ac: Require poppler-glib instead of just poppler.
11599
11600         * backend/ev-document-thumbnails.h: Add a comment
11601
11602         * backend/ev-document.h:
11603         * backend/ev-document.c: (ev_document_class_init),
11604         (ev_document_load), (ev_document_get_link),
11605         (ev_document_get_links): Remove 3 methods and add get_links.
11606         Also, made 0 based.
11607
11608         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11609         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11610
11611         * backend/ev-link.c: (ev_link_set_title),
11612         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11613         (ev_link_mapping_find):
11614         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11615         
11616         * backend/ev-page-cache.c: (ev_page_cache_init),
11617         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11618         (ev_page_cache_get_size), (ev_page_cache_next_page),
11619         (ev_page_cache_prev_page): Fix to be 0 based.
11620
11621         * pdf/Makefile.am: 
11622         * pdf/ev-poppler.h:
11623         * pdf/ev-poppler.cc: New backend.
11624         
11625         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11626         (ps_document_get_page), (ps_document_document_iface_init):
11627
11628         * shell/ev-pixbuf-cache.h:
11629         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11630         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11631         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11632         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11633         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11634         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11635         based.
11636         
11637         * shell/ev-sidebar-thumbnails.c:
11638         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11639         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11640
11641         * shell/ev-view.c: (status_message_from_link),
11642         (find_page_at_location), (get_link_at_location),
11643         (ev_view_motion_notify_event), (ev_view_button_release_event),
11644         (ev_view_init): Use the new link code.  Fix to be 0 based.
11645
11646         * shell/ev-window.c: (update_action_sensitivity),
11647         (document_supports_sidebar): 0 based.
11648
11649 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11650
11651         * pdf/pdf-document.cc: Patch from Fernando Herrera
11652         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11653         *blush*
11654
11655 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11656
11657         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11658         1 to the page, as this seems to be 1 based.  I thought we has this
11659         fixed.  grump.
11660
11661 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11662
11663         * TODO:
11664         * backend/Makefile.am:
11665         * backend/ev-document-links.c:
11666         (ev_document_links_has_document_links),
11667         (ev_document_links_get_links_model):
11668         * backend/ev-document-links.h:
11669         * backend/ev-document.c: (ev_document_get_page_cache),
11670         (ev_document_get_doc_mutex), (ev_document_load),
11671         (ev_document_save), (ev_document_get_title),
11672         (ev_document_get_n_pages), (ev_document_set_page),
11673         (ev_document_get_page), (ev_document_set_target),
11674         (ev_document_set_scale), (ev_document_set_page_offset),
11675         (ev_document_get_page_size), (ev_document_get_text),
11676         (ev_document_get_link), (ev_document_render),
11677         (ev_document_render_pixbuf), (ev_document_scale_changed):
11678         * backend/ev-document.h:
11679         * backend/ev-job-queue.c: (remove_object_from_queue),
11680         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11681         (no_jobs_available_unlocked), (ev_render_thread),
11682         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11683         (ev_job_queue_remove_job):
11684         * backend/ev-job-queue.h:
11685         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11686         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11687         (ev_job_links_class_init), (ev_job_render_init),
11688         (ev_job_render_dispose), (ev_job_render_class_init),
11689         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11690         (ev_job_thumbnail_class_init), (ev_job_finished),
11691         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11692         (ev_job_render_run), (ev_job_thumbnail_new),
11693         (ev_job_thumbnail_run):
11694         * backend/ev-jobs.h:
11695         * backend/ev-link.c:
11696         * backend/ev-link.h:
11697         * backend/ev-page-cache.c: (ev_page_cache_init),
11698         (ev_page_cache_class_init), (ev_page_cache_finalize),
11699         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11700         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11701         (ev_page_cache_set_link), (ev_page_cache_get_title),
11702         (ev_page_cache_get_size), (ev_page_cache_next_page),
11703         (ev_page_cache_prev_page):
11704         * backend/ev-page-cache.h:
11705         * pdf/pdf-document.cc:
11706         * ps/gsdefaults.c:
11707         * ps/gsdefaults.h:
11708         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11709         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11710         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11711         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11712         (is_interpreter_ready), (output), (catchPipe), (input),
11713         (start_interpreter), (check_filecompressed), (compute_dimensions),
11714         (ps_document_enable_interpreter), (document_load),
11715         (ps_document_next_page), (render_page), (ps_document_set_page),
11716         (ps_document_set_scale), (render_pixbuf_idle),
11717         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11718         * ps/ps-document.h:
11719         * shell/Makefile.am:
11720         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11721         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11722         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11723         (ev_pixbuf_cache_new), (job_finished_cb),
11724         (check_job_size_and_unref), (move_one_job),
11725         (ev_pixbuf_cache_update_range), (find_job_cache),
11726         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11727         (ev_pixbuf_cache_add_jobs_if_needed),
11728         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11729         * shell/ev-pixbuf-cache.h:
11730         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11731         (idle_print_handler):
11732         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11733         (selection_changed_cb), (create_loading_model),
11734         (ev_sidebar_links_construct), (links_page_num_func),
11735         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11736         (update_page_callback), (job_finished_cb),
11737         (ev_sidebar_links_set_document):
11738         * shell/ev-sidebar-thumbnails.c:
11739         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11740         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11741         (page_changed_cb), (thumbnail_job_completed_callback),
11742         (ev_sidebar_thumbnails_set_document):
11743         * shell/ev-sidebar-thumbnails.h:
11744         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11745         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11746         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11747         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11748         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11749         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11750         (ev_view_button_release_event), (ev_view_scroll_view),
11751         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11752         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11753         (ev_view_new), (job_finished_cb), (page_changed_cb),
11754         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11755         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11756         (ev_view_find_previous):
11757         * shell/ev-view.h:
11758         * shell/ev-window.c: (update_action_sensitivity),
11759         (ev_window_open_page), (update_window_title), (update_total_pages),
11760         (page_changed_cb), (ev_window_setup_document),
11761         (password_dialog_response), (ev_window_cmd_save_as),
11762         (ev_window_print), (ev_window_cmd_go_previous_page),
11763         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11764         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11765         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11766         * shell/main.c: (main):
11767
11768         Merge evince-threads branch
11769
11770 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11771
11772         * configure.ac: Added "lt" to ALL_LINGUAS.
11773
11774 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * NEWS:
11777         * configure.ac:
11778
11779         Release 0.1.9
11780
11781 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11782
11783         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11784
11785         Fix here also the thumbnails 1-basedness :)
11786
11787 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11788
11789         * NEWS:
11790         * configure.ac:
11791
11792         Release 0.1.8
11793
11794 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11795
11796         * pdf/pdf-document.cc:
11797         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11798         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11799
11800         Fix the mess we did with thumbnails and 1-basedness
11801
11802 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11803
11804         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11805
11806 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11807
11808         * NEWS:
11809         * configure.ac:
11810
11811         Release 0.1.7
11812
11813 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11814
11815         * ps/Makefile.am:
11816         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11817         (gtk_gs_defaults_get_alpha_parameters),
11818         (gtk_gs_defaults_get_ungzip_cmd),
11819         (gtk_gs_defaults_get_unbzip2_cmd):
11820         * ps/gsdefaults.h:
11821         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11822         (ps_document_get_orientation), (document_load),
11823         (ps_document_goto_page), (ps_document_set_page_size):
11824         * ps/ps-document.h:
11825
11826         Some more sanitization of the ps backend. Remove a lot
11827         of unused code and do not base our defaults on ggv
11828         preferences (ugh!)
11829
11830 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11831
11832         * thumbnailer/evince-thumbnailer.schemas:
11833         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11834         (main): add -s option for thumbnail size.
11835
11836 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11837
11838         * configure.ac:
11839
11840         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11841         remove it.
11842
11843 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11844
11845         * pdf/pdf-document.cc:
11846
11847         Remove 4 pixels of useless border from the
11848         thumbnail.
11849
11850 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11851
11852         * backend/ev-document-thumbnails.c:
11853         (ev_document_thumbnails_get_thumbnail):
11854         * backend/ev-document-thumbnails.h:
11855
11856         Rework API a bit. Add a border flag and
11857         change sizing logic (now the size we specify
11858         applies to the bigger dimension).
11859
11860         * pdf/pdf-document.cc:
11861         * pixbuf/pixbuf-document.c:
11862         (pixbuf_document_thumbnails_get_thumbnail):
11863         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11864         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11865
11866         Adapt to the new API and do not draw a border for nautilus
11867         thumbnailer.
11868
11869 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11870
11871         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11872         take thumbnails from page "0" instead of "1". Added a copyright header.
11873
11874 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11875
11876         * ps/ps-document.c: (set_up_page), (start_interpreter):
11877
11878         Make it C89 compliant
11879
11880 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11881
11882         * Makefile.am:
11883         * configure.ac:
11884         * pdf/.cvsignore:
11885         * pdf/pdf-document.cc:
11886         * thumbnailer/Makefile.am:
11887         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11888         (main):
11889         * thumbnailer/evince-thumbnailer.schemas:
11890         * thumbnailer/pdf-icon.png:
11891
11892         Add a nautilus thumbnailer.
11893         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11894
11895 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11896
11897         * NEWS:
11898         * configure.ac:
11899         * po/POTFILES.in:
11900
11901         Release 0.1.6
11902
11903 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11904
11905         Use poppler instead of including xpdf source code.  Poppler is a
11906         fork of xpdf to build it as a shared library. See
11907         http://freedesktop.org/wiki/Software/poppler.
11908
11909         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11910         xpdf fork.
11911         
11912         * pdf/Makefile.am: Build libpdfdocument.a here.
11913         
11914         * pdf/GDKSplashOutputDev.cc:
11915         * pdf/GDKSplashOutputDev.h:
11916         * pdf/GnomeVFSStream.cc:
11917         * pdf/GnomeVFSStream.h:
11918         * pdf-document.cc:
11919         * pdf-document.h:
11920         * test-gdk-output-dev.cc
11921         * Thumb.cc:
11922         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11923         against poppler.
11924
11925 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11926
11927         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11928
11929         Clear idle stack before unsetting the document
11930
11931 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11932
11933         * ps/ps-document.c: (ps_document_widget_event),
11934         (ps_document_set_target), (ps_document_finalize),
11935         (ps_document_get_page):
11936
11937         Disconnect the widget event signal on finalize.
11938         Some code cleanups.
11939
11940 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11941
11942         * ps/ps-document.c: (set_up_page):
11943
11944         If there is no bpixmap create one, even if size
11945         is not changed.
11946
11947 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11948
11949         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11950         (set_up_page), (document_load), (ps_document_set_zoom):
11951
11952         Default page is 0. Calculate size even when we have no
11953         target yet.
11954
11955 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11956
11957         * shell/ev-sidebar.c: expand the selection widget to be always as
11958         wide as the sidebar
11959
11960 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11961
11962         * shell/ev-sidebar-thumbnails.c:
11963         (ev_sidebar_thumbnails_set_document):
11964
11965         Clear the list store when setting document
11966
11967 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11968
11969         * shell/ev-page-action.c: (update_entry), (sync_entry),
11970         (activate_cb), (entry_size_request_cb), (create_tool_item),
11971         (connect_proxy):
11972
11973         Use an entry for the page control instead of spinbuttons
11974
11975 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11976
11977         * data/evince.schemas.in:
11978
11979         Correct confusing string
11980
11981 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11982
11983         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11984         for real.  Gosh, how long has this been broken.
11985
11986         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11987         check for a NULL link.  We crash otherwise.
11988
11989 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11990
11991         * NEWS:
11992         * configure.ac:
11993
11994         Release 0.1.5
11995
11996 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11997
11998         * configure.ac: add the french translation.
11999
12000 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12001
12002         * shell/ev-window.c:
12003
12004         Remove unused header -> fix distcheck
12005
12006 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12007
12008         * shell/ev-window.c: (update_window_title),
12009         (ev_window_popup_password_dialog):
12010
12011         Unescape filename for display
12012
12013 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12014
12015         * pdf/xpdf/pdf-document.cc:
12016
12017         In get_page_size deal with rotation. Also
12018         cleanup the function a bit.
12019
12020 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12021
12022         * pdf/xpdf/pdf-document.cc:
12023
12024         Fix crash when opening in new window
12025
12026 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12027
12028         * configure.ac:
12029
12030         Check ghostscript >= 7
12031
12032 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12033
12034         * shell/ev-window.c:
12035
12036         Make page width the default sizing mode
12037
12038 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12039         Marco Pesenti Gritti <marco@gnome.org>
12040
12041         * shell/ev-window.c: Remember the sidebar size
12042
12043         * data/evince.schemas.in: Add a new gconf key to store the size of
12044         the sidebar
12045
12046 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12047
12048         * data/evince-ui.xml:
12049         * shell/ev-window.c: (update_action_sensitivity),
12050         (ev_window_cmd_view_reload):
12051         
12052         Add a "Reload" action and menu entry
12053
12054 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12055
12056         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12057         iff the type doesn't support thumbnailing and indexing.
12058
12059 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12060
12061         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12062
12063 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12064
12065         * pdf/splash/Splash.cc:
12066
12067         Port fix for a crasher from kde bug
12068         http://bugs.kde.org/show_bug.cgi?id=97131
12069
12070 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12071
12072         * pdf/xpdf/pdf-document.cc:
12073
12074         Return a link even if it's of an unrecognized
12075         type. Otherwise we go in an infinte cycle.
12076
12077 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12078
12079         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12080         (size_allocate_cb), (ev_window_set_sizing_mode):
12081
12082         Update size when switching mode
12083
12084 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12085
12086         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12087         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12088         (ev_window_cmd_view_normal_size):
12089
12090         Fix size toggle buttons behavior
12091
12092 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12093
12094         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12095         (doc_rect_to_view_rect), (ev_view_size_allocate),
12096         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12097         (scale_changed_callback):
12098
12099         Do not cache offsets in size_allocate.
12100
12101 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12102
12103         * shell/ev-view.c: (ev_view_size_allocate):
12104
12105         Calculate offsets before calling the parent
12106         class (which does a redraw)
12107
12108 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12109
12110         * pdf/xpdf/pdf-document.cc:
12111
12112         Fix a crasher on exit. Unused code, put a TODO
12113
12114 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12115
12116         * backend/ev-document.c: (ev_document_class_init),
12117         (ev_document_page_changed), (ev_document_scale_changed):
12118         * backend/ev-document.h:
12119
12120         Separate page/scale notifications
12121
12122         * pdf/xpdf/pdf-document.cc:
12123
12124         Emit the new signals.
12125         Do not display the pdf page in _render, do it
12126         when scale/page are requested.
12127
12128         * ps/ps-document.c: (ps_document_set_zoom),
12129         (ps_document_widget_event):
12130         * ps/ps-document.h:
12131
12132         Emit the new signals.
12133
12134         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12135         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12136         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12137         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12138         * shell/ev-view.h:
12139         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12140         (ev_window_cmd_view_page_width), (size_allocate_cb),
12141         (ev_window_set_sizing_mode):
12142
12143         Rework sizing to be pixel based.
12144         There are bugs but should be already way better.
12145
12146 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12147
12148         * shell/ev-window.c: (ev_window_init):
12149
12150         Do not allow to shrink sidebar smaller then
12151         child requisition
12152
12153 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12154
12155         * shell/ev-sidebar.[ch]
12156         * shell/ev-window.c:
12157
12158         Improved sidebar widget. Fixes #166683
12159
12160 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12161
12162         * shell/ev-view.c (update_find_status_message): Give translators
12163         more flexibility with ngettext plural handling.
12164
12165 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12166
12167         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12168         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12169         page when we get the page size.
12170
12171 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12172
12173         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12174
12175         ps pages are 0 based, convert 
12176
12177 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12178
12179         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12180
12181         Initialize correct parent class. Set GError on document load
12182
12183 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12184
12185         * pdf/xpdf/pdf-document.cc:
12186
12187         Fixup selection offset calculation
12188
12189         * shell/ev-view.c: (view_rect_to_doc_rect),
12190         (doc_rect_to_view_rect), (ev_view_size_allocate),
12191         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12192         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12193
12194         Store selection as document relative, so that zooming
12195         and offset changing doesnt break it.
12196
12197 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12198
12199         * shell/ev-view.c: (ev_view_best_fit):
12200
12201         Do not try to best fit if the view is not realized
12202
12203 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12204           
12205         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12206
12207 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12208
12209         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12210
12211 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12212
12213         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12214         the popup window.  That prevents it resizing when in full screen
12215         mode.
12216
12217         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12218         multiple rerenders.  This pretty much sucks.
12219
12220         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12221         rest of the toolbar.
12222
12223 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12224
12225         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12226
12227 2005-02-17  Alexander Shopov  <ash@contact.bg>
12228
12229         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12230
12231 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12232
12233         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12234
12235 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12236
12237         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12238         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12239         (set_document_page), (document_changed_callback),
12240         (ev_view_set_document), (ev_view_find_previous),
12241         (ev_view_hide_cursor), (ev_view_show_cursor):
12242         * shell/ev-view.h:
12243         * shell/ev-window.c: (update_chrome_visibility),
12244         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12245         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12246         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12247         (ev_window_unfullscreen):
12248         * shell/main.c: (main):
12249
12250         Automatically hide the fullscreen button.
12251         Patch by Kristian Høgsberg <krh@redhat.com>
12252
12253 2005-02-16  Vincent Noel  <vnoel@cox.net>
12254
12255         * shell/main.c (main): Specify an icon for the window. Patch by
12256         Jaap A. Haitsma. Fixes #166177.
12257
12258 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12259
12260         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12261
12262 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12263
12264         * backend/ev-document-misc.h:
12265         * backend/ev-document-misc.c:
12266         (ev_document_misc_get_page_border_size),
12267         (ev_document_misc_paint_one_page): New function to canonicalize
12268         sizing/painting a border.
12269
12270         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12271         used.
12272
12273         * pdf/xpdf/pdf-document.cc: use new function
12274
12275         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12276         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12277         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12278         shell/ev-window.c: (update_sizing_buttons),
12279         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12280         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12281         (ev_window_cmd_view_page_width), (size_allocate_cb),
12282         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12283         and "fit width" values act as toggle buttons so they stay
12284         toggled.  It's not 100% perfect, and it's a little slow, but it's
12285         good enough to commit I think.
12286
12287 2005-02-15  David Lodge  <dave@cirt.net>
12288
12289         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12290
12291 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12292
12293         * shell/ev-window.c (update_window_title): replace newlines in
12294         the title by spaces. Bug #166107.
12295
12296 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12297
12298         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12299         parameters providing allocation width and height without
12300         scrollbars and width of a possible vertical scrollbar. With this
12301         additional information the functions can work as
12302         intended. Unfortunately they're not idempotent. We should
12303         transform these commands to toggles. Fixes Bug #164976
12304         Initial patch by Stephane Loeuillet, then heavily modified.
12305
12306         * shell/ev-view.h: update prototypes.
12307
12308         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12309         (ev_window_cmd_view_page_width): provide EvView fit functions with
12310         all the information they need. Formulas to calculate this
12311         information taken from GtkScrolledWindow.
12312
12313 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12314
12315         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12316         created a thumbnail, the list store is updated to know
12317         that the thumbnail is set. Fixes bug #166792
12318
12319 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12320
12321         * shell/ev-window.c: fixed typo, closes bug 166897
12322
12323         * TODO: updated TODO with bug numbers that are relevant
12324
12325 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12326
12327         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12328
12329 2005-02-09  Vincent Noel  <vnoel@cox.net>
12330
12331         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12332         and "Next" toolbar buttons as important to make them stand out.
12333
12334 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12335
12336         * lib/ev-debug.c:
12337         * lib/ev-debug.h:
12338         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12339         (start_interpreter), (stop_interpreter), (document_load),
12340         (ps_document_next_page), (ps_document_goto_page),
12341         (ps_document_set_page_size), (ps_document_widget_event),
12342         (ps_document_render):
12343         * shell/ev-page-view.c: (ev_page_view_dispose):
12344         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12345
12346         Fix compilation on non-gcc platforms
12347
12348 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12349
12350         * NEWS:
12351         * configure.ac:
12352
12353         Release 0.1.4
12354
12355         * pdf/xpdf/Catalog.cc:
12356         * pdf/xpdf/XRef.cc:
12357
12358         Fix the fix for CAN-2004-0888
12359
12360 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12361
12362         * data/Makefile.am:
12363         * data/evince-ui.xml:
12364         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12365         * shell/ev-stock-icons.h:
12366         * shell/ev-window.c: (update_action_sensitivity),
12367         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12368         (set_action_properties):
12369
12370         Improve toolbar layout/icons
12371
12372 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12373
12374         * pdf/xpdf/pdf-document.cc:
12375
12376         Add warnings about unimplemented/unknown link
12377         types.
12378
12379 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12380
12381         * ps/ps-document.c: (set_up_page):
12382
12383         Log gs property
12384
12385 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12386
12387         * ps/ps-document.c: (start_interpreter):
12388
12389         Log gs env var
12390
12391 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12392
12393         * shell/ev-page-view.c: (ev_page_view_dispose):
12394         * shell/ev-view.c: (ev_view_finalize):
12395         * shell/ev-window.c: (ev_window_setup_document),
12396         (ev_window_dispose), (ev_window_init):
12397
12398         Solve more refs issues.
12399
12400         I commented out the page_view initialization for now:
12401         it was never destroyed (because it's never added
12402         to a container). Because of that we was leaking
12403         gs processes. Couldnt think to a clean fix.
12404         We need to figure this out, password view has the
12405         same issue probably.
12406
12407 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12408
12409         * ps/ps-document.c: (ps_document_finalize),
12410         (ps_document_get_n_pages), (ps_document_get_page):
12411
12412         Some cleanups, stop the interpreter on finalize
12413
12414         * shell/ev-page-view.c: (ev_page_view_dispose),
12415         (ev_page_view_class_init):
12416
12417         Release our reference on the document
12418
12419 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12420
12421         * Makefile.am:
12422         * configure.ac:
12423         * doc/debugging.txt:
12424         * lib/.cvsignore:
12425         * lib/Makefile.am:
12426         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12427         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12428         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12429         * lib/ev-debug.h:
12430
12431         Add debugging helpers
12432
12433         * ps/Makefile.am:
12434         * ps/ps-document.c: (set_up_page), (start_interpreter),
12435         (stop_interpreter), (document_load), (ps_document_next_page),
12436         (ps_document_goto_page), (ps_document_set_page_size),
12437         (ps_document_widget_event), (ps_document_render):
12438         * shell/Makefile.am:
12439         * shell/ev-view.c: (expose_bin_window):
12440         * shell/main.c: (main):
12441
12442         Add some logs
12443         
12444 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12445
12446         * ps/ps-document.c: (ps_document_widget_event):
12447
12448         Initialize message_window, this should make ps
12449         rendering really work! (Never noticed because I was
12450         testing with a ps that is causing gs to exit every time!)
12451
12452 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12453
12454         * data/evince.schemas.in: updated simple error in applyto closing tag
12455
12456 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12457
12458         * Makefile.am:
12459         * configure.ac:
12460         * data/.cvsignore:
12461         * data/Makefile.am:
12462         * data/evince-ui.xml:
12463         A data/evince.schemas.in:
12464         * po/POTFILES.in:
12465         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12466         * shell/ev-stock-icons.h:
12467         * shell/ev-window.c: (update_chrome_visibility),
12468         (update_chrome_flag), (ev_window_cmd_edit_find),
12469         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12470         (ev_window_unfullscreen), (ev_window_focus_in_event),
12471         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12472         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12473         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12474         (ev_window_dispose), (ev_window_class_init),
12475         (set_action_properties), (set_chrome_actions), (load_chrome),
12476         (ev_window_init):
12477
12478         Implement fullscreen mode changes from bug #164776.
12479         Also implement persistent chrome toggles.
12480
12481 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12482
12483         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12484
12485 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12486
12487         * NEWS:
12488         * configure.ac:
12489         * shell/ev-view.c:
12490
12491         Add another check for find interface
12492
12493         Release 0.1.3
12494
12495 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12496
12497         * shell/ev-application.c: (ev_application_open):
12498         * shell/ev-window.c: (ev_window_open):
12499
12500         Open gzipped ps documents
12501
12502 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12503
12504         * TODO:
12505         * shell/ev-view.c: (set_document_page):
12506
12507         Clamp page number, dont try to move to
12508         not existant pages.
12509
12510 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12511
12512         * backend/ev-document-find.c: (ev_document_find_changed):
12513         * backend/ev-document-find.h:
12514         * pdf/xpdf/pdf-document.cc:
12515         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12516         * shell/ev-window.c: (find_bar_search_changed_cb):
12517
12518         Fix several bugs with find
12519
12520 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12521
12522         * shell/ev-sidebar-thumbnails.c
12523         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12524         document. Prevents warning from scroll_to_cell.
12525
12526 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12527
12528         * configure.ac: Add «nb» to ALL_LINGUAS too.
12529
12530 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12531
12532         * NOTES: New file with some random thoughts.
12533
12534         * TODO: Update.
12535
12536         * backend/ev-document-misc.c:
12537         (ev_document_misc_get_page_border_size): New function to
12538         canonicalize shadow drawing sizes.  Possibly goofy.
12539
12540         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12541         (ev_view_best_fit), (ev_view_fit_width):
12542         * pdf/xpdf/pdf-document.cc:
12543         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12544         * ps/ps-document.c: (ps_document_get_page_size):
12545         * backend/ev-document-misc.h:
12546         * backend/ev-document.c: (ev_document_get_page_size):
12547         * backend/ev-document.h: get_page_size now takes a page number
12548         parameter.  Made all the backends/frontends honor it.
12549
12550         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12551         see.  Doesn't work yet.
12552
12553         * shell/Makefile.am:
12554         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12555         Doesn't do anything yet.
12556
12557         * shell/ev-sidebar-thumbnails.c:
12558         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12559         [0..n_pages-1]
12560
12561         * shell/ev-window.c: (update_action_sensitivity),
12562         (ev_window_setup_document), (ev_window_set_page_mode),
12563         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12564         view-swapping code a bit so we can have multiple views on a
12565         document.  Add the multi-page view, though it can't be turned on
12566         yet.
12567
12568 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12569
12570         * shell/ev-application.c: (ev_application_open):
12571         * shell/ev-view.c: (expose_bin_window):
12572         * shell/ev-window.c: (ev_window_open):
12573
12574         Support eps and check document supports find
12575         before drawing highlightings in expose.
12576
12577 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12578
12579         * pixbuf/pixbuf-document.c:
12580         (pixbuf_document_thumbnails_get_dimensions),
12581         (pixbuf_document_document_thumbnails_iface_init):
12582
12583         implement get_dimensions
12584
12585 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12586
12587         * NEWS:
12588         * configure.ac:
12589
12590         Release 0.1.2
12591
12592 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12593
12594         * shell/ev-view.c: (set_document_page):
12595
12596         Scroll at the top of the page when changing page
12597
12598 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12599
12600         * shell/ev-view.c: (ev_view_motion_notify_event):
12601
12602         Do not redraw unnecessarily
12603
12604 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12605
12606         * pdf/xpdf/pdf-document.cc:
12607         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12608         (expose_bin_window), (find_changed_cb):
12609
12610         Yay! find works now... Now to find bugs...
12611
12612 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12613
12614         * backend/ev-document-find.c: (ev_document_find_base_init),
12615         (ev_document_find_changed):
12616         * backend/ev-document-find.h:
12617         * pdf/xpdf/pdf-document.cc:
12618         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12619         (expose_bin_window), (ev_view_init), (set_document_page),
12620         (ensure_rectangle_is_visible), (jump_to_find_result),
12621         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12622         (ev_view_find_next), (ev_view_find_previous):
12623         * shell/ev-view.h:
12624         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12625
12626         More work on find implementation, mostly there now
12627
12628 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12629
12630         * backend/ev-backend-marshalers.list:
12631         * backend/ev-document-find.c: (ev_document_find_base_init),
12632         (ev_document_find_cancel), (ev_document_find_page_has_results),
12633         (ev_document_find_get_n_results), (ev_document_find_get_result),
12634         (ev_document_find_get_progress), (ev_document_find_changed):
12635         * backend/ev-document-find.h:
12636
12637         Enanche the find interface to be really able to do
12638         multi page find.
12639
12640         * pdf/xpdf/pdf-document.cc:
12641
12642         Implement
12643
12644         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12645         (expose_bin_window), (ev_view_init),
12646         (ev_view_get_find_status_message), (find_changed_cb),
12647         (ev_view_set_document), (set_document_page):
12648
12649         Adapt to the new interface. A few things are regressed sorry,
12650         I will finish it soon.
12651
12652 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12653
12654         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12655         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12656         ev_sidebar_thumbnails_parent_class variable, don't define another
12657         parent_class variable.
12658
12659         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12660         (ev_page_action_class_init): ditto.
12661
12662         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12663         (pixbuf_document_class_init): ditto.
12664
12665         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12666         ditto.
12667
12668         * .cvsignore: ignore various valgrind output files.
12669
12670 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12671
12672         * data/evince-ui.xml:
12673         * shell/Makefile.am:
12674         * shell/ev-history.c:
12675         * shell/ev-history.h:
12676         * shell/ev-navigation-action.c:
12677         * shell/ev-navigation-action.h:
12678         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12679         (ev_view_set_page), (ev_view_fit_width):
12680         * shell/ev-view.h:
12681         * shell/ev-window.c: (update_action_sensitivity),
12682         (ev_window_setup_document), (register_custom_actions):
12683
12684         Kill session history
12685
12686 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12687
12688         * shell/ev-window.c: (update_action_sensitivity):
12689
12690         Fix inverted up/down buttons
12691
12692 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12693
12694         * shell/ev-sidebar-thumbnails.c
12695         (ev_sidebar_thumbnails_select_page): make sure the selected
12696         thumbnail stays visible.
12697
12698 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12699
12700         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12701         scrolled window for Federico.
12702
12703 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12704
12705         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12706
12707 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12708
12709         * configure.ac:
12710         * pdf/splash/SplashFTFontEngine.cc:
12711
12712         Fix CID fonts with freetype 2.1.9
12713
12714 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12715
12716         * TODO: added item for desktop icon thumbnailer
12717
12718 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12719
12720         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12721         unloaded docs when the title is accessed.
12722
12723         * shell/ev-password-view.[hc]: New widget for displaying password
12724         state.
12725
12726         * shell/ev-window.[ch]: Refactor password handling code to handle
12727         the new view.
12728
12729 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12730
12731         * NEWS:
12732         * configure.ac:
12733         * data/Makefile.am:
12734
12735         Release 0.1.1
12736
12737 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12738
12739         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12740         ignore page offset here, to make search results independent of it,
12741
12742         * shell/ev-view.c (expose_bin_window): but take offsets into
12743         account here. Bug #164932
12744
12745         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12746         scale at the right time. Bug #164996
12747
12748 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12749
12750         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12751         fix the problem. Now I just removed the Adobe font names and hope
12752         that the URW fonts are always in outline format. Bug #164934
12753
12754         * shell/ev-window.c (update_window_title): empty titles are
12755         useless, use filename in that case too.
12756
12757         * NEWS: Add some content.
12758
12759 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12760
12761         * TODO: added one more TODO item and a TODONE section :)
12762
12763 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12764
12765         * ps/ps-document.h: add page_[xy]_offset fields.
12766
12767         * ps/ps-document.c (ps_document_set_page_offset)
12768         (ps_document_render): Keep offset in consideration in a few
12769         places. Bug #164752 "postscript documents are not centered in
12770         window"
12771
12772         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12773         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12774
12775         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12776         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12777         stub out missing methods for complete EvDocument implementation.
12778         Fixes segfaults with Save A Copy and Copy actions.
12779
12780         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12781         (ps_document_document_iface_init): ditto.
12782         
12783 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12784
12785         * data/.cvsignore:
12786         * data/Makefile.am:
12787         * data/evince.desktop.in:
12788
12789         Add desktop file
12790
12791 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12792
12793         * shell/ev-view.c: (ev_view_button_press_event),
12794         (ev_view_motion_notify_event):
12795
12796         Make selection work in any direction
12797
12798 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12799
12800         * TODO:
12801         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12802
12803         Use shorter labels for some of the toolbars items
12804
12805 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12806
12807         * pdf/xpdf/pdf-document.cc:
12808
12809         Check the links info is initialized before
12810         using it. Should fix a crash on startup.
12811
12812 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12813
12814         * pixbuf/pixbuf-document.c
12815         (pixbuf_document_thumbnails_get_dimensions): force floating point
12816         division to calculate page_ratio. Fixes crash with landscape
12817         format pixbufs.
12818
12819 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12820
12821         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12822
12823 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12824
12825         * shell/ev-view.c (set_document_page): unset has_selection when
12826         the page changes.
12827         (set_document_page): handle paper size changes when the page
12828         changes (test with Free Culture, page 2).
12829
12830 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12831
12832         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12833         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12834
12835         Use normal style color for the widget background and
12836         draw a black box around the page.
12837
12838 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * pdf/xpdf/pdf-document.cc:
12841
12842         Keep offset in consideration in a few places
12843
12844         * shell/ev-view.c: (expose_bin_window):
12845
12846         Set the offsets so that the document is ever centered
12847
12848 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12849
12850         * TODO: Added TODO items and finished off the first todo item
12851
12852         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12853         reflect current authors
12854
12855 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12856
12857         * pdf/xpdf/pdf-document.cc:
12858         * shell/ev-view.c: (ev_view_set_cursor),
12859         (ev_view_motion_notify_event), (document_changed_callback),
12860         (set_document_page):
12861
12862         Show a wait cursor while the page is rendering
12863
12864 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12865
12866         * shell/ev-sidebar-thumbnails.c:
12867         (ev_sidebar_tree_selection_changed),
12868         (ev_sidebar_thumbnails_select_page):
12869         * shell/ev-sidebar-thumbnails.h:
12870         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12871         (ev_view_can_go_forward):
12872         * shell/ev-window.c: (ev_window_open_page),
12873         (ev_window_setup_document), (update_current_page),
12874         (view_page_changed_cb), (ev_window_init):
12875         * shell/ev-window.h:
12876
12877         Ensure thumbnails selection, toolbar page control and
12878         current page are in sync.
12879
12880 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12881
12882         * pdf/xpdf/XRef.cc:
12883
12884         Fix CAN-2005-0064
12885
12886 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12887
12888         * backend/Makefile.am:
12889         * backend/ev-document-links.h:
12890         * backend/ev-document-security.c: (ev_document_security_get_type),
12891         (ev_document_security_has_document_security),
12892         (ev_document_security_set_password):
12893         * backend/ev-document-security.h:
12894         * backend/ev-document.c: (ev_document_error_quark):
12895         * backend/ev-document.h:
12896         * data/Makefile.am:
12897         * data/evince-password.glade:
12898         * pdf/xpdf/pdf-document.cc:
12899         * shell/Makefile.am:
12900         * shell/ev-password.c: (ev_password_set_bad_password_label),
12901         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12902         (ev_password_dialog_get_password),
12903         (ev_password_dialog_set_bad_pass):
12904         * shell/ev-password.h:
12905         * shell/ev-window.c: (ev_window_get_attribute),
12906         (ev_window_set_property), (update_action_sensitivity),
12907         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12908         (ev_window_setup_document), (ev_window_get_password),
12909         (ev_window_open), (ev_window_cmd_save_as),
12910         (using_postscript_printer), (ev_window_print),
12911         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12912         (update_fullscreen_popup), (ev_window_fullscreen),
12913         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12914         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12915         (menu_item_select_cb), (find_bar_search_changed_cb),
12916         (ev_window_dispose), (ev_window_init):
12917
12918         Add initial support for password-supported dialogs.  This could be
12919         a lot cooler, but it'll do for now.
12920
12921 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12922
12923         * pdf/xpdf/pdf-document.cc:
12924         * shell/ev-view.c: (status_message_from_link),
12925         (ev_view_set_status), (ev_view_set_cursor),
12926         (ev_view_motion_notify_event), (ev_view_init):
12927         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12928
12929         Fix bugs in the links implementation and change cursor
12930         when hovering a link.
12931
12932 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12933
12934         * viewer/.cvsignore: added cvsignore file for viewer directory
12935
12936         * TODO: created TODO document
12937
12938 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12939
12940         * shell/ev-view.h:
12941         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12942         new functions to help with implementation of sensitivity code
12943         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12944         of all actions that might require it.  Fixes a crash when you
12945         click on the Zoom actions in a window lacking a document.
12946
12947 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12948
12949         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12950         of the Find action
12951
12952 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12953
12954         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12955         (pixbuf_document_document_iface_init):
12956         * ps/ps-document.c: (ps_document_get_link),
12957         (ps_document_document_iface_init):
12958         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12959         (status_message_from_link), (ev_view_set_status),
12960         (ev_view_set_find_status), (ev_view_motion_notify_event),
12961         (ev_view_button_release_event), (ev_view_set_property),
12962         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12963         (ev_view_get_find_status_message), (update_find_results),
12964         (ev_view_get_status), (ev_view_get_find_status):
12965         * shell/ev-view.h:
12966         * shell/ev-window.c: (view_status_changed_cb),
12967         (view_find_status_changed_cb), (ev_window_init):
12968
12969         View status message support, use it to show the links.
12970         Needs work...
12971
12972 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * backend/ev-document.c: (ev_document_get_link):
12975         * backend/ev-document.h:
12976         * pdf/xpdf/pdf-document.cc:
12977         * shell/ev-application.c: (ev_application_open):
12978         * shell/ev-application.h:
12979         * shell/ev-sidebar-links.c: (selection_changed_cb):
12980         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12981         (ev_view_go_to_link):
12982
12983         Add support for document links
12984
12985 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12986
12987         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12988         (create_tool_item):
12989         Set the spin button limits correctly.
12990         
12991         * shell/ev-sidebar-thumbnails.c:
12992         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12993         Support changing pages by clicking on the thumbnails.
12994         
12995 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12996
12997         * pixbuf/pixbuf-document.c:
12998         (pixbuf_document_thumbnails_get_dimensions),
12999         (pixbuf_document_document_thumbnails_iface_init):
13000
13001         implement get_dimensions
13002
13003 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13004
13005         * ps/ps-document.c: (ps_document_goto_page):
13006
13007         Fix page switching on multipage documents
13008
13009 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13010
13011         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13012         
13013         check for NULL before assigning to width and height parameters
13014
13015 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13016
13017         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13018         (pixbuf_document_set_property), (pixbuf_document_get_property):
13019
13020         implement get/set properties
13021
13022 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13023
13024         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13025         
13026         return NULL instead of "Unknown", letting the title get set to
13027         the filename when the pdf has no title.
13028
13029 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * ps/ps-document.c: (ps_document_get_page_count),
13032         (ps_document_goto_page):
13033
13034 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13035
13036         * shell/ev-history.c: (ev_history_get_property),
13037         (ev_history_set_property), (ev_history_class_init),
13038         (ev_history_add_page), (ev_history_set_current_index):
13039         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13040         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13041         (ev_navigation_action_finalize):
13042         * shell/ev-navigation-action.h:
13043         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13044         (ev_view_go_forward), (ev_view_get_find_status_message),
13045         (history_index_changed_cb), (ev_view_set_history):
13046         * shell/ev-view.h:
13047         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13048         (update_current_page), (register_custom_actions):
13049
13050         Implement history dropdowns
13051
13052 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13053
13054         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13055         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13056         (ev_view_go_forward):
13057         * shell/ev-window.c: (register_custom_actions):
13058
13059         Fix several history bugs
13060
13061 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13062
13063         * configure.ac: Add «nb» to ALL_LINGUAS.
13064
13065 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13066
13067         * backend/Makefile.am:
13068         * backend/ev-bookmark.c:
13069         * backend/ev-bookmark.h:
13070         * backend/ev-document-bookmarks.c:
13071         * backend/ev-document-bookmarks.h:
13072         * backend/ev-document-links.c: (ev_document_links_get_type),
13073         (ev_document_links_has_document_links),
13074         (ev_document_links_begin_read), (ev_document_links_get_link),
13075         (ev_document_links_get_child), (ev_document_links_next),
13076         (ev_document_links_free_iter):
13077         * backend/ev-document-links.h:
13078         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13079         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13080         (ev_link_get_link_type), (ev_link_set_link_type),
13081         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13082         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13083         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13084         (ev_link_new_external):
13085         * backend/ev-link.h:
13086         * pdf/xpdf/pdf-document.cc:
13087         * shell/Makefile.am:
13088         * shell/ev-application.c: (ev_application_open_link):
13089         * shell/ev-application.h:
13090         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13091         (ev_history_get_link_nth):
13092         * shell/ev-history.h:
13093         * shell/ev-sidebar-bookmarks.c:
13094         * shell/ev-sidebar-bookmarks.h:
13095         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13096         (ev_sidebar_links_class_init), (selection_changed_cb),
13097         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13098         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13099         (do_one_iteration), (populate_links_idle),
13100         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13101         * shell/ev-sidebar-links.h:
13102         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13103         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13104         (go_to_index):
13105         * shell/ev-view.h:
13106         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13107         * shell/ev-window.h:
13108
13109         Rename bookmark to link, and use "Index" for the sidebar panel.
13110
13111 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13112
13113         * shell/Makefile.am:
13114         * shell/ev-application.c: (ev_application_open_bookmark):
13115         * shell/ev-application.h:
13116         * shell/ev-history.c: (ev_history_init), (free_links_list),
13117         (ev_history_finalize), (ev_history_class_init),
13118         (ev_history_add_link), (ev_history_add_page),
13119         (ev_history_get_link_nth), (ev_history_get_n_links),
13120         (ev_history_get_current_index), (ev_history_set_current_index),
13121         (ev_history_new):
13122         * shell/ev-history.h:
13123         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13124         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13125         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13126         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13127         (ev_view_set_page):
13128         * shell/ev-view.h:
13129         * shell/ev-window.c: (ev_window_open_bookmark),
13130         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13131         (goto_page_cb), (register_custom_actions):
13132         * shell/ev-window.h:
13133
13134         Initial history implementation. Needs work.
13135
13136 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13137
13138         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13139
13140 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13141
13142         * cut-n-paste/recent-files/egg-recent-item.c:
13143         * cut-n-paste/recent-files/egg-recent-item.h:
13144         * cut-n-paste/recent-files/egg-recent-model.c:
13145         * cut-n-paste/recent-files/egg-recent-util.c:
13146         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13147         * cut-n-paste/recent-files/egg-recent-view.c:
13148
13149         Update
13150
13151 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13152
13153         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13154         (fillGlyph, fillImageMask, drawImage):
13155         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13156         pdf/splash/SplashTypes.h:
13157         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13158         packed mode for Splash.
13159
13160         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13161         RGB8 packed mode, eliminates the pixbuf data creation loop.
13162
13163         * shell/ev-print-job.c (ev_print_job_finalize)
13164         (ev_print_job_set_property, ev_print_job_get_property)
13165         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13166         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13167         (print_closure_finalize, ev_print_job_print): implement
13168         printing (for backends with EvPsExporter)
13169
13170         * shell/ev_print_job.h: update prototypes.
13171
13172         * shell/ev-window.c (ev_window_print): unref print job after
13173         printing.
13174
13175         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13176         unless the document implements the EvDocumentFind interface.
13177
13178 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13179
13180         * configure.ac: Added ja to ALL_LINGUAS.
13181
13182 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13183
13184         * pdf/xpdf/pdf-document.cc:
13185
13186         add a FIXME. We should probably not allocate
13187         a bookmark object every time
13188
13189 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13190
13191         * shell/ev-application.c: (ev_application_open),
13192         (ev_application_open_bookmark):
13193         * shell/ev-application.h:
13194         
13195         Add a way to open bookmarks
13196
13197         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13198         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13199         (ev_bookmark_set_property), (ev_bookmark_class_init),
13200         (ev_bookmark_new_title), (ev_bookmark_new_link),
13201         (ev_bookmark_new_external):
13202
13203         Support for external uris, better constructors.
13204
13205         * backend/ev-bookmark.h:
13206         * pdf/xpdf/pdf-document.cc:
13207         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13208
13209         Handle external uris
13210
13211 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13212
13213         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13214         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13215
13216         Hook up bookmarks navigation
13217
13218 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13219
13220         * backend/Makefile.am:
13221         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13222         (ev_bookmark_get_title), (ev_bookmark_set_title),
13223         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13224         (ev_bookmark_get_page), (ev_bookmark_set_page),
13225         (ev_bookmark_get_property), (ev_bookmark_set_property),
13226         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13227         (ev_bookmark_new):
13228         * backend/ev-bookmark.h:
13229         * backend/ev-document-bookmarks.c:
13230         (ev_document_bookmarks_get_bookmark):
13231         * backend/ev-document-bookmarks.h:
13232         * pdf/xpdf/pdf-document.cc:
13233         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13234
13235         Add a bookmark object to the backend and use it instead of get_values
13236
13237 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * data/evince-ui.xml:
13240
13241         Cleanup and add select all.
13242
13243         * shell/ev-view.c: (ev_view_select_all),
13244         (ev_view_button_press_event):
13245         * shell/ev-view.h:
13246         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13247
13248         Add select all.
13249         Clear selection on click.
13250
13251 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13252
13253         * shell/ev-sidebar-thumbnails.c
13254         (ev_sidebar_thumbnails_set_document): forgot to unref the
13255         loading_icon.
13256
13257 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13258
13259         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13260         at the visible page, not just linearly.  This makes it look fast.
13261
13262 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13263
13264         * backend/ev-document-misc.c
13265         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13266         white.
13267         * backend/ev-document-thumbnails.h: New interface to get the size
13268         of a page.
13269
13270 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13271
13272         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13273         make dist works
13274
13275 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13276
13277         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13278         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13279         things up a bit.
13280
13281         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13282
13283 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13284
13285         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13286         fonts. Should fix font problems on systems that have the base
13287         fonts in bitmap format. Reported by James Henstridge
13288         <james@jamesh.id.au>.
13289
13290 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13291
13292         * pdf/xpdf/Gfx.cc:
13293         * pdf/xpdf/GfxState.cc:
13294
13295         Fix for CAN-2004-1125
13296
13297 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13298
13299         * shell/ev-view.c: (ev_view_copy):
13300         * shell/ev-view.h:
13301         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13302
13303         Implement Edit->Copy
13304
13305 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13306
13307         * backend/ev-document.c: (ev_document_get_text):
13308         * backend/ev-document.h:
13309         * pdf/xpdf/pdf-document.cc:
13310         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13311         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13312         (ev_view_update_primary_selection), (ev_view_button_press_event),
13313         (ev_view_motion_notify_event), (ev_view_button_release_event):
13314
13315         Beginnings of clipboard support. Incomplete but primary sort
13316         of work.
13317
13318 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13319
13320         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13321         (expose_bin_window):
13322
13323         Nicer rubberband drawing, from GtkIconView.
13324
13325 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13326
13327         * backend/ev-document.c: (ev_document_save):
13328         * backend/ev-document.h:
13329         * data/evince-ui.xml:
13330         * pdf/xpdf/pdf-document.cc:
13331         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13332
13333         Implement "Save a copy..." menu item
13334
13335 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13336
13337         * shell/ev-view.c: (ev_view_zoom):
13338
13339         Queue a resize when zoom changes
13340
13341 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13342
13343         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13344         shadows.
13345
13346         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13347         thumbnails..
13348
13349 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13350
13351         * pdf/xpdf/pdf-document.cc
13352         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13353
13354 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13355
13356         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13357         It's slow, but I'll speed it up next!
13358
13359 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13360
13361         * shell/main.c (load_files):
13362
13363         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13364         from the command line and because it seems more appropriate.
13365
13366 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13367
13368         * data/evince-ui.xml:
13369         * shell/ev-window.c: (update_action_sensitivity),
13370         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13371
13372         s/next page/page down
13373         s/previous page/page up
13374
13375 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13376
13377         * data/evince-ui.xml:
13378
13379         Change the layout to match clarkbw design.
13380
13381         * shell/Makefile.am:
13382         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13383         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13384         (ev_navigation_action_finalize),
13385         (ev_navigation_action_set_property),
13386         (ev_navigation_action_get_property),
13387         (ev_navigation_action_class_init):
13388         * shell/ev-navigation-action.h:
13389
13390         Implement clarkbw toolbar navigation controls (incomplete)
13391
13392         * shell/ev-page-action.c: (update_label), (update_spin),
13393         (value_changed_cb), (create_tool_item), (connect_proxy),
13394         (ev_page_action_init), (ev_page_action_finalize),
13395         (ev_page_action_set_property), (ev_page_action_get_property),
13396         (ev_page_action_set_current_page),
13397         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13398         * shell/ev-page-action.h:
13399
13400         Implement a page switcher in the toolbar
13401
13402         * shell/ev-view.c: (ev_view_scroll_view):
13403         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13404         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13405         (register_custom_actions), (ev_window_init):
13406
13407         Change page on PageUp/Down.
13408
13409 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13410
13411         * pdf/xpdf/pdf-document.cc
13412         (pdf_document_thumbnails_get_thumbnail): initial stab at
13413         implementing thumbnail support for pdfs.  It only does documents
13414         with precached pdfs now.
13415
13416 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13417
13418         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13419         thumbnail code into a time-based idle as well.  Also, turn off the
13420         shadow temporarily as it's really slow.
13421
13422 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13423
13424         * backend/ev-document.c: (ev_document_class_init):
13425         * pdf/xpdf/pdf-document.cc:
13426         * shell/ev-window.c: (ev_window_open):
13427
13428         Fix document title bugs and fallback to
13429         filename when not available.
13430
13431 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13432
13433         * backend/ev-document.c: (ev_document_get_type),
13434         (ev_document_class_init), (ev_document_load),
13435         (ev_document_get_title):
13436         * backend/ev-document.h:
13437         * pdf/xpdf/pdf-document.cc:
13438         * ps/ps-document.c: (ps_document_set_property),
13439         (ps_document_get_property), (ps_document_class_init),
13440         (document_load):
13441         * ps/ps-document.h:
13442         * ps/ps.h:
13443         * shell/ev-window.c: (update_window_title), (ev_window_open),
13444         (ev_window_init):
13445
13446         Initial support for document title. Not working yet.
13447
13448 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13449
13450         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13451
13452         Grab focus on the view when clicking it
13453
13454 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * shell/ev-marshal.list:
13457         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13458         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13459
13460         Add key bindings to the view. Now if the focus would work
13461         right...
13462
13463 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13464
13465         * Makefile.am:
13466         * backend/Makefile.am:
13467         * data/Makefile.am:
13468         * dvi/Makefile.am:
13469         * dvi/dvilib/Makefile.am:
13470         * pdf/xpdf/Makefile.am:
13471         * po/POTFILES.in:
13472         * ps/Makefile.am:
13473
13474         Fix distcheck
13475
13476 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13477
13478         * shell/ev-view.c: (ev_view_realize):
13479
13480         Fix mouse wheel scrolling
13481
13482 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13483
13484         * ps/Makefile.am:
13485         * ps/gstypes.h:
13486         * ps/gtkgs.c:
13487         * ps/gtkgs.h:
13488         * ps/ps-document.c: (catchPipe), (ps_document_init),
13489         (ps_document_class_init), (ps_document_cleanup),
13490         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13491         (set_up_page), (close_pipe), (is_interpreter_ready),
13492         (interpreter_failed), (output), (input), (start_interpreter),
13493         (stop_interpreter), (file_length), (file_readable),
13494         (check_filecompressed), (check_pdf), (compute_xdpi),
13495         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13496         (ps_document_get_type), (ps_document_emit_error_msg),
13497         (document_load), (ps_document_next_page),
13498         (ps_document_get_current_page), (ps_document_get_page_count),
13499         (ps_document_goto_page), (ps_document_set_page_size),
13500         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13501         (ps_document_load), (ps_document_get_n_pages),
13502         (ps_document_set_page), (ps_document_get_page),
13503         (ps_document_widget_event), (ps_document_set_target),
13504         (ps_document_set_scale), (ps_document_set_page_offset),
13505         (ps_document_get_page_size), (ps_document_render),
13506         (ps_document_document_iface_init):
13507         * ps/ps-document.h:
13508         * ps/ps.c:
13509         * shell/ev-window.c: (ev_window_open):
13510
13511         Rename GtkGS to PSDocument
13512
13513 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * ps/gtkgs.c: (gtk_gs_class_init):
13516         * ps/gtkgs.h:
13517
13518         Some more leftover...
13519
13520 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13521
13522         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13523         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13524         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13525         * ps/gtkgs.h:
13526
13527         Remove unused code and make a lot of stuff private
13528
13529 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13530
13531         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13532         (gtk_gs_defaults_changed):
13533         * ps/gsdefaults.h:
13534         * ps/gtkgs.c:
13535         * ps/gtkgs.h:
13536         * ps/ps.h:
13537
13538         Cleanup headers dependencies
13539
13540 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13541
13542         * ps/Makefile.am:
13543         * ps/ggvutils.c:
13544         * ps/ggvutils.h:
13545         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13546         * ps/gsdefaults.h:
13547         * ps/gtkgs.c: (file_length), (file_readable),
13548         (check_filecompressed), (check_pdf), (gtk_gs_load),
13549         (gtk_gs_get_postscript):
13550
13551         Get rid of ggvutils
13552
13553 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13554
13555         * ps/ggvutils.c:
13556         * ps/ggvutils.h:
13557         * ps/gsio.h:
13558         * ps/gtkgs.c: (gtk_gs_set_zoom):
13559
13560         Cleanups
13561
13562 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13563
13564         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13565
13566         Ensure the page is rerendered when changing zoom
13567
13568 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13569
13570         * backend/ev-document.c: (ev_document_base_init),
13571         (ev_document_changed):
13572         * backend/ev-document.h:
13573
13574         Add a changed event that is emitted when the page content
13575         changes. This is necessary to deal with the fact that
13576         in ps backend rendering happen asycrounously.
13577         This makes the ps backend mostly work.
13578
13579         * pdf/xpdf/pdf-document.cc:
13580
13581         Emit changed event
13582
13583         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13584         (ps_document_set_target):
13585
13586         Emit changed event
13587
13588         * shell/ev-view.c: (document_changed_callback),
13589         (ev_view_set_document), (ev_view_set_page):
13590
13591         Redraw on the changed signal
13592
13593 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13594
13595         * configure.ac: Added pt_BR to ALL_LINGUAS.
13596
13597 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13598
13599         * backend/ev-document-bookmarks.c:
13600         (ev_document_bookmarks_get_child): *
13601         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13602         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13603         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13604         (ev_sidebar_bookmarks_destroy),
13605         (ev_sidebar_bookmarks_class_init),
13606         (ev_sidebar_bookmarks_construct), (stack_data_free),
13607         (do_one_iteration), (populate_bookmarks_idle),
13608         (ev_sidebar_bookmarks_clear_document),
13609         (ev_sidebar_bookmarks_set_document): *
13610         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13611         (ev_sidebar_add_page),
13612         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13613         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13614         it displays both the topics and the page numbers.
13615
13616 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13617
13618         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13619         toggle.
13620         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13621         visible.
13622
13623 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13624
13625         * configure.ac: Added en_CA to ALL_LINGUAS.
13626
13627 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13628
13629         * ChangeLog: replace bottom of this ChangeLog (merged history of
13630         ggv and gpdf; where all paths were wrong and most of the files are
13631         not even in this tree) with ChangeLog (from arch) of the shell
13632         code.
13633
13634 2004-12-23  Havoc Pennington  <hp@redhat.com>
13635
13636         * shell/ev-window.c: hook up potentially-questionable "find
13637         results status text" feature - something involving the sidebar or
13638         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13639         might be better in the end.
13640
13641         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13642         with corresponding signal when it should be updated
13643
13644         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13645
13646 2004-12-22  Havoc Pennington  <hp@redhat.com>
13647
13648         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13649         find stuff on other pages, sort of (only returns one result on
13650         invisible pages, to show they have results; updates full results
13651         for a page when you view it). Currently repaints the current page
13652         every time a new result is found on any page, which isn't so nice.
13653
13654 2004-12-22  Havoc Pennington  <hp@redhat.com>
13655
13656         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13657         the document doesn't support find (better ideas?)
13658         (find_bar_search_changed_cb): handle missing document or document
13659         that doesn't support find
13660
13661         * pdf/xpdf/pdf-document.cc: port to implement the new
13662         EvDocumentFindIface
13663
13664         * backend/ev-document-find.c: create a new interface for searching
13665
13666         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13667
13668 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13669
13670         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13671         libevbackend.la.
13672
13673         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13674         EvPrintJob constructor arguments.
13675
13676         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13677         for documents that can export PostScript (page by page).
13678
13679         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13680         
13681         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13682         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13683         (pdf_document_ps_exporter_iface_init:
13684         Implement EvPSExporter.
13685
13686         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13687
13688 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13689
13690         * backend/Makefile.am:
13691         * backend/ev-document-thumbnails.c:
13692         (ev_document_thumbnails_get_type),
13693         (ev_document_thumbnails_get_thumbnail):
13694         * backend/ev-document-thumbnails.h:
13695         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13696         (pixbuf_document_thumbnails_get_thumbnail),
13697         (pixbuf_document_document_thumbnails_iface_init):
13698         * shell/Makefile.am:
13699         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13700         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13701         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13702         * shell/ev-sidebar-thumbnails.h:
13703         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13704         (ev_sidebar_set_document):
13705         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13706         (create_shadow), (ev_pixbuf_add_shadow):
13707         * shell/ev-utils.h:
13708         Add thumbnail support.
13709         
13710 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13711
13712         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13713         (using_postscript_printer): Set up a print dialog for "PostScript
13714         injection" method.
13715
13716         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13717         EvPrintJob.
13718
13719         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13720
13721 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13722
13723         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13724         (ps_document_set_target), (ps_document_get_page_size),
13725         (ps_document_render):
13726         * ps/gtkgs.h:
13727
13728         Fix a few bugs
13729
13730 2004-12-22  Christian Rose  <menthos@menthos.com>
13731
13732         * configure.ac: Added "sv" to ALL_LINGUAS.
13733
13734 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13735
13736         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13737         document supports bookmarks.
13738
13739 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13740
13741         * ps/ggvutils.c: (ggv_file_readable):
13742         * ps/ggvutils.h:
13743         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13744         (gtk_gs_get_postscript):
13745
13746         Remove unused utils
13747
13748 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13749
13750         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13751         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13752         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13753         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13754         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13755         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13756         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13757         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13758         (gtk_gs_set_antialiasing), (ps_document_load),
13759         (ps_document_render):
13760         * ps/gtkgs.h:
13761
13762         Another check point for the ps backend. Now I can get it to show
13763         pages!
13764
13765 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13766
13767         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13768         document setting code.
13769
13770 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13771
13772         * shell/eggfindbar.c: (entry_activate_callback):
13773         Animate the next button when activate is pressed.
13774         
13775 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13776
13777         * shell/ev-window.c: (ev_window_cmd_edit_find),
13778         (update_fullscreen_popup), (ev_window_fullscreen),
13779         (ev_window_unfullscreen), (ev_window_state_event_cb),
13780         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13781         Fix bugs in fullscreen code.
13782         
13783 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13784
13785         * Makefile.am:
13786         * configure.ac:
13787         * pixbuf/Makefile.am:
13788         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13789         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13790         (pixbuf_document_set_page), (pixbuf_document_get_page),
13791         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13792         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13793         (pixbuf_document_render), (pixbuf_document_begin_find),
13794         (pixbuf_document_end_find), (pixbuf_document_finalize),
13795         (pixbuf_document_class_init),
13796         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13797         * pixbuf/pixbuf-document.h:
13798         * shell/Makefile.am:
13799         * shell/ev-application.c: (ev_application_open):
13800         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13801         (ev_window_open):
13802         Add pixbuf backend.
13803         
13804 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13805
13806         * Makefile.am: 
13807         * dvi/dvilib/Makefile.am:
13808         * dvi/Makefile.am:
13809         * configure.ac: Auto*ify dvi and dvi/dvilib
13810
13811         * dvi/Makefile: Remove from CVS
13812         
13813         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13814         confusion.
13815
13816         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13817         
13818         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13819         
13820 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13821
13822         * ps/Makefile.am:
13823         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13824         (gtk_gs_value_adjustment_changed), (compute_size),
13825         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13826         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13827         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13828         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13829         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13830         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13831         (ps_document_load), (ps_document_get_n_pages),
13832         (ps_document_set_page), (ps_document_get_page),
13833         (ps_document_set_target), (ps_document_set_scale),
13834         (ps_document_set_page_offset), (ps_document_get_page_size),
13835         (ps_document_render), (ps_document_begin_find),
13836         (ps_document_end_find), (ps_document_document_iface_init):
13837         * ps/gtkgs.h:
13838         * shell/Makefile.am:
13839         * shell/ev-window.c: (ev_window_open):
13840
13841         Some work to integrate gtkgs with EvDocument
13842
13843 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13844
13845         * shell/ev-window.c: (update_fullscreen_popup),
13846         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13847         (exit_fullscreen_button_clicked_cb),
13848         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13849         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13850         (ev_window_state_event_cb), (ev_window_init):
13851         Add fullscreen support from Epiphany.
13852         
13853 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13854
13855         * data/ev-stock-zoom-fit-width.png: fit-width
13856         stock icon from gpdf.
13857         
13858         * shell/ev-stock-icons.[ch]: copied from gpdf.
13859         
13860         * shell/main.c: (main): init stock icons.
13861         
13862         * shell/ev-window.c: use the fit-width icon.
13863         
13864         * data/evince-ui.xml: add zooming toolbar items.
13865
13866 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13867
13868         * shell/ev-view.c: 
13869         (ev_view_best_fit), (ev_view_fit_width): because
13870         get_page_size() returns the scaled page size, we
13871         need to calculate the scale factor relative to
13872         the previous scale factor. Should really just
13873         add get_real_page_size().
13874
13875 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13876
13877         * shell/ev-view.[ch]:
13878         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13879         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13880         add zooming.
13881         
13882         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13883         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13884         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13885         hook it up.
13886         
13887         * pdf/xpdf/pdf-document.cc:
13888         (pdf_document_begin_find),
13889         (pdf_document_end_find): make static.
13890
13891 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13892
13893         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13894
13895         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13896         names to fontconfig patterns.
13897         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13898
13899         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13900         setupBaseFontsFc.
13901
13902 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13903
13904         * Makefile.am:
13905         * configure.ac:
13906         * ps/Makefile.am:
13907         * ps/ggvutils.c:
13908         * ps/ggvutils.h:
13909         * ps/gsdefaults.c:
13910         * ps/gsdefaults.h:
13911         * ps/gsio.c:
13912         * ps/gsio.h:
13913         * ps/gtkgs.c:
13914         * ps/gtkgs.h:
13915         * ps/ps.c:
13916         * ps/ps.h:
13917
13918         Import ggv backend. Not hooked up yet.
13919
13920 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13921
13922         * shell/main.c: (load_files), (main): load files
13923         from the command line.
13924
13925 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13926
13927         * configure.ac: don't require bonobo.
13928         
13929         * cut-n-paste/recent-files/*: kill bonobo recent
13930         view.
13931
13932         * shell/ev-window.c:
13933         (ev_window_is_empty): upd.
13934         (unable_to_load), (ev_window_open): load backend
13935         based on the mime type.
13936
13937 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13938
13939         * backend/.cvsignore: ignore generated marshalers source.
13940
13941         * shell/main.c (main): this is not epiphany.
13942
13943 2004-12-22  Havoc Pennington  <hp@redhat.com>
13944
13945         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13946         (expose_bin_window): draw find highlights
13947
13948         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13949         
13950         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13951         (pdf_document_end_find): implement this interface
13952
13953         * backend/ev-document.c (ev_document_found): add this to emit
13954         signal
13955
13956 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13957
13958         * data/evince-ui.xml: Add a few more toolbar items.
13959
13960         * shell/ev-window.c: Hook up page navigation toolbar 
13961         items.
13962
13963         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13964         a page-changed signal.
13965
13966         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13967         Add ev_document_get_page().
13968
13969         * shell/ev-window.c: Sensitize/desensitize navigation
13970         actions.
13971
13972 2004-12-21  Havoc Pennington  <hp@redhat.com>
13973
13974         * backend/ev-backend-marshal.c,
13975         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13976         marshaler-generator thingy. I'm sure there's a better way to do
13977         this in the modern world.
13978
13979         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13980         end_find methods and "found" signal.
13981
13982         * configure.ac: find glib-genmarshal
13983
13984 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13985
13986         * shell/ev-sidebar.c: Construct an actual sidebar.
13987         * shell/ev-sidebar-bookmarks.[ch]:
13988         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13989
13990 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13991
13992         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13993         Redo size handling.
13994         
13995         * shell/ev-view.c: Track the size from the document.
13996
13997 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13998
13999         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14000         constructor assumes ownership of the string passed in.
14001         
14002         * shell/ev-window.c (ev_window_open): Destroy the error
14003         dialog once we've displayed it.
14004
14005 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14006
14007         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14008         a bit, it works! (sort of)
14009
14010         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14011         Move to .cc since we need to use C++ in the implementation.
14012
14013         * shell/dummy.cc: Add a CC file to force evince
14014         to be linked as a C++ program.
14015
14016 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14017
14018         * shell/ev-view.[ch]: Start of content-area widget.
14019
14020         * shell/ev-window.c: Create a EvView, update it
14021         as we change documents.
14022
14023         * shell/Makefile.am shell/ev-marshal.list: Add
14024         generated marshalers.
14025
14026 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14027
14028         * Makefile.am (SUBDIRS): move shell.
14029
14030 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14031
14032         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14033         .a to libtool convenience libraries.
14034
14035         * shell/ev-window.c (ev_window_open): Hard code loading
14036         a PDF document.
14037         
14038         * backend/ev-document.h: Add a boolean return to load(),
14039         fix GError * to GError **.
14040
14041         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14042         object for a PDF backend EvDocument.
14043
14044 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14045
14046         * dvi/*: New directory with the beginning of a .dvi backend.
14047
14048 2004-12-21  Havoc Pennington  <hp@redhat.com>
14049
14050         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14051         previous/next instead of back/forward
14052
14053 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14054
14055         * backend/ev-document.[ch]: Fix a couple of problems so
14056         it compile.
14057
14058 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14059
14060         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14061         to backend/ directory, rename EvViewer to EvDocument.
14062
14063 2004-12-21  Havoc Pennington  <hp@redhat.com>
14064
14065         * shell/ev-window.c: hook up the find bar widget; now we just need
14066         a document to find things in
14067
14068         * shell/eggfindbar.c: a find bar widget
14069
14070 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14071
14072         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14073
14074 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14075
14076         * pdf/**: Import of xpdf code from gpdf. 
14077
14078         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14079
14080         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14081         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14082         Fix FreeType includes.
14083
14084         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14085         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14086         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14087         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14088         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14089         Include xpdfconfig.h
14090         
14091 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14092
14093         * shell/ev-window.c (ev_window_dispose): dispose can be called
14094         multiple times.
14095
14096 2004-12-21  Havoc Pennington  <hp@redhat.com>
14097
14098         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14099         rather than Evince
14100
14101         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14102         items; really they should be synced with the strings, etc. from
14103         current gpdf, but just getting the boring typing out of the way 
14104
14105 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14106
14107         * po/POTFILES.in:
14108         * shell/ev-application.c: (window_destroy_cb):
14109         * shell/ev-window.c:
14110         * shell/main.c: (main):
14111
14112         Actually show the window...
14113
14114 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14115
14116         * Makefile.am:
14117         * shell/Makefile.am:
14118         * shell/ev-application.c: (ev_application_class_init):
14119         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14120
14121         Make it build again
14122
14123 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14124
14125         Import to gnome cvs.
14126         
14127         * Remove copies of gpdf and ggv trees.
14128         * Rip out all the recursive configure code.
14129         * Remove bonobo machinery.
14130         * viewer/*: GInterfaces that backends should/can implement.
14131
14132 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14133
14134         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14135         typo
14136
14137 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14138
14139         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14140         (ev_application_finalize, ev_application_class_init)
14141         (ev_application_init): use GType instance private data for priv.
14142
14143         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14144         (ev_window_finalize, ev_window_class_init)
14145         (ev_window_init): ditto.
14146
14147 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14148
14149         * shell/ev-application.c (ev_application_new_window): make public
14150         (ev_application_show_initial_window): kill.
14151
14152         * shell/ev-application.h: update prototypes.
14153
14154         * shell/main.cc (main): inline ev_application_show_initial_window.
14155
14156 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14157
14158         * shell/ev-application.c (ev_application_new_window): impl.
14159         (ev_application_show_initial_window): use it.
14160         (is_window_empty, ev_application_get_empty_window): returns an
14161         existing empty window or a new one.
14162         (ev_application_open): from ev_window_cmd_file_open.
14163
14164         * shell/ev-application.h: update prototypes
14165
14166         * shell/ev-window.c (ev_window_is_empty): impl.
14167         (ev_window_open): make public.
14168         (ev_window_cmd_file_open): use ev_application_open
14169
14170         * shell/ev-window.h: update prototypes, remove unused.
14171
14172 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14173
14174         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14175         move destroy handler out of here...
14176
14177         * shell/ev-application.c, shell/ev-application.h: ...into this new
14178         class. Also handles initial window creation.
14179
14180         * shell/main.cc (main): use EvApplication to create initial
14181         window.
14182
14183 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14184
14185         * Makefile.am (SUBDIRS): add cut-n-paste
14186
14187         * cut-n-paste/Makefile.am: add
14188
14189         * configure.ac: generate Makefiles in cut-n-paste
14190
14191 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14192
14193         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14194         (ev_window_class_init): install ev_window_dispose.
14195
14196 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14197
14198         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14199         char (gchar looks stupid).
14200
14201 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14202
14203         * po/de.po: updated German translation.
14204
14205 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14206
14207         * configure.ac: add more pkg-config library checks for gnome-vfs,
14208         bonobo etc.
14209
14210         * gpdf/configure.in: temporarily disable libpaper
14211         checks. Otherwise I'd have to add the checks for the shell, too.
14212
14213 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14214
14215         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14216         and * file filters to the file choose.
14217
14218 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14219
14220         * po/de.po: Updated German translation.
14221
14222 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14223
14224         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14225
14226 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14227
14228         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14229
14230         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14231         (ev_window_init): implement those menuitems.
14232
14233 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14234
14235         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14236
14237         * shell/ev-window.c (ev_window_init): use the toolbar.
14238
14239 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14240
14241         * shell/ev-window.c (ev_window_init): use menu translations
14242
14243 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14244
14245         * configure.ac: add "de" to ALL_LINGUAS.
14246
14247         * po/de.po: add German translation.
14248
14249 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14250
14251         * Makefile.am (SUBDIRS): add po
14252
14253         * configure.ac: check intltool, glib-gettext etc, generate
14254         po/Makefile.in
14255
14256         * po, po/POTFILES.in, po/POTFILES.skip: new.
14257
14258 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14259
14260         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14261         already use (#ifdef ENABLE_NLS)
14262
14263         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14264         pointer indirection thinko.
14265
14266         * shell/main.c: include gi18n.h for bindtextdomain etc.
14267
14268 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14269
14270         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14271         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14272         tooltips for menu items in the statusbar.
14273
14274 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14275
14276         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14277         pkgdatadir drop UIDIR
14278
14279 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14280
14281         * data/evince-ui.xml: Add File->Open menu item
14282
14283         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14284         chooser), hook it up in the ui manager.
14285
14286 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14287
14288         * shell/ev-window.c: fix Help->About tooltip.
14289
14290 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14291
14292         * configure.ac: set CFLAGS for libevprivate.
14293
14294         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14295         definitions, factory etc.
14296
14297         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14298
14299         * shell/Makefile.am: link against libevprivate.a.
14300
14301         * shell/ev-window.c (entries): add stock icon to Help->About.
14302
14303         * shell/main.c (main): init stock icon code.
14304
14305 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14306
14307         * lib/recent-files: egg recent files code
14308
14309         * lib/Makefile.am: add.
14310
14311         * Makefile.am: add lib subdir.
14312
14313         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14314         set CFLAGS for recent-files.
14315
14316 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14317
14318         * configure.ac: disable -ansi and -pedantic gcc flags. They
14319         disable POSIX stuff in stdio.h, but egg-recent uses them.
14320
14321 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14322
14323         * configure.ac: add --disable-deprecated flag (defaults to on in
14324         "cvs" builds).
14325
14326         * shell/Makefile.am (INCLUDES): use it.
14327
14328 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14329
14330         * shell/main.c: add missing #include.
14331
14332         * shell/ev-window.c: fix for pedantic gcc.
14333         (ev_window_cmd_help_about): split license into paragraphs for
14334         translators and pedantic compilers.
14335
14336 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14337
14338         * configure.ac: add more warning flags if compiling with gcc from
14339         cvs (or explicitly requested with --enable-more-warnings).
14340
14341 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14342
14343         * data/evince-ui.xml: add File and File->Close menu.
14344
14345         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14346         (ev_window_destroy): quit after destroy.
14347         (ev_window_class_init): override GtkObject::destroy.
14348         (entries): install close_window callback.
14349
14350 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14351
14352         * Makefile.am (SUBDIRS): add data subdir.
14353
14354         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14355         gtk+ 2.5.0 for GtkAboutDialog.
14356
14357         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14358         main window.
14359
14360         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14361
14362         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14363         manager.
14364         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14365
14366 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14367
14368         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14369
14370 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14371
14372         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14373
14374 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14375
14376         * shell/*: Added shell directory boilerplate, build it.
14377
14378 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14379
14380         * configure.ac, Makefile.am: Added top-level configure.ac and
14381         Makefile.am