]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Rename error as mdvi_error to avoid symbol conflicts with the libc error.
[evince.git] / ChangeLog
1 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/dvi/mdvi-lib/common.h:
4         * backend/dvi/mdvi-lib/dviread.c:
5         * backend/dvi/mdvi-lib/font.c:
6         * backend/dvi/mdvi-lib/fontmap.c:
7         * backend/dvi/mdvi-lib/fontsrch.c:
8         * backend/dvi/mdvi-lib/gf.c:
9         * backend/dvi/mdvi-lib/pagesel.c:
10         * backend/dvi/mdvi-lib/pk.c:
11         * backend/dvi/mdvi-lib/sp-epsf.c:
12         * backend/dvi/mdvi-lib/special.c:
13         * backend/dvi/mdvi-lib/tfm.c:
14         * backend/dvi/mdvi-lib/tfmfile.c:
15         * backend/dvi/mdvi-lib/util.c:
16         * backend/dvi/mdvi-lib/vf.c:
17
18         Rename error as mdvi_error to avoid symbol conflicts with the libc
19         error. Rename also message, crash, fatal and warning for
20         consistency. Fixes bug #553369.
21         
22 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * backend/dvi/dvi-document.c: (dvi_document_load):
25
26         Fix memory leak.
27         
28 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * backend/dvi/dvi-document.c:
31
32         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
33         G_IMPLEMENT_INTERFACE.
34         
35 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
38
39         Make sure copy_job_page_and_selection_to_job_info is always called
40         before copy_job_to_job_info. Fixes bug #552382.
41         
42 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * NEWS:
45         * configure.ac:
46
47         Update for release 2.24.0
48         
49 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * shell/ev-window.c: (launch_external_uri):
52
53         Use GdkAppLaunchContext when available to launch external uris.
54         
55 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-window.c: (launch_external_uri):
58
59         Use the message area to show errors when lauching external uris
60         instead of a popup window.
61         
62 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * shell/ev-window.c: (launch_external_uri):
65
66         Assume invalid uris are http uris. Fixes bug #552071.
67         
68 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * NEWS:
71         * configure.ac:
72
73         Update for release 2.23.92.
74         
75 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * shell/eggfindbar.c: (egg_find_bar_class_init):
78
79         Allow page scrolling with PageUp/PageDown keys when find bar is
80         active. Fixes bug #529833.
81         
82 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * shell/ev-view-private.h:
85         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
86         (ev_view_scroll), (ev_view_class_init):
87         * shell/ev-view-accessible.c:
88         (ev_view_accessible_action_do_action):
89         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
90         (ev_window_cmd_scroll_backward):
91
92         Use GtkScrollType instead of EvScrollType.
93         
94 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
95
96         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
97         
98         Patch for case unsensitive page label match by Michael Lee.
99         See bug #550136.
100         
101         * shell/ev-page-action.c (create_tool_item):    
102         * test/Makefile.am:
103         * test/test1.py:
104         * test/test4.py:
105         * test/test5.py:
106         
107         Added test for the above and updated other tests.
108
109 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * shell/ev-window.c: (image_save_dialog_response_cb):
112
113         Do not append the file extension twice when saving an image.
114         
115 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
118
119         Remove an invalid ifdef.
120         
121 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * shell/ev-view.c: (ev_view_motion_notify_event):
124
125         Make sure the cursor is correctly restored after showing the right
126         click menu.
127         
128 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
131         (ev_attachment_open):
132         * shell/ev-sidebar-attachments.c:
133         (ev_sidebar_attachments_button_press):
134         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
135
136         Use GdkAppLaunchContext when available to open attachments.
137         
138 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
141
142         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
143         by Eric Piel.
144         
145 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * shell/ev-application.c: (ev_application_get_media_keys):
148         * shell/ev-media-player-keys.[ch]:
149         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
150         (ev_media_player_keys_grab_keys),
151         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
152         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
153         * shell/ev-window.[ch]: (ev_window_dispose),
154         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
155         (ev_window_init):
156
157         Clean up the media player keys stuff.
158         
159 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
160
161         * NEWS:
162         * configure.ac:
163
164         Update for release 2.23.91.
165         
166 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
167
168         * cut-n-paste/smclient/eggsmclient-xsmp.c:
169         (sm_client_xsmp_set_initial_properties):
170
171         Fix memory leak.
172         
173 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * shell/ev-application.c: (ev_application_open_window),
176         (ev_application_open_uri_at_dest):
177
178         Make sure evince starts up in the right workspace when resuming a
179         previous session.
180         
181 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * shell/ev-application.[ch]: (ev_application_open_window),
184         (ev_application_add_icon_path_for_screen),
185         (ev_application_open_uri_at_dest):
186
187         Fix window manager warnings shown in ~/.xsession-errors
188         
189 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * configure.ac:
192         * cut-n-paste/Makefile.am:
193         * cut-n-paste/smclient/Makefile.am:
194         * cut-n-paste/smclient/eggdesktopfile.[ch]:
195         * cut-n-paste/smclient/eggsmclient-private.h:
196         * cut-n-paste/smclient/eggsmclient-xsmp.c:
197         * cut-n-paste/smclient/eggsmclient.[ch]:
198
199         EggSMClient copied from libegg
200
201         * libdocument/ev-file-helpers.c: (ev_dot_dir):
202         * shell/Makefile.am:
203         * shell/ev-application.[ch]: (ev_application_load_session),
204         (smclient_save_state_cb), (smclient_quit_cb),
205         (ev_application_init_session), (ev_application_shutdown),
206         (ev_application_init):
207         * shell/main.c: (main):
208
209         Use EggSMClient instead of gnome-client and remove libgnome and
210         libgnomeui dependencies.
211         
212 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * shell/main.c: (main):
215
216         Remove gnome_authentication_manager_init.
217         
218 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * shell/ev-view.c: (ev_view_goto_window_create):
221
222         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
223         since it's now deprecated.
224         
225 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * backend/djvu/Makefile.am:
228         * backend/djvu/djvu-document-private.h:
229         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
230         (djvu_document_find_iface_init):
231         * backend/djvu/djvu-text-page.[ch]:
232         * backend/djvu/djvu-text.[ch]: Removed
233         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
234         (pdf_document_find_iface_init):
235         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
236         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
237         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
238         (ev_job_find_get_n_results), (ev_job_find_get_progress),
239         (ev_job_find_has_results), (ev_job_find_get_results):
240         * shell/ev-view-private.h:
241         * shell/ev-view.[ch]: (ev_view_expose_event),
242         (highlight_find_results), (ev_view_finalize),
243         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
244         (ev_view_set_document), (ev_view_find_get_n_results),
245         (ev_view_find_get_result), (jump_to_find_result),
246         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
247         (ev_view_find_previous), (ev_view_find_search_changed),
248         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
249         * shell/ev-window.c: (ev_window_update_actions),
250         (page_changed_cb), (ev_window_setup_document),
251         (ev_window_update_find_status_message),
252         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
253         (ev_window_clear_find_job), (find_bar_close_cb),
254         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
255         (ev_window_dispose), (ev_window_init):
256
257         Rework find interface. The find logic has been moved from backends
258         to the shell avoiding a lot of duplicated code in the backends and
259         making easier to implement the find interface in the backends.
260         
261 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * backend/pdf/ev-poppler.cc:
264         (pdf_document_thumbnails_get_dimensions):
265
266         Make sure thumbnail size returned by the PDF is actually
267         valid. Fixes bug #548462.
268         
269 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
270
271         * shell/ev-window.c: (ev_window_setup_document),
272         (ev_window_set_document), (ev_window_dispose):
273
274         Remove the idle function for setting the document up when the
275         window is destroyed. Fixes bug #549163.
276         
277 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
280         (ev_job_attachments_dispose), (ev_job_attachments_run),
281         (ev_job_attachments_class_init), (ev_job_attachments_new):
282         * shell/ev-sidebar-attachments.c:
283         (ev_sidebar_attachments_set_document):
284
285         Add a new job to get the attachments in a thread with the document
286         lock held. Fixes bug #548653.
287         
288 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
291         (tiff_document_document_iface_init):
292
293         Implement document_get_page_label in tiff backend.
294         
295 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * backend/tiff/tiff-document.c: (tiff_document_render):
298
299         Handle document orientation in tiff backend. Fixes bug #548444.
300         
301 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
302
303         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
304
305         Do not crash when adjustment page size is 0. Fixes bug #547440.
306         
307 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * cut-n-paste/evmountoperation/ev-mount-operation.c:
310
311         Sync with current GTK+.
312         
313 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
314
315         * configure.ac:
316         
317         Update for release 2.23.6.
318
319 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
322         (ev_job_load_set_password):
323         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
324         * shell/ev-window.c: (password_dialog_response),
325         (ev_window_load_job_cb):
326
327         Fix loading encrypted documents since I broke it with the jobs
328         rework.
329         
330 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * NEWS:
333
334         Update NEWS for 2.23.6 release.
335         
336 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
337
338         * backend/impress/impress-document.c:
339         * backend/impress/render.h:
340         * libdocument/ev-document-factory.c:
341         * libdocument/ev-document-factory.h:
342         * libdocument/ev-document-links.h:
343         * libdocument/ev-document-misc.c:
344         * libdocument/ev-document-misc.h:
345         * properties/ev-properties-main.c:
346         * properties/ev-properties-view.c:
347         * properties/ev-properties-view.h:
348         * shell/eggfindbar.c:
349         * shell/eggfindbar.h:
350         * shell/ev-application.c:
351         * shell/ev-application.h:
352         * shell/ev-jobs.h:
353         * shell/ev-message-area.h:
354         * shell/ev-navigation-action.c:
355         * shell/ev-navigation-action.h:
356         * shell/ev-open-recent-action.c:
357         * shell/ev-open-recent-action.h:
358         * shell/ev-page-action-widget.c:
359         * shell/ev-page-action.c:
360         * shell/ev-page-action.h:
361         * shell/ev-page-cache.h:
362         * shell/ev-password-view.h:
363         * shell/ev-password.h:
364         * shell/ev-pixbuf-cache.h:
365         * shell/ev-properties-fonts.c:
366         * shell/ev-sidebar-attachments.c:
367         * shell/ev-sidebar-links.c:
368         * shell/ev-sidebar-links.h:
369         * shell/ev-sidebar-thumbnails.c:
370         * shell/ev-sidebar-thumbnails.h:
371         * shell/ev-sidebar.c:
372         * shell/ev-sidebar.h:
373         * shell/ev-stock-icons.c:
374         * shell/ev-tooltip.h:
375         * shell/ev-view.c:
376         * shell/ev-view.h:
377         * shell/ev-window.c:
378         * shell/ev-window.h:
379         * shell/main.c:
380
381         More #include cleanups. Again: reordering, single gtk.h
382         includes and other stuff.
383
384 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
385
386         * shell/eggfindbar.c:
387         * shell/ev-application.c:
388         * shell/ev-message-area.c:
389         * shell/ev-navigation-action.c:
390         * shell/ev-open-recent-action.c:
391         * shell/ev-page-action-widget.c:
392         * shell/ev-page-action.c:
393         * shell/ev-password-view.c:
394         * shell/ev-properties-dialog.c:
395         * shell/ev-properties-fonts.c:
396         * shell/ev-sidebar-attachments.c:
397         * shell/ev-sidebar-page.c:
398         * shell/ev-sidebar-thumbnails.c:
399         * shell/ev-stock-icons.c:
400         * shell/ev-tooltip.c:
401         * shell/ev-view.c:
402         * shell/ev-window.c:
403         * shell/main.c:
404
405         Cleanup many #include statements: reorder so that a
406         generic-to-specific order is used, use single gtk.h
407         includes, and some other cleanups.
408
409 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
410
411         * shell/ev-jobs.h:
412
413         Add gio header.
414         
415 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
418         (ev_document_fc_mutex_trylock):
419         * shell/Makefile.am:
420         * shell/ev-job-queue.[ch]:
421         * shell/ev-job-scheduler.[ch]:
422         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
423         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
424         (ev_job_run), (ev_job_cancel), (ev_job_failed),
425         (ev_job_failed_from_error), (ev_job_succeeded),
426         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
427         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
428         (ev_job_links_class_init), (ev_job_render_init),
429         (notify_page_ready), (ev_job_render_page_ready),
430         (ev_job_render_run), (ev_job_render_class_init),
431         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
432         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
433         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
434         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
435         (ev_job_save_dispose), (ev_job_save_run),
436         (ev_job_save_class_init), (ev_job_print_init),
437         (ev_job_print_dispose), (ev_job_print_run),
438         (ev_job_print_class_init):
439         * shell/ev-page-cache.c:
440         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
441         (check_job_size_and_unref), (move_one_job),
442         (copy_job_to_job_info), (add_job),
443         (ev_pixbuf_cache_add_jobs_if_needed):
444         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
445         (job_fonts_finished_cb), (job_fonts_updated_cb),
446         (ev_properties_fonts_set_document):
447         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
448         (ev_sidebar_links_set_document):
449         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
450         (ev_sidebar_thumbnails_set_document),
451         (ev_sidebar_thumbnails_clear_job):
452         * shell/ev-view-private.h:
453         * shell/ev-view.c:
454         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
455         (ev_window_refresh_window_thumbnail), (password_dialog_response),
456         (ev_window_clear_load_job), (ev_window_clear_reload_job),
457         (ev_window_load_job_cb), (ev_window_reload_job_cb),
458         (window_open_file_copy_ready_cb), (ev_window_open_uri),
459         (ev_window_reload_document), (ev_window_clear_save_job),
460         (ev_window_save_job_cb), (file_save_dialog_response_cb),
461         (ev_window_clear_print_job), (ev_window_print_job_cb),
462         (ev_window_print_dialog_response_cb):
463         * shell/main.c: (main):
464
465         Rework the jobs system in order to make it simpler and more
466         extensible. It allows to run jobs in the main loop instead of
467         using a thread when it's appropriate like the fonts job. Now it's
468         also possible to cancel jobs that are currently running. 
469         
470 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * libdocument/ev-debug.c: (profile_init):
473
474         Create the hash table also when profiling service is enabled for
475         all sections.
476         
477 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * libdocument/ev-debug.[ch]: (ev_profiler_start),
480         (ev_profiler_stop):
481         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
482         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
483         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
484         (ev_job_print_run):
485         * shell/main.c: (main):
486
487         Add a profile mode available when debug is enabled. Add profilers
488         in ev-jobs.
489         
490 2008-07-23  Götz Waschk <waschk@mandriva.org>
491
492         * configure.ac: Correctly build desktop file. Fixes
493         bug #544237.
494
495 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
496
497         * configure.ac:
498         
499         Update for release 2.23.5.
500
501 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * NEWS:
504
505         Update NEWS for 2.23.5 release.
506         
507 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * shell/ev-window.c: (ev_window_state_event),
510         (ev_window_class_init):
511
512         Intercept window manager's fullscreen request in order to run/stop
513         fullscreen mode. Fixes bug #493541.
514         
515 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
516
517         * shell/ev-window.c: (find_bar_visibility_changed_cb):
518
519         Restart the job search when the find bar is opened for the second
520         time. Fixes bug #531956.
521         
522 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
523
524         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
525         (get_document_from_uri):
526
527         Make sure we always return a valid error struct when
528         get_document_from_uri fails. Fixes nautilus crash, see bug
529         #542548.
530         
531 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
532
533         * libdocument/ev-transition-effect.c
534         (ev_transition_effect_type_get_type),
535         (ev_transition_effect_alignment_get_type),
536         (ev_transition_effect_direction_get_type):
537         
538         Fixes bug #542924. Makes enums static to fix Solaris build.
539
540 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
541
542         * shell/ev-view.c: (ev_view_key_press_event):
543
544         Add '.' keybinding for blanking the screen in presentation
545         mode. Fixes bug #542001.
546         
547 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * libdocument/ev-document-misc.c:
550         (ev_document_misc_pixbuf_from_surface):
551
552         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
553         #540950.
554         
555 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
556
557         * backend/comics/comics-document.c (comics_document_load):
558         * backend/comics/comicsdocument.evince-backend.in:
559         * configure.ac:
560         * thumbnailer/evince-thumbnailer-comics.schemas.in:
561         
562         Added support for 7-zip based cb7 comic book. Patch by
563         Kartik Rustagi. Fixes bug #532312.
564
565 2008-06-24  Bastien Nocera  <hadess@hadess.net>
566
567         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
568         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
569         Fixes bug #539972.
570
571 2008-06-24  Bastien Nocera  <hadess@hadess.net>
572
573         * shell/Makefile.am:
574         * shell/ev-application.c (ev_application_init),
575         (ev_application_get_media_keys):
576         * shell/ev-application.h:
577         * shell/ev-marshal.list:
578         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
579         (proxy_destroy), (on_media_player_key_pressed),
580         (ev_media_player_keys_init), (ev_media_player_keys_focused),
581         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
582         * shell/ev-media-player-keys.h:
583         * shell/ev-window.c (ev_window_go_previous_page),
584         (ev_window_go_next_page), (ev_window_go_first_page),
585         (ev_window_go_last_page), (ev_window_start_presentation),
586         (ev_window_dispose), (view_actions_focus_in_cb):
587         * shell/ev-window.h: When building with D-Bus support, listen
588         for multimedia key events from gnome-settings-daemon. This allows
589         to go to the next/previous/first/last pages using, respectively,
590         Next/Previous/Rewing/Fast Forward. The Play button is used to start
591         a presentation. Fixes bug #539971.
592
593 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
594
595         * configure.ac:
596         
597         Update for release 2.23.4.
598
599 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * NEWS:
602
603         Update news for 2.23.4 release.
604         
605 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
608         * shell/ev-sidebar-thumbnails.c:
609         (ev_sidebar_thumbnails_set_loading_icon),
610         (ev_sidebar_thumbnails_refresh):
611         * shell/ev-window.c: (ev_window_error_message),
612         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
613         (ev_window_set_document):
614
615         Do not crash opening documents with no pages and show a warning
616         message in the message area. Fixes bugs #537574 and #171588.
617         
618 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * shell/Makefile.am:
621         * shell/ev-file-monitor.[ch]:
622         * shell/ev-window.c: (ev_window_document_changed),
623         (ev_window_clear_reload_job), (ev_window_load_job_cb),
624         (ev_window_reload_job_cb), (ev_window_open_uri),
625         (ev_window_reload_document), (ev_window_cmd_view_reload),
626         (ev_window_dispose):
627
628         Automaticly reload the document when the file has changed on
629         disk. Bug #304249.
630         
631 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
632
633         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
634         * libdocument/ev-image.c: (ev_image_save_tmp):
635         * libdocument/ev-module.c: (ev_module_load):
636         * shell/ev-application.c: (ev_application_shutdown),
637         (ev_application_get_print_settings):
638         * shell/ev-sidebar-attachments.c:
639         (ev_sidebar_attachments_button_press),
640         (ev_sidebar_attachments_drag_data_get):
641         * shell/ev-window.c: (window_save_file_copy_ready_cb),
642         (ev_window_print_finished), (ev_window_print_send),
643         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
644         (ev_window_preview_print_finished), (ev_window_do_preview_print),
645         (ev_window_cmd_preview_print):
646         * shell/main.c: (load_files_remote):
647         Fix some build warnings under GCC 4.3.0. (#537535).
648
649 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * shell/ev-jobs.c: (ev_job_render_dispose):
652
653         Fix a crash in debug mode. Patch by Daniel M German.
654         
655 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * shell/ev-window.c:
658
659         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
660         
661 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * shell/ev-window.c: (ev_window_print_send),
664         (ev_window_do_preview_print):
665
666         Use the window title as print job name instead of just
667         "evince-print". Fixes bug #534493.
668         
669 2008-05-19  Frederic Peters  <fpeters@0d.be>
670
671         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
672         Bug #533897.
673
674 2008-05-19  Frederic Peters  <fpeters@0d.be>
675
676         * help/reference/Makefile.am: added missing libevmountoperation to
677         gtkdoc-scanobj libraries.  Bug #533896.
678
679 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
680
681         * properties/ev-properties-view.c (get_default_user_units):
682         Fixes check for default units string translation. Bug #533323.
683
684 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
685
686         * backend/impress/iksemel.c (sax_core): Fix a free() that should
687         be an iks_free(). Fix an array overflow in the XML parser that
688         would occur whenever the number of attributes in a tag was greater
689         than 0 and divisible by 6. Fixes GNOME bug #530852.
690
691 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * backend/djvu/djvu-document-private.h:
694         * backend/djvu/djvu-links.c:
695         * backend/djvu/djvu-text.c:
696         * backend/djvu/djvu-document.c: (djvu_handle_events),
697         (djvu_wait_for_message), (djvu_document_load),
698         (document_get_page_size), (djvu_document_render),
699         (djvu_document_thumbnails_get_thumbnail),
700         (djvu_document_file_exporter_end):
701
702         Make sure load job doesn't finish successfully when the document
703         is not successfully decoded by libdjvu. Fixes bug #530202.
704         
705 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * configure.ac:
708         * libdocument/Makefile.am:
709         * libdocument/ev-debug.[ch]:
710         * libdocument/ev-document.c:
711         * shell/ev-jobs.c: (ev_job_links_dispose),
712         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
713         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
714         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
715         (ev_job_render_page_ready), (ev_job_render_run),
716         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
717         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
718         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
719         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
720         (ev_job_print_new), (ev_job_print_run):
721         * shell/main.c: (main):
722
723         Add debug mode based on gedit code. Add debug messages in
724         ev-jobs.
725         
726 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * libdocument/ev-document-factory.c: (get_document_from_uri):
729
730         Fix memory leak.
731         
732 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
733
734         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
735         (get_mime_type_from_data), (get_document_from_uri),
736         (ev_document_factory_get_document):
737         
738         Improved error message about file opening failture.
739         Bug #529129.
740
741 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
742
743         * data/evince-toolbar.xml:
744         
745         Allow to add SaveAs to toolbar.
746
747 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * shell/ev-view-private.h:
750         * shell/ev-view.[ch]: (ev_view_button_release_event),
751         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
752         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
753         (ev_view_update_primary_selection), (clear_link_selected),
754         (ev_view_copy_link_address):
755         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
756
757         Update also the primary selection when copying a link
758         address. Fixes bug #520855.
759         
760 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * libdocument/ev-document-factory.c: (get_document_from_uri):
763
764         Use the pixbuf backend only when the mime type is not supported by
765         any of the other backend so that tiff documents, for instance, are
766         handled by the tiff backend instead of the pixbuf backend. fixes
767         bug #520290.
768         
769 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * cut-n-paste/Makefile.am:
772
773         Add evmountoperation to subdirs list.
774         
775 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * configure.ac:
778
779         Fix libspectre check in configure script. Fixes bug #528549.
780         
781 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * configure.ac:
784         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
785         * shell/Makefile.am:
786         * shell/ev-window.c: (ev_window_load_remote_failed),
787         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
788
789         Add GtkMountOperation (renamed to avoid conflicts) to be able to
790         open documents in remote locations that are not mounted.
791         
792 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
795         (bitmap_convert_msb8):
796         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
797         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
798
799         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
800         
801 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
804         (ev_job_render_new), (ev_job_render_set_selection_info),
805         (ev_job_render_run):
806         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
807         (check_job_size_and_unref),
808         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
809         (add_job), (ev_pixbuf_cache_get_selection_surface):
810
811         Create the render context needed for rendering a page in the render
812         thread so that we don't block the main thread. Simplify
813         EvJobRender API.
814         
815 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * libdocument/Makefile.am:
818         * libdocument/ev-page.[ch]:
819         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
820         (ev_render_context_new), (ev_render_context_set_page):
821         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
822         (ev_form_field_finalize), (ev_form_field_class_init):
823         * libdocument/ev-document-forms.[ch]:
824         (ev_document_forms_get_form_fields):
825         * libdocument/ev-document.[ch]: (ev_document_get_page),
826         (ev_document_get_page_size), (ev_document_get_page_label):
827         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
828         (ev_job_render_run), (ev_job_thumbnail_new),
829         (ev_job_thumbnail_run), (ev_job_print_run):
830         * shell/ev-page-cache.c: (ev_page_cache_new):
831         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
832         (check_job_size_and_unref), (add_job):
833         * shell/ev-sidebar-thumbnails.c: (add_range):
834         * shell/ev-view.c: (ev_view_form_field_get_region),
835         (ev_view_form_field_button_create_widget),
836         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
837         (ev_view_handle_form_field), (ev_view_size_allocate),
838         (get_selected_text):
839         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
840         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
841         (pdf_document_get_page), (pdf_document_get_page_label),
842         (pdf_document_render), (pdf_document_get_info),
843         (pdf_document_document_iface_init),
844         (pdf_document_thumbnails_get_thumbnail),
845         (pdf_document_thumbnails_get_dimensions),
846         (pdf_document_file_exporter_do_page),
847         (pdf_selection_render_selection),
848         (pdf_selection_get_selected_text),
849         (pdf_selection_get_selection_region),
850         (pdf_selection_get_selection_map),
851         (pdf_document_forms_get_form_fields),
852         (pdf_document_forms_form_field_text_get_text),
853         (pdf_document_forms_form_field_text_set_text),
854         (pdf_document_forms_form_field_button_set_state),
855         (pdf_document_forms_form_field_button_get_state),
856         (pdf_document_forms_form_field_choice_get_item),
857         (pdf_document_forms_form_field_choice_get_n_items),
858         (pdf_document_forms_form_field_choice_is_item_selected),
859         (pdf_document_forms_form_field_choice_select_item),
860         (pdf_document_forms_form_field_choice_toggle_item),
861         (pdf_document_forms_form_field_choice_unselect_all),
862         (pdf_document_forms_form_field_choice_set_text),
863         (pdf_document_forms_form_field_choice_get_text):
864         * backend/ps/ev-spectre.c: (ps_document_get_page),
865         (ps_document_get_page_size), (ps_document_get_page_label),
866         (ps_document_render), (ps_document_document_iface_init),
867         (ps_document_file_exporter_do_page):
868         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
869         (tiff_document_render), (tiff_document_render_pixbuf),
870         (tiff_document_file_exporter_do_page):
871         * backend/pixbuf/pixbuf-document.c:
872         (pixbuf_document_get_page_size):
873         * backend/comics/comics-document.c:
874         (comics_document_get_page_size), (comics_document_render_pixbuf):
875         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
876         (djvu_document_render), (djvu_selection_get_selected_text),
877         (djvu_document_thumbnails_get_thumbnail),
878         (djvu_document_file_exporter_do_page),
879         (djvu_document_find_get_result):
880         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
881         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
882         (dvi_document_thumbnails_get_thumbnail),
883         (dvi_document_file_exporter_do_page):
884         * backend/impress/impress-document.c:
885         (impress_document_get_page_size),
886         (impress_document_render_pixbuf):
887         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
888
889         Add EvPage so that we can hold a reference to the backend
890         page. Form fields keep now a reference to the poppler page
891         improving performance since we don't have to create/destroy the
892         poppler field for every form operation. This will be needed for
893         annotations too.
894         
895 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * data/evince-ui.xml:
898         * shell/ev-window.c:
899
900         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
901         
902 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * configure.ac:
905         * backend/ps/Makefile.am:
906
907         Remove gs stuff from ps backend.
908         
909 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * configure.ac:
912         * backend/pdf/ev-poppler.cc:
913
914         Bump poppler requirement to 0.8.0.
915         
916 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
917
918         * NEWS:
919         * configure.ac:
920
921         Update for release 2.22.1.1
922
923 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * configure.ac:
926
927         Fix build (again) when poppler version is 0.6
928         
929 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * backend/djvu/djvu-links.c: (build_tree):
932
933         Make sure link title is a valid utf8 string. Fixes bug #526517.
934         
935 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
936
937         * configure.ac:
938
939         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
940         #526799.
941         
942 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
943
944         * configure.ac:
945         
946         Update for release 2.22.1.
947
948 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * NEWS:
951
952         Update for upcoming release.
953
954 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * configure.ac:
957         * backend/dvi/dvidocument.evince-backend.in:
958
959         Add compressed dvi to the list of supported mime types. Patch by
960         Ed Catmur. Fixes bug #307087.
961
962 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
963
964         * shell/ev-jobs.c: (ev_job_print_get_page_list):
965
966         Fix a crash when printing a range that doesn't specify the start or
967         end page. Fixes bug #524288.
968
969 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * shell/ev-window.c: (ev_window_cmd_continuous),
972         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
973         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
974         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
975         (ev_window_run_presentation), (ev_window_stop_presentation),
976         (ev_window_cmd_view_presentation),
977         (ev_window_cmd_leave_fullscreen),
978         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
979
980         Do not unfullscreen and fullscreen again the window when changing
981         from fullscreen to presentation mode and vice versa. Fixes bug
982         #524112.
983         
984 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
987
988         Do not crash when thumbnail failed to render in PS backend. Fixes
989         bug #525015.
990         
991 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * shell/ev-window.c: (window_open_file_copy_ready_cb),
994         (ev_window_load_file_remote), (ev_window_open_uri):
995
996         Handle errors when opening remote files.
997         
998 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1001
1002         Only grab the focus for the current visible proxy widget. Fixes
1003         bug #521224.
1004         
1005 2008-03-30  Emil Soleyman  <emil@nishra.com>
1006
1007         * shell/ev-window.c: (launch_external_uri):
1008         
1009         Reuse g_app_info_launch_default_for_uri to
1010         save some code and fix bug #525009.
1011
1012 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1013
1014         * shell/ev-window.c (image_save_dialog_response_cb):
1015
1016         Use g_str_has_suffix. See bug #523069.
1017
1018 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * configure.ac:
1021
1022         Add a configure option to enable/diable DBus. Patch by Rémi
1023         Cardona. Fixes bug 521797.
1024
1025 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1026
1027         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1028
1029         Fix printing in documents with rotated pages. Patch by Eugen
1030         Dedu. Fixes bug #512648.
1031         
1032 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1035         (ev_link_from_action):
1036
1037         Fix warning messages.
1038         
1039 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * shell/ev-window.c: (image_save_dialog_response_cb):
1042
1043         Do not append the extension to filename when saving an image
1044         if the filename alredy contains the extension. Fixes bug #523069.
1045         
1046 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1047
1048         * shell/ev-view.[ch]: (ev_view_find_cancel):
1049         * shell/ev-window.c: (find_bar_close_cb):
1050
1051         Cancel the find operation when the find bar is closed. Fixes bug
1052         #508845.
1053         
1054 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * backend/ps/psdocument.evince-backend.in:
1057
1058         Make ps backend module resident. Fixes bug #520607.
1059         
1060 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * shell/ev-jobs.c: (ev_job_print_run):
1063
1064         Invert collate action in order to work as expected, fix reverse
1065         printing so that it doesn't start with a blank page and fix number
1066         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1067         
1068 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1071
1072         Fix build with poppler <= 0.7.2
1073         
1074 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * libdocument/ev-document-misc.c:
1077         (ev_document_misc_surface_from_pixbuf):
1078
1079         Fix selections with poppler-splash.
1080         
1081 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * configure.ac:
1084         * backend/pdf/ev-poppler.cc:
1085
1086         Fix build with poppler >= 0.7.2
1087         
1088 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1089
1090         * configure.ac:
1091         
1092         Update for release 2.22.0
1093
1094 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * NEWS:
1097
1098         Update for upcoming release.
1099
1100 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1101
1102         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1103
1104         Bug 495107 – Handle print dialog responses correctly
1105
1106         Correctly handle print dialog response. Properly fixes
1107         the above mentioned bug.
1108
1109 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1112
1113         Make sure print job is only run when the print button is
1114         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1115         
1116 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * backend/pdf/pdfdocument.evince-backend.in:
1119         * libdocument/ev-backends-manager.c:
1120         (ev_backends_manager_load_backend),
1121         (ev_backends_manager_get_document):
1122         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1123
1124         Allow making backend modules resident. This is needed only for
1125         some backends like pdf to avoid registering glib types more than
1126         once.
1127         
1128 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1129
1130         * backend/comics/comics-document.c:
1131         * backend/djvu/djvu-document.c:
1132         * backend/impress/impress-document.c:
1133         * backend/pdf/ev-poppler.cc:
1134         * backend/pixbuf/pixbuf-document.c:
1135         * backend/ps/ev-spectre.c:
1136         * backend/ps/ps-document.c:
1137         * backend/tiff/tiff-document.c:
1138         * libdocument/ev-document.h:
1139         * properties/ev-properties-main.c:
1140
1141         Use g_type_module_add_interface instead of
1142         g_type_add_interface_static. Fixes bug #519679.
1143         
1144 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1145
1146         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1147         Added. Returns whether the animation has everything necessary to run.
1148         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1149         is ready just because it's been created. Fixes #519106.
1150         (draw_one_page): Do not show the "Loading..." text in presentation
1151         mode, there was a slim probability that this could happen.
1152
1153 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1154
1155         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1156
1157         Duplicate mime_type string before freeing it so that it doesn't
1158         always fail when getting mime type from uri. Fixes bug #518874.
1159         
1160 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1161
1162         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1163
1164         Fix a crash when a choice form field doesn't have any item
1165         selected. Fixes bug #518831
1166         
1167 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1168
1169         * shell/ev-window.c (ev_window_clear_temp_file):
1170         Use g_file_has_prefix instead of renamed
1171         g_file_contains_file.
1172
1173         * configure.ac:
1174         Require new glib for above change.
1175         
1176 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * libdocument/ev-image.c: (ev_image_finalize),
1179         (ev_image_save_tmp):
1180
1181         Return a real uri instead of a filename when saving an
1182         image. Fixes images drag an drop from evince to nautilus. 
1183         
1184 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1185
1186         * backend/pdf/ev-poppler.cc:
1187         (pdf_document_images_get_image_mapping):
1188
1189         Return the image list in the right order. Fixes bug #516237.
1190         
1191 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1192
1193         * backend/impress/impress-document.c:
1194         (impress_document_thumbnails_get_thumbnail):
1195
1196         Remove unused variable to avoid a compiler warning.
1197
1198 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1199
1200         * configure.ac:
1201         
1202         Update for release 2.21.91.
1203
1204 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * configure.ac:
1207         * shell/Makefile.am:
1208         * shell/ev-application.[ch]:
1209         * shell/ev-sidebar-links.c:
1210         * shell/ev-utils.[ch]:
1211         * shell/ev-window.[ch]:
1212
1213         Remove libgnomeprint support. Fixes bug #512370.
1214         
1215 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1216
1217         * thumbnailer/evince-thumbnailer.c: (main):
1218
1219         Initialize glib type system before using it. Fixes bug #513934.
1220         
1221 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * properties/ev-properties-main.c:
1224
1225         Add missing #include.
1226         
1227 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * configure.ac:
1230         * backend/djvu/djvu-document.c: (djvu_document_render):
1231         * backend/tiff/tiff-document.c: (tiff_document_render):
1232
1233         Use the new cairo function cairo_format_stride_for_width when
1234         available. Fixes bug #482720.
1235
1236 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1239         (get_mime_type_from_data), (get_document_from_uri):
1240
1241         Use g_content_type_guess() only when slow is true in
1242         get_document_from_uri(). Fix several memory leaks.
1243         
1244 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1245
1246         * libdocument/ev-document-factory.c:
1247         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1248         (get_document_from_uri):
1249
1250         Use g_content_type_guess () to get mimetype for files.
1251         Bug #510401.
1252
1253 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * thumbnailer/Makefile.am:
1256
1257         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1258         
1259 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * configure.ac:
1262
1263         Fix build with --without-libgnome. Fixes bug #512771.
1264         
1265 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1266
1267         * backend/dvi/Makefile.am: Install only dvi
1268         module. Fixes bug #512718.
1269
1270 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1271
1272         * properties/ev-properties-main.c: (nautilus_module_initialize):
1273         
1274         Initialize backends in properties tab. Fixes bug
1275         #512720.
1276
1277 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1278
1279         * properties/Makefile.am: No need to link with 
1280         libraries. Fixes bug #512719.
1281
1282 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1283
1284         * NEWS:
1285         * configure.ac:
1286         
1287         Update for release 2.21.90.
1288
1289 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * shell/ev-window.c: (ev_window_cmd_escape):
1292
1293         Fix compile warning.
1294         
1295 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1298
1299         Fix printing in dvi backend when filename contains white
1300         espaces. Fixes bug #502839.
1301         
1302 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1305         (screensaver_disable_x11):
1306         * shell/Makefile.am:
1307         * shell/xdg-user-dir-lookup.c: Removed
1308         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1309         * shell/ev-view.c: (ev_view_presentation_transition_start):
1310         * shell/ev-window.c: (ev_window_cmd_file_open),
1311         (ev_window_cmd_save_as), (presentation_set_timeout):
1312
1313         Remove #ifdefs that are no longer needed.
1314         
1315 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1316
1317         * shell/ev-view.[ch]: (ev_view_button_release_event),
1318         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1319         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1320         (ev_window_cmd_escape):
1321
1322         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1323         
1324 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * configure.ac:
1327         * backend/comics/comics-document.c: (comics_document_load):
1328         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1329         (ev_attachment_set_property), (ev_attachment_init),
1330         (ev_attachment_save), (ev_attachment_launch_app),
1331         (ev_attachment_open):
1332         * libdocument/ev-document-factory.c: (get_document_from_uri):
1333         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1334         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1335         * shell/ev-jobs.c:
1336         * shell/ev-password.c: (ev_password_dialog_set_property),
1337         (ev_password_dialog_save_password):
1338         * shell/ev-sidebar-attachments.c:
1339         (ev_sidebar_attachments_drag_data_get):
1340         * shell/ev-window-title.c: (get_filename_from_uri):
1341         * shell/ev-window.c: (ev_window_clear_temp_file),
1342         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1343         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1344         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1345         (launch_external_uri), (image_save_dialog_response_cb),
1346         (attachment_save_dialog_response_cb):
1347         * shell/main.c: (load_files), (load_files_remote), (main):
1348         * thumbnailer/evince-thumbnailer.c: (main):
1349
1350         Port to gio and drop gnome-vfs dependency. Fixes bug
1351         #510401. Based on patch by Cosimo Cecchi.
1352         
1353 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1354
1355         * NEWS:
1356
1357         Fixed formatting inconsistencies (spaces vs. tabs)
1358
1359 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1360
1361         * shell/ev-window.c:
1362
1363         Use top/up/bottom/down arrows instead of
1364         first/left/last/right in the toolbar and menu actions.
1365         This fixes issues with RTL languages and is visually
1366         consistent with the page view. Fixes bug #170081.
1367
1368 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1369
1370         * NEWS:
1371
1372         Fixed some inaccuracies pointed out by Carlos Garcia
1373         Campos.
1374
1375 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1376
1377         * NEWS:
1378         * data/evince.schemas.in:
1379         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1380
1381         Override PDF restrictions by default. Fixes bug #382700.
1382
1383 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1384
1385         * NEWS: Updated for upcoming release
1386
1387 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1390
1391         Fix memory leak.
1392         
1393 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1394
1395         * shell/ev-window.c: (register_custom_actions):
1396         
1397         Added comment for translators
1398
1399 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1400
1401         * shell/ev-view.c: (ev_view_button_release_event):
1402
1403         Do not create the idle function for kinetic scrolling if we are
1404         not in a drag operation.
1405
1406 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1409         (ev_view_button_press_event), (ev_view_motion_notify_event),
1410         (ev_view_button_release_event):
1411
1412         Restore cursor after autoscrolling. Fixes bug #509958.
1413
1414 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1415
1416         * configure.ac:
1417         * backend/pdf/ev-poppler.cc:
1418         (pdf_document_images_get_image_mapping),
1419         (pdf_document_images_get_image),
1420         (pdf_document_document_images_iface_init):
1421         * libdocument/ev-document-images.[ch]:
1422         (ev_document_images_get_image_mapping),
1423         (ev_document_images_get_image):
1424         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1425         (ev_image_get_id), (ev_image_save_tmp):
1426         * shell/ev-jobs.c: (ev_job_render_run):
1427         * shell/ev-view.c: (ev_view_drag_data_get):
1428         * shell/ev-window.c: (image_save_dialog_response_cb),
1429         (ev_view_popup_cmd_copy_image):
1430
1431         Do not render images when rendering the page but on demand. It
1432         reduces the memory comsumption.
1433         
1434 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1435
1436         * configure.a:
1437         * shell/ev-password.c:
1438
1439         Make gnome-keyring optional. Fixes bug #509676.
1440         
1441 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * shell/ev-pixbuf-cache.c: (add_job):
1444
1445         Initialize include_images variable as FALSE instead of TRUE.
1446         
1447 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1448
1449         * configure.ac:
1450         * cut-n-paste/Makefile.am:
1451         * cut-n-paste/fileformatchooser/Makefile.am:
1452         * cut-n-paste/fileformatchooser/egg-macros.h:
1453         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1454         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1455         * shell/Makefile.am:
1456         * shell/ev-utils.c:
1457         (file_chooser_dialog_add_writable_pixbuf_formats),
1458         (get_gdk_pixbuf_format_by_extension):
1459         * shell/ev-utils.h:
1460         * shell/ev-window.c: (ev_window_error_message),
1461         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1462         
1463         Simplify image format selection on save.
1464
1465 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1466
1467         * shell/ev-view.c: (ev_view_scroll_event):
1468         
1469         Repair gorizontal scrolling with shift. Fixes
1470         bug #483412.
1471
1472 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1473         
1474         * MAINTAINERS:
1475
1476         Fix formatting issues.
1477         
1478 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1479
1480         * backend/comics/comics-document.c: (comics_regex_quote):
1481         
1482         Don't overquote special chars except of '. See bug 
1483         502500. Thanks to Tom Parker.
1484
1485 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1486
1487         * MAINTAINERS:
1488         
1489         Added Nickolay and Carlos, since they're doing most of
1490         the releases nowadays.
1491
1492 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1493
1494         * properties/Makefile.am:
1495
1496         Get the nautilus extension dir properly instead of using
1497         a hack. Fixes bug #505359.
1498
1499 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1500
1501         * properties/Makefile.am:
1502         
1503         Install nautilus extension into new place. See bug
1504         #505359. Thanks to Matthias Clasen, Brian Pepple and
1505         Damien Carbery.
1506
1507 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1508
1509         * shell/ev-window.c: (ev_window_get_recent_file_label):
1510         
1511         RTL marker in recent file list. See bug #509076.
1512
1513 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1514
1515         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1516         * shell/ev-window.c: (image_save_dialog_response_cb):
1517
1518         Fix compile warnings due to unused variables.
1519         
1520 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * configure.ac:
1523         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1524         * backend/ps/ev-spectre.c: (ps_document_render):
1525
1526         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1527
1528 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1529
1530         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1531         (ev_transition_animation_paint): Implement "fade" effect.
1532
1533 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1534
1535         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1536         (ev_transition_animation_paint): Implement "uncover" effect.
1537
1538 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1539
1540         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1541         (ev_transition_animation_paint): Implement "cover" effect.
1542
1543 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1544
1545         * shell/ev-transition-animation.c (ev_transition_animation_push)
1546         (ev_transition_animation_paint): Implement "push" effect.
1547
1548 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1549
1550         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1551         (ev_transition_animation_paint): Implement "dissolve" effect.
1552
1553 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1554
1555         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1556         (ev_transition_animation_paint): Implement "wipe" effect.
1557
1558 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1559
1560         * shell/ev-transition-animation.c (ev_transition_animation_box)
1561         (ev_transition_animation_paint): Implement "box" effect.
1562
1563 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1564
1565         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1566         (ev_transition_animation_paint): Implement "blinds" effect.
1567
1568 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1569
1570         * shell/ev-transition-animation.c (ev_transition_animation_split)
1571         (ev_transition_animation_paint): Implement "split" effect.
1572
1573 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1574
1575         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1576         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1577         (ev_view_transition_animation_start) 
1578         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1579         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1580         (ev_view_next_page) (ev_view_previous_page):
1581         
1582         Use EvTransitionAnimation to drive page changes in the presentation
1583         mode, the animation will wait to start until both the origin and 
1584         destination page surfaces are available. Fixes #458460.
1585
1586         (draw_loading_text):
1587
1588         Remove workaround for bug #320352, it's now fixed properly.
1589
1590
1591 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1592
1593         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1594         will contain the implementations for page transition animations, at
1595         the moment it just has the "replace" effect.
1596         * shell/Makefile.am: Added these files to build.
1597
1598 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1599
1600         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1601         animations.
1602         * shell/Makefile.am: Added these files to build.
1603
1604 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1605
1606         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1607         implementation to get_effect() in EvDocumentTransitionIface.
1608
1609 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1610
1611         * libdocument/ev-transition-effect.[ch]: New files, define a page
1612         transition effect, at the moment it maps PopplerPageTransition to a
1613         GObject.
1614         * libdocument/Makefile.am: Added these files to build.
1615         * libdocument/ev-document-transition.[ch]
1616         (ev_document_transition_get_effect): New method, gets the
1617         EvTransitionEffect returned by the interface implementation, with
1618         fallback to the "replace" effect.
1619
1620 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1621
1622         * configure.ac:
1623         * cut-n-paste/Makefile.am:
1624         * cut-n-paste/fileformatchooser/Makefile.am:
1625         * cut-n-paste/fileformatchooser/egg-macros.h:
1626         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1627         * shell/Makefile.am:
1628         * shell/ev-window.c: (image_save_dialog_response_cb),
1629         (ev_view_popup_cmd_save_image_as):
1630
1631         Allow exporting images in any format supported by
1632         GdkPixbuf. Fixes bug #500209.
1633         
1634 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * backend/pixbuf/pixbuf-document.c:
1637
1638         More warnings fixed.
1639         
1640 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1641
1642         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1643         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1644         * backend/djvu/djvu-text.h:
1645         * backend/tiff/tiff-document.c: (tiff_document_render):
1646
1647         Fix compile warnings.
1648         
1649 2007-12-28  Christian Persch  <chpe@gnome.org>
1650
1651         * **/*.c: Include config.h. Bug #504721.
1652
1653 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1654
1655         * configure.ac:
1656         * Makefile.am:
1657         * po/POTFILES.in:
1658         * backend/comics/Makefile.am:
1659         * backend/comics/comics-document.[ch]:
1660         * backend/comics/comicsdocument.evince-backend.in:
1661         * backend/djvu/Makefile.am:
1662         * backend/djvu/djvu-document.[ch]:
1663         * backend/djvu/djvudocument.evince-backend.in:
1664         * backend/dvi/Makefile.am:
1665         * backend/dvi/dvi-document.[c]:
1666         * backend/dvi/dvidocument.evince-backend.in:
1667         * backend/impress/Makefile.am:
1668         * backend/impress/impress-document.[ch]:
1669         * backend/impress/impressdocument.evince-backend.in:
1670         * backend/pdf/Makefile.am:
1671         * backend/pdf/ev-poppler.cc:
1672         * backend/pdf/ev-poppler.h:
1673         * backend/pdf/pdfdocument.evince-backend.in:
1674         * backend/pixbuf/Makefile.am:
1675         * backend/pixbuf/pixbuf-document.[ch]:
1676         * backend/pixbuf/pixbufdocument.evince-backend.in:
1677         * backend/ps/Makefile.am:
1678         * backend/ps/ev-spectre.[ch]:
1679         * backend/ps/ps-document.[ch]:
1680         * backend/ps/psdocument.evince-backend.in:
1681         * backend/tiff/Makefile.am:
1682         * backend/tiff/tiff-document.[ch]:
1683         * backend/tiff/tiffdocument.evince-backend.in:
1684         * libdocument/Makefile.am:
1685         * libdocument/ev-backends-manager.[ch]:
1686         * libdocument/ev-module.[ch]:
1687         * libdocument/ev-document.h:
1688         * libdocument/ev-document-factory.[ch]:
1689         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1690         (get_compression_from_mime_type), (get_document_from_uri),
1691         (ev_document_factory_get_document), (file_filter_add_mime_types),
1692         (ev_document_factory_add_filters):
1693         * shell/Makefile.am:
1694         * shell/ev-window-title.c: (get_filename_from_uri):
1695         * shell/main.c: (main):
1696         * thumbnailer/Makefile.am:
1697         * thumbnailer/evince-thumbnailer.c: (main):
1698
1699         Plugin system for backends. Fixes bug #351348.
1700         
1701 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1702
1703         * shell/ev-view-private.h:
1704         * shell/ev-view.c: (ev_view_drag_update_momentum),
1705         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1706         (ev_view_button_release_event), (ev_view_destroy):
1707         
1708         Kinetic scrolling implemented as requested in
1709         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1710
1711 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1712
1713         * data/evince-toolbar.xml:
1714         * data/evince-ui.xml:
1715         * shell/ev-view-private.h:
1716         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1717         (ev_view_button_press_event), (ev_view_motion_notify_event),
1718         (ev_view_button_release_event), (ev_view_init),
1719         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1720         (ev_view_set_cursor):
1721         * shell/ev-view.h:
1722         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1723         (ev_window_cmd_view_autoscroll):
1724         
1725         Autoscroll feature with the context menu. Fixes bug 
1726         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1727
1728 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1731
1732         Disconnect also page-ready signal when removing a job because the
1733         page size has changed. Thanks to kripken
1734         <kripkensteiner@gmail.com>.
1735
1736 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1737
1738         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1739         
1740         Scroll pages in page entry with mouse wheel. Fixes bug
1741         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1742
1743 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * backend/dvi/Makefile.am:
1746         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1747         (mdvi_cairo_device_init):
1748         * backend/dvi/mdvi-lib/common.h:
1749         * backend/dvi/mdvi-lib/mdvi.h:
1750         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1751         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1752         (mdvi_build_path_from_cwd):
1753
1754         Add ps specials support in dvi backend when libspectre is
1755         present. Fixes bug #386005.
1756         
1757 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * configure.ac:
1760         * backend/ps/Makefile.am:
1761         * backend/ps/ev-spectre.[ch]:
1762         
1763         Use libspectre, if available, for the ps backend. Fixes bugs
1764         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1765
1766 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1767         
1768         * backend/comics/comics-document.c: (comics_document_load):
1769         
1770         Cygwin build issue fix.
1771
1772 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * shell/ev-view.c: (ev_view_set_zoom):
1775
1776         Do not limit the minimum zoom factor when sizing mode is best bit
1777         or fit width. Fixes bug #503805.
1778         
1779 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1782         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1783         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1784         (ev_link_dest_get_property), (ev_link_dest_set_property),
1785         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1786         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1787         (ev_link_dest_new_fitr):
1788         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1789         (goto_fith_dest), (goto_xyz_dest):
1790
1791         Do not change left, top and zoom values when they are null in PDF
1792         destinations. Fixes bug #460658.
1793         
1794 2007-12-10  Christian Persch  <chpe@gnome.org>
1795
1796         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1797         (ev_view_accessible_class_init),
1798         (ev_view_accessible_idle_do_action),
1799         (ev_view_accessible_action_do_action),
1800         (ev_view_accessible_action_get_description),
1801         (ev_view_accessible_action_set_description),
1802         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1803         (ev_view_accessible_factory_init),
1804         (ev_view_accessible_factory_get_accessible_type):
1805         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1806         private data, and G_DEFINE_TYPE. Bug #502843.
1807
1808 2007-12-08  Christian Persch  <chpe@gnome.org>
1809
1810         * shell/ev-metadata-manager.c: (item_free),
1811         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1812         (value_free), (parse_value), (parseItem),
1813         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1814         (save_values): Use GSlice to allocate small amounts of memory. Bug
1815         #475972.
1816
1817 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1820
1821         Restore cursor to normal after a drag operation. Fixes bug
1822         #501603.
1823         
1824 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1825
1826         * NEWS:
1827         * configure.ac:
1828         
1829         Update for release 2.21.1
1830
1831 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * configure.ac:
1834         * cut-n-paste/gedit-message-area/Makefile.am:
1835         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1836         * shell/Makefile.am:
1837         * shell/ev-message-area.[ch]:
1838         * shell/ev-window.c: (ev_window_set_message_area),
1839         (ev_window_error_message_response_cb), (ev_window_error_message),
1840         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1841         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1842         (ev_attachment_popup_cmd_open_attachment),
1843         (attachment_save_dialog_response_cb), (ev_window_set_document),
1844         (ev_window_init):
1845
1846         Use a message area instead of a popup dialog for error
1847         notifications. Fixes bug #337495.
1848         
1849 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1852         (ev_window_run_fullscreen):
1853
1854         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1855         
1856 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * ev-sidebar-thumbnails.c: (update_visible_range),
1859         (ev_sidebar_thumbnails_refresh),
1860         (ev_sidebar_thumbnails_set_document),
1861         (ev_sidebar_thumbnails_support_document):
1862
1863         Show thumbnails for documents with one page. Fixes bug #358751.
1864         
1865 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1866
1867         * shell/ev-window.c:
1868         (ev_window_load_print_settings_from_metadata),
1869         (ev_window_save_print_settings), (ev_window_print_finished),
1870         (ev_window_print_range):
1871
1872         Print settings that are specific to the document are now saved per
1873         document in the metadata file. Fixes bug #488806.
1874         
1875 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1876
1877         * backend/tiff/tiff-document.c: (tiff_document_render):
1878
1879         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1880         
1881 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/ev-application.[ch]: (get_find_string_from_args),
1884         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1885         (ev_application_open_uri_list):
1886         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1887         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1888         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1889         (ev_window_cmd_recent_file_activate),
1890         (ev_window_open_recent_action_item_activated),
1891         (ev_window_print_send), (open_remote_link):
1892         * shell/main.c: (arguments_parse):
1893
1894         Add a command line option for search. Fixes bug #497710.
1895         
1896 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1897
1898         * shell/ev-jobs.c: (ev_job_print_new):
1899
1900         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1901         
1902 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * data/evince-toolbar.xml:
1905         * shell/Makefile.am:
1906         * shell/ev-application.c: (ev_application_init):
1907         * shell/ev-open-recent-action.[ch]:
1908         * shell/ev-window.c:
1909         (ev_window_open_recent_action_item_activated),
1910         (register_custom_actions):
1911
1912         Add an expander to the open toolbar item which pops up a dropdown
1913         menu with the recently used documents. Fixes bug #487215.
1914         
1915 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1916
1917         * shell/ev-window.c: (ev_window_open_uri),
1918         (ev_window_cmd_view_reload):
1919
1920         Do not jump to the first page when reloading by running evince
1921         from the command line. Fixes bug #490847.
1922         
1923 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1924
1925         * shell/ev-window.c: (ev_window_cmd_help_contents):
1926
1927         Plugged memory leak when help file is not found. Fixes bug
1928         #490762.
1929         
1930 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * configure.ac:
1933
1934         Enable djvu, dvi and comics backends by default. Fixes bug
1935         #437121.
1936         
1937 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * configure.ac:
1940         * cut-n-paste/Makefile.am:
1941         * cut-n-paste/recent-files/*: Removed
1942         * help/reference/Makefile.am:
1943         * shell/Makefile.am:
1944         * shell/ev-application.[ch]: (ev_application_shutdown),
1945         (ev_application_init):
1946         * shell/ev-window.c: (ev_window_add_recent),
1947         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1948
1949         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1950         
1951 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1952
1953         * shell/ev-window.c: (launch_external_uri):
1954
1955         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1956         and report error if the URL is not supported (#489910).
1957
1958 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1959
1960         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1961         (pdf_document_file_exporter_begin_page),
1962         (pdf_document_file_exporter_end_page):
1963
1964         Fix printing with poppler splash backend. Fixes bug #489774.
1965         
1966 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1969         * shell/ev-print-job.c: (ev_print_job_class_init):
1970
1971         Fix a crash when printing with the gnome-print dialog. Fixes bug
1972         #488939.
1973         
1974 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1975
1976         * backend/pixbuf/pixbuf-document.c:
1977
1978         Fix an implicit function definition warning (#487655)
1979
1980 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * shell/ev-window.c:
1983
1984         Fix conflicting shortcut for view sade pane and presentation.
1985         
1986 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * backend/pdf/ev-poppler.cc:
1989         (pdf_document_file_exporter_begin_page),
1990         (pdf_document_file_exporter_do_page),
1991         (pdf_document_file_exporter_end_page),
1992         (pdf_document_file_exporter_iface_init):
1993         * libdocument/ev-file-exporter.[ch]:
1994         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1995         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1996         (ev_job_print_run):
1997
1998         When printing multiple pages per sheet in reverse option, do not
1999         invert the order of the pages in every sheet, but the order of the
2000         sheets. Do not print blank pages when page range is invalid. Fixes
2001         bugs #484857 and #485521.
2002         
2003 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2006         (ev_job_print_run):
2007         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2008
2009         Respect ranges order when printing more than one range in random
2010         order.
2011         
2012 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2013
2014         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2015         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2016
2017         Rotate also the window icon when document is rotated. Fixes bug
2018         #474681.
2019         
2020 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2023         (pdf_document_forms_get_form_fields):
2024
2025         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2026         Matthias Drochner.
2027         
2028 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * configure.ac:
2031         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2032
2033         Use poppler_page_render_for_printing() instead of
2034         poppler_page_render() if available when exporting to a ps or pdf
2035         file. Fixes bug #476627.
2036         
2037 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2038
2039         * shell/ev-window.c: (ev_window_run_fullscreen):
2040
2041         Do not show the toolbar in fullscreen mode if the main toolbar is
2042         not visible. Fixes bug #483048.
2043         
2044 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * shell/ev-view.c: (ev_view_button_press_event):
2047
2048         Give priority to form fields over images when deciding whether a
2049         button press event is over an image or form field. It allows edit
2050         form fields when they are over a background image. Fixes bug
2051         #477841.
2052         
2053 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2054
2055         * NEWS:
2056         * configure.ac:
2057         
2058         Update for release 2.20.0
2059
2060 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * backend/pdf/ev-poppler.cc:
2063
2064         Remove #ifdef HAVE_FORMS, so that forms support works again.
2065
2066 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2067
2068         * configure.ac:
2069         * data/evince.desktop.in.in:
2070         
2071         Fixes desktop file issues. See bug #473471.
2072
2073 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2076         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2077         (ev_job_queue_remove_job):
2078         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2079         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2080         * shell/ev-window.c: (ev_window_clear_save_job),
2081         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2082         (ev_window_dispose):
2083
2084         Move save a copy task to its own job so that it's carried out in a
2085         thread avoiding another lock in the main thread. Use
2086         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2087         can be saved to a pathin another file system. Fixes bug #456891.
2088         
2089 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2090
2091         * NEWS:
2092         * configure.ac:
2093         
2094         Update for release 2.19.92
2095
2096 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * configure.ac:
2099         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2100         (pdf_selection_get_selection_region),
2101         (pdf_selection_get_selection_map),
2102         (ev_form_field_from_poppler_field):
2103
2104         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2105         and triple click selections are enabled again now.
2106
2107 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2108
2109         * shell/ev-window.c: (ev_window_add_history):
2110
2111         Make sure not to use the history with documents not supporting
2112         links. Fixes bug #468954.
2113
2114 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2115
2116         * shell/ev-window.c: (ev_window_load_job_cb):
2117
2118         Restart the search when reloading a document with the find bar
2119         visible. Fixes bug #461962.
2120
2121 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * shell/ev-window.c: (setup_document_from_metadata),
2124         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2125
2126         Do not jump to the first page when reloading a document from the
2127         last page.
2128
2129 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * shell/ev-window.c: (update_chrome_flag),
2132         (setup_sidebar_from_metadata),
2133         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2134         (ev_window_cmd_edit_find_next),
2135         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2136         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2137         (find_bar_close_cb), (view_actions_focus_in_cb):
2138
2139         Do not update visibility when changing a chrome flag so that it's
2140         possible to update several flags and update visibility only once
2141         for all of them.
2142
2143 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2146
2147         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2148         supported by gtk+. Fixes bug #460907.
2149
2150 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * shell/ev-view.c: (view_update_range_and_current_page):
2153
2154         Make sure current-page <= end-page in continuous mode. Fixes bug
2155         #454950.
2156
2157 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * backend/pdf/ev-poppler.cc: (build_tree):
2160
2161         Ignore outline items without a title. Fixes bug #453913.
2162
2163 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2166         (ev_view_button_release_event), (ev_view_leave_notify_event):
2167
2168         Use always drag mouse cursor during a drag operation. Fixes bug
2169         #470564.
2170
2171 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2172
2173         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2174         (pdf_selection_get_selection_region),
2175         (pdf_selection_get_selection_map):
2176
2177         Temporarily disable double and triple selections since it depends on
2178         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2179         released and the update of the external dependency minimal version
2180         approved.
2181
2182 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2183
2184         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2185         (pdf_document_file_exporter_do_page):
2186         * libdocument/ev-file-exporter.h:
2187         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2188         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2189
2190         Actually fix printing regressions. Remove orientation from
2191         EvPrintContext since it's redundant.
2192
2193 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2194
2195         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2196         * backend/impress/impress-document.c:
2197         (impress_document_document_iface_init):
2198         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2199         * backend/djvu/djvu-document.c:
2200         (djvu_document_document_iface_init),
2201         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2202         * backend/tiff/tiff-document.c:
2203         (tiff_document_document_iface_init):
2204         * backend/pixbuf/pixbuf-document.c:
2205         (pixbuf_document_document_iface_init):
2206         * backend/comics/comics-document.c:
2207         (comics_document_document_iface_init):
2208         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2209         (pdf_selection_render_selection),
2210         (pdf_selection_get_selected_text),
2211         (pdf_selection_get_selection_region),
2212         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2213         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2214         (ev_selection_get_selection_region),
2215         (ev_selection_get_selection_map):
2216         * libdocument/ev-document.[ch]:
2217         * shell/ev-pixbuf-cache.[ch]: (add_job),
2218         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2219         * shell/ev-view-private.h:
2220         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2221         (ev_job_render_run):
2222         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2223         * shell/ev-view.c: (start_selection_for_event),
2224         (ev_view_button_press_event), (ev_view_drag_data_get),
2225         (ev_view_drag_data_received), (ev_view_button_release_event),
2226         (compute_new_selection_text), (compute_selections),
2227         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2228         (ev_view_primary_get_cb):
2229
2230         Add support for double and triple click selections.
2231
2232 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2233
2234         * NEWS:
2235         * configure.ac:
2236
2237         Update for release 2.19.4
2238
2239 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2240
2241         * shell/ev-view-private.h:
2242         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2243         (ev_view_set_highlight_search):
2244         * shell/ev-view.h:
2245         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2246         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2247         (find_bar_visibility_changed_cb):
2248         
2249         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2250
2251 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2254         (pdf_document_file_exporter_begin),
2255         (pdf_document_file_exporter_do_page):
2256         * shell/ev-jobs.c: (ev_job_print_run):
2257         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2258
2259         Create always a portrait cairo surface and rotate when needed for
2260         landscape. It fixes printing problems in real printers.
2261
2262 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2265         * libdocument/ev-file-exporter.[ch]:
2266         (ev_file_exporter_get_capabilities):
2267         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2268         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2269
2270         Adjust number of pages per row according to page orientation when
2271         printing 2 or 6 pages per sheet.
2272
2273 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * shell/ev-window.c: (ev_window_print_send):
2276
2277         Reset also cups setting to 1 when printing multiple pages per
2278         sheet. Fixes bug #468853.
2279
2280 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * libdocument/ev-document-misc.c:
2283         (ev_document_misc_surface_rotate_and_scale):
2284
2285         Use directly cairo_surface_get_content() when creating a similar
2286         surface as suggested by Jeff Muizelaar. Thanks again.
2287
2288 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * backend/djvu/djvu-document.c: (djvu_document_render):
2291         * backend/tiff/tiff-document.c: (tiff_document_render):
2292         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2293         * libdocument/ev-document-misc.c:
2294         (ev_document_misc_surface_from_pixbuf),
2295         (ev_document_misc_surface_rotate_and_scale):
2296
2297         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2298         creating page surfaces. Fixes bug #453123. Thank you very much to
2299         Jeff Muizelaar <jeff@infidigm.net>.
2300
2301 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * shell/ev-page-cache.c: (ev_page_cache_new),
2304         (ev_page_cache_get_thumbnail_size):
2305         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2306         (ev_sidebar_thumbnails_set_loading_icon):
2307
2308         Also store in page-cache the dimensions of the thumbnails so that
2309         they can be used to create the correct loading icon in the side
2310         pane. Fixes bug #466857.
2311
2312 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * backend/pdf/ev-poppler.cc:
2315         (pdf_document_thumbnails_get_thumbnail):
2316
2317         Fix thumbnails rotation in pdf documents that include embedded 
2318         thumbnails.
2319
2320 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2321
2322         * backend/pdf/ev-poppler.cc:
2323
2324         Don't use #ifdef in macro expansion. Some compilers don't
2325         like that. Closes bug #467042.
2326
2327 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2328
2329         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2330         
2331         Fixes memory leak in djvu backend.
2332
2333 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2334
2335         * data/icons/32x32/Makefile.am:
2336         * data/icons/32x32/actions/Makefile.am:
2337         * data/icons/32x32/actions/view-page-cont.svg:
2338         * data/icons/32x32/actions/view-page-facing.svg:
2339         * data/icons/48x48/Makefile.am:
2340         * data/icons/48x48/actions/Makefile.am:
2341         * data/icons/48x48/actions/view-page-cont.svg:
2342         * data/icons/48x48/actions/view-page-facing.svg:
2343         
2344         Icons for a new sizes.
2345
2346 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2347
2348         * shell/ev-page-cache.c: (build_height_to_page),
2349         (ev_page_cache_get_height_to_page):
2350         
2351         Fixes invalid read, see bug #466401.
2352
2353 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2356         (set_drag_cursor):
2357         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2358         (configure_item_cursor), (new_pixbuf_from_widget):
2359
2360         Fix multihead problems in toolbar editor. Fixes bug #382055.
2361
2362 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * shell/ev-window.c: (ev_window_cmd_file_open),
2365         (ev_window_cmd_save_as):
2366
2367         Use g_get_user_special_dir when available instead of
2368         xdg_user_dir_lookup.
2369
2370 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2371
2372         * MAINTAINERS:
2373         
2374         Updated according to request on desktop-devel.
2375
2376 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2379
2380         Do not use cairo_rectangle and cairo_clip since we are
2381         not using cairo_fill but cairo_paint. Use the same cairo context
2382         for every page in the same expose event.
2383
2384 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2385
2386         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2387         leak.
2388
2389 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2390
2391         * configure.ac:
2392         * NEWS:
2393
2394         Release 0.9.3
2395
2396 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * libdocument/ev-document-info.h:
2399         * libdocument/ev-document.h:
2400         * shell/ev-page-action.h:
2401         * shell/ev-sidebar-links.h:
2402
2403         Fix a headers problem with ev-link
2404         
2405         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2406         * shell/ev-view-private.h:
2407         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2408         (get_link_area), (ev_view_query_tooltip),
2409         (ev_view_leave_notify_event), (ev_view_destroy),
2410         (ev_view_class_init):
2411
2412         Use new gtk tooltips when available instead of ev-tooltip.
2413         
2414 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * shell/ev-window.c: (update_chrome_visibility),
2417         (ev_window_sidebar_visibility_changed_cb):
2418
2419         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2420         
2421 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2422
2423         * shell/ev-navigation-action.c:
2424         (ev_navigation_action_history_changed),
2425         (ev_navigation_action_set_history):
2426         * shell/ev-navigation-action-widget.c:
2427         (ev_navigation_action_widget_init):
2428         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2429
2430         Fix compile warnings.
2431         
2432 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2435         (egg_editable_toolbar_dispose):
2436
2437         Fix memory leak.
2438         
2439 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2442         (screensaver_disable_x11):
2443         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2444         * shell/ev-window.c: (presentation_set_timeout):
2445         * shell/ev-view.c: (ev_view_presentation_transition_start):
2446
2447         Use g_timeout_add_seconds instead of g_timeout_add when
2448         available.
2449         
2450 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2453
2454         Set horizontal scrollbar policy to AUTOMATIC instead of
2455         NEVER. Workaround for bug #449462.
2456         
2457 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-jobs.c: (ev_job_render_page_ready):
2460
2461         Add page_ready callback to main loop with high priority and hold
2462         a reference to job during idle.
2463         
2464 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * configure.ac:
2467         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2468         (pdf_document_file_exporter_begin),
2469         (pdf_document_file_exporter_do_page),
2470         (pdf_document_file_exporter_get_capabilities):
2471         * libdocument/ev-file-exporter.h:
2472         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2473         * shell/ev-window.c: (ev_window_print_send),
2474         (ev_window_print_dialog_response_cb):
2475
2476         Allow printing multiple pages per sheet. Fixes bug #395573.
2477         
2478 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2479
2480         * shell/ev-view.c: (tip_from_link):
2481         
2482         Check for NULL, fixes bug #460862.
2483
2484 2007-07-29  Christian Persch  <chpe@gnome.org>
2485
2486         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2487         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2488         (ev_window_cmd_preview_print):
2489         
2490         Fixes bug #437681 - blocks while enumerating printers.
2491
2492 2007-07-29  Christian Persch  <chpe@gnome.org>
2493
2494         * shell/ev-window.c: (ev_window_screen_changed):
2495         
2496         Don't use deprecated gtk+ function. See bug #460909.
2497
2498 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-utils.c: (get_num_monitors):
2501         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2502
2503         Do not use display before initializing it. Remove compile
2504         warnings.
2505
2506 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2507
2508         * shell/ev-view.c: (ev_view_class_init):
2509         
2510         Unix-like hjkl bindings added. See bug #458111.
2511
2512 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2513
2514         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2515         * shell/ev-utils.h:
2516         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2517         (ev_view_update_view_size):
2518         * shell/ev-view.h:
2519         * shell/ev-window.c: (ev_window_update_actions),
2520         (setup_view_from_metadata), (ev_window_screen_changed),
2521         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2522         (zoom_control_changed_cb):
2523         * shell/ev-window.h:
2524         
2525         Reorganizes utility functions.
2526
2527 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2530         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2531         (add_job), (ev_pixbuf_cache_get_surface),
2532         (ev_pixbuf_cache_get_link_mapping),
2533         (ev_pixbuf_cache_get_image_mapping),
2534         (ev_pixbuf_cache_get_form_field_mapping),
2535         (ev_pixbuf_cache_get_text_mapping):
2536         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2537         (notify_page_ready), (ev_job_render_page_ready),
2538         (ev_job_render_run):
2539
2540         Add page_ready signal to notify that page is ready as soon as
2541         possible even if other page elements like links, forms, images or
2542         text mapping are not ready yet.
2543
2544 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2547         (dvi_document_file_exporter_do_page),
2548         (dvi_document_file_exporter_get_capabilities),
2549         (dvi_document_file_exporter_iface_init):
2550         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2551         (ps_document_file_exporter_do_page),
2552         (ps_document_file_exporter_get_capabilities),
2553         (ps_document_file_exporter_iface_init):
2554         * backend/djvu/djvu-document.c:
2555         (djvu_document_file_exporter_begin),
2556         (djvu_document_file_exporter_end),
2557         (djvu_document_file_exporter_get_capabilities),
2558         (djvu_document_file_exporter_iface_init):
2559         * backend/tiff/tiff-document.c:
2560         (tiff_document_file_exporter_begin),
2561         (tiff_document_file_exporter_get_capabilities),
2562         (tiff_document_document_file_exporter_iface_init):
2563         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2564         (pdf_document_file_exporter_do_page),
2565         (pdf_document_file_exporter_get_capabilities),
2566         (pdf_document_file_exporter_iface_init):
2567         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2568         (ev_file_exporter_get_capabilities):
2569         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2570         (idle_print_handler), (ev_print_job_print):
2571         * shell/ev-jobs.c: (ev_job_print_run):
2572         * shell/ev-window.c: (ev_window_print_send),
2573         (ev_window_print_range):
2574
2575         Use capabilities to know which options should be offered by the
2576         print dialog depending on the document backend.
2577
2578 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2581
2582         Give priority to forms over text to set the cursor.
2583
2584 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * shell/ev-view-private.h:
2587         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2588         (ev_view_leave_notify_event), (ev_view_finalize),
2589         (ev_view_get_property), (ev_view_class_init):
2590
2591         Use IBEAM cursor for text form fields and NORMAL cursor for read
2592         only fields. Remove unused status attribute.
2593
2594 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2597
2598         Update region for current selected items also for checkbox
2599         buttons, since they can behave as radio buttons when they are in a
2600         set.
2601
2602 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * configure.ac:
2605         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2606
2607         Get max length of text form fields.
2608
2609 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2610
2611         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2612         * libdocument/ev-form-field.h:
2613         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2614
2615         Fix build with current poppler cvs head.
2616
2617 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2620         * shell/eggfindbar.c: (egg_find_bar_init):
2621
2622         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2623         deprecation. Fixes bug #455667
2624
2625 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2626
2627         * NEWS:
2628         * configure.ac:
2629         
2630         Update for release 0.9.2
2631
2632 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * shell/ev-view.c: (ev_view_form_field_text_save),
2635         (ev_view_form_field_choice_save):
2636
2637         Fix a crash when closing whith a form widget visible.
2638
2639 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2642
2643         Update also the region of the current selected button when
2644         clicking on another button if they are radio buttons.
2645
2646 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2649         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2650         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2651         (ev_pixbuf_cache_get_link_mapping),
2652         (ev_pixbuf_cache_get_image_mapping),
2653         (ev_pixbuf_cache_get_form_field_mapping),
2654         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2655         * shell/ev-view.c: (ev_view_form_field_get_region),
2656         (ev_view_form_field_button_create_widget),
2657         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2658         (job_finished_cb):
2659
2660         Redraw only form field region instead of the whole page when
2661         reloading a page to show changes on the form field.
2662
2663 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * shell/ev-view.c: (ev_view_form_field_choice_save):
2666
2667         Fix selection of first item in list form fields.
2668
2669 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2672         (ev_pixbuf_cache_reload_page),
2673         (ev_pixbuf_cache_get_form_field_mapping):
2674
2675         Some refactoring to avoid duplicated code.
2676
2677 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * configure.ac:
2680         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2681         (ev_form_field_from_poppler_field),
2682         (pdf_document_forms_get_form_fields),
2683         (pdf_document_forms_form_field_text_get_text),
2684         (pdf_document_forms_form_field_text_set_text),
2685         (pdf_document_forms_form_field_button_set_state),
2686         (pdf_document_forms_form_field_button_get_state),
2687         (pdf_document_forms_form_field_choice_get_item),
2688         (pdf_document_forms_form_field_choice_get_n_items),
2689         (pdf_document_forms_form_field_choice_is_item_selected),
2690         (pdf_document_forms_form_field_choice_select_item),
2691         (pdf_document_forms_form_field_choice_toggle_item),
2692         (pdf_document_forms_form_field_choice_unselect_all),
2693         (pdf_document_forms_form_field_choice_set_text),
2694         (pdf_document_forms_form_field_choice_get_text),
2695         (pdf_document_document_forms_iface_init):
2696         * libdocument/Makefile.am:
2697         * libdocument/ev-form-field.[ch]:
2698         * libdocument/ev-document-forms.[ch]:
2699         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2700         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2701         (add_job), (ev_pixbuf_cache_reload_page),
2702         (ev_pixbuf_cache_get_form_field_mapping):
2703         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2704         * shell/ev-view-private.h:
2705         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2706         (ev_view_handle_cursor_over_xy),
2707         (ev_view_get_form_field_at_location),
2708         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2709         (ev_view_form_field_button_create_widget),
2710         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2711         (ev_view_form_field_text_create_widget),
2712         (ev_view_form_field_choice_save),
2713         (ev_view_form_field_choice_changed),
2714         (ev_view_form_field_choice_create_widget),
2715         (ev_view_handle_form_field), (ev_view_size_allocate),
2716         (ev_view_realize), (draw_end_presentation_page),
2717         (ev_view_button_press_event), (ev_view_remove_all),
2718         (ev_view_motion_notify_event), (ev_view_key_press_event),
2719         (ev_view_enter_notify_event), (highlight_find_results),
2720         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2721         (ev_view_class_init), (page_changed_cb),
2722         (on_adjustment_value_changed), (ev_view_set_presentation),
2723         (merge_selection_region), (ev_view_set_cursor),
2724         (ev_view_reset_presentation_state):
2725         
2726         Merge evince-forms branch.
2727
2728 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2729
2730         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2731
2732         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2733         This script also updates itself from libegg
2734
2735         * cut-n-paste/toolbar-editor/egg*:
2736         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2737         libegg
2738
2739 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2740
2741         * shell/ev-window.c:
2742         
2743         Adds a nice icon to page action during toolbar editing.
2744         See bug #452872.
2745
2746 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2747
2748         * data/evince-toolbar.xml:
2749         * shell/ev-window.c:
2750         
2751         Let user add a presentation and fullscreen icons on toolbar.
2752         See bug #449734.
2753
2754 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2755
2756         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2757
2758         new script to keep in sync with toolbareditor in libegg
2759
2760         * cut-n-paste/toolbar-editor/*: 
2761
2762         Run update-toolbareditor-from-libegg so we are in sync again. 
2763         Fixes bug #452850.
2764         
2765
2766 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * shell/ev-sidebar-links.c: (job_finished_callback):
2769
2770         Do not connect selection changed signal more than once. Fixes bug
2771         #349433.
2772
2773 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2776
2777         Do not change sidebar chrome flag when pressing F9 key in
2778         presentation mode.
2779
2780 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * backend/pdf/ev-poppler.cc:
2783         (pdf_document_thumbnails_get_dimensions):
2784
2785         Make sure thumbnails width and height is not <= 0. Fixes a crash
2786         with some pdf documents which have really small pages.
2787
2788 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2789
2790         * shell/main.c: (main):
2791
2792         Fixes program description translation issue.
2793         Bug #450148.
2794
2795 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2796
2797         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2798
2799         Do not change current page when returning from black/white mode
2800         in presentation. Fixes bug #415032.
2801
2802 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2803
2804         * NEWS:
2805         * configure.ac:
2806         
2807         Update for release 0.9.1
2808
2809 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2810
2811         * backend/dvi/dvi-document.c:
2812         (dvi_document_finalize),
2813         (dvi_document_file_exporter_format_supported),
2814         (dvi_document_file_exporter_begin),
2815         (dvi_document_file_exporter_do_page),
2816         (dvi_document_file_exporter_end),
2817         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2818         
2819         PDF exporter for dvi documents. Fixes bug #441319.
2820
2821 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * shell/ev-window.c: (ev_window_clear_print_job):
2824
2825         Clear gtk print job when job has finished. Fixes bug #447612.
2826
2827 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * shell/ev-window.c: (ev_window_print_send),
2830         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2831
2832         Add preview button to print dialog. Fixes bug #445419.
2833
2834 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * backend/dvi/Makefile.am:
2837         * backend/dvi/pixbuf-device.[ch]: Removed
2838         * backend/dvi/cairo-device.[ch]: Added
2839         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2840         * backend/dvi/dvi-document.c: (dvi_document_load),
2841         (dvi_document_render), (dvi_document_finalize),
2842         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2843         (dvi_document_do_color_special):
2844         * libdocument/ev-document-misc.[ch]:
2845         (ev_document_misc_pixbuf_from_surface):
2846
2847         Port dvi backend to cairo and fix a problem with colors. 
2848
2849 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * shell/ev-view.c: (draw_one_page):
2852
2853         Draw only visible region.
2854
2855 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * backend/djvu/djvu-document.c: (djvu_document_render):
2858
2859         Fix rotation in djvu backend.
2860
2861 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2864         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2865         (ev_pixbuf_cache_get_image_mapping),
2866         (ev_pixbuf_cache_get_text_mapping):
2867
2868         Redraw view every time we have a new surface. Fixes bug #443587.
2869
2870 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * libdocument/ev-document.c: (ev_document_info_free):
2873
2874         Fix memory leaks.
2875
2876 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * backend/dvi/dvi-document.c: (dvi_document_render),
2879         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2880         * backend/impress/impress-document.c:
2881         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2882         (impress_document_render), (impress_document_document_iface_init),
2883         (impress_document_thumbnails_get_thumbnail):
2884         * backend/djvu/djvu-document-private.h:
2885         * backend/djvu/djvu-document.c: (djvu_document_render),
2886         (djvu_document_finalize), (djvu_document_document_iface_init),
2887         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2888         * backend/tiff/tiff-document.c: (tiff_document_render),
2889         (tiff_document_render_pixbuf),
2890         (tiff_document_document_iface_init):
2891         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2892         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2893         (pdf_selection_render_selection):
2894         * backend/comics/comics-document.c:
2895         (comics_document_render_pixbuf), (comics_document_render),
2896         (comics_document_document_iface_init):
2897         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2898         (pixbuf_document_document_iface_init):
2899         * libdocument/ev-document-misc.[ch]:
2900         (ev_document_misc_surface_from_pixbuf),
2901         (ev_document_misc_surface_rotate_and_scale):
2902         * libdocument/ev-document.[ch]: (ev_document_render):
2903         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2904         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2905         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2906         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2907         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2908         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2909         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2910         (render_finished_cb), (ev_job_render_run):
2911         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2912         (merge_selection_region):
2913
2914         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2915         and selections.
2916
2917 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * shell/ev-window-title.c: (ev_window_title_update):
2920
2921         Fix memory leak.
2922
2923 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * shell/ev-view.c: (draw_loading_text):
2926
2927         Show loading text centered. Fixes bug #433061
2928
2929 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2930
2931         * shell/ev-sidebar-thumbnails.c:
2932         (ev_sidebar_thumbnails_set_loading_icon):
2933
2934         Remove a mutex in the main thread that blocks the UI in heavy
2935         documents.
2936
2937 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2940
2941         Set points_set to TRUE so that selections don't disappear after a
2942         zoom change.
2943
2944 2007-06-07  Michael Monreal  <infernux@web.de>
2945
2946         * data/icons/16x16/actions/Makefile.am:
2947         * data/icons/16x16/actions/zoom.svg:
2948         * data/icons/22x22/actions/Makefile.am:
2949         * data/icons/22x22/actions/zoom.svg:
2950         * data/icons/24x24/actions/Makefile.am:
2951         * shell/ev-stock-icons.c:
2952         * shell/ev-stock-icons.h:
2953         * shell/ev-window.c:
2954         
2955         Zoom icon artwork. See bug #444795.
2956
2957 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2958
2959         * shell/ev-metadata-manager.c: Remove extraneous function
2960         (Closes: #444386)
2961
2962 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2963
2964         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2965         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2966         (ev_metadata_manager_set), (ev_metadata_manager_save):
2967         Simplify the timeout, no need for modified anymore
2968
2969 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2970
2971         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2972         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2973         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2974         (ev_metadata_manager_save): Adapted patch from Arjan van de
2975         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2976         time, saves on power (Closes: #443851)
2977
2978 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * configure.ac:
2981         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2982         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2983
2984         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2985
2986 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2987
2988         * shell/ev-window.c: (ev_window_add_history):
2989
2990         Check if history is NULL
2991
2992 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2993
2994         * libdocument/ev-image.c: (ev_image_finalize):
2995         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2996         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2997         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2998         (ev_tmp_uri_unlink):
2999
3000         Add functions to delete temporary files created by evince in a safe
3001         way.
3002
3003         * shell/ev-window.c: (ev_window_clear_local_uri),
3004         (open_xfer_update_progress_callback),
3005         (save_xfer_update_progress_callback), (ev_window_save_remote),
3006         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3007         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3008         (attachment_save_dialog_response_cb),
3009         (ev_attachment_popup_cmd_save_attachment_as):
3010
3011         Allow saving a copy of a document, image or attachment to a remote
3012         location. Fixes bug #440754. 
3013
3014 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * configure.ac:
3017         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3018
3019         Fix build with current poppler from cvs head. 
3020
3021 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3022
3023         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3024
3025         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3026         directory exists.
3027
3028 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3029
3030         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3031         * shell/ev-window.c:
3032
3033         Change sidebar ordering. Fixes bug #439939.
3034
3035 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3036
3037         * backend/comics/Makefile.am:
3038         
3039         Fixes build with --without-libgnome.
3040
3041 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3042         
3043         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3044
3045         Update cursor and tooltip on page change and view scroll. Fixes bug
3046         #439217.
3047
3048 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3049
3050         * NEWS:
3051         * configure.ac:
3052         
3053         Update for release 0.9.0
3054
3055 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3056
3057         * backend/djvu/djvu-document-private.h:
3058         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3059         (djvu_document_finalize),
3060         (djvu_document_file_exporter_format_supported),
3061         (djvu_document_file_exporter_begin),
3062         (djvu_document_file_exporter_do_page),
3063         (djvu_document_file_exporter_end),
3064         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3065         
3066         Implemented printing with djvu. Bug #437998.
3067
3068 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * backend/impress/zip.c:
3071         Add missing ulong definition.
3072
3073         * backend/ps/ps-interpreter.c:
3074         Add missing headers.
3075
3076         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3077
3078 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3081
3082         Add missing call to parent class dispose method. 
3083
3084 2007-05-12  Ross Burton  <ross@openedhand.com>
3085
3086         * shell/main.c:
3087         Sync keybindings manually when building without libgnome
3088         (#437925).
3089
3090 2007-05-12  Ross Burton  <ross@openedhand.com>
3091
3092         * shell/ev-window.c:
3093         Respect the screen when opening help (#437866).
3094
3095 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * data/evince-ui.xml:
3098         * shell/ev-application.[ch]: (get_print_settings_from_args),
3099         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3100         (ev_application_open_uri_list):
3101         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3102         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3103         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3104         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3105         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3106         (ev_window_dispose):
3107         * shell/main.c: (arguments_parse):
3108
3109         Add print button in preview mode. Fixes bug #396475. 
3110
3111 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3112
3113         * cut-n-paste/zoom-control/ephy-zoom.h:
3114         
3115         Fixes zoom level factors. See bug #408119 for details.
3116
3117 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3118
3119         * backend/comics/comics-document.c: (comics_regex_quote),
3120         (extract_argv):
3121         
3122         Correctly quote symbols. Fixes crash in the bug
3123         #415370.
3124
3125 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3126
3127         * shell/ev-navigation-action-widget.c:
3128         (ev_navigation_action_widget_init),
3129         (ev_navigation_action_widget_class_init),
3130         (ev_navigation_action_widget_button_press_event):
3131         
3132         Connect to button-press event on correct widget. Fixes
3133         bug #431988
3134
3135 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3136
3137         * shell/ev-application.c: (ev_application_open_window),
3138         (ev_application_add_icon_path_for_screen),
3139         (ev_application_open_uri_at_dest):
3140         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3141         * shell/ev-navigation-action.c: (build_menu):
3142         
3143         Add app-specific icons to our icon theme. Fixes bug
3144         #425508.
3145
3146 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3147
3148         * shell/ev-history.c: (ev_history_class_init),
3149         (ev_history_add_link):
3150         * shell/ev-history.h:
3151         * shell/ev-navigation-action.c:
3152         (ev_navigation_action_history_changed),
3153         (ev_navigation_action_set_history), (build_menu),
3154         (ev_navigation_action_finalize):
3155         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3156         
3157         Make navigation action unsensitive instead of showing
3158         menu with unsensitive word. Fixes bug #417392.
3159
3160 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3161
3162         * shell/ev-application.[ch]: (ev_application_shutdown),
3163         (ev_application_get_print_settings),
3164         (ev_application_set_print_settings):
3165         * shell/ev-window.c:
3166
3167         Remember print settings. Fixes bug #349102. 
3168
3169 2007-05-08  Christian Persch  <chpe@gnome.org>
3170
3171         * configure.ac:
3172         * properties/ev-properties-view.c:
3173
3174         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3175         Bug #382438.
3176
3177 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * configure.ac:
3180         * properties/ev-properties-view.c: (ev_regular_paper_size):
3181
3182         Use gtk+ builtin paper list to identify the document's paper size.
3183         Fixes bug #382438. 
3184
3185 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3186
3187         * configure.ac:
3188
3189         Fix build when compiling with thumbnailer and libgnome support. 
3190
3191 2007-05-04  Ross Burton  <ross@openedhand.com>
3192
3193         * configure.ac:
3194         Add --without-libgnome, check for libgnome and libgnomeui
3195         separately, and add them to the symbols as required.
3196
3197         * libdocument/ev-file-helpers.c:
3198         When building without libgnome, use g_get_user_config_dir instead
3199         of gnome_user_dir_get.
3200
3201         * shell/ev-application.c:
3202         When building without libgnome, don't use session management.
3203
3204         * shell/main.c:
3205         When building without libgnome, don't use GnomeProgram or
3206         initialise the authentication manager.
3207
3208         This fixes #328842.
3209
3210 2007-05-04  Ross Burton  <ross@openedhand.com>
3211
3212         * shell/ev-window.c:
3213         Don't use libgnome to open help, instead call Yelp directly.
3214
3215 2007-05-04  Ross Burton  <ross@openedhand.com>
3216
3217         * shell/ev-sidebar-attachments.c:
3218         Don't use libgnome to lookup icons for MIME types, instead copy
3219         code from GTK+ to do it manually.
3220
3221 2007-05-04  Ross Burton  <ross@openedhand.com>
3222
3223         * configure.ac:
3224         Add libxml to the dependencies for SHELL_CORE (#435818).
3225
3226 2007-05-02  Ross Burton  <ross@openedhand.com>
3227
3228         * configure.ac:
3229         * Makefile.am:
3230         Add --disable-thumbnailer (#434825)
3231
3232 2007-05-02  Ross Burton  <ross@openedhand.com>
3233
3234         * shell/ev-window.c:
3235         Add missing includes, fix indentation.
3236
3237         * shell/main.c:
3238         Fix indentation.
3239
3240 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3241
3242         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3243         ev_application_open_uri_at_dest instead of ev_application_open_uri
3244         preventing new document always being opened in a new window even if there
3245         is an empty window.
3246
3247 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3248
3249         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3250         (egg_recent_view_uimanager_finalize):
3251         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3252         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3253         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3254         (ev_pixbuf_cache_dispose):
3255         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3256         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3257         
3258         Add missing chain to parent class methods. Fixes
3259         bug #433128.
3260
3261 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3262
3263         * data/Makefile.am (update-icon-cache): Updates
3264         gtk-update-icon-cache in uninstall-hook.
3265
3266 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3267
3268         * shell/ev-window.c: (ev_window_setup_document),
3269         (ev_window_set_document), (ev_window_load_job_cb):
3270         * shell/ev-view.c: (setup_caches):
3271         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3272
3273         Start rendering pages before any other jobs. 
3274
3275 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3276
3277         * shell/ev-window.c: (ev_window_stop_fullscreen),
3278         (ev_window_stop_presentation):
3279
3280         Update chrome visibility before window unfullscreen. 
3281
3282 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3283
3284         * data/Makefile.am:
3285         * data/evince-ui.xml:
3286         * shell/ev-stock-icons.[ch]:
3287         * shell/ev-application.[ch]: (ev_application_shutdown),
3288         (ev_application_init), (ev_application_get_toolbars_model):
3289         * shell/ev-window.c: (update_chrome_visibility),
3290         (fullscreen_toolbar_setup_item_properties),
3291         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3292         (ev_window_run_presentation), (ev_window_stop_presentation),
3293         (ev_window_run_preview), (ev_window_screen_changed),
3294         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3295         (ev_window_dispose), (ev_window_init):
3296
3297         Make fullscreen toolbar always visible. Do not use egg toolbars for
3298         fullscreen and preview modes since such toolbars are not editables.
3299         Fixes bugs #300278, #338910 and #316188.  
3300
3301 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3302
3303         * shell/ev-application.c:
3304         * shell/ev-job-queue.c:
3305         * shell/ev-metadata-manager.c:
3306         * shell/ev-stock-icons.c:
3307         * shell/ev-window.c:
3308         * shell/main.c:
3309         
3310         Developers documentation updated.
3311
3312 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3313
3314         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3315
3316         Check whether uri is valid before launching it. Fixes bug #427664.
3317
3318 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3319
3320         * shell/ev-window.c:
3321
3322         Change key accelerator for Open a Copy menu entry which is in conflict
3323         with Close. Fixes bug #427321.
3324
3325 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3326
3327         * NEWS:
3328         * configure.ac:
3329         
3330         Update for release 0.8.1
3331
3332 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3333
3334         * shell/ev-window.c: (setup_size_from_metadata):
3335         
3336         Do not make window bigger than screen. Fixes bug 
3337         #388985.
3338
3339 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3340
3341         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3342         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3343
3344         Use default resolution when it's not provided by document. Fixes bug
3345         #408762.
3346
3347 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * configure.ac:
3350         * thumbnailer/Makefile.am:
3351         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3352         * thumbnailer/evince-thumbnailer.schemas.in:
3353         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3354
3355         Add support for ps, eps and compressed documents thumbnails. Do not
3356         ignore size parameter. 
3357
3358 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3359
3360         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3361         (dvi_document_do_color_special):
3362         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3363
3364         Implement font color specials in the DVI backend. Fixes bug #303651.
3365
3366 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3367
3368         Fixup the previous commit:
3369
3370         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3371         * shell/xdg-user-dir-lookup.c: Make the function non-static
3372         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3373
3374 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3375
3376         * shell/ev-window.c (file_open_dialog_response_cb): Use
3377         the xdg-user-dirs DOCUMENTS folder as default folder when
3378         opening a file chooser.  (#424858)
3379
3380         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3381         xdg-user-dirs.
3382
3383 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * shell/ev-window.c: (ev_window_load_job_cb):
3386
3387         Do not setup view from metadata on preview mode. 
3388
3389 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * shell/main.c:
3392
3393         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3394
3395 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * shell/ev-view.c: (ev_view_primary_get_cb):
3398
3399         Check pointer != NULL before using it. Fixes bug #416841. 
3400
3401 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3402
3403         * NEWS:
3404         * configure.ac:
3405         
3406         Release 0.8.0
3407
3408 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3409
3410         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3411
3412         Do not render thumbnails when sidebar thumbnail page is not visible
3413         at startup. Fixes bug #416447. 
3414
3415 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3416
3417         * data/evince.desktop.in.in:
3418
3419         "Application" is not a valid category in the freedesktop specification.
3420
3421 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3422
3423         * libdocument/ev-file-helpers.[ch]: (compression_run),
3424         (ev_file_uncompress), (ev_file_compress):
3425         * shell/ev-window.c: (file_save_dialog_response_cb):
3426
3427         Save document compressed when saving a copy of a compressed document.
3428         Fixes bug #334542.
3429
3430 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3433
3434         Allow deleting in goto window entry in presentation mode. 
3435
3436 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3437
3438         * Makefile.am: Dist MAINTAINERS.
3439
3440 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3441
3442         * shell/ev-window.c: (ev_window_update_actions):
3443
3444         Fix zoom shortcut keys when searching. Fixes bug #409828.
3445
3446 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * shell/ev-window.c: (ev_window_setup_document):
3449
3450         Fix crash when loading documents with only one page. 
3451
3452 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * backend/dvi/dvi-document.c:
3455         (dvi_document_thumbnails_get_dimensions),
3456         (dvi_document_thumbnails_get_thumbnail):
3457         * backend/impress/impress-document.c:
3458         (impress_document_thumbnails_get_thumbnail),
3459         (impress_document_thumbnails_get_dimensions):
3460         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3461         (ps_document_thumbnails_get_dimensions):
3462         * backend/djvu/djvu-document.c:
3463         (djvu_document_thumbnails_get_dimensions),
3464         (djvu_document_thumbnails_get_thumbnail):
3465         * backend/tiff/tiff-document.c:
3466         (tiff_document_thumbnails_get_thumbnail),
3467         (tiff_document_thumbnails_get_dimensions):
3468         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3469         (pdf_document_thumbnails_get_thumbnail),
3470         (pdf_document_thumbnails_get_dimensions):
3471         * backend/comics/comics-document.c:
3472         (comics_document_thumbnails_get_thumbnail),
3473         (comics_document_thumbnails_get_dimensions):
3474         * backend/pixbuf/pixbuf-document.c:
3475         (pixbuf_document_thumbnails_get_thumbnail),
3476         (pixbuf_document_thumbnails_get_dimensions):
3477         * libdocument/ev-document-thumbnails.[ch]:
3478         (ev_document_thumbnails_get_thumbnail),
3479         (ev_document_thumbnails_get_dimensions):
3480         * libdocument/ev-document-misc.[ch]:
3481         (ev_document_misc_get_thumbnail_frame):
3482         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3483         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3484         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3485         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3486         (ev_sidebar_thumbnails_refresh):
3487         * shell/ev-window.c: (ev_window_setup_document):
3488         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3489
3490         Use an EvRenderContext for rendering thumbnails instead of a suggested
3491         width, so that different sized pages get sized proportionally.
3492
3493 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3494
3495         * shell/ev-view.c: (ev_view_button_press_event),
3496         (ev_view_key_press_event):
3497
3498         Fix critical warnings when there is no document loaded. 
3499
3500 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3501
3502         * shell/ev-page-action-widget.c:
3503         * shell/ev-navigation-action.c:
3504         * shell/ev-window.c:
3505
3506         Fix compile warnings. 
3507
3508 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3509
3510         * backend/djvu/djvu-text.h:
3511         * backend/djvu/djvu-document.c:
3512         * backend/djvu/djvu-text-page.c:
3513         * backend/djvu/djvu-links.c:
3514         * backend/djvu/djvu-text-page.h:
3515         * backend/djvu/djvu-text.c:
3516         
3517         Fix build on Mac. Fixes bug #392186. Patch by
3518         <ephraim_owns@hotmail.com>
3519
3520 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3523
3524         Restore cairo context before rendering every page when printing a PDF
3525         document into a PDF file. 
3526
3527 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3528
3529         * backend/ps/gstypes.h:
3530         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3531         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3532         (ps_document_thumbnails_get_thumbnail):
3533
3534         Handle PostScript page orientation. Fixes bug #318568.
3535
3536 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * backend/ps/Makefile.am:
3539         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3540         (document_load), (ps_document_load), (save_document),
3541         (save_page_list), (ps_document_get_n_pages),
3542         (ps_document_get_page_size), (ps_document_get_info),
3543         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3544         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3545         (ps_document_thumbnails_get_thumbnail),
3546         (ps_document_thumbnails_get_dimensions),
3547         (ps_document_document_thumbnails_iface_init):
3548         * backend/ps/ps.[ch]: (psgetpagebox):
3549         * backend/ps/ps-interpreter.[ch]:
3550
3551         Add support for thumbnails in ps backend. Fixes bug #164755. 
3552
3553 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3554
3555         * NEWS:
3556         * configure.ac:
3557         
3558         Release 0.7.2
3559
3560 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3561
3562         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3563         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3564         (ev_window_dispose):
3565
3566         Use document thumbnail as window icon. Fixes bug #384442.
3567
3568 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3569
3570         * configure.ac:
3571
3572         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3573         duplicated adding application/x-bzpostscript instead. 
3574
3575 2007-02-11  Tom Parker  <palfrey@tevp.net>
3576
3577         * backend/ps/ps-document.c: (document_load):
3578
3579         Check return value of psscan before trying
3580         to use it. Fixes bug #372414.
3581
3582 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3585
3586         Fix invalid free in ev-page-cache. Fixes bug #404745.
3587
3588 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3589
3590         * test/Makefile.am:
3591         * test/test3.py:
3592         
3593         Added reload test case.
3594
3595 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * po/POTFILES.in:
3598         * backend/djvu/djvu-document.c: (djvu_document_load):
3599
3600         Check whether there are missing files in indirect multipage djvu
3601         documents. Fixes bug #361683. 
3602
3603 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3604
3605         * test/Makefile.am:
3606         * test/test-mime.bin:
3607         * test/test3.py:
3608         
3609         Added test for slow mime type
3610
3611 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3612
3613         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3614
3615         Add some checks and call parent_class->finalize. Fixes bug #404745.
3616
3617 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3618
3619         * shell/ev-navigation-action.c: (connect_proxy):
3620         
3621         Fixes dropdown history menu. Thanks a lot Carlos!
3622
3623 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3624
3625         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3626
3627         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3628         bug #373715.
3629
3630 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3631
3632         * backend/ps/ps.c: (psscan):
3633
3634         Fix memory leak. 
3635
3636 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * configure.ac:
3639         * libdocument/ev-file-helpers.c: 
3640
3641         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3642
3643 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3644
3645         * configure.ac:
3646         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3647         (ps_interpreter_start), (document_load), (save_document),
3648         (save_page_list):
3649         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3650         * libdocument/ev-document-factory.c:
3651         (ev_document_factory_get_from_mime), (get_document_from_uri),
3652         (free_uncompressed_uri), (ev_document_factory_get_document):
3653         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3654
3655         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3656
3657 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3658
3659         * libdocument/ev-document.h:
3660
3661         Fix typo in function name. 
3662
3663 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * backend/ps/ps-document.c: (ps_interpreter_finished),
3666         (ps_interpreter_start), (ps_interpreter_failed):
3667
3668         Handle ghostscript interpreter crashes. 
3669
3670 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * shell/ev-window.c: (ev_window_open_uri),
3673         (window_configure_event_cb):
3674
3675         Setup window size and position before showing it. Fixes bug #401711.
3676
3677 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * backend/ps/Makefile.am:
3680         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3681         (ps_document_dispose), (ps_document_class_init),
3682         (ps_interpreter_input), (ps_interpreter_output),
3683         (ps_interpreter_error), (setup_interpreter_env),
3684         (ps_interpreter_start), (ps_interpreter_stop),
3685         (ps_interpreter_failed), (ps_interpreter_is_ready),
3686         (check_filecompressed), (document_load), (ps_document_load),
3687         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3688         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3689         (render_page):
3690
3691         Rework ps-document. Code cleanups, remove deprecated code. 
3692
3693 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3694
3695         * shell/ev-view.c: (ev_view_button_press_event):
3696
3697         Do not start an image drag and drop operation when pointer is on 
3698         text, so that we can select text when the whole background is an
3699         image. 
3700
3701 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * shell/ev-window.c: (ev_window_update_actions): 
3704
3705         Disable all zoom related actions during presentation mode. 
3706
3707 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3708
3709         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3710
3711         Do not zoom in or out on presentation mode. Fixes bug #401305.
3712
3713 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3714
3715         * shell/ev-navigation-action.c: (connect_proxy),
3716         (create_menu_item), (ev_navigation_action_class_init):
3717         
3718         Correctly show menu and fix crash when navigaton 
3719         action is out of toolbar visible area.
3720
3721 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3722
3723         * data/Makefile.am:
3724         * data/evince.1:
3725         
3726         Added man file
3727
3728 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3729
3730         * help/reference/* :
3731         * configure.ac:
3732         
3733         Added gtk-doc based documentation for Evince.
3734         Still in initial state but I hope it will
3735         grow.
3736         
3737         * configure.ac:
3738         
3739         Lower dbus requirement to 0.70
3740
3741 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3742
3743         * shell/ev-window.c: (ev_window_add_history):
3744
3745         Fix memory leak. 
3746
3747 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3748
3749         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3750         * shell/ev-view.h:
3751         * shell/ev-window.c: (ev_window_add_history):
3752         
3753         Correctly handle named destination links
3754
3755 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3756
3757         * NOTES:
3758         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3759         * backend/pdf/ev-poppler.cc:
3760         * libdocument/ev-document-links.h:
3761         * libdocument/ev-link.c: (ev_link_get_page):
3762         * libdocument/ev-link.h:
3763         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3764         (ev_history_add_link):
3765         * shell/ev-history.h:
3766         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3767         (new_history_menu_item), (build_menu):
3768         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3769         * shell/ev-sidebar-links.c: (create_loading_model),
3770         (print_section_cb), (ev_sidebar_links_construct),
3771         (fill_page_labels), (update_page_callback_foreach),
3772         (update_page_callback), (job_finished_callback):
3773         * shell/ev-view.c: (ev_view_handle_link):
3774         * shell/ev-window.c: (ev_window_find_chapter),
3775         (ev_window_add_history), (view_handle_link_cb),
3776         (history_changed_cb):
3777         
3778         Implements another history variant
3779
3780 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * shell/ev-window.c: (view_external_link_cb):
3783         * shell/ev-view.c: (ev_view_button_release_event):
3784
3785         Open links in new window when clicking with middle button. 
3786
3787 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3788
3789         * shell/ev-navigation-action.c: (new_history_menu_item):
3790         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3791         * shell/ev-view.c: (ev_view_handle_link):
3792         * shell/ev-window.c:
3793         
3794         Store link before jump, not the destination. For me it 
3795         seems like more natural history behavior.
3796
3797 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3798
3799         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3800         (ev_navigation_action_class_init):
3801         * shell/ev-navigation-action.h:
3802         * shell/ev-page-action.c: (activate_cb):
3803         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3804         (ev_page_cache_set_current_page_history):
3805         * shell/ev-page-cache.h:
3806         * shell/ev-sidebar-thumbnails.c:
3807         (ev_sidebar_tree_selection_changed),
3808         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3809         * shell/ev-view-private.h:
3810         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3811         * shell/ev-view.h:
3812         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3813         (ev_window_setup_document), (ev_window_load_job_cb):
3814         * shell/ev-window.h:
3815         
3816         History finally works as expected.
3817
3818 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3819
3820         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3821
3822         Do not update links treeview if it doesn't have a model assigned yet. 
3823
3824 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3825
3826         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3827         (ev_sidebar_links_class_init), (update_page_callback):
3828
3829         Do not update links treeview when sidepane is not visible. 
3830
3831 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3832
3833         * shell/ev-marshal.list:
3834         * shell/ev-page-action.c: (activate_cb),
3835         (ev_page_action_class_init):
3836         * shell/ev-page-action.h:
3837         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3838         * shell/ev-window.c:
3839         
3840         Remove activate_link signal, not required.
3841
3842 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3843
3844         * shell/ev-navigation-action.c: (build_menu):
3845         
3846         Reorder menu items and build menu with fixed length.
3847
3848 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3849
3850         * shell/ev-view.c: (get_selected_text):
3851         
3852         Normalize text to fix ligatures problem. See bug
3853         #341947 for details.
3854
3855 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3856
3857         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3858
3859         Fix memory leak in ev-page-cache. 
3860
3861 2007-01-25  Tom Parker <palfrey@tevp.net>
3862
3863         * backend/impress/impress-document.c: (impress_document_load),
3864         (impress_document_finalize), (impress_document_init):
3865         * properties/ev-properties-main.c: (ev_properties_get_pages):
3866         
3867         Correctly handle impress document errors. Fixes nautilus
3868         crash in property page #370491.
3869
3870 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3871
3872         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3873         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3874         (ev_job_queue_remove_job):
3875         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3876         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3877         (ev_job_load_run):
3878         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3879         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3880         (ev_window_load_job_cb), (xfer_update_progress_callback),
3881         (ev_window_open_uri), (ev_window_dispose):
3882         * shell/main.c: (main):
3883
3884         Do file transfer asynchronously in the main thread instead of
3885         synchronously in the load thread. Fixes bugs #399694, #398307 and
3886         #343542.
3887
3888 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * shell/ev-jobs.c: (ev_job_xfer_run):
3891
3892         Load the document with the font-config lock held. 
3893
3894 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3895
3896         * backend/ps/ps-document.c: (start_interpreter):
3897
3898         Fix memory leaks in ps backend. 
3899
3900 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3901
3902         * backend/impress/impress-document.c:
3903         (impress_document_render_pixbuf):
3904
3905         Do not acquire fontconfig lock in impress backend, since it is using
3906         the main loop for rendering. 
3907
3908 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3909
3910         * po/POTFILES.in: 
3911
3912         Remove mdvi files that shouldn't be translated. 
3913
3914 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3915
3916         * shell/ev-view-private.h:
3917         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3918         (ev_view_set_zoom):
3919
3920         Render "loading..." text into a cairo surface instead of directly into
3921         the window so that fontconfig lock is only needed once and UI is not
3922         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3923
3924 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3925
3926         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3927         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3928
3929         Use icon theme associated with the window screen rather than default. 
3930
3931 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3932
3933         * configure.ac:
3934
3935         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3936
3937 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3938
3939         * data/icons/*/apps/evince.*:
3940
3941         Move Evince icons under new apps directory.
3942
3943         * data/icons/*/actions/*:
3944
3945         Add new custom themeable Evince icons: view-page-continuous, 
3946         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3947         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3948
3949         * configure.ac:
3950
3951         Add new directories to AC_CONFIG_FILES.
3952
3953         * shell/ev-stock-icons.c:
3954         * shell/ev-stock-icons.h:
3955
3956         Use new custom themeable icons.
3957
3958 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3961
3962         Do not draw white background page in presentation mode. 
3963
3964 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3965
3966         * shell/ev-view.c: Remove unused gnome-vfs include.
3967
3968 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3969
3970         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3971         
3972         Format string is corrected, fixes bug #397129.
3973
3974 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * shell/ev-window.c: (ev_window_setup_recent):
3977
3978         Do not include in recent menu inexistent documents. Fixes
3979         bug #339171.
3980
3981 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3982
3983         * po/POTFILES.skip: 
3984
3985         Update POTFILES.skip file according to current source tree. 
3986
3987 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3988
3989         * shell/ev-window.c: (file_save_dialog_response_cb):
3990
3991         Do Save a copy in atomic way. Fixes bug #328266. 
3992
3993 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3996
3997         Keep selected cell always visible in index treeview.
3998
3999 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4000         
4001         * shell/ev-view.c: (ev_view_size_allocate):
4002
4003         Restore horizontal scrollbar after switching to/from fullscreen
4004         or presentation mode. Fixes bug #331728.
4005
4006 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4007
4008         * shell/ev-view-private.h:
4009         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4010         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4011         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4012         (ev_view_can_zoom_out):
4013
4014         Use max and min scale values in the view iby taking dpi into account. 
4015
4016 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * configure.ac:
4019         * NEWS:
4020
4021         Release 0.7.1
4022
4023 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-window.c: (ev_window_print_send):
4026
4027         Send print job to printer with some settings set to default values,
4028         since we have already exported to a file according to such settings
4029         and they could be taken twice by some printers. 
4030
4031 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4032
4033         * shell/ev-jobs.c: (ev_job_xfer_run):
4034         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4035
4036         Show main window and load document with the font-config lock held. 
4037
4038 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4039
4040         * configure.ac:
4041         * shell/ev-application.c: (ev_application_register_service):
4042         * shell/main.c: (load_files_remote):
4043
4044         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4045
4046 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4047
4048         * doc/debugging.txt:
4049         
4050         Remove obsolete documentation.
4051
4052 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4053
4054         * Makefile.am:
4055         * backend/Makefile.am:
4056         * backend/comics/Makefile.am:
4057         * backend/djvu/Makefile.am:
4058         * backend/dvi/Makefile.am:
4059         * backend/ev-async-renderer.c:
4060         * backend/ev-async-renderer.h:
4061         * backend/ev-attachment.c:
4062         * backend/ev-attachment.h:
4063         * backend/ev-backend-marshal.c:
4064         * backend/ev-document-factory.c:
4065         * backend/ev-document-factory.h:
4066         * backend/ev-document-find.c:
4067         * backend/ev-document-find.h:
4068         * backend/ev-document-fonts.c:
4069         * backend/ev-document-fonts.h:
4070         * backend/ev-document-images.c:
4071         * backend/ev-document-images.h:
4072         * backend/ev-document-info.h:
4073         * backend/ev-document-links.c:
4074         * backend/ev-document-links.h:
4075         * backend/ev-document-misc.c:
4076         * backend/ev-document-misc.h:
4077         * backend/ev-document-security.c:
4078         * backend/ev-document-security.h:
4079         * backend/ev-document-thumbnails.c:
4080         * backend/ev-document-thumbnails.h:
4081         * backend/ev-document-transition.c:
4082         * backend/ev-document-transition.h:
4083         * backend/ev-document.c:
4084         * backend/ev-document.h:
4085         * backend/ev-file-exporter.c:
4086         * backend/ev-file-exporter.h:
4087         * backend/ev-image.c:
4088         * backend/ev-image.h:
4089         * backend/ev-link-action.c:
4090         * backend/ev-link-action.h:
4091         * backend/ev-link-dest.c:
4092         * backend/ev-link-dest.h:
4093         * backend/ev-link.c:
4094         * backend/ev-link.h:
4095         * backend/ev-render-context.c:
4096         * backend/ev-render-context.h:
4097         * backend/ev-selection.c:
4098         * backend/ev-selection.h:
4099         * backend/impress/Makefile.am:
4100         * backend/pdf/Makefile.am:
4101         * backend/pixbuf/Makefile.am:
4102         * backend/ps/Makefile.am:
4103         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4104         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4105         (start_interpreter), (stop_interpreter), (document_load),
4106         (ps_document_next_page), (render_page):
4107         * backend/tiff/Makefile.am:
4108         * comics/Makefile.am:
4109         * comics/comics-document.c:
4110         * comics/comics-document.h:
4111         * configure.ac:
4112         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4113         * djvu/Makefile.am:
4114         * djvu/djvu-document-private.h:
4115         * djvu/djvu-document.c:
4116         * djvu/djvu-document.h:
4117         * djvu/djvu-links.c:
4118         * djvu/djvu-links.h:
4119         * djvu/djvu-text-page.c:
4120         * djvu/djvu-text-page.h:
4121         * djvu/djvu-text.c:
4122         * djvu/djvu-text.h:
4123         * dvi/Makefile.am:
4124         * dvi/dvi-document.c:
4125         * dvi/dvi-document.h:
4126         * dvi/fonts.c:
4127         * dvi/fonts.h:
4128         * dvi/mdvi-lib/Makefile.am:
4129         * dvi/mdvi-lib/afmparse.c:
4130         * dvi/mdvi-lib/afmparse.h:
4131         * dvi/mdvi-lib/bitmap.c:
4132         * dvi/mdvi-lib/bitmap.h:
4133         * dvi/mdvi-lib/color.c:
4134         * dvi/mdvi-lib/color.h:
4135         * dvi/mdvi-lib/common.c:
4136         * dvi/mdvi-lib/common.h:
4137         * dvi/mdvi-lib/defaults.h:
4138         * dvi/mdvi-lib/dvimisc.c:
4139         * dvi/mdvi-lib/dviopcodes.h:
4140         * dvi/mdvi-lib/dviread.c:
4141         * dvi/mdvi-lib/files.c:
4142         * dvi/mdvi-lib/font.c:
4143         * dvi/mdvi-lib/fontmap.c:
4144         * dvi/mdvi-lib/fontmap.h:
4145         * dvi/mdvi-lib/fontsrch.c:
4146         * dvi/mdvi-lib/gf.c:
4147         * dvi/mdvi-lib/hash.c:
4148         * dvi/mdvi-lib/hash.h:
4149         * dvi/mdvi-lib/list.c:
4150         * dvi/mdvi-lib/mdvi.h:
4151         * dvi/mdvi-lib/pagesel.c:
4152         * dvi/mdvi-lib/paper.c:
4153         * dvi/mdvi-lib/paper.h:
4154         * dvi/mdvi-lib/pk.c:
4155         * dvi/mdvi-lib/private.h:
4156         * dvi/mdvi-lib/setup.c:
4157         * dvi/mdvi-lib/sp-epsf.c:
4158         * dvi/mdvi-lib/special.c:
4159         * dvi/mdvi-lib/sysdeps.h:
4160         * dvi/mdvi-lib/t1.c:
4161         * dvi/mdvi-lib/tfm.c:
4162         * dvi/mdvi-lib/tfmfile.c:
4163         * dvi/mdvi-lib/tt.c:
4164         * dvi/mdvi-lib/util.c:
4165         * dvi/mdvi-lib/vf.c:
4166         * dvi/pixbuf-device.c:
4167         * dvi/pixbuf-device.h:
4168         * impress/Makefile.am:
4169         * impress/common.h:
4170         * impress/document.c:
4171         * impress/f_oasis.c:
4172         * impress/f_oo13.c:
4173         * impress/iksemel.c:
4174         * impress/iksemel.h:
4175         * impress/imposter.h:
4176         * impress/impress-document.c:
4177         * impress/impress-document.h:
4178         * impress/internal.h:
4179         * impress/r_back.c:
4180         * impress/r_draw.c:
4181         * impress/r_geometry.c:
4182         * impress/r_gradient.c:
4183         * impress/r_style.c:
4184         * impress/r_text.c:
4185         * impress/render.c:
4186         * impress/render.h:
4187         * impress/zip.c:
4188         * impress/zip.h:
4189         * lib/Makefile.am:
4190         * lib/ev-debug.c:
4191         * lib/ev-debug.h:
4192         * lib/ev-file-helpers.c:
4193         * lib/ev-file-helpers.h:
4194         * lib/ev-gui.c:
4195         * lib/ev-gui.h:
4196         * lib/ev-tooltip.c:
4197         * lib/ev-tooltip.h:
4198         * libdocument/Makefile.am:
4199         * libdocument/ev-file-helpers.c:
4200         * pdf/Makefile.am:
4201         * pdf/ev-poppler.cc:
4202         * pdf/ev-poppler.h:
4203         * pixbuf/Makefile.am:
4204         * pixbuf/pixbuf-document.c:
4205         * pixbuf/pixbuf-document.h:
4206         * properties/Makefile.am:
4207         * ps/Makefile.am:
4208         * ps/gsdefaults.c:
4209         * ps/gsdefaults.h:
4210         * ps/gsio.c:
4211         * ps/gsio.h:
4212         * ps/gstypes.h:
4213         * ps/ps-document.c:
4214         * ps/ps-document.h:
4215         * ps/ps.c:
4216         * ps/ps.h:
4217         * shell/Makefile.am:
4218         * shell/ev-application.h:
4219         * shell/ev-sidebar-links.c:
4220         * shell/ev-sidebar-links.h:
4221         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4222         (ev_gui_menu_position_tree_selection):
4223         * shell/ev-utils.h:
4224         * shell/ev-view.c: (ev_view_finalize):
4225         * shell/ev-window.c:
4226         * shell/main.c: (main):
4227         * thumbnailer/Makefile.am:
4228         * tiff/Makefile.am:
4229         * tiff/tiff-document.c:
4230         * tiff/tiff-document.h:
4231         * tiff/tiff2ps.c:
4232         * tiff/tiff2ps.h:
4233         
4234         Reorganize source tree.
4235
4236 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4237
4238         * backend/ev-document-factory.c:
4239
4240         Do not include ev-poppler.h when pdf is disabled. 
4241
4242 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4243
4244         * configure.ac:
4245         * data/evince-ui.xml:
4246         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4247         (pdf_document_document_images_iface_init):
4248         * backend/Makefile.am:
4249         * backend/ev-document-images.[ch]:
4250         * backend/ev-image.[ch]:
4251         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4252         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4253         (ev_job_xfer_run):
4254         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4255         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4256         (ev_pixbuf_cache_get_image_mapping):
4257         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4258         (view_menu_popup_cb), (ev_window_dispose),
4259         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4260         (ev_view_popup_cmd_copy_image):
4261         * shell/ev-view-private.h:
4262         * shell/ev-view.c: (ev_view_get_image_at_location),
4263         (ev_view_do_popup_menu), (ev_view_popup_menu),
4264         (ev_view_button_press_event), (ev_view_drag_data_get),
4265         (ev_view_drag_motion), (ev_view_drag_data_received),
4266         (ev_view_motion_notify_event), (ev_view_button_release_event),
4267         (ev_view_finalize), (ev_view_class_init):
4268
4269         Add image handling support. Fixes bugs #310008 and #325047. Images
4270         selection is not supported yet. 
4271
4272 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4273
4274         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4275         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4276         (ev_view_init):
4277
4278         Move view drag and drop stuff to ev-view.
4279
4280 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4283         * shell/ev-view.c: (clear_selection): 
4284
4285         Clear selection also in pixbuf cache.
4286
4287 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4288
4289         * data/evince.desktop.in.in:
4290         
4291         Change icon name in desktop file. See bug #390734
4292         for details.
4293
4294 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4295
4296         * thumbnailer/Makefile.am:
4297
4298         Use top_builddir instead top_srcdir for generated schema
4299         file installation. Fixes bug #390161.
4300
4301 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4302
4303         * configure.ac:
4304         * backend/Makefile.am:
4305         * backend/ev-document-transition.[ch]:
4306         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4307         (pdf_document_page_transition_iface_init):
4308         * shell/ev-view-private.h:
4309         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4310         (ev_view_set_presentation), (transition_next_page),
4311         (ev_view_presentation_transition_stop),
4312         (ev_view_presentation_transition_start), (ev_view_next_page):
4313
4314         Add page transition support in presentation mode. At the moment only
4315         page duration is supported, but not transition effects. Fixes bug
4316         #309815.
4317
4318 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4319
4320         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4321
4322         Run find_link_dest with document lock held, since it's called by links
4323         thread and main thread at the same time. 
4324
4325 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4326
4327         * shell/ev-view.c: (goto_dest):
4328
4329         Update page-cache when page is changed by the view, so that
4330         page-changed signal is emitted. 
4331
4332 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4333
4334         * test/test1.py:
4335         * test/test2.py:
4336
4337         Use C locale in tests. 
4338
4339 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4340
4341         * shell/ev-window.c: (ev_window_run_presentation):
4342         * shell/ev-view-private.h:
4343         * shell/ev-view.c: (ev_view_set_presentation):
4344
4345         Restore zoom settings when back from presentation mode. 
4346
4347 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4348
4349         * shell/ev-window.c: (ev_window_run_presentation):
4350
4351         Always use "best fit" zoom in presentation mode.
4352         Fixes bug #389195.
4353
4354 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4355
4356         * shell/ev-view.c: (ev_view_goto_window_create):
4357
4358         Show "Jump to page" label in the page jumping popup in
4359         presentation mode instead of just a GtkEntry.
4360
4361 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4362
4363         * shell/ev-window.c: (launch_external_uri):
4364
4365         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4366         #378085.
4367
4368 2006-12-22  Elijah Newren  <newren gmail com>
4369
4370         * configure.ac: explicitly check for libxml2.  Fixes #388795
4371
4372 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4373
4374         * shell/ev-view-private.h:
4375         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4376         (ev_view_goto_window_delete_event), (key_is_numeric),
4377         (ev_view_goto_window_key_press_event),
4378         (ev_view_goto_window_button_press_event),
4379         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4380         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4381         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4382
4383         Allow jumping to another page by typing a page number in presentation
4384         mode. It uses a popup window with an entry. Fixes bug #353625.
4385
4386 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4387
4388         * configure.ac:
4389         * properties/ev-properties-view.c: (ev_get_default_user_units),
4390         (ev_regular_paper_size):
4391         
4392         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4393         to Damien Carbery <damien.carbery@sun.com> and
4394         Yevgen Muntyan <muntyan@tamu.edu>.
4395
4396 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4397
4398         * shell/ev-window.c: (setup_document_from_metadata):
4399
4400         Make sure Evince doesn't restore the view on the last
4401         page when a document is reopened. Fixes bug #383381.
4402
4403 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4404
4405         * shell/ev-view.c: (draw_loading_text):
4406
4407         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4408
4409 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4410
4411         * configure.ac:
4412         * NEWS:
4413
4414         Release 0.7.0
4415
4416 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4417
4418         * configure.ac:
4419         * pdf/ev-poppler.cc: (pdf_print_context_free),
4420         (pdf_document_file_exporter_begin),
4421         (pdf_document_file_exporter_do_page):
4422
4423         Make cairo-pdf depedency optional. 
4424
4425 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4426
4427         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4428
4429         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4430
4431 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4434         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4435         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4436         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4437         * shell/ev-view.c: (draw_loading_text):
4438         * shell/ev-window.c: (ev_window_cmd_file_properties):
4439
4440         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4441         related to using FontConfig from different threads.
4442         
4443 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4444
4445         * shell/ev-view.c: (draw_loading_text):
4446
4447         Acquire lock document when drawing "Loading..." text so that only one
4448         thread will use FontConfig at the same time. Fixes bug #374750.
4449
4450 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4451
4452         * shell/ev-page-action.[ch]: (activate_cb):
4453         * shell/ev-window.c: (activate_label_cb):
4454
4455         Check if text inserted in page entry is a valid page number when it
4456         doesn't match to any document page label. Fixes bug #383165.
4457
4458 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4459         * shell/ev-window.c:
4460
4461         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4462         available with GTK < 2.10. Added an ifdef to avoid compilation
4463         error.
4464
4465 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4466
4467         * configure.ac:
4468         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4469
4470         Fix ps backend in multihead systems.
4471
4472 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4473
4474         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4475         * shell/ev-window.c: (ev_window_get_screen_dpi),
4476         (ev_window_update_actions), (setup_view_from_metadata),
4477         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4478
4479         Take screen DPI into account when zooming. Fixes bug #318285.
4480
4481 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4482
4483         * data/Makefile.am:
4484
4485         Cleaned up/slightly refactored Makefile.am. Added GConf
4486         schemas uninstallation as well.
4487
4488 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4489
4490         * Makefile.am:
4491         * test/Makefile.am:
4492
4493         Fight with autotools to fix make check. Make distcheck
4494         works fine as well now!
4495
4496 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4497
4498         * shell/ev-view.c: (draw_end_presentation_page):
4499
4500         Corrected "end of presentation" string.
4501
4502 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4503
4504         * shell/ev-view.c: (ev_view_key_press_event):
4505
4506         Correctly propagate key press event so that up/down keys
4507         work as expected (correct behaviour was broken by
4508         black/white screen key bindings for presentations).
4509
4510 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4511
4512         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4513         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4514         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4515         (pdf_selection_get_selection_region),
4516         (pdf_selection_get_selection_map):
4517
4518         Add "static" to some private functions. 
4519
4520 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4521
4522         * lib/ev-tooltip.h:
4523         * properties/ev-properties-view.h:
4524         * shell/ev-jobs.h:
4525         * shell/ev-properties-dialog.h:
4526         * shell/ev-properties-fonts.h:
4527         * shell/ev-sidebar-links.h:
4528         * shell/ev-sidebar-thumbnails.h:
4529         * shell/ev-sidebar.h:
4530         * shell/ev-window.h:
4531         
4532         Fixes CHACK type in class casts. See bug #385343
4533         for details.
4534
4535 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4536
4537         * shell/ev-view-private.h:
4538         * shell/ev-view.c: (draw_end_presentation_page),
4539         (ev_view_expose_event), (ev_view_key_press_event),
4540         (ev_view_class_init), (ev_view_init):
4541
4542         Blank screen in presentation mode when pressing 'b' (filling with
4543         black) or 'w' (filling with white) keys. Fixes bug #358132.
4544
4545 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4546
4547         * data/evince-toolbar.xml:
4548         * shell/ev-window.c:
4549         
4550         Use stock icon for Select All action. Fixes
4551         bug #382652.
4552
4553 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4554
4555         * shell/ev-view.c: (get_doc_point_from_offset),
4556         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4557
4558         Add links support in rotated documents. Fixes bug #343733.
4559
4560 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4561
4562         * shell/ev-view-private.h:
4563         * shell/ev-view.c: (draw_end_presentation_page),
4564         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4565
4566         Show a blank page after the last page in presentation mode with a
4567         message indicating that presentation has finished and how to exit. 
4568
4569 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4570
4571         * shell/ev-window.c: (fullscreen_timeout_cb):
4572
4573         Hide cursor after a while in presentation mode. 
4574
4575 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4576
4577         * backend/ev-document-info.h:
4578         * data/evince-properties.glade:
4579         * pdf/ev-poppler.cc:
4580         * properties/ev-properties-view.c: (ev_regular_paper_size),
4581         (ev_properties_view_set_info):
4582         * ps/ps-document.c: (ps_document_get_info):
4583
4584         Adds a paper size field to the properties dialog. Fixes
4585         bug #307315. Patch by Kasper Svendsen (with some i18n
4586         changes done by me).
4587
4588 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4589
4590         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4591         (screensaver_init_dbus), (totem_scrsaver_new),
4592         (totem_scrsaver_init):
4593         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4594         * shell/ev-application.c: (ev_application_register_service),
4595         (ev_application_screensaver_enable),
4596         (ev_application_screensaver_disable):
4597         * shell/ev-application.h:
4598         * shell/ev-window.c: (ev_window_run_presentation),
4599         (ev_window_stop_presentation), (build_comments_string),
4600         (ev_window_init):
4601         
4602         Move screensaver handling to application. No more
4603         message on startup.
4604
4605 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4606
4607         * configure.ac:
4608         * backend/Makefile.am:
4609         * backend/ev-file-exporter.[ch]:
4610         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4611         * ps/ps-document.c: (ps_document_file_exporter_*):
4612         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4613         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4614         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4615         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4616
4617         Allow printing to PDF when suppoted by the backend.
4618         
4619 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4620
4621         * shell/ev-window.c: (build_comments_string):
4622
4623         Use always "Document Viewer" in about dialog. 
4624
4625 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4626
4627         * djvu/djvu-document.c: (djvu_document_get_page_size):
4628
4629         Display a warning message when get_pageinfo fails. 
4630
4631 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4632
4633         * Makefile.am:
4634         * backend/Makefile.am:
4635         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4636         * configure.ac:
4637         * shell/ev-window.c: (build_comments_string):
4638         
4639         Make pdf compilation optional. See bug #38007.
4640
4641 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4642
4643         * ps/ps.c: (get_next_text):
4644
4645         Fix CVE-2006-5864.
4646
4647 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4648
4649         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4650         * shell/ev-navigation-action.c: (connect_proxy),
4651         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4652         
4653         Do not call g_type_class_peek_parent twice.
4654
4655 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4656
4657         * configure.ac:
4658         * data/icons/24x24/.cvsignore:
4659         * data/icons/24x24/Makefile.am:
4660         * data/icons/24x24/evince.png:
4661         * data/icons/Makefile.am:
4662         
4663         Add 24x24 icon. Thanks to 
4664         Michael Monreal <infernux@web.de>.
4665
4666 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4667
4668         * configure.ac: Fix typo in configure.ac. Thanks
4669         to dmacks@netspace.org for notification.
4670
4671 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4672
4673         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4674         
4675         Drop dbus include, fixes compilation with older dbus.
4676
4677 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4678
4679         * configure.ac:
4680         * cut-n-paste/Makefile.am:
4681         * cut-n-paste/totem-screensaver/.cvsignore
4682         * cut-n-paste/totem-screensaver/Makefile.am:
4683         * cut-n-paste/totem-screensaver/README:
4684         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4685         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4686         * shell/Makefile.am:
4687         * shell/ev-window.c: (ev_window_run_presentation),
4688         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4689         (ev_window_init):
4690
4691         Implemented screensaver enabling/disabling for
4692         presentation mode (not fullscreen mode). Code stolen
4693         from Totem (with some minor tweaks). Fixes bug #338889.
4694
4695 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4696
4697         * configure.ac:
4698
4699         Bump gnome-icon-theme requirements. We use the rotation
4700         icons that appeared recently.
4701
4702 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4703
4704         * shell/ev-history.c: (ev_history_add_page):
4705         * shell/ev-history.h:
4706         * shell/ev-window.c: (page_changed_cb):
4707         
4708         Use page labels instead of numbers.
4709
4710 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4711
4712         * data/evince-toolbar.xml:
4713         * po/POTFILES.in:
4714         * shell/Makefile.am:
4715         * shell/ev-navigation-action-widget.c:
4716         (ev_navigation_action_widget_init),
4717         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4718         (menu_detacher), (ev_navigation_action_widget_set_menu),
4719         (menu_position_func), (popup_menu_under_arrow),
4720         (ev_navigation_action_widget_toggled),
4721         (ev_navigation_action_widget_button_press_event):
4722         * shell/ev-navigation-action-widget.h:
4723         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4724         (ev_navigation_action_set_window), (activate_menu_item_cb),
4725         (new_history_menu_item), (new_empty_history_menu_item),
4726         (build_menu), (menu_activated_cb), (connect_proxy),
4727         (create_tool_item), (ev_navigation_action_init),
4728         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4729         * shell/ev-navigation-action.h:
4730         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4731         (ev_page_action_widget_set_page_cache),
4732         (ev_page_action_widget_finalize),
4733         (ev_page_action_widget_class_init), (match_selected_cb),
4734         (display_completion_text), (match_completion), (build_new_tree_cb),
4735         (get_filter_model_from_model),
4736         (ev_page_action_widget_update_model):
4737         * shell/ev-page-action-widget.h:
4738         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4739         (connect_proxy):
4740         * shell/ev-page-action.h:
4741         * shell/ev-stock-icons.c:
4742         * shell/ev-stock-icons.h:
4743         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4744         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4745         (register_custom_actions):
4746         * shell/main.c:
4747         
4748         Preliminary history implementation
4749
4750 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4751
4752         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4753         (dvi_document_class_init), (dvi_document_init_params):
4754         * dvi/mdvi-lib/font.c: (font_reference):
4755         
4756         Add reference to subfont. Fixes bug #374277.
4757
4758 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4759
4760         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4761         (ev_window_cmd_file_open_copy_at_dest):
4762
4763         Fix a race condition when creating symlink. Increase the counter
4764         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4765         Mathias Hasselmann).
4766
4767 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * backend/Makefile.am:
4770         * backend/ev-attachment.c: (ev_attachment_open):
4771         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4772         (ev_tmp_dir), (ev_tmp_filename):
4773         * shell/ev-sidebar-attachments.c:
4774         (ev_sidebar_attachments_drag_data_get):
4775         * shell/ev-window.c: (ev_window_clear_temp_file):
4776
4777         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4778         in ensure_dir_exists. Abort without crashing when we can't create
4779         user's directory.
4780
4781 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4782
4783         * data/evince-ui.xml:
4784         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4785         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4786         (ev_window_cmd_file_open_copy_at_dest),
4787         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4788         (ev_view_popup_cmd_open_link_new_window):
4789
4790         Allow opening a copy of the current document in a new window. Fixes bug
4791         #357472
4792
4793 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4794
4795         * data/evince-toolbar.xml:
4796         
4797         Add rotate right and rotate left to available items for toolbar.
4798         
4799         * data/evince-ui.xml:
4800         * shell/ev-window.c: (ev_window_init):
4801         
4802         Customize toolbar with right click. Fixes bug #372451.
4803
4804 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4805
4806         * shell/ev-window.c: 
4807         
4808         Use "object-rotate-{left,right}" stock icons. Fixes 
4809         bug #373863.
4810
4811 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4812
4813         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4814         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4815         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4816         (ev_window_open_uri):
4817         * shell/main.c: (arguments_parse):
4818
4819         Remove temp file created when evince is used by GTK+ in
4820         preview mode. Fixes bug #365282. 
4821
4822 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4823
4824         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4825         
4826         Fixes bug #372474 - Side pane disabled when entering 
4827         and leaving fullscreen mode.
4828
4829 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4832         * data/Makefile.am:
4833         * data/evince-preview-toolbar.xml:
4834         * data/evince-toolbar.xml:
4835         * shell/ev-application.c: (ev_application_shutdown),
4836         (ev_application_init), (ev_application_get_toolbars_model):
4837         * shell/ev-application.h:
4838         * shell/ev-window.c: (update_chrome_visibility),
4839         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4840         (ev_window_cmd_edit_toolbar), (ev_window_init):
4841         
4842         Fixes bug #364364 - toolbar editor shows zoom actions again.
4843
4844 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4845
4846         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4847
4848         Do not take margins into consideration for paper size when printing.
4849         Really fixes bug #350491.
4850
4851 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4852
4853         * data/evince-ui.xml:
4854         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4855         (ev_window_cmd_file_print_setup),
4856         (ev_window_print_dialog_response_cb),
4857         (ev_window_setup_action_sensitivity):
4858
4859         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4860
4861 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4862
4863         * shell/ev-window.c: (ev_window_print_range):
4864
4865         Revert my previuos commit, since printing to PDF is not supported by
4866         evince yet. 
4867
4868 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4869
4870         * shell/ev-window.c: (ev_window_print_range):
4871
4872         Enable print to a PDF. Fixes bug #332121.
4873
4874 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4875
4876         * shell/ev-application-service.xml:
4877         * shell/ev-application.[ch]: (ev_application_open_window),
4878         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4879         (ev_application_open_uri), (ev_application_open_uri_list):
4880         * shell/ev-window.c: (file_open_dialog_response_cb),
4881         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4882         (drag_data_received_cb), (open_remote_link):
4883         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4884
4885         Add support for multiscreen systems. Fixes bug #316206.
4886
4887 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4888
4889         * shell/ev-jobs.[ch]: (ev_job_print_new),
4890         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4891         (ev_job_print_do_page):
4892         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4893
4894         Allow printing only odd/even pages. Fixes bug #367289.
4895
4896 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4897
4898         * test/test1.py:
4899         * test/test2.py:
4900
4901         Re-add locale settings to test files.
4902
4903 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4904
4905         * data/evince-ui.xml:
4906         * shell/ev-window.c: (set_action_properties):
4907         
4908         Removed garbage from code and ui.
4909
4910 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4911
4912         * shell/ev-window.c: (ev_window_cmd_help_about):
4913
4914         Shamelessly add my name to the list of contributors.
4915
4916 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4917
4918         * test/test1.py:
4919         * test/test2.py:
4920
4921         Cleaned up the dogtail scripts.
4922
4923 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4924
4925         * shell/ev-view.c: (draw_loading_text): Don't render
4926         "loading..." text in presentation mode. Temporary
4927         workaround for bug #320352.
4928
4929 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4930
4931         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4932         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4933
4934         Use print settings scale, copies, collate and reverse which were
4935         ignored. Fixes bug #359032.
4936
4937 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4938
4939         * configure.ac:
4940         * data/evince-password.glade:
4941         * test/Makefile.am:
4942         * test/test-encrypt.pdf:
4943         * test/test-links.pdf:
4944         * test/test1.py:
4945         * test/test2.py:
4946
4947         Add automated UI tests for evince with dogtail. See
4948         bug #300948.    
4949
4950 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4951
4952         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4953
4954         Hide fullscreen toolbar when switching to another desktop workspace.
4955         Fixes bug #338871
4956
4957 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4958
4959         * shell/ev-window-title.c: 
4960         
4961         Test for .dvi in title of pdf documents.
4962
4963 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4964
4965         * shell/ev-view.c: (ev_view_scroll):
4966
4967         Page Up/Down should do page jumps in "Best fit" mode.
4968         If a user has explicitly chosen to view exactly one page
4969         at a time, scrolling just a part of the page when
4970         pressing Page Up/Down is not right. Fixes bug #323107.
4971
4972 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4973
4974         * NEWS:
4975         * configure.ac:
4976         
4977         Update for 0.6.1
4978
4979 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4980
4981         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4982         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4983         
4984         Correctly disconnect from job signals on destroy.
4985
4986 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4987
4988         * shell/ev-view-private.h:
4989         * shell/ev-view.c: (view_set_adjustment_values),
4990         (view_update_range_and_current_page),
4991         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4992         
4993         Fixes bug #343199, current page now follows find page.
4994
4995 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4996
4997         * backend/ev-document-factory.c:
4998         * configure.ac:
4999         Assigned OpenDocument presenation MIME type to the
5000         Impress backend. Added some missing (but harmless)
5001         #ifdefs in the document factory as well to make things
5002         consistent again. Fixes bug #360658.
5003
5004 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5005
5006         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5007         * backend/ev-document-find.c: (ev_document_find_get_type):
5008         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5009         * backend/ev-document-links.c: (ev_document_links_get_type):
5010         * backend/ev-document-security.c: (ev_document_security_get_type):
5011         * backend/ev-document-thumbnails.c:
5012         (ev_document_thumbnails_get_type):
5013         * backend/ev-document.c: (ev_document_get_type):
5014         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5015         * backend/ev-selection.c: (ev_selection_get_type):
5016         * cut-n-paste/recent-files/egg-recent-model.c:
5017         (egg_recent_model_get_type):
5018         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5019         (egg_recent_view_uimanager_get_type):
5020         * cut-n-paste/recent-files/egg-recent-view.c:
5021         (egg_recent_view_get_type):
5022         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5023         (egg_editable_toolbar_get_type):
5024         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5025         (egg_toolbar_editor_get_type):
5026         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5027         (egg_toolbars_model_get_type):
5028         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5029         (egg_tree_multi_drag_source_get_type):
5030         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5031         (ephy_zoom_action_get_type):
5032         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5033         (ephy_zoom_control_get_type):
5034         * impress/r_back.c: (_imp_fill_back):
5035         * properties/ev-properties-main.c:
5036         (ev_properties_plugin_register_type):
5037         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5038         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5039         (ev_view_accessible_factory_get_type):
5040
5041         Reduce relocations. Bug #360616.
5042
5043 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5044
5045         * backend/ev-document-factory.c:
5046         (ev_document_factory_get_document):
5047         
5048         Load document even if extension is wrong.
5049
5050 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * shell/ev-metadata-manager.c: (save_values):
5053         * shell/ev-window.c: (setup_size_from_metadata),
5054         (setup_view_from_metadata), (ev_window_setup_document),
5055         (ev_window_xfer_job_cb), (window_configure_event_cb):
5056         
5057         Set size according to the document size/page size ratio.
5058         That should correct rather wierd behaviour of the previous
5059         commit.
5060
5061 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * shell/ev-window.c: (setup_view_from_metadata):
5064         
5065         Set size for new windows from previous window size.
5066         See bugs #354968 and #168450 for details. Thanks
5067         to Meik Hellmund.
5068
5069 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5070
5071         * djvu/djvu-links.c: (build_tree):
5072
5073         Fix memory leak.
5074
5075 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5076
5077         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5078         
5079         Don't make sidebar close button insensitive. Fixes
5080         bug #357871.
5081
5082 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5083
5084         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5085         (ev_window_set_view_accels_sensitivity):
5086         
5087         Don't enable Slash on documents which don't support
5088         find. Fixes bug #358648.
5089
5090 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5091
5092         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5093         open dialog fall back to the current document uri if the
5094         filechooser hasn't been used before. Fixes bug #356980.
5095
5096 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5097
5098         * shell/ev-window.c: (ev_window_setup_recent), 
5099         (ev_window_get_recent_file_label):
5100
5101         Escape underscores in filenames of recent file items.
5102
5103 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5104
5105         * configure.ac:
5106         
5107         Bumped poppler requirements, really 0.5.3 is very 
5108         buggy, now we require 0.5.4.
5109
5110 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5111
5112         * djvu/Makefile.am:
5113         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5114         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5115         (djvu_document_document_links_iface_init):
5116         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5117         (number_from_string_10), (get_djvu_link_dest),
5118         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5119         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5120         (djvu_links_get_links), (djvu_links_find_link_dest),
5121         (djvu_links_get_links_model):
5122         * djvu/djvu-links.h:
5123         
5124         Add support for links and bookmarks in djvu documents. Thanks
5125         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5126         patch.
5127
5128 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5131         
5132         Reopen should reload document. Fixes 
5133         bug 327951.
5134
5135 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5136
5137         * configure.ac:
5138         * data/Makefile.am:
5139         * data/evince-16.png:
5140         * data/evince-22.png:
5141         * data/evince.png:
5142         * data/evince.svg:
5143         * data/icons/16x16/Makefile.am:
5144         * data/icons/16x16/evince.png:
5145         * data/icons/22x22/Makefile.am:
5146         * data/icons/22x22/evince.png:
5147         * data/icons/48x48/Makefile.am:
5148         * data/icons/48x48/evince.png:
5149         * data/icons/Makefile.am:
5150         * data/icons/scalable/Makefile.am:
5151         * data/icons/scalable/evince.svg:
5152         
5153         Install icons with correct names. Fixes
5154         bug #354429.
5155
5156 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5157
5158         * shell/ev-view.c: (ev_view_button_release_event):
5159
5160         Don't open links with middle mouse button. Fixes bug #353649
5161
5162 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5163
5164         * NEWS:
5165         * configure.ac:
5166         
5167         Update for release 0.6.0
5168
5169 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5170
5171         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5172         Implement Close named action. Patch by Carlos Garcia Campos.
5173
5174 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5175
5176         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5177         
5178         Don't clear link mapping on copy_job_to_job_info. Fixes
5179         bug 346168.
5180
5181 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5182
5183         * shell/main.c: (main):
5184
5185         Revert my previous commit, gnome_program_init owns the option context.
5186         Fix another memory leak in main. Both caught by Christian Persch. 
5187
5188 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5189
5190         * shell/main.c: (main):
5191
5192         Fix memory leak.
5193
5194 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5195
5196         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5197
5198         Fix crash when opening a pdf with password protection. 
5199
5200 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5201
5202         * pdf/ev-poppler.cc: (pdf_document_search_free):
5203
5204         Fix memory leak. 
5205
5206 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5207
5208         * backend/ev-document-factory.c:
5209         (ev_document_factory_get_document):
5210         * tiff/tiff-document.c: (tiff_document_finalize):
5211         
5212         More correct handling of document loading. Fixes
5213         bug #349043.
5214
5215 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5216
5217         * backend/ev-attachment.c: (ev_attachment_save):
5218
5219         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5220         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5221
5222 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5223         
5224         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5225         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5226
5227 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5228
5229         * shell/ev-sidebar-thumbnails.c:
5230
5231         Do not render thumbnails unless thumbnails page is active in the
5232         sidebar.
5233
5234 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5235
5236         * shell/ev-properties-dialog.c:
5237
5238         Fix dialogue spacing. Bug #351370.
5239
5240 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5241
5242         * configure.ac:
5243
5244         Use lowercase gettext catalog file names (evince.mo
5245         instead of Evince.mo)
5246
5247 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5248
5249         * shell/ev-sidebar-attachments.c:
5250
5251         GtkIconTheme is now screen safe too. Fixes bug #350878
5252
5253 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5254
5255         * shell/ev-window.c:
5256
5257         GtkRecent manager is now screen safe. Fixes bug #350145
5258
5259 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5260
5261         * shell/ev-sidebar.c: (ev_sidebar_init):
5262         
5263         Make sidebar close icon smaller. Fix for bug 350177.
5264         See also bugs 350176 and 165770.
5265
5266 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5267
5268         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5269
5270         Ignore zoom for xyz destinations when it's <= 1, keeping user
5271         preferences instead. Set correct sizing-mode for fith and fitv
5272         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5273
5274 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5275
5276         * NEWS:
5277         * configure.ac:
5278         
5279         Update for release 0.5.5
5280
5281 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5282         
5283         * shell/ev-window.c: (ev_window_cmd_escape)
5284
5285         Escape unfocus page entry. Fixes bug #345809.
5286
5287 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5288
5289         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5290         (build_tree), (pdf_document_links_get_links),
5291         (pdf_document_links_find_link_dest):
5292         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5293         (goto_xyz_dest):
5294
5295         Convert from PDF style coordinates to X style coordinates in the
5296         backend rather than in the view. Fixes bug #338440
5297
5298 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5299
5300         * shell/ev-window.c:
5301         
5302         Remove Ctrl+Shift+T shortcut for toolbars. See
5303         the bug #350098.
5304
5305 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5306
5307         * configure.ac:
5308
5309         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5310         of this. 
5311
5312 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5313
5314         * configure.ac:
5315         * cut-n-paste/Makefile.am:
5316         * data/evince-ui.xml:
5317         * shell/Makefile.am:
5318         * shell/ev-application.[ch]:
5319         * shell/ev-window.c:
5320
5321         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5322         #349273
5323
5324 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5325
5326         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5327         findbar code: s/help/search/
5328
5329 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5330
5331         * shell/ev-window.c: (setup_document_from_metadata),
5332         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5333         (setup_view_from_metadata):
5334         
5335         Fix memory leaks.
5336
5337 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5338
5339         * autogen.sh, configure.ac: 
5340         
5341         Update automake usage. See bug 349292.
5342
5343 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5344
5345         * shell/eggfindbar.c: (egg_find_bar_class_init),
5346         (entry_activate_callback), (egg_find_bar_init),
5347         (egg_find_bar_set_status_text):
5348         * shell/eggfindbar.h:
5349         
5350         Unify Evince findbar with Epiphany. Nice patch
5351         from Fabricio Silva <silva@crans.org> and
5352         Frederic Peters <fpeters@entrouvert.com>. See
5353         bug #339966 for details.
5354
5355 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5356
5357         * data/evince.desktop.in.in:
5358         
5359         Correct information for bugzilla. Thanks to
5360         Olaf Vitters, see bug #348855.
5361
5362 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5363
5364         * shell/ev-jobs.[ch]:
5365         * shell/ev-sidebar-links.c:
5366         * shell/ev-window.[ch]:
5367
5368         GtkPrintJob doesn't support print ranges or current page, so we export
5369         to a ps file now when printing ranges or current page.
5370
5371 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5372
5373         * pdf/ev-poppler.cc:
5374         * shell/ev-window.c: (do_action_named):
5375
5376         We should be more clear about bugzilla. See the
5377         poppler bug #7623.
5378
5379 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5380
5381         * configure.ac:
5382         * shell/Makefile.am:
5383         * shell/ev-job-queue.c:
5384         * shell/ev-jobs.[ch]:
5385         * shell/ev-sidebar-links.c:
5386         * shell/ev-window.[ch]:
5387         
5388         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5389         #348422
5390
5391 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5392
5393         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5394         * shell/ev-application-service.xml:
5395         * shell/ev-application.[ch]:
5396         * shell/ev-jobs.[ch]:
5397         * shell/ev-window.[ch]: (ev_window_run_preview):
5398         * shell/main.c: 
5399
5400         Add preview mode to use evince as a printing previewer. It also adds
5401         other command line options for fullscreen and presentation modes.
5402         Fixes bugs #347822, #317031
5403
5404 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * NEWS:
5407         * configure.ac:
5408         
5409         Update for release 0.5.4
5410
5411 2006-07-11  Bastien Nocera <hadess@hadess.net>
5412
5413         * Makefile.am:
5414         * backend/Makefile.am:
5415         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5416         * backend/ev-document-factory.h:
5417         * configure.ac:
5418         * impress/.cvsignore:
5419         * impress/Makefile.am:
5420         * impress/common.h:
5421         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5422         (imp_get_page), (imp_next_page), (imp_prev_page),
5423         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5424         * impress/f_oasis.c: (render_object), (render_page),
5425         (get_geometry), (_imp_oasis_load):
5426         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5427         (_imp_oo13_load):
5428         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5429         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5430         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5431         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5432         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5433         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5434         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5435         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5436         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5437         (iks_new_within), (iks_insert), (iks_insert_cdata),
5438         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5439         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5440         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5441         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5442         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5443         (iks_cdata), (iks_cdata_size), (iks_has_children),
5444         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5445         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5446         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5447         (iks_tree), (iks_load), (iks_save):
5448         * impress/iksemel.h:
5449         * impress/imposter.h:
5450         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5451         (imp_render_draw_bezier_real), (imp_render_get_size),
5452         (imp_render_set_fg_color), (imp_render_draw_line),
5453         (imp_render_draw_rect), (imp_render_draw_polygon),
5454         (imp_render_draw_arc), (imp_render_draw_bezier),
5455         (imp_render_open_image), (imp_render_get_image_size),
5456         (imp_render_scale_image), (imp_render_draw_image),
5457         (imp_render_close_image), (imp_render_markup),
5458         (imp_render_get_text_size), (imp_render_draw_text),
5459         (impress_document_load), (impress_document_save),
5460         (impress_document_get_n_pages), (impress_document_get_page_size),
5461         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5462         (impress_document_finalize), (impress_document_class_init),
5463         (impress_document_can_get_text), (impress_document_get_info),
5464         (impress_document_document_iface_init),
5465         (impress_document_thumbnails_get_thumbnail),
5466         (impress_document_thumbnails_get_dimensions),
5467         (impress_document_document_thumbnails_iface_init),
5468         (impress_document_init):
5469         * impress/impress-document.h:
5470         * impress/internal.h:
5471         * impress/r_back.c: (_imp_fill_back):
5472         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5473         (_imp_draw_image), (_imp_tile_image):
5474         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5475         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5476         (r_polyline):
5477         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5478         (r_draw_gradient_complex), (r_draw_gradient):
5479         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5480         (r_get_bullet):
5481         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5482         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5483         (r_text):
5484         * impress/render.c: (imp_create_context), (imp_context_set_page),
5485         (imp_context_set_step), (imp_render), (imp_delete_context):
5486         * impress/render.h:
5487         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5488         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5489         (zip_load_xml), (zip_get_size), (zip_load):
5490         * impress/zip.h:
5491         * shell/ev-utils.c:
5492         
5493         New backend to support impress slides. Fixes bug #30867.
5494
5495 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5496
5497         * shell/ev-utils.c: (using_postscript_printer):
5498         
5499         Fixes crash when print using PAPI backend,
5500         bug #345012.
5501
5502 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5503
5504         * shell/ev-jobs.c: (ev_job_xfer_run):
5505         * shell/ev-window.c: (password_dialog_response),
5506         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5507         (ev_window_dispose):
5508         Fixes bug #344160: if the xfer job doesn't complete
5509         because a password is required, reload the existing
5510         instance instead of creating a new one.
5511
5512 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5513
5514         * shell/main.c: (main): Call gdk_threads_init. Thus
5515         we'll avoid errors in auth dialog. Fix for the bug
5516         #343347.
5517
5518 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5519
5520         * configure.ac: Advertise pixbuf support, fix
5521         for the bug 343317.
5522
5523 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5524
5525         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5526         (ev_sidebar_thumbnails_set_document):
5527         
5528         Update sidebar thumbnails after reloading.
5529
5530 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5531
5532         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5533         * shell/ev-jobs.h:
5534         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5535         (ev_window_cmd_view_reload), (ev_window_init):
5536         
5537         Don't crash on reload. Fix for the bug #343167.
5538
5539 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5540
5541         * shell/ev-jobs.c: (ev_job_render_run):
5542         
5543         Check for document links.
5544
5545 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5546
5547         * backend/ev-attachment.c: (ev_attachment_save),
5548         (ev_attachment_launch_app), (ev_attachment_open):
5549         * backend/ev-document-factory.c: (get_document_from_uri):
5550         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5551         (egg_recent_view_uimanager_set_list):
5552         * ps/ps-document.c: (check_filecompressed), (document_load),
5553         (ps_document_load):
5554         * shell/ev-metadata-manager.c: (load_values):
5555         * shell/ev-password.c: (ev_password_dialog_set_property):
5556         * shell/ev-view.c: (tip_from_link):
5557         * shell/ev-window.c: (file_save_dialog_response_cb),
5558         (ev_window_print_dialog_response_cb):
5559         
5560         Use consistent quoting style. Fix for the bug #320285.
5561
5562 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5563
5564         * shell/ev-jobs.c: (ev_job_xfer_run):
5565         * shell/main.c: (load_files):
5566                 
5567         Open links with anchors. Fix for the bug #339836.
5568
5569 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5570
5571         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5572         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5573         (ev_link_dest_set_property), (ev_link_dest_finalize),
5574         (ev_link_dest_class_init), (ev_link_dest_new_named),
5575         (ev_link_dest_new_page_label):
5576         * backend/ev-link-dest.h:
5577         * shell/ev-application.c: (ev_application_open_uri):
5578         * shell/ev-view.c: (goto_dest):
5579         * shell/ev-window.c:
5580         * shell/ev-window.h:
5581         
5582         Fix page-label command line option. Bug #342070.
5583
5584 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5585
5586         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5587         
5588         Don't show highlight rects if page can't be showed. Fix for 
5589         the bug #342076
5590
5591 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5592
5593         * shell/ev-window.c: (setup_sidebar_from_metadata),
5594         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5595         
5596         Setup sidebar from metadata even if there is no document
5597         loaded. Fix for the bug #342807.
5598
5599 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5600
5601         * cut-n-paste/toolbar-editor/Makefile.am:
5602         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5603         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5604         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5605         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5606         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5607         (popup_context_menu_cb), (button_press_event_cb),
5608         (configure_item_sensitivity), (configure_item_cursor),
5609         (configure_item_tooltip), (connect_widget_signals),
5610         (action_sensitive_cb), (create_item_from_action),
5611         (create_item_from_position), (toolbar_drag_data_received_cb),
5612         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5613         (toolbar_drag_leave_cb), (configure_drag_dest),
5614         (toggled_visibility_cb), (toolbar_visibility_refresh),
5615         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5616         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5617         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5618         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5619         (egg_editable_toolbar_dispose),
5620         (egg_editable_toolbar_set_ui_manager),
5621         (egg_editable_toolbar_get_selected),
5622         (egg_editable_toolbar_set_selected), (set_edit_mode),
5623         (egg_editable_toolbar_set_property),
5624         (egg_editable_toolbar_get_property),
5625         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5626         (egg_editable_toolbar_new_with_model),
5627         (egg_editable_toolbar_get_edit_mode),
5628         (egg_editable_toolbar_set_edit_mode),
5629         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5630         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5631         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5632         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5633         (item_added_or_removed_cb), (toolbar_removed_cb),
5634         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5635         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5636         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5637         (editor_create_item_from_name), (append_table),
5638         (update_editor_sheet), (egg_toolbar_editor_init):
5639         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5640         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5641         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5642         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5643         (toolbar_node_free), (egg_toolbars_model_get_flags),
5644         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5645         (egg_toolbars_model_get_name), (impl_add_item),
5646         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5647         (parse_data_list), (parse_item_list), (parse_toolbars),
5648         (egg_toolbars_model_load_toolbars), (parse_available_list),
5649         (parse_names), (egg_toolbars_model_load_names),
5650         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5651         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5652         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5653         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5654         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5655         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5656         (egg_toolbars_model_set_types), (fill_avail_array),
5657         (egg_toolbars_model_get_name_avail),
5658         (egg_toolbars_model_get_name_flags),
5659         (egg_toolbars_model_set_name_flags):
5660         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5661         * cut-n-paste/toolbar-editor/eggintl.h:
5662         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5663         (egg_tree_multi_drag_source_get_type),
5664         (egg_tree_multi_drag_source_row_draggable),
5665         (egg_tree_multi_drag_source_drag_data_delete),
5666         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5667         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5668         (path_list_free), (set_context_data), (get_context_data),
5669         (get_info), (egg_tree_multi_drag_drag_data_get),
5670         (egg_tree_multi_drag_motion_event),
5671         (egg_tree_multi_drag_button_press_event),
5672         (egg_tree_multi_drag_add_drag_support):
5673         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5674         * shell/ev-application.c: (ev_application_init),
5675         (ev_application_save_toolbars_model):
5676         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5677         (ev_window_cmd_edit_toolbar), (ev_window_init):
5678         
5679         Sync toolbareditor with epiphany and libegg
5680
5681 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5682
5683         * configure.ac: 
5684
5685         Depend on poppler 0.5.2
5686
5687 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5688
5689         * shell/ev-jobs.c: (ev_job_render_run):
5690         
5691         Check if document supports links iterface.
5692
5693 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5694
5695         * NEWS:
5696         * configure.ac:
5697         
5698         Update for release 0.5.3
5699
5700 2006-05-13  Michael Plump  <plumpy@skylab.org>
5701
5702         * configure.ac:
5703         * shell/Makefile.am:
5704         * shell/main.c: (main):
5705         
5706         Port to GOption command line parsing. Fix for the 
5707         bug #327518
5708
5709 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5710
5711         * shell/ev-window.c: (ev_window_cmd_help_about):
5712         
5713         Do not wrap license. Fix for the bug #309460.
5714
5715 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5716
5717         * configure.ac:
5718         * properties/ev-properties-main.c: (ev_properties_get_pages):
5719         * shell/ev-application.c: (ev_application_open_window),
5720         (ev_application_open_uri_at_dest):
5721         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5722         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5723         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5724         * shell/ev-utils.c: (save_print_config_to_file):
5725         * shell/ev-window.c: (ev_window_cmd_save_as),
5726         (ev_attachment_popup_cmd_save_attachment_as):
5727         * shell/main.c: (load_files_remote):
5728         
5729         Bump requirements to gtk 2.8 and drop all ifdefs used.
5730
5731 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5732
5733         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5734         * shell/ev-window.c: (ev_window_init):
5735         
5736         Show attachments page.
5737
5738 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5739
5740         * po/POTFILES.in:
5741         * shell/ev-attachment-bar.c:
5742         * shell/ev-attachment-bar.h:
5743         * shell/ev-sidebar-attachments.c:
5744         (ev_sidebar_attachments_icon_cache_add),
5745         (icon_theme_get_pixbuf_from_mime_type),
5746         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5747         (ev_sidebar_attachments_icon_cache_refresh),
5748         (ev_sidebar_attachments_get_attachment_at_pos),
5749         (ev_sidebar_attachments_popup_menu_show),
5750         (ev_sidebar_attachments_popup_menu),
5751         (ev_sidebar_attachments_button_press),
5752         (ev_sidebar_attachments_update_icons),
5753         (ev_sidebar_attachments_drag_data_get),
5754         (ev_sidebar_attachments_get_property),
5755         (ev_sidebar_attachments_destroy),
5756         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5757         (ev_sidebar_attachments_new),
5758         (ev_sidebar_attachments_set_document),
5759         (ev_sidebar_attachments_support_document),
5760         (ev_sidebar_attachments_get_label),
5761         (ev_sidebar_attachments_page_iface_init):
5762         * shell/ev-sidebar-attachments.h:
5763         * shell/ev-window.c: (update_chrome_visibility),
5764         (setup_sidebar_from_metadata), (ev_window_setup_document),
5765         (ev_window_sidebar_current_page_changed_cb),
5766         (attachment_bar_menu_popup_cb), (ev_window_init):
5767         
5768         Move attachments bar to sidebar.
5769
5770 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5771
5772         * pdf/ev-poppler.cc:
5773         * shell/ev-application.[ch]:
5774         * shell/main.c:
5775
5776         Fix some memory leaks.
5777
5778 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5779
5780         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5781
5782         Change the properties dialog response to
5783         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5784         will make the dialog go away when the user presses
5785         enter. With gtk+ >= 2.9 this will happen anyway, but for
5786         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5787         escape by default. Fixes bug #340539. See also bug
5788         #101293 for the gtk+ part.
5789
5790 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5791
5792         * shell/ev-view.c (tip_from_action_named): Replace some strings
5793         that were wrong. Closes #340970.
5794
5795 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5796
5797         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5798
5799         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5800         #341049
5801
5802 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5803
5804         * djvu/Makefile.am:
5805         * dvi/Makefile.am:
5806         * dvi/mdvi-lib/Makefile.am:
5807         * properties/Makefile.am:
5808         * ps/Makefile.am:
5809         * shell/Makefile.am:
5810         * thumbnailer/Makefile.am:
5811         
5812         Due to broken libtool that is unable to track dependencies
5813         of noinst libraries we are forced to explicitely point
5814         libraries for binary. Fix for the bug #333334.
5815
5816 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5817
5818         * data/evince.desktop.in.in:
5819         * shell/ev-view.c: (view_update_range_and_current_page),
5820         (ev_view_next_page), (ev_view_previous_page):
5821         * shell/ev-window.c: (update_chrome_visibility),
5822         (setup_sidebar_from_metadata), (ev_window_setup_document),
5823         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5824         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5825         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5826         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5827         (ev_window_stop_presentation), (ev_window_focus_in_event),
5828         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5829         (ev_window_init):
5830         * thumbnailer/Makefile.am:
5831         
5832         Update fullscreen and presentation timeout handling. Hide
5833         cursor in presentation after timeout. Fix for the bugs
5834         #136359 and #336981.
5835
5836 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5837
5838         * backend/ev-link-action.[ch]:
5839         * pdf/ev-poppler.cc: (ev_link_from_action):
5840         * shell/ev-view-private.h:
5841         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5842         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5843
5844         Add support for Named Action links
5845
5846 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5847
5848         * backend/Makefile.am:
5849         * backend/ev-document-links.[ch]:
5850         * backend/ev-document.[ch]:
5851         * backend/ev-link-action.[ch]:
5852         * backend/ev-link-dest.[ch]:
5853         * backend/ev-link.[ch]:
5854         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5855         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5856         * shell/ev-page-action.c: (build_new_tree_cb):
5857         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5858         (links_page_num_func), (update_page_callback):
5859         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5860         (tip_from_link):
5861         * shell/ev-jobs.c:
5862         * shell/ev-window.[ch]: (ev_window_open_uri),
5863         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5864         * shell/ev-application.[ch]: (ev_application_open_window),
5865         (ev_application_open_uri):
5866
5867         Rework links system, it adds support for remote links now and it makes
5868         easier to add new kinds of actions and destinations. Fixes bug #317292
5869
5870 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5871
5872         * data/Makefile.am:
5873         * data/evince.png:
5874         * data/evince-16.png:
5875         * data/evince-22.png:
5876         * data/evince.svg:
5877         * shell/main.c: (main):
5878         
5879         Evince use it's own icon. Fix for the bug #313392.
5880
5881         * shell/ev-window.c: (fullscreen_timeout_cb),
5882         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5883         (ev_window_cmd_help_about), (ev_window_dispose):
5884         
5885         Simplify fullscreen timeout code.
5886
5887 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5888
5889         * backend/ev-attachment.c: 
5890         * shell/ev-attachment-bar.c:
5891         * shell/ev-window.c:
5892
5893         Allow multiple selection of attachments
5894
5895 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5896
5897         * shell/ev-view.c: (view_update_range_and_current_page),
5898         (ev_view_scroll):
5899         
5900         Fix for the bug #312573 – Optimal selection of current 
5901         page among visible pages.
5902
5903 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5904
5905         * configure.ac:
5906         * djvu/Makefile.am:
5907         * djvu/djvu-text.h:
5908         
5909         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5910         for the bug 339868.
5911
5912 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5913
5914         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5915
5916 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5917
5918         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5919         dictated by the GNOME HIG. Fixes bug #339235.
5920
5921 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5922
5923         * data/evince-ui.xml:
5924         * shell/ev-view.c: (ev_view_can_find_previous):
5925         * shell/ev-view.h:
5926         * shell/ev-window.c: (ev_window_update_actions),
5927         (ev_window_cmd_edit_find_previous):
5928
5929         Add support for "Find Previous" as dictated by the GNOME HIG. A
5930         menu item is added and some glue code to make it all work is added
5931         to various files.
5932
5933 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5934
5935         * configure.ac: Award myself the "useless use of cat" award.
5936
5937 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5938
5939         * po/LINGUAS: New file listing all supported languages.
5940
5941         * configure.in: Use po/LINGUAS instead of including all languages
5942         directly in this file. See the wiki for more information:
5943         http://live.gnome.org/GnomeGoals/PoLinguas
5944
5945 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5946
5947         * backend/ev-document-factory.c:
5948
5949         Do not load the document twice when there isn't errors
5950
5951 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5952
5953         * backend/ev-attachment.c: 
5954
5955         Fix a crash when there isn't a default application to open an
5956         attachment
5957
5958 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5959
5960         * backend/ev-attachment.[ch]:
5961         * shell/ev-attachment-bar.[ch]:
5962
5963         Added missing files. 
5964
5965 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5966
5967         * backend/Makefile.am:
5968         * data/evince-ui.xml:
5969         * backend/ev-attachment.[ch]:
5970         * backend/ev-document.[ch]: (ev_document_has_attachments),
5971         (ev_document_get_attachments):
5972         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5973         (attachment_save_to_buffer), (pdf_document_get_attachments),
5974         (pdf_document_document_iface_init):
5975         * shell/Makefile.am:
5976         * shell/ev-attachment-bar.[ch]:
5977         * shell/ev-window.c:
5978
5979         Add support for PDF attachments. Fixes bug #325143
5980
5981 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5982
5983         * backend/ev-document-factory.c: (get_document_from_uri),
5984         (ev_document_factory_get_document):
5985         * backend/ev-document-factory.h:
5986         * properties/ev-properties-main.c: (ev_properties_get_pages):
5987         * shell/Makefile.am:
5988         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5989         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5990         (ev_job_queue_remove_job):
5991         * shell/ev-job-queue.h:
5992         * shell/ev-job-xfer.c:
5993         * shell/ev-job-xfer.h:
5994         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5995         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5996         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5997         (ev_job_xfer_run):
5998         * shell/ev-jobs.h:
5999         * shell/ev-window.c: (ev_window_is_empty),
6000         (password_dialog_response), (ev_window_clear_xfer_job),
6001         (ev_window_xfer_job_cb), (ev_window_open_uri),
6002         (ev_window_cmd_focus_page_selector),
6003         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6004         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6005         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6006         (ev_window_dispose):
6007         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6008         
6009         * Cleanup mime type detection on document load. Fix for the
6010         bug #336448.
6011
6012 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6013
6014         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6015         
6016         Fix crash on exit, described in the bug #336825.
6017
6018 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6019
6020         * backend/ev-document-factory.c:
6021         (ev_document_factory_get_from_mime),
6022         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6023         (ev_document_factory_get_document),
6024         (file_filter_add_mime_list_and_free),
6025         (ev_document_factory_add_filters):
6026         * backend/ev-document-factory.h:
6027         * properties/ev-properties-main.c: (ev_properties_get_pages):
6028         * shell/Makefile.am:
6029         * shell/ev-application.c:
6030         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6031         * shell/ev-window.c: (ev_window_cmd_file_open),
6032         (ev_window_cmd_save_as):
6033         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6034         
6035         Rework factory functions so they are placed now in a single 
6036         file ev-document-factory.c
6037
6038 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6039
6040         * shell/ev-window.c: (update_chrome_visibility):
6041         
6042         Fix for the bug 166566 - don't show menubar in fullscreen
6043         mode.
6044
6045 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6046
6047         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6048
6049 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6050
6051         * shell/ev-view.c: (ev_view_expose_event):
6052         
6053         More correctly draw loading text when document
6054         is empty.
6055
6056 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6057
6058         * shell/ev-view.c: (ev_view_scroll):
6059         
6060         Fix for the bug #334854, page down and page up switch
6061         pages in presentation mode.
6062
6063 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6064
6065         * shell/ev-window.c: (ev_window_set_action_sensitive),
6066         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6067         (ev_window_set_view_accels_sensitivity),
6068         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6069         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6070         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6071         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6072         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6073         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6074         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6075         (view_actions_focus_in_cb), (ev_window_init):
6076         
6077         Fix for the bug #333902, now it's possible to search
6078         words with slash.
6079
6080 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6081
6082         * configure.ac: Added Breton translation.
6083         * po/br.po: Added Breton translation.
6084
6085 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6086
6087         * shell/ev-window-title (ev_window_title_update):
6088
6089         Fix memory leak in window title. Fixes bug #333944
6090
6091 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6092
6093         * shell/ev-metadata-manager.c (parseItem):
6094
6095         Fix memory leaks. Fixes bug #333945
6096
6097 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6098         
6099         * NEWS, configure.ac, TODO:
6100         
6101         Update for release 0.5.2.
6102
6103 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6104
6105         * shell/ev-view.c: (view_update_range_and_current_page),
6106         (page_changed_cb):
6107         
6108         Don't jump on scrolling, fix for the bug #333127.
6109
6110 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6111
6112         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6113         
6114         Scroll by one page in presentation mode. Fix for the bug
6115         #332993.
6116
6117 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6118
6119         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6120
6121 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6122
6123         * configure.ac  Added lv in ALL_LINGUAS line.
6124
6125 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6126         
6127         * NEWS, configure.ac:
6128         
6129         Update for release 0.5.1
6130
6131 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6132
6133         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6134         * backend/ev-document-misc.h:
6135         * shell/ev-view.c: (draw_one_page):
6136         
6137          Clairfy what page the toolbar page number applies to. Fix
6138          for the bug #328102.
6139
6140 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6141
6142         * shell/ev-view-private.h:
6143         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6144         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6145         (ev_view_search_changed):
6146         * shell/ev-view.h:
6147         * shell/ev-window.c: (find_bar_search_changed_cb):
6148         
6149         Dont't jump to find result if window was scrolled during search.
6150         Fix for the bug #313266.
6151
6152 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6153
6154         * shell/eggfindbar.c: (egg_find_bar_class_init):
6155         * shell/eggfindbar.h:
6156         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6157         * shell/ev-view-private.h:
6158         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6159         (ev_view_class_init), (ev_sizing_mode_get_type),
6160         (ev_scroll_type_get_type):
6161         * shell/ev-view.h:
6162         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6163         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6164         (ev_window_init):
6165         
6166         Fix for the bug 319133 - Find entry should allow text scroll.
6167
6168 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6169
6170         * shell/ev-view-private.h:
6171         * shell/ev-view.c: (view_update_range_and_current_page),
6172         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6173         (ev_view_set_document), (update_find_status_message),
6174         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6175         (ev_view_find_previous):
6176         
6177         Fix for the bug #319137. Search now takes account for scrolling.
6178
6179 2006-02-19  Michael Hofmann <mh21@piware.de>
6180
6181         * configure.ac:
6182         * djvu/Makefile.am:
6183         * djvu/djvu-document-private.h:
6184         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6185         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6186         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6187         (djvu_document_can_get_text), (djvu_document_get_text),
6188         (djvu_document_document_iface_init),
6189         (djvu_document_thumbnails_get_thumbnail),
6190         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6191         (djvu_document_find_get_result),
6192         (djvu_document_find_page_has_results),
6193         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6194         (djvu_document_find_iface_init):
6195         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6196         (djvu_text_page_selection), (djvu_text_page_limits_process),
6197         (djvu_text_page_limits), (djvu_text_page_copy),
6198         (djvu_text_page_position), (djvu_text_page_union),
6199         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6200         (djvu_text_page_box), (djvu_text_page_append_text),
6201         (djvu_text_page_search), (djvu_text_page_prepare_search),
6202         (djvu_text_page_new), (djvu_text_page_free):
6203         * djvu/djvu-text-page.h:
6204         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6205         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6206         (djvu_text_n_results), (djvu_text_has_results),
6207         (djvu_text_get_result), (djvu_text_get_progress):
6208         * djvu/djvu-text.h:
6209         
6210         Text search in djvu. Fix for the bug #303415.
6211
6212 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6213
6214         * configure.ac:
6215         * shell/ev-window.c: (ev_window_cmd_save_as):
6216         
6217         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6218         Thanks to Gary Coady <gary@lyranthe.org>
6219
6220 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * shell/ev-print-job.c: (idle_print_handler):
6223         
6224         Inverse order printing, bug #320919.
6225
6226 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * data/evince-toolbar.xml:
6229         * shell/ev-window.c:
6230         
6231         Allow to add sidebar checkbutton on toolbar. Fix
6232         for the bug #144577.
6233
6234 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6235
6236         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6237         
6238         Add checks that have sense for empty ps document.
6239
6240 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6241
6242         * configure.ac: Include PS in mime types list. 
6243
6244 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6245
6246         * configure.ac:
6247         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6248         * ps/gsdefaults.h:
6249         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6250         
6251         Runtime check for gs interpreter. Fix for the bug #320868.
6252         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6253
6254 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6255
6256         * shell/ev-application.c: 
6257
6258         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6259         dbus>=0.60, so that the request is not queued. 
6260
6261 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6262
6263         * configure.ac:
6264         * shell/Makefile.am:
6265         * shell/ev-sidebar-links.c: (print_section_cb):
6266         * shell/ev-utils.c:
6267         * shell/ev-utils.h:
6268         * shell/ev-window.c: (update_action_sensitivity),
6269         (ev_window_close_dialogs), (ev_window_print):
6270         * shell/ev-window.h:
6271         
6272         Make printing support optional. Patch from Eduardo de Barros Lima
6273         <eduardo.lima@indt.org.br> for the bug #330546.
6274
6275 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6276
6277         * shell/ev-view-private.h:
6278         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6279         (ev_view_set_document):
6280         * shell/ev-view.h:
6281         * shell/ev-window.c: (ev_window_load_job_cb),
6282         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6283         (ev_window_init):
6284
6285         Draw Loading message during xfer job. Fix for the bug #329495.
6286
6287 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6288
6289         * comics/comics-document.c: (comics_regex_quote),
6290         (comics_document_load), (extract_argv):
6291         
6292         Correcly quote regexp before passing it to unzip.
6293
6294 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6295
6296         * shell/ev-page-cache.c: (build_height_to_page),
6297         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6298         (ev_page_cache_get_dual_even_left):
6299         * shell/ev-page-cache.h:
6300         * shell/ev-view.c: (view_update_range_and_current_page),
6301         (get_page_y_offset), (get_page_extents):
6302         
6303         Place even pages to the left if document has less then
6304         two pages. Fix for the bug #328856.
6305
6306 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6309         
6310         Correct comics scheme. This make evince create thumbnails
6311         for comic books. Fix for the bug 329088.
6312
6313 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6314
6315         * data/evince-password.glade: Don't explicitly set
6316         invisible_char to the current default value in case
6317         the default changes; let GTK+ do its magic.
6318
6319 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6320
6321         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6322         real filename to tmp filename since often document
6323         type is determined by extension.
6324
6325 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6326
6327         * shell/ev-view.c: (add_scroll_binding_keypad),
6328         (ev_view_binding_activated), (ev_view_class_init):
6329         
6330         Add keybindings for percision-scrolling of display area. 
6331         Fix for the bug #314072.
6332
6333 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6334
6335         * data/evince.desktop.in.in:
6336         
6337         Add GTK to the list of categories. Fix for the bug #328034.
6338
6339 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6340
6341         * shell/ev-application.c: (ev_application_shutdown),
6342         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6343         * shell/ev-application.h:
6344         * shell/ev-window.c: (file_open_dialog_response_cb),
6345         (ev_window_cmd_file_open):
6346         
6347         Save last uri in file chooser dialog. Fix for the bug #327950.
6348
6349 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6350
6351         * NEWS:
6352         * README:
6353         
6354         Final update for release 0.5.0
6355         
6356         * shell/Makefile.am:
6357         
6358         Remove disable deprecated until we'll require libgnome-2.13.7
6359         and port to GOption argument parsing. See bug 327518.
6360
6361 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6362
6363         * comics/comics-document.c: (comics_document_save):
6364         * djvu/djvu-document.c: (djvu_document_save):
6365         * dvi/dvi-document.c: (dvi_document_save):
6366         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6367         * lib/ev-file-helpers.h:
6368         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6369         * tiff/tiff-document.c: (tiff_document_save):
6370         
6371         Use common save function for backends.
6372
6373 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6374
6375         * backend/ev-document-types.c:
6376         
6377         Fix crash on saving pixbuf.
6378
6379 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6380
6381         * cut-n-paste/recent-files/egg-recent-item.c:
6382         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6383         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6384         (parse_info_free), (valid_element), (start_element_handler),
6385         (end_element_handler), (text_handler), (egg_recent_model_filter),
6386         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6387         (egg_recent_model_monitor), (egg_recent_model_read),
6388         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6389         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6390         (egg_recent_model_set_property), (egg_recent_model_class_init),
6391         (egg_recent_model_init), (egg_recent_model_add_full),
6392         (egg_recent_model_delete), (egg_recent_model_get_list),
6393         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6394         (egg_recent_model_set_filter_mime_types),
6395         (egg_recent_model_clear_group_filter),
6396         (egg_recent_model_set_filter_groups),
6397         (egg_recent_model_clear_scheme_filter),
6398         (egg_recent_model_set_filter_uri_schemes),
6399         (egg_recent_model_remove_expired):
6400         * cut-n-paste/recent-files/egg-recent-util.c:
6401         (egg_recent_util_get_icon):
6402         * cut-n-paste/recent-files/egg-recent-util.h:
6403         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6404         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6405         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6406         (egg_recent_view_uimanager_set_property),
6407         (egg_recent_view_uimanager_get_property),
6408         (egg_recent_view_uimanager_class_init),
6409         (egg_recent_view_uimanager_init),
6410         (egg_recent_view_uimanager_set_label_width),
6411         (egg_recent_view_uimanager_get_label_width):
6412         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6413         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6414         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6415         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6416         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6417         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6418         
6419         Update from libegg.
6420
6421 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6422
6423         * shell/ev-page-cache.c: (build_height_to_page),
6424         (ev_page_cache_get_height_to_page):
6425         * shell/ev-page-cache.h:
6426         * shell/ev-view.c: (view_update_range_and_current_page),
6427         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6428         (ev_view_previous_page):
6429         
6430         Dual mode places even pages to the left. Fix for the bug #309393.
6431
6432         * shell/ev-view.h:
6433         * shell/ev-window.c: (update_action_sensitivity),
6434         (setup_view_from_metadata), (view_menu_popup_cb):
6435         
6436         Don't restore presentation in empty windows, more intelligent
6437         next page behaviour in dual mode.
6438
6439         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6440         (ev_pixbuf_cache_clear_job_sizes):
6441         
6442         Cleanup job callback on removal. Fix for the bug #325886.
6443
6444 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6445
6446         * ps/ps.c: (psscan):
6447         
6448         Commit workaround Mozilla problem. Fix for the bug #325919
6449         
6450         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6451         (save_item):
6452         
6453         Fix for year 2038 problem.
6454
6455 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6456
6457         * shell/ev-window.c: (setup_document_from_metadata),
6458         (ev_window_cmd_view_reload):
6459
6460         Clamp page recieved from metadata in valid values. Fix
6461         for the bug #325986.
6462
6463 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6464
6465         * MAINTAINERS: 
6466         Add MAINTAINERS as requested on desktop-devel-list.
6467
6468 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6469
6470         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6471         (mime_type_supported_by_gdk_pixbuf),
6472         (ev_document_factory_get_mime_types),
6473         (ev_document_factory_get_all_mime_types):
6474         
6475         Don't add pixbuf mime types if pixbuf backend is disabled.
6476         
6477         * shell/ev-application.c: (ev_application_get_uri_window):
6478         
6479         Fix for the bug 325815 - unhandled MIME type message doesn't 
6480         appear a second time. 
6481         
6482         * shell/ev-document-types.c: (ev_document_types_add_filters):
6483         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6484         (password_dialog_response), (ev_window_popup_password_dialog),
6485         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6486         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6487         (ev_window_run_presentation), (ev_window_stop_presentation),
6488         (save_sizing_mode), (ev_window_zoom_changed_cb),
6489         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6490         (ev_window_dual_mode_changed_cb),
6491         (ev_window_sidebar_current_page_changed_cb),
6492         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6493         (window_state_event_cb), (window_configure_event_cb):
6494         
6495         Cleanup additional uris holded by EvWindow.
6496
6497 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6498
6499         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6500         (ev_view_can_previous_page), (ev_view_can_next_page):
6501         * shell/ev-view.h:
6502         * shell/ev-window.c: (update_action_sensitivity):
6503         
6504         Two page scrolling with Space and PageUp in dual mode. Second fix 
6505         for the bug #316608.
6506
6507 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6508
6509         * shell/ev-view.c: (scroll_to_current_page):
6510         
6511         Correctly clamp adjustment value. Fix for the bug
6512         #325808.
6513
6514 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6515
6516         * shell/ev-sidebar-links.c: (print_section_cb):
6517         * shell/ev-window.c: (ev_window_get_uri),
6518         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6519         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6520         (ev_window_dispose):
6521         
6522         Make print dialog non-modal. Fix for the bug #325622.
6523
6524 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6525
6526         * shell/ev-metadata-manager.c:
6527         * shell/ev-utils.c: (using_pdf_printer),
6528         (using_postscript_printer), (load_print_config_from_file),
6529         (save_print_config_to_file):
6530         * shell/ev-utils.h:
6531         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6532         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6533         (setup_view_from_metadata), (ev_window_setup_document),
6534         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6535         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6536         (ev_window_run_presentation), (ev_window_stop_presentation),
6537         (save_sizing_mode), (ev_window_zoom_changed_cb),
6538         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6539         (ev_window_dual_mode_changed_cb),
6540         (ev_window_sidebar_current_page_changed_cb),
6541         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6542         (window_state_event_cb), (window_configure_event_cb),
6543         (ev_window_init):
6544         
6545         Setting saving behaviour fixes.
6546
6547 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6548
6549         * configure.ac:
6550         
6551         Make antialiasing gs options better and allow
6552         to change them during configure. Fix for the 
6553         bug #319049.
6554
6555 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6556
6557         * shell/ev-window.c: (setup_view_from_metadata):
6558         
6559         Remember if last window was maximized. Fix for the
6560         bug #323797.
6561
6562 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6563
6564         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6565
6566 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6567
6568         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6569         * shell/ev-page-action.c: (build_new_tree_cb):
6570         * shell/ev-sidebar-links.c: (links_page_num_func),
6571         (update_page_callback_foreach), (update_page_callback):
6572         * shell/ev-view.c: (scroll_to_current_page):
6573         
6574         Fix for the bug #325067 with more intelligent selection
6575         of current link in sidebar. Make sidebar handle links
6576         of FITR-like type more correctly.
6577
6578         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6579         (dvi_pixbuf_put_pixel):
6580         
6581         Fix memory consumtion with disabled alpha channel.
6582
6583 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6584
6585         * data/evince-ui.xml:
6586         * shell/ev-window.c: (view_menu_popup_cb),
6587         (ev_popup_cmd_open_link), (ev_window_init):
6588         
6589         Update context menu for internal links. Fix for the bug
6590         #325066.
6591
6592 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6593
6594         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6595         
6596         Bind context menu to keyboard also. Fix for the bug
6597         #325065.
6598
6599 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6600
6601         * shell/ev-view.c: (selection_scroll_timeout_cb):
6602         
6603         Horizontal scroll on selection also.
6604
6605 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * shell/ev-metadata-manager.c: (parse_value):
6608         * shell/ev-view.c: (goto_xyz_link):
6609         
6610         Correct zoom setup and metadata save broken in 
6611         some locales.
6612
6613 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6614
6615         * shell/ev-view-private.h:
6616         * shell/ev-view.c: (scroll_to_current_page),
6617         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6618         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6619         (page_changed_cb), (ev_view_set_continuous),
6620         (ev_view_set_dual_page), (ev_view_set_presentation):
6621         
6622         Delay scroll until allocation to correctly position page. Fix
6623         for the bug #317334.
6624
6625 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6626
6627         * NEWS:
6628         * configure.ac:
6629         
6630         Update NEWS and require poppler 0.5.0.
6631
6632 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6633         
6634         * data/evince-ui.xml:
6635         * shell/ev-view-private.h:
6636         * shell/ev-view.c: (ev_view_get_link_at_location),
6637         (handle_link_over_xy), (ev_view_button_press_event),
6638         (ev_view_button_release_event), (ev_view_class_init):
6639         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6640         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6641         (ev_window_init):
6642         
6643         Implement right-click context menu.
6644
6645 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6646
6647         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6648         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6649         (mdvi_pixbuf_device_render):
6650         * pdf/ev-poppler.cc:
6651
6652         Don't generate thumbnails with alpha. See bug #324077.
6653         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6654
6655 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * shell/ev-window.c: (setup_chrome_from_metadata):
6658         
6659         Fix typo that was hiding toolbar.
6660
6661 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6662
6663         * shell/ev-view-private.h:
6664         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6665         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6666         (ev_view_button_release_event), (ev_view_destroy):
6667         
6668         Small cleanup and autoscrolling during selection. Thanks to 
6669         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6670
6671 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6672
6673         * configure.ac:
6674         
6675         Correctly check for comics option.
6676
6677 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6678         * Makefile.am:
6679         * configure.ac:
6680         * backend/Makefile.am:
6681         * backend/ev-document-factory.c:
6682         * shell/ev-document-types.c:
6683
6684         Included option in configure to make ps backend 
6685         compilation optional with --disable-ps.
6686
6687 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6688
6689         * backend/ev-document-factory.c:
6690         * comics/Makefile.am:
6691         * comics/comics-document.c: (comics_document_load):
6692         * comics/ev-cbr-mime.xml:
6693         * configure.ac:
6694         
6695         Comics mime types are added to shared-mime-info CVS. Now
6696         we don't need to install our own mime types.
6697
6698 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6699
6700         * shell/ev-window.c:
6701         
6702         Add shortcut for "save a copy" menu entry. Fix for
6703         the bug #324582.
6704
6705 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6706
6707         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6708         (job_finished_cb), (new_selection_pixbuf_needed),
6709         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6710         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6711         
6712         Rework selection job info logic and fix critical warning.
6713
6714 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6715
6716         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6717
6718 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6719
6720         * data/evince-ui.xml:
6721         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6722         
6723         Enter as shortcut key for next page. Fix for the bug
6724         #321394.
6725
6726 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6727
6728         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6729
6730 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6731
6732         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6733         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6734         (new_selection_pixbuf_needed),
6735         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6736         (clear_job_selection):
6737         
6738         Too early for 0.5. Pixbuf cache code cleaned a bit.
6739
6740 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6741
6742         * NEWS:
6743         * configure.ac:
6744         
6745         Release 0.5.0 preparation
6746
6747 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6748
6749         * comics/Makefile.am:
6750         * configure.ac:
6751         * shell/ev-document-types.c: (ev_document_types_add_filters):
6752         
6753         More advanced handling of custom mime type installation.
6754
6755 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6756
6757         * data/evince.schemas.in:
6758         * shell/ev-metadata-manager.c: (value_free),
6759         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6760         (ev_metadata_manager_get), (ev_metadata_manager_set):
6761         * shell/ev-metadata-manager.h:
6762         * shell/ev-window.c: (update_chrome_flag),
6763         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6764         (setup_document_from_metadata), (setup_chrome_from_metadata),
6765         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6766         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6767         (ev_window_view_toolbar_cb),
6768         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6769         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6770         
6771         Save last document settings and reuse them for new documents.
6772
6773 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6774
6775         * Makefile.am:
6776         * backend/Makefile.am:
6777         * backend/ev-document-factory.c:
6778         * backend/ev-document-factory.h:
6779         * comics/Makefile.am:
6780         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6781         (comics_document_load), (comics_document_save),
6782         (comics_document_get_n_pages), (comics_document_get_page_size),
6783         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6784         (comics_document_class_init), (comics_document_can_get_text),
6785         (comics_document_get_info), (comics_document_document_iface_init),
6786         (comics_document_init), (get_supported_image_extensions),
6787         (comics_document_thumbnails_get_geometry),
6788         (comics_document_thumbnails_get_thumbnail),
6789         (comics_document_thumbnails_get_dimensions),
6790         (comics_document_document_thumbnails_iface_init), (extract_argv):
6791         * comics/comics-document.h:
6792         * comics/ev-cbr-mime.xml:
6793         * configure.ac:
6794         * po/POTFILES.in:
6795         * shell/ev-application.c: (ev_application_register_service):
6796         * shell/ev-document-types.c: (ev_document_types_add_filters):
6797         * thumbnailer/Makefile.am:
6798         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6799         
6800         New CBR/CBZ backend for comic books.
6801
6802 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * shell/main.c: (load_files_remote):
6805
6806         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6807         warning on startup of second instance is fixed. It
6808         is bug #320353.
6809
6810 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6811
6812         * shell/ev-window.c: (ev_window_finalize):
6813         
6814         Fix double free that cause crash.
6815
6816 2005-10-29  Bastien Nocera <hadess@hadess.net>
6817
6818         * tiff/tiff-document.c: (tiff_document_load):
6819         
6820         Fix memory leak.
6821
6822 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6823
6824         * po/POTFILES.in:
6825         * shell/Makefile.am:
6826         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6827         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6828         (ev_view_accessible_get_text),
6829         (ev_view_accessible_get_character_at_offset),
6830         (ev_view_accessible_get_text_before_offset),
6831         (ev_view_accessible_get_text_at_offset),
6832         (ev_view_accessible_get_text_after_offset),
6833         (ev_view_accessible_get_character_count),
6834         (ev_view_accessible_get_caret_offset),
6835         (ev_view_accessible_set_caret_offset),
6836         (ev_view_accessible_get_run_attributes),
6837         (ev_view_accessible_get_default_attributes),
6838         (ev_view_accessible_get_character_extents),
6839         (ev_view_accessible_get_offset_at_point),
6840         (ev_view_accessible_get_n_selections),
6841         (ev_view_accessible_get_selection),
6842         (ev_view_accessible_add_selection),
6843         (ev_view_accessible_remove_selection),
6844         (ev_view_accessible_set_selection),
6845         (ev_view_accessible_text_iface_init),
6846         (ev_view_accessible_idle_do_action),
6847         (ev_view_accessible_action_do_action),
6848         (ev_view_accessible_action_get_n_actions),
6849         (ev_view_accessible_action_get_description),
6850         (ev_view_accessible_action_get_name),
6851         (ev_view_accessible_action_set_description),
6852         (ev_view_accessible_action_iface_init),
6853         (ev_view_accessible_get_type), (ev_view_accessible_new),
6854         (ev_view_accessible_factory_get_accessible_type),
6855         (ev_view_accessible_factory_create_accessible),
6856         (ev_view_accessible_factory_class_init),
6857         (ev_view_accessible_factory_get_type):
6858         * shell/ev-view-accessible.h:
6859         * shell/ev-view-private.h:
6860         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6861         * shell/ev-view.h:
6862         
6863         Initial accessibility support.
6864
6865 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6866
6867         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6868
6869 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6870
6871         * shell/ev-print-job.c: (idle_print_handler):
6872         
6873         Fix for bug Bug 318916: Printing multiple pages.
6874
6875 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6876
6877         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6878
6879 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6880
6881         * pdf/ev-poppler.cc:
6882         
6883         Thumnail dimensions unified with other backends.
6884         
6885         * shell/ev-window-title.c: (ev_window_title_update):
6886         
6887         Fix warning.
6888
6889 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6890
6891         * data/ev-stock-zoom-fit-width.png:
6892         
6893         Remove unused file.
6894
6895 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6896
6897         * configure.ac:
6898         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6899         (djvu_document_finalize):
6900         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6901         (dvi_document_finalize):
6902         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6903         (pixbuf_document_save), (pixbuf_document_finalize):
6904         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6905         (tiff_document_finalize):
6906         
6907         Save a copy implemented for various backends.
6908
6909 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6910
6911         * configure.ac:
6912         
6913         Don't link with ltiff if tiff is disabled.
6914
6915 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6916
6917         * pdf/GDKSplashOutputDev.cc:
6918         * pdf/GDKSplashOutputDev.h:
6919         * pdf/Thumb.cc:
6920         * pdf/Thumb.h:
6921         * pdf/pdf-document.cc:
6922         * pdf/pdf-document.h:
6923         * pdf/test-gdk-output-dev.cc:
6924         
6925         Remove old unused files.
6926
6927 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6928
6929         * shell/ev-window.c: (ev_window_setup_document):
6930         
6931         Fixed warnings on reload and probably crash reason.
6932
6933 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6934
6935         * properties/ev-properties-view.c:
6936         (ev_properties_view_format_date):
6937         
6938         Check if date is invalid. Fix for bug 318134.
6939
6940 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6941
6942         * shell/ev-window-title.c:
6943         
6944         Add .indd files (Adobe Indesign) to the list of "bad
6945         extensions".
6946
6947 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6948
6949         * data/evince-ui.xml:
6950         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6951         
6952         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6953
6954 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6955
6956         * shell/ev-window.c: (launch_link), (launch_external_uri),
6957         (view_external_link_cb):
6958
6959         URL-escape link before passing it to gnome_vfs_url_show.
6960
6961 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6962
6963         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6964         there isn't text selected.
6965
6966 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6967
6968         * shell/ev-view.c: (handle_link_over_xy):
6969
6970         Check tooltip is valid utf8 before showing it
6971
6972 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6973
6974         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6975
6976 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6977
6978         * shell/ev-window-title.c: (ev_window_title_update):
6979
6980         Guard against using g_strstrip on NULL. Fixes bug #317291.
6981
6982 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6983
6984         * pdf/ev-poppler.cc:
6985
6986         Show title even for unknown links
6987
6988 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6989
6990         * shell/ev-window-title.c: (ev_window_title_update):
6991
6992         Strip the title string
6993
6994 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6995
6996         * shell/ev-window-title.c:
6997
6998         Add .rtf to the bad extensions list
6999
7000 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7001
7002         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7003         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7004
7005         Ignore link coordinates if they are outside page bounds
7006
7007 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7008
7009         * backend/ev-link.c: (ev_link_type_get_type),
7010         (ev_link_get_filename), (ev_link_get_params),
7011         (ev_link_get_property), (ev_link_set_property),
7012         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7013         * backend/ev-link.h:
7014         * pdf/ev-poppler.cc:
7015         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7016         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7017         (ev_window_init):
7018
7019         Implement launch links. Delegate external link opening to
7020         the window.
7021
7022 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7023
7024         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7025         (ev_link_get_right), (ev_link_get_property),
7026         (ev_link_set_property), (ev_link_class_init),
7027         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7028         * backend/ev-link.h:
7029         * pdf/ev-poppler.cc:
7030         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7031
7032         Implement fitr links
7033
7034 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7035
7036         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7037         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7038         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7039         (ev_view_size_request_continuous),
7040         (ev_view_size_request_dual_page),
7041         (ev_view_size_request_single_page), (ev_view_size_allocate),
7042         (ev_view_zoom_for_size_continuous_and_dual_page),
7043         (ev_view_zoom_for_size_continuous),
7044         (ev_view_zoom_for_size_dual_page),
7045         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7046         (ev_sizing_mode_get_type):
7047         * shell/ev-view.h:
7048         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7049
7050         Do not use modes for link, we need to calculate size ad hoc.
7051         Still not perfect because of the usual scrollbar issues grrr.
7052
7053 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7054
7055         * backend/ev-link.c: (ev_link_type_get_type),
7056         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7057         * backend/ev-link.h:
7058         * pdf/ev-poppler.cc:
7059         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7060         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7061         (ev_view_size_request_continuous),
7062         (ev_view_size_request_dual_page),
7063         (ev_view_size_request_single_page), (ev_view_size_allocate),
7064         (zoom_for_size_fit_height),
7065         (ev_view_zoom_for_size_continuous_and_dual_page),
7066         (ev_view_zoom_for_size_continuous),
7067         (ev_view_zoom_for_size_dual_page),
7068         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7069         (ev_sizing_mode_get_type):
7070         * shell/ev-view.h:
7071         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7072
7073         Implement FIT_HEIGHT mode (only for links).
7074         Implement FITH links
7075
7076 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7077
7078         * shell/ev-window-title.c: (get_filename_from_uri),
7079         (ev_window_title_sanitize_extension), (ev_window_title_update),
7080         (ev_window_title_set_document), (ev_window_title_set_uri),
7081         (ev_window_title_free):
7082         * shell/ev-window-title.h:
7083         * shell/ev-window.c: (ev_window_setup_document),
7084         (ev_window_popup_password_dialog):
7085
7086         Refactor window title building while fixing it for
7087         password documents.
7088
7089 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7090
7091         * pdf/ev-poppler.cc:
7092
7093         Escape link title before setting it in the model
7094
7095 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7096
7097         * shell/ev-application.c: (removed_from_session), (save_session),
7098         (init_session), (ev_application_get_empty_window),
7099         (ev_application_init), (ev_application_get_windows):
7100         * shell/ev-application.h:
7101         * shell/ev-window.c: (ev_window_finalize):
7102
7103         Add a function to retrieve window list and share it where
7104         necessary.
7105         Implement session handling, works pretty well thanks to the
7106         metadata system.
7107
7108 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * shell/ev-password.c: (ev_password_item_created_callback),
7111         (ev_password_dialog_save_password):
7112         
7113         Fix for bug 316972. Use async gnome-keyring API.
7114
7115 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7116
7117         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7118         Remove unused unrealize handler. Add scroll handling to
7119         ev_view_scroll_event for presentation mode (bug #316708),
7120         and fix the event state checks there.
7121
7122 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7123
7124         * shell/ev-page-action.c: (page_changed_cb):
7125
7126         "marco, maybe we should be crazy and jump right to 6! :)"
7127
7128         Bryan Clark, Sep 2005
7129
7130 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7131
7132         * ps/ps-document.c: (save_document), (ps_document_save),
7133         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7134         (ps_document_ps_export_end):
7135
7136         Fix unstructured documents save and print
7137
7138 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7139
7140         * shell/ev-application.c: (ev_application_open_uri):
7141
7142         Fix window size persistance
7143
7144 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7145
7146         * shell/ev-view.c: (ev_view_button_release_event):
7147
7148         Based on a patch from carlosgc@gnome.org. Mouse buttons
7149         switch pages in presentation mode.
7150
7151 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7152
7153         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7154
7155         Dont cast to int before scaling
7156
7157 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7158
7159         * backend/ev-link.c: (ev_link_type_get_type),
7160         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7161         (ev_link_new_page_fith):
7162         * backend/ev-link.h:
7163         * pdf/ev-poppler.cc:
7164         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7165
7166         Implement FIT and FITH links
7167
7168 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7169
7170         * pdf/ev-poppler.cc:
7171
7172         Return 0 results when search is not in progress.
7173
7174         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7175         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7176
7177         Update menu sensitivity when cancelling search
7178
7179 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7180
7181         * shell/ev-view.c: (ev_view_can_find_next):
7182
7183         Take all pages in consideration, not just current one
7184
7185 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7186
7187         * shell/ev-page-cache.c:
7188         * shell/ev-page-cache.h:
7189         * shell/ev-view.c: (ev_view_binding_activated),
7190         (ev_view_next_page), (ev_view_previous_page),
7191         (ev_sizing_mode_get_type):
7192         * shell/ev-view.h:
7193         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7194         (ev_window_cmd_go_next_page):
7195
7196         Move page next/previous functions from page chace to
7197         view and change it to move by 2 page steps in dual mode.
7198
7199 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7200
7201         * shell/ev-window.c: (update_sidebar_visibility),
7202         (setup_sidebar_from_metadata), (ev_window_setup_document),
7203         (setup_view_from_metadata):
7204
7205         Show the index by default when there is one     
7206
7207 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7208
7209         * shell/ev-window-title.c: (ev_window_title_set_document):
7210
7211         Missing null check
7212
7213 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7214
7215         * shell/ev-view.c: (view_update_range_and_current_page):
7216         
7217         Allow display of last odd page in dual view. Fix for 316347.
7218
7219 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7220
7221         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7222         
7223         Make close button default. Fix for 316383.
7224
7225 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7226
7227         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7228         
7229         Mark close button as default. Fix for 316381.
7230
7231 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7232
7233         * backend/ev-link.c: (ev_link_class_init):
7234
7235         Allow negative doubles in left/top properties
7236
7237 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7238
7239         * shell/ev-window.c:
7240
7241         Remove a bunch of strings that was used only
7242         by the statusbar.
7243
7244 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7245
7246         * shell/ev-window-title.c: (get_filename_from_uri),
7247         (ev_window_title_set_document):
7248
7249         When title has a confusing extension, show also
7250         the document filename inside ()
7251
7252 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7253
7254         * shell/Makefile.am:
7255         * shell/ev-window-title.c: (ev_window_title_new),
7256         (ev_window_title_update), (ev_window_title_set_type),
7257         (ev_window_title_set_document), (ev_window_title_free):
7258         * shell/ev-window-title.h:
7259         * shell/ev-window.c: (ev_window_setup_document),
7260         (password_dialog_response), (ev_window_popup_password_dialog),
7261         (ev_window_dispose), (ev_window_init):
7262
7263         Factor out and cleanup window title code
7264
7265 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7266
7267         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7268         (unable_to_load):
7269
7270         Make dialog transient so it doesnt block other windows
7271
7272 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * pdf/ev-poppler.cc:
7275         
7276         Fix pdf thumbnails rendering.
7277
7278 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7279
7280         * shell/ev-window.c: (fullscreen_set_timeout):
7281         
7282         Increase timeout to hide full screen popup. Bug 
7283         316123. 
7284
7285 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7286
7287         * data/evince.schemas.in:
7288         * shell/ev-window.c: (update_action_sensitivity):
7289
7290         Allow the user to override document restrictions. Fix for bug
7291         305818.
7292
7293 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7294
7295         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7296         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7297         (ev_window_class_init): Fix multihead behaviour of fullscreen
7298         toolbar popup. Fixes bug #315451.
7299
7300 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7301
7302         * configure.ac:
7303         * data/evince-password.glade:
7304         * shell/ev-password.c: (ev_password_dialog_set_property),
7305         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7306         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7307         (ev_password_dialog_entry_changed_cb),
7308         (ev_password_dialog_entry_activated_cb),
7309         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7310         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7311         (ev_password_dialog_set_bad_pass):
7312         * shell/ev-password.h:
7313         * shell/ev-window.c: (password_dialog_response),
7314         (ev_window_popup_password_dialog):
7315         
7316         Support for gnome-keyring for encrypted PDF's.
7317
7318 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7321         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7322         (ev_view_enter_notify_event), (ev_view_class_init):
7323         
7324         More precise handling of enter_notify/leave_notify events
7325         in EvView. Fix for bug 315470.
7326
7327 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7328
7329         * shell/ev-window.c: (fullscreen_timeout_cb),
7330         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7331         (ev_window_dispose):
7332
7333         leak fix: unref fullscreen_timeout_source before clearing it
7334
7335 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7336
7337         * configure.ac, dvi/mdvi/Makefile.am: 
7338         
7339         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7340
7341 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7342
7343         * backend/ev-link.c: (ev_link_new_page_xyz):
7344         * pdf/ev-poppler.cc:
7345         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7346
7347         Fix some bugs with xyz links, respect zoom
7348
7349 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7350
7351         * shell/ev-window.c: (page_changed_cb),
7352         (setup_document_from_metadata), (update_sidebar_visibility),
7353         (setup_view_from_metadata), (ev_window_run_fullscreen),
7354         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7355         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7356         (ev_window_dual_mode_changed_cb),
7357         (ev_window_sidebar_current_page_changed_cb):
7358
7359         null check uri before setting and getting metadata
7360
7361 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7362
7363         * dvi/Makefile.am:
7364         * properties/Makefile.am:
7365         * shell/Makefile.am:
7366         * thumbnailer/Makefile.am:
7367
7368         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7369
7370 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7371
7372         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7373         (selection_changed_callback):
7374         * shell/ev-sidebar-links.h:
7375
7376         Add a signal for link activation.
7377
7378         * shell/ev-view.c: (ev_view_goto_link),
7379         (ev_view_button_release_event):
7380         * shell/ev-view.h:
7381         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7382         (ev_window_init):
7383
7384         Implement the signal so that we can handle all link types.
7385
7386         * shell/ev-page-cache.c:
7387
7388         Remove unused set_link function
7389
7390 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7391
7392         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7393
7394         Add some space from the cursor, hardcoded but I couldnt
7395         find a better way.
7396
7397 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7398
7399         * lib/ev-tooltip.c:
7400
7401         Use mozilla style vs gtk style, way better for links.
7402
7403         * shell/ev-view.c: (ev_view_motion_notify_event),
7404         (ev_view_destroy), (ev_view_init):
7405
7406         Deactive tooltip when the link hovered is changed.
7407
7408 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7409
7410         * backend/ev-document.h:
7411         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7412         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7413         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7414         (ev_link_new_page), (ev_link_new_page_xyz):
7415         * backend/ev-link.h:
7416         * pdf/ev-poppler.cc:
7417         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7418         (go_to_link), (tip_from_link):
7419
7420         Implement xyz links, still not functional. Links are a total
7421         mess, will need to refactor and bugfix a lot :(
7422
7423 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7424
7425         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7426
7427 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7428
7429         * data/evince-ui.xml:
7430         * data/evince.schemas.in:
7431         * shell/Makefile.am:
7432         * shell/ev-window.c: (update_chrome_visibility),
7433         (password_dialog_response), (ev_window_load_job_cb),
7434         (ev_window_xfer_job_cb), (ev_window_open_uri),
7435         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7436         (ev_window_init):
7437
7438         Remove the statusbar. This regress loading feedback, need to
7439         check with Bryan what we want to do there...
7440
7441 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7442
7443         * lib/ev-tooltip.c: (ev_tooltip_init):
7444
7445         Fix tooltip border and size handling
7446
7447 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7448
7449         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7450         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7451         (ev_tooltip_timeout), (ev_tooltip_activate),
7452         (ev_tooltip_deactivate):
7453         * lib/ev-tooltip.h:
7454         * shell/ev-view.c: (ev_view_motion_notify_event):
7455
7456         Delay popup showing. Mirror gtk logic/times.
7457
7458 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7459
7460         * lib/Makefile.am:
7461         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7462         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7463         (ev_tooltip_set_text), (ev_tooltip_set_position):
7464         * lib/ev-tooltip.h:
7465
7466         Simple widget to show tooltips at a custom position
7467
7468         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7469         (ev_view_destroy):
7470
7471         Use it for links. First go, needs work
7472
7473 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7474
7475         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7476         HIG fixes.  Use title capitalization for window title. Use 12 
7477         pixels of space between the dialog's vbox and action area.
7478
7479 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7480
7481         * shell/ev-window.c: (file_open_dialog_response_cb),
7482         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7483         (ev_window_cmd_save_as):
7484
7485         Make file pickers not modal and refactor code some
7486
7487 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7488
7489         * shell/ev-sidebar.h:
7490         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7491         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7492         (ev_sidebar_class_init), (ev_sidebar_select_page),
7493         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7494         (ev_sidebar_set_page):
7495
7496         Add a current page property and allow to get/set it
7497
7498         * shell/ev-window.c: (setup_view_from_metadata),
7499         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7500
7501         Persist current sidebar page per document
7502
7503 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7504
7505         * data/evince.schemas.in:
7506         * shell/ev-window.c: (update_chrome_visibility),
7507         (setup_document_from_metadata), (update_sidebar_visibility),
7508         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7509         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7510         (ev_window_run_presentation), (ev_window_stop_presentation),
7511         (ev_window_view_sidebar_cb),
7512         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7513         (load_chrome), (ev_window_init):
7514
7515         Persist size/visibility of sidebar per document
7516
7517 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7518
7519         * shell/ev-view.c (draw_loading_text): Draw loading text.
7520
7521 2005-09-02  Dan Damian  <dand@gnome.ro>
7522
7523         * configure.in: Added "ro" to ALL_LINGUAS.
7524
7525 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7526
7527         * shell/ev-view.c: (clear_caches):
7528
7529         ev_page_cache_get doesnt return a reference,
7530         dont try to unref it.
7531
7532 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7533
7534         * shell/main.c: (load_files_remote):
7535
7536         Fix timestamp parameter with dbus <= 0.33
7537
7538 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7539
7540         * data/evince.schemas.in:
7541
7542         Add missing full stop
7543
7544 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7545
7546         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7547         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7548
7549         Plug some memory leaks
7550
7551 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7552
7553         * configure.ac:
7554         * lib/ev-debug.c: (trap_handler):
7555
7556         Check for execinfo.h and use it only if it exists.
7557         Ported from Epiphany (bug #314776).
7558
7559 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7560
7561         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7562
7563 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7564
7565         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7566         * po/id.po      : Added Indonesian translation
7567
7568 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7569
7570         * shell/main.c:
7571         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7572         * NEWS: Release 0.4.0
7573
7574 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7575
7576         * configure.ac: catch another gtk+-2.8ism
7577         * shell/main.c: Make work with gtk+-2.6
7578
7579 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7580
7581         * shell/ev-application-service.xml: Add 'timestamp' argument to
7582           ev_application_open_window and ev_application_open_uri methods.
7583
7584         * shell/ev-application.h: Add 'timestamp' argument to
7585           ev_application_open_window, ev_application_open_uri,
7586           and ev_application_open_uri_list functions.
7587
7588         * shell/ev-application.c (ev_application_open_window,
7589           ev_application_open_uri, ev_application_open_uri_list): Change
7590           functions that show/present windows to use a timestamp if one
7591           is passed in.
7592
7593         * shell/ev-window.c (ev_window_cmd_file_open,
7594           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7595         * shell/main.c (load_files): Modify calls to ev_application to
7596           include GDK_CURRENT_TIME as timestamp.
7597
7598         * shell/main.c (load_files_remote): Obtain timestamp for client
7599           instance from GDK and pass to server instance so new windows are
7600           focused properly.  Fix dbus_g_proxy_call() calls by including second
7601           G_TYPE_INVALID.
7602           
7603         Closes bug #314475.
7604
7605 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7606
7607         * shell/ev-window.c (ev_window_finalize): Check for
7608         avail. EvWindows when quiting to handle the finalize better,
7609         #314497
7610
7611 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7612         
7613         * properties/ev-properties-view.c: 
7614         
7615         Set textdomain to libglade. Fixes translation problem in property page.
7616
7617 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7618
7619         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7620         * dvi/Makefile.am:
7621         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7622         * dvi/mdvi-lib/Makefile.am:
7623         
7624         Fix rotation of thumbnails, ported to new API. Moved library
7625         dependencies earlier, probably it will fix linkage problem.
7626
7627 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7628
7629         * backend/ev-document-misc.c:
7630         (ev_document_misc_get_thumbnail_frame):
7631         * backend/ev-document-misc.h:
7632         * configure.ac:
7633         * pdf/ev-poppler.cc:
7634         * shell/Makefile.am:
7635         * shell/ev-sidebar-thumbnails.c: (add_range),
7636         (ev_sidebar_thumbnails_set_loading_icon),
7637         (ev_sidebar_thumbnails_refresh),
7638         (ev_sidebar_thumbnails_set_document):
7639         * shell/ev-sidebar-thumbnails.h:
7640         * shell/ev-view.c: (ev_view_motion_notify_event),
7641         (ev_view_set_property), (ev_view_get_property),
7642         (ev_view_class_init), (ev_view_set_rotation):
7643         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7644         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7645         (ev_window_init):
7646         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7647         Redo rotation (again).  prepare for 0.4.0
7648
7649 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7650
7651         * configure.ac: Bump poppler requirement to 0.4.1.
7652
7653         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7654         argument to poppler_page_render_selection() call.
7655
7656 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7657
7658         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7659         (djvu_document_thumbnails_get_thumbnail):
7660         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7661         (dvi_document_thumbnails_get_thumbnail):
7662         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7663         (pixbuf_document_thumbnails_get_thumbnail):
7664         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7665         
7666         Update rotation direction of backends to fit with pdf and ps.
7667
7668 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7669
7670         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7671         * backend/ev-async-renderer.h:
7672         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7673         (setup_page), (ps_document_get_page_size),
7674         (ps_async_renderer_render_pixbuf):
7675         * ps/ps-document.h:
7676         * shell/ev-jobs.c: (ev_job_render_run):
7677
7678         Fix orientation in the postscript document
7679
7680 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7681
7682         * pdf/ev-poppler.cc:
7683         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7684         * shell/ev-view.c: (highlight_find_results):
7685
7686         Adapt to the new poppler rotation API. Fix text maps on landscape
7687         documents.
7688
7689 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7690
7691         * shell/ev-view.c (compute_new_selection_text): get the correct
7692         region when selecting in modes other than continuous.
7693
7694 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7695
7696         * shell/main.c (main): remove redundant g_warnings.
7697
7698 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7699
7700         * shell/Makefile.am: Don't include autogenerated
7701         file ev-application-service.h into distribution, since
7702         it causes dbus crash. Fix for bugs 313724 and 313443. 
7703
7704 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7705
7706         * configure.ac: Fix sed expression for FreeBSD. Thanks
7707         to Joe Marcus Clark <marcus@freebsd.org>
7708         
7709         * shell/eggfindbar.c: (entry_activate_callback),
7710         (entry_changed_callback), (egg_find_bar_init),
7711         (egg_find_bar_set_search_string):
7712         
7713         Made findbar buttons unsensitive if there is no text in
7714         entry. Fix for the bug 313285.
7715
7716 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7717
7718         * ps/ps-document.c: Use g_filename_display_name for displaying
7719         filenames and revert string freeze breackage
7720
7721 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7722
7723         * NEWS:
7724         * configure.ac:
7725
7726         Update for 0.3.4
7727
7728         * shell/Makefile.am:
7729
7730         Add ev-application-service.xml to extra dist
7731
7732         * shell/ev-view.c: (find_page_at_location):
7733
7734         Remove unused function (fix warning)
7735
7736 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7737
7738         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7739         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7740         
7741         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7742         bug 313623.
7743
7744 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7745
7746         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7747         * shell/ev-window.c:
7748         Fix build warnings
7749
7750 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7751
7752         * configure.ac: Update script to get dbus version.
7753         Fix for the bug #313443.
7754
7755 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7756
7757         * shell/ev-window.c: (ev_window_cmd_escape):
7758         
7759         Return focus back to view on escape. Fix for bug 313295.
7760
7761 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7762
7763         * shell/ev-window.c: (update_window_title),
7764         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7765         (ev_window_cmd_save_as):
7766         
7767         Correct conversion from uri to displayable string. Fix for
7768         bug 313296.
7769
7770 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7771
7772         * ps/ps-document.c: convert filename to utf8 when there is an error
7773         loading document. Fixes #309915
7774
7775 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7776
7777         * configure.ac:
7778
7779         We depend on poppler 0.4.0
7780
7781 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7782
7783         * configure.ac:
7784         * NEWS: Release 0.3.3.
7785         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7786
7787 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7788
7789         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7790         add a couple missing mnemonics to menu items, use title 
7791         capitalization for menu items and window titles, and add 
7792         ellipsis to open menu item.     
7793
7794 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7795
7796         * pdf/ev-poppler.cc:
7797         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7798         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7799         (ev_view_get_rotation):
7800         * shell/ev-view.h:
7801         * shell/ev-window.c: (setup_view_from_metadata),
7802         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7803         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7804         disk.
7805
7806 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7807
7808         * configure.ac: Added tr to ALL_LINGUAS
7809
7810 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7811
7812         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7813         requires several clicks to find word. Thanks to 
7814         Colin Slater <kiltedtaco@gmail.com>.
7815
7816 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7817
7818         * data/evince.desktop.in.in: Hide menu entry and
7819         rename it to "Document Viewer". Fix for bug 
7820         #312399.
7821
7822 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7823
7824         * shell/ev-page-action.c (ev_page_action_class_init): 
7825
7826         Point to the correct function in constructor of the
7827         activate_label signal
7828
7829 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7830
7831         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7832         * shell/ev-jobs.h: Make thread safe.
7833
7834 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7835
7836         * shell/ev-view.c: (view_update_range_and_current_page):
7837         Don't update page range if we are scrolling to some document
7838         point.
7839
7840 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7841
7842         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7843         when getting max_page_width, fix drawing in dual mode.
7844
7845 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7846
7847         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7848         getting the area for select_all.
7849
7850 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7851
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_new):
7856         * shell/ev-jobs.h:
7857         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7858         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7859         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7860         (ev_view_class_init):
7861
7862         Change selection color on focus in and focus out events.  Also,
7863         poppler now uses GdkColor for specifying the selection colors, so
7864         drop some awkward conversion code.
7865
7866 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7867
7868         * configure.ac: Added Hebrew translation
7869
7870 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7871
7872         * NOTES:
7873         * backend/ev-selection.c: (ev_selection_render_selection):
7874         * backend/ev-selection.h:
7875         * pdf/ev-poppler.cc:
7876         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7877         (ev_job_render_run):
7878         * shell/ev-jobs.h:
7879         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7880         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7881         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7882         (ev_pixbuf_cache_style_changed),
7883         (ev_pixbuf_cache_get_selection_pixbuf),
7884         (ev_pixbuf_cache_set_selection_list),
7885         (ev_pixbuf_cache_get_selection_list):
7886         * shell/ev-pixbuf-cache.h:
7887         * shell/ev-utils.c: (ev_print_region_contents):
7888         * shell/ev-utils.h:
7889         * shell/ev-view.c: (ev_view_queue_draw_page),
7890         (selection_update_idle_cb), (ev_view_motion_notify_event),
7891         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7892         (setup_caches), (ev_view_find_next), (merge_selection_region),
7893         (selection_free):
7894         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7895
7896         Clean up selection to be much smoother!
7897
7898 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7899
7900         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7901         to poppler_page_render_selection().
7902
7903 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7904
7905         * ps/ps-document.c: (save_page_list): Use
7906         unzipped document when printing. Thanks to 
7907         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7908         311016.
7909
7910 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7911
7912         * shell/ev-window.c: (update_action_sensitivity):
7913         
7914         Disable print and save respect to lockdown gconf keys. Fix
7915         for 312342.
7916
7917 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7918
7919         * configure.ac:
7920         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7921         (write_to_temp_file), (ev_file_set_contents):
7922         * shell/ev-utils.h:
7923         * shell/ev-window.c: (save_print_config_to_file):
7924         
7925         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7926         Fix for bug 312238
7927
7928 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7929
7930         * shell/ev-window.c: (load_print_config_from_file),
7931         (save_print_config_to_file), (ev_window_print_range):
7932
7933         Persist the print settings. Fixes bug #311578.
7934
7935 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7936
7937         * djvu/djvu-document.c: (djvu_document_get_page_size),
7938         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7939         (djvu_document_thumbnails_get_thumbnail):
7940         * dvi/dvi-document.c: (dvi_document_get_page_size),
7941         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7942         (dvi_document_thumbnails_get_dimensions),
7943         (dvi_document_thumbnails_get_thumbnail):
7944         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7945         (pixbuf_document_render_pixbuf),
7946         (pixbuf_document_document_iface_init),
7947         (pixbuf_document_thumbnails_get_thumbnail):
7948         
7949         Update backends to make them build with new rotation system.
7950
7951 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7952
7953         * help/C/figures/evince_start_window.png:
7954         
7955         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7956
7957 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7958
7959         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7960         * shell/ev-pixbuf-cache.h:
7961         * shell/ev-sidebar-thumbnails.c:
7962         (ev_sidebar_thumbnails_get_property), (add_range),
7963         (adjustment_changed_cb):
7964         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7965         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7966         we were thumbnailing the entire docment on startup, slowing us
7967         down hugely. 
7968
7969 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7970
7971         * shell/ev-page-cache.c: (ev_page_cache_new):
7972         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7973         == 0, fixes #310306.
7974
7975 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7976
7977         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7978         (ev_view_rotate_left):
7979
7980         Account rotation in doc_rect_to_view_rect.
7981         Ensure rotation doesnt go out of bounds.
7982
7983 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7984
7985         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7986
7987         Correct and cleanup w/h swapping
7988
7989 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7990
7991         * backend/ev-document-thumbnails.c:
7992         (ev_document_thumbnails_get_thumbnail):
7993         * backend/ev-document-thumbnails.h:
7994         * backend/ev-document.c:
7995         * backend/ev-document.h:
7996         * backend/ev-render-context.c: (ev_render_context_new),
7997         (ev_render_context_set_rotation):
7998         * backend/ev-render-context.h:
7999         * pdf/ev-poppler.cc:
8000         * ps/ps-document.c: (ps_document_document_iface_init):
8001         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8002         * shell/ev-jobs.h:
8003         * shell/ev-page-cache.c: (build_height_to_page),
8004         (ev_page_cache_new), (ev_page_cache_get_size),
8005         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8006         (ev_page_cache_get_height_to_page):
8007         * shell/ev-page-cache.h:
8008         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8009         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8010         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8011         (ev_pixbuf_cache_get_selection_pixbuf):
8012         * shell/ev-pixbuf-cache.h:
8013         * shell/ev-print-job.c: (idle_print_handler):
8014         * shell/ev-sidebar-thumbnails.c: (add_range):
8015         * shell/ev-view.c: (view_update_range_and_current_page),
8016         (get_page_y_offset), (get_page_extents),
8017         (ev_view_size_request_continuous_dual_page),
8018         (ev_view_size_request_continuous),
8019         (ev_view_size_request_dual_page),
8020         (ev_view_size_request_single_page), (draw_one_page),
8021         (ev_view_set_rotation), (ev_view_rotate_right),
8022         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8023         (ev_view_zoom_for_size_continuous_and_dual_page),
8024         (ev_view_zoom_for_size_continuous),
8025         (ev_view_zoom_for_size_dual_page),
8026         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8027         (ev_view_select_all):
8028         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8029         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8030         (tiff_document_document_iface_init),
8031         (tiff_document_thumbnails_get_thumbnail):
8032
8033         Use rotation rather than orientation. It's easier and enough
8034         for our needs.
8035
8036 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8037
8038         * shell/ev-page-cache.c: (build_height_to_page),
8039         (ev_page_cache_new), (ev_page_cache_get_size),
8040         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8041         (ev_page_cache_get_height_to_page):
8042         * shell/ev-page-cache.h:
8043         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8044         (ev_view_size_request_continuous_dual_page),
8045         (ev_view_size_request_continuous),
8046         (ev_view_zoom_for_size_continuous_and_dual_page),
8047         (ev_view_zoom_for_size_continuous):
8048
8049         Make the page cache aware of page orientation.
8050
8051 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8052
8053         * backend/ev-document-thumbnails.c:
8054         (ev_document_thumbnails_get_thumbnail):
8055         * backend/ev-document-thumbnails.h:
8056         * backend/ev-document.c:
8057         * backend/ev-document.h:
8058         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8059         * backend/ev-ps-exporter.h:
8060         * pdf/ev-poppler.cc:
8061         * ps/ps-document.c: (ps_document_document_iface_init),
8062         (ps_document_ps_export_do_page):
8063         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8064         * shell/ev-jobs.h:
8065         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8066         (ev_page_cache_get):
8067         * shell/ev-page-cache.h:
8068         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8069         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8070         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8071         * shell/ev-pixbuf-cache.h:
8072         * shell/ev-print-job.c: (idle_print_handler):
8073         * shell/ev-sidebar-thumbnails.c: (add_range):
8074         * shell/ev-view.c: (view_update_range_and_current_page),
8075         (get_page_extents), (ev_view_size_request_dual_page),
8076         (ev_view_size_request_single_page), (draw_one_page),
8077         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8078         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8079         (ev_view_zoom_for_size_dual_page),
8080         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8081         (ev_view_select_all):
8082         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8083         * tiff/tiff-document.c: (tiff_document_get_page_size),
8084         (tiff_document_get_orientation), (rotate_pixbuf),
8085         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8086         (tiff_document_thumbnails_get_thumbnail),
8087         (tiff_document_ps_export_do_page), (tiff_document_init):
8088
8089         Really make use of the orientation bit of the render context.
8090         Use the render context in a few more places in the backend API.
8091         This regress orientation, but now it's done right. Will try to
8092         fix it up asap...
8093
8094 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8095
8096         * shell/ev-view.c: (ensure_rectangle_is_visible):
8097
8098         Patch by Nickolay V. Shmyrev to fix find flickering
8099
8100 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8101
8102         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8103         duplex parameters to ::begin.
8104
8105         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8106         * shell/ev-print-job.c (idle_print_handler): 
8107         * ps/ps-document.c (ps_document_ps_export_begin): 
8108         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8109         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8110         implementations. Poppler backend needs poppler cvs. Rest has
8111         unchanged behavior.
8112
8113 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8114
8115         * shell/ev-window.c (using_pdf_printer): new function.
8116         (ev_window_print_range): print a less techy message if someone
8117         tries to print to PDF.
8118
8119 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8120
8121         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8122         from "unknown font" string. Bug #311431
8123
8124 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8125
8126         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8127
8128 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8129
8130         Bug #311280
8131         
8132         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8133         name for PopplerFontTypes
8134         (pdf_document_fonts_fill_model): add font type to the detail column
8135
8136         * backend/ev-document-fonts.h: added
8137         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8138
8139         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8140         font name and font details, add a little markup.
8141         (ev_properties_fonts_init): use the new cell data func, specify ypad
8142         property for the cell renderer.
8143         (ev_properties_fonts_set_document): add the details column.
8144
8145 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8146
8147         * configure.ac: Added "pl" to ALL_LINGUAS.
8148
8149 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8150
8151         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8152
8153 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8154
8155         * help/ChangeLog: Started this for translations of manual.
8156         * configure.ac, autogen.sh, .cvsignore: Migrated to
8157         gnome-doc-utils. Patch in bug #311222.
8158
8159 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8160
8161         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8162         #ifdef this away to fix an unused-function warning.
8163
8164 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8165
8166         * configure.ac: Added 'gl' to ALL_LINGUAS.
8167
8168 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8169
8170         * configure.ac: Added ne in ALL_LINGUAS
8171         
8172 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8173
8174         * shell/ev-view.c: (ev_view_leave_notify_event):
8175         
8176         Clear status message when pointer leaves view. Fix for bug
8177         #310818 
8178
8179 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8180
8181         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8182
8183 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8184
8185         * shell/ev-view.c: (ev_view_leave_notify_event),
8186         (ev_view_class_init):
8187         
8188         Set cursor to normal then leaving view.
8189
8190 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8191
8192         * configure.ac:
8193         
8194         Fix required djvulibre version.
8195
8196 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8197
8198         *configure.ac: Hindi (hi) language added
8199
8200 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8201
8202         *configure.ac: Punjabi (pa) Language added
8203
8204 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8205
8206         * data/evince-ui.xml, shell/ev-window.c:
8207         
8208         Add keypad accelerators for zooming. Fix for bug 308128.
8209
8210 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8211
8212         * Makefile.am:
8213         * backend/Makefile.am:
8214         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8215         * configure.ac:
8216         * shell/ev-document-types.c: (ev_document_types_add_filters):
8217
8218         Allow to enable/disable the pixbuf backend.
8219         Default to off for now. If we want it enabled we should
8220         really put mime types in the desktop, implement properties etc.
8221
8222         * properties/evince-properties.c:
8223
8224         Initialize error to NULL.
8225         Check error is not NULL before freeing.
8226
8227 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8228
8229         * shell/ev-window.c:
8230
8231         Use F5 as presentation accell
8232
8233 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8234
8235         * shell/ev-window.c: (update_chrome_visibility),
8236         (ev_window_create_fullscreen_popup), (ev_window_init):
8237
8238         Do not leak the fullscreen toolbar
8239
8240 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8241
8242         * shell/ev-window.c: (view_actions_focus_in_cb),
8243         (view_actions_focus_out_cb):
8244
8245         These has a return value! Fix totally random focus
8246         issues we was seeing.
8247
8248 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8249
8250         * shell/main.c: (load_files_remote):
8251
8252         Allow open more than one file
8253
8254 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8255
8256         * shell/main.c: (load_files_remote):
8257
8258         Fix for dbus 0.33. bug #309975
8259
8260 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8261
8262         * properties/ev-properties-main.c: (ev_properties_get_pages):
8263
8264         Actually return NULL for types we dont support
8265
8266 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8267
8268         * po/POTFILES.in:
8269
8270         Remove empty lines.
8271
8272 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8273
8274         * backend/ev-document-factory.c:
8275         (ev_document_factory_get_document):
8276
8277         Do not try to create the object if type
8278         is invalid.
8279
8280 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8281
8282         * ps/ps-document.c: (ps_document_dispose),
8283         (ps_async_renderer_render_pixbuf):
8284         * ps/ps-document.h:
8285
8286         Do not leak the target window
8287
8288 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8289
8290         * shell/ev-application.c: (ev_application_init):
8291
8292         Let tbe check file existence for us.
8293         Add a comment about eggrecent mime filter.
8294
8295 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8296
8297         * data/evince-ui.xml:
8298         * shell/ev-application.c: (ev_application_shutdown),
8299         (ev_application_init), (ev_application_get_toolbars_model),
8300         (ev_application_get_recent_model),
8301         (ev_application_save_toolbars_model):
8302         * shell/ev-application.h:
8303         * shell/ev-window.c: (ev_window_add_recent),
8304         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8305         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8306         (ev_window_init):
8307
8308         Use common toolbar and recent models for all windows.
8309         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8310
8311 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8312
8313         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8314         successfully check for gtk_icon_view_get_visible_range.
8315
8316 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8317
8318         * djvu/Makefile.am:
8319         * dvi/Makefile.am:
8320         
8321         Fix djvu and dvi backend build.
8322
8323 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8324
8325         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8326         (new_separator_pixbuf):
8327
8328         Don't leak windows.
8329
8330 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8331
8332         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8333
8334         HIGification of toolbar editor dialogue.
8335
8336 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8337
8338         * configure.ac:
8339         * shell/Makefile.am:
8340
8341         Ever build metadata manager since it's just
8342         disabled at runtime now.
8343
8344 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8345
8346         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8347         (ev_metadata_manager_get), (ev_metadata_manager_set):
8348         * shell/ev-metadata-manager.h:
8349
8350         Add an _init functions that enabled metadata management
8351         at runtime.
8352
8353         * shell/ev-window.c: (page_changed_cb),
8354         (setup_document_from_metadata), (ev_window_setup_document),
8355         (setup_view_from_metadata), (ev_window_open_uri),
8356         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8357         (ev_window_run_presentation), (ev_window_stop_presentation),
8358         (save_sizing_mode), (ev_window_zoom_changed_cb),
8359         (ev_window_continuous_changed_cb),
8360         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8361         (window_configure_event_cb):
8362
8363         Remove all ugly metadata define since we deal with it
8364         at runtime now.
8365
8366         * shell/main.c: (load_files_remote), (main):
8367
8368         Add support for dbus cvs head. Hopefully didnt break one
8369         of the other versions now!
8370
8371         If we dont get a response from the dbus server just
8372         give up with it and not enable metadata.
8373
8374 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8375
8376         * Makefile.am:
8377         * backend/Makefile.am:
8378         * configure.ac:
8379         * cut-n-paste/recent-files/Makefile.am:
8380         * cut-n-paste/toolbar-editor/Makefile.am:
8381         * cut-n-paste/zoom-control/Makefile.am:
8382         * lib/Makefile.am:
8383         * pdf/Makefile.am:
8384         * pixbuf/Makefile.am:
8385         * properties/Makefile.am:
8386         * ps/Makefile.am:
8387         * shell/Makefile.am:
8388         * thumbnailer/Makefile.am:
8389         * tiff/Makefile.am:
8390
8391         Make frontends depend on just libev.
8392         Rework and group CFLAGS/LIBS definitions.
8393         Cleanups.
8394
8395 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8396
8397         * shell/ev-window:
8398
8399         do not unnecessarily save zoom
8400
8401         * configure.ac:
8402         * lib/ev-file-helpers.c: (ev_dot_dir):
8403         * shell/Makefile.am:
8404         * shell/dummy.cc:
8405
8406         Some cleanups
8407
8408 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8409
8410         * configure.ac:
8411         
8412         Remove unnecessary dependencies
8413
8414 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8415
8416         * properties/Makefile.am:
8417         * thumbnailer/Makefile.am:
8418         * tiff/Makefile.am:
8419
8420         Some more cleanups. Was really necessary
8421         but I probably introduced bugs, feel free
8422         to flame :)
8423
8424 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8425
8426         * backend/Makefile.am:
8427         * configure.ac:
8428         * cut-n-paste/recent-files/Makefile.am:
8429         * cut-n-paste/toolbar-editor/Makefile.am:
8430         * cut-n-paste/zoom-control/Makefile.am:
8431         * lib/Makefile.am:
8432         * pdf/Makefile.am:
8433         * pixbuf/Makefile.am:
8434         * properties/Makefile.am:
8435         * ps/Makefile.am:
8436         * shell/Makefile.am:
8437         * thumbnailer/Makefile.am:
8438         * tiff/Makefile.am:
8439
8440         Use gnome-common macros when possible.
8441         Cleanup dependencies.
8442         Actually disable deprecated where possible.
8443
8444 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * Makefile.am:
8447         * backend/Makefile.am:
8448         * properties/Makefile.am:
8449         * shell/Makefile.am:
8450         * thumbnailer/Makefile.am:
8451
8452         This should solve the circular dep without
8453         requiring dir reorg!
8454
8455         * shell/ev-window.c: (setup_view_from_metadata):
8456
8457         Never restore window size/position when the
8458         window is already visible.
8459
8460 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8461
8462         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8463
8464         Return a boolean from timeout func. Fix ported from gedit.
8465
8466 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8467
8468         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8469
8470 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8471
8472         * shell/ev-document-types.c: set "All Documents" as default filter in
8473         open dialog
8474
8475 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8476
8477         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8478         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8479         (ev_metadata_manager_set_boolean): fix value/val thinko.
8480
8481 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8482
8483         * shell/ev-window.c: (setup_view_from_metadata),
8484         (window_state_event_cb), (window_configure_event_cb),
8485         (ev_window_init):
8486
8487         Remember window position and maximized state
8488
8489 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8490
8491         * configure.ac:
8492
8493         Fix DBUS configure checks.
8494
8495         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8496         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8497         (ev_metadata_manager_set_boolean):
8498
8499         Plug mem leaks.
8500
8501         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8502         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8503         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8504         (ev_window_continuous_changed_cb),
8505         (ev_window_dual_mode_changed_cb), (ev_window_new):
8506
8507         Fix the build without DBUS.
8508
8509 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8510
8511         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8512         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8513         (ev_metadata_manager_set_string),
8514         (ev_metadata_manager_set_boolean):
8515         * shell/ev-metadata-manager.h:
8516
8517         Add support for some more types
8518
8519         * shell/ev-view.c: (scroll_to_current_page),
8520         (ev_view_get_continuous), (ev_view_set_continuous),
8521         (ev_view_get_dual_page):
8522         * shell/ev-view.h:
8523         * shell/ev-window.c: (page_changed_cb),
8524         (setup_document_from_metadata), (ev_window_setup_document),
8525         (setup_view_from_metadata), (ev_window_open_uri),
8526         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8527         (ev_window_run_presentation), (ev_window_stop_presentation),
8528         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8529         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8530         (ev_window_update_dual_page_action),
8531         (ev_window_continuous_changed_cb),
8532         (ev_window_dual_mode_changed_cb), (ev_window_init):
8533
8534         Remember a bunch of view/document properties. Prolly some
8535         are still missing but it's getting interesting.
8536
8537 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8538
8539         * configure.ac: check if dbus-binding-tool is installed. Not the
8540         case on current Ubuntu breezy, it seems.
8541
8542 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8543
8544         * data/evince.desktop.in.in:
8545         
8546         Allow open uri lists and add TryExec field.
8547
8548 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * configure.ac:
8551
8552         Enable dbus when available, do not require a configure
8553         option.
8554
8555 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8556
8557         * configure.ac:
8558
8559         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8560         disabled.
8561
8562 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8563         Marco Pesenti Gritti  <mpg@redhat.com>
8564
8565         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8566         
8567         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8568         functions to the format required by dbus
8569
8570         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8571         errors. Use the RPC parameters in the expected way
8572
8573 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8574
8575         * Makefile.am:
8576         * properties/Makefile.am:
8577         * properties/ev-properties-main.c: (ev_properties_get_pages):
8578
8579         Support all mime types
8580
8581         * shell/Makefile.am:
8582         * thumbnailer/Makefile.am:
8583         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8584         (evince_thumbnail_pngenc_get):
8585
8586         Use the document factory
8587
8588 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8589
8590         * backend/Makefile.am:
8591         * backend/ev-document-factory.c:
8592         (mime_type_supported_by_gdk_pixbuf),
8593         (ev_document_type_get_from_mime),
8594         (ev_document_factory_get_document),
8595         (ev_document_factory_get_backend),
8596         (ev_document_factory_get_mime_types),
8597         (ev_document_factory_get_all_mime_types):
8598         * backend/ev-document-factory.h:
8599         * shell/Makefile.am:
8600         * shell/ev-document-types.c: (get_document_from_uri),
8601         (ev_document_types_get_document),
8602         (file_filter_add_mime_list_and_free),
8603         (ev_document_types_add_filters):
8604         * shell/ev-document-types.h:
8605         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8606         * shell/ev-properties-dialog.c:
8607         (ev_properties_dialog_set_document):
8608         * shell/ev-window.c: (ev_window_cmd_file_open),
8609         (ev_window_cmd_save_as):
8610         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8611
8612         Rework document types managing to avoid code duplication
8613         and actually abstract from backend implementations.
8614         Also provide a minimal factory api that can be used by
8615         thumbnailer/properties.
8616
8617 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8618
8619         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8620         Plug a mem leak.
8621         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8622         HIG spacings.
8623
8624 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8625
8626         * shell/ev-properties-dialog.c
8627         (ev_properties_dialog_set_document): only call
8628         ev_properties_fonts_set_document() if the document implements the
8629         fonts interface
8630
8631 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8632
8633         * configure.ac:
8634         * properties/Makefile.am:
8635         * properties/ev-properties-view.c:
8636         (ev_properties_view_register_type):
8637         * properties/ev-properties-view.h:
8638         * properties/ev-properties-main.h:
8639
8640         Implement nautilus plugin for properties.
8641         Works only for pdf atm, I need to rework the
8642         document types stuff to get this to work
8643         for all backends...
8644
8645 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8646
8647         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8648         (ev_properties_fonts_set_document): use
8649         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8650
8651 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8652
8653         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8654         them
8655         (PlaceImage, tiff2ps_process_page): use
8656         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8657
8658
8659 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8660
8661         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8662         (main): to call gnome_authentication_manager_init. Should fix
8663         Bug #308510
8664
8665         * configure.ac: that requires libgnomeui 2.6.0.
8666
8667 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8668
8669         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8670         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8671         use the new tiff2ps interfaces
8672
8673         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8674         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8675
8676         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8677         structure instead of global variables.  Remove use of static
8678         variables in functions.
8679
8680 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8681
8682         * shell/ev-page-action.c: unref the completion after setting it to the
8683         entry
8684
8685 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8686
8687         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8688         postscript files
8689
8690 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8691
8692         * shell/ev-window.c (update_action_sensitivity): disable
8693         File->Print if the document does not implement the ps exporter
8694         interface
8695
8696 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8697
8698         * Makefile.am:
8699         * configure.ac:
8700         * data/evince-properties.glade:
8701         * properties/.cvsignore:
8702         * properties/Makefile.am:
8703         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8704         (ev_properties_view_class_init), (ev_properties_view_format_date),
8705         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8706         (ev_properties_view_init), (ev_properties_view_new):
8707         * properties/ev-properties-view.h:
8708         * shell/Makefile.am:
8709         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8710         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8711         (ev_properties_dialog_new):
8712         * shell/ev-properties-dialog.h:
8713         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8714         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8715         (update_progress_label), (job_fonts_finished_cb),
8716         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8717         * shell/ev-properties-fonts.h:
8718         * shell/ev-properties.c:
8719         * shell/ev-properties.h:
8720         * shell/ev-window.c: (ev_window_setup_document),
8721         (ev_window_cmd_file_properties):
8722
8723         Split the properties pages in two different objects, depend
8724         only on the backend where possible, use widgets instead
8725         of gobject for the glade part, reimplement the dialog
8726         itself with gtk.
8727         I need this to implement nautilus properties page.
8728
8729 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8730
8731         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8732         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8733         (tiff_document_document_ps_exporter_iface_init): implement the ps
8734         exporter interface for tiff documents
8735
8736         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8737         libtiff to implement TIFF postscript export
8738
8739         * tiff/tiff2ps.h: added a header file for external tiff2ps
8740         functions.
8741
8742         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8743         tiff2ps.h
8744
8745 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8746
8747         * shell/ev-view.c: (scroll_to_current_page),
8748         (ev_view_set_fullscreen), (ev_view_set_presentation):
8749         
8750         Scroll to current page when exit from presentation
8751
8752 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8753
8754         * shell/ev-window.c: (update_document_mode),
8755         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8756         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8757         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8758         
8759         Exit from fullscreen mode when switch to presentation. Fix for
8760         bug 309365
8761
8762 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8763
8764         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8765         return NULL if the document does not implement the selection
8766         interface.
8767
8768 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8769
8770         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8771         reported height by using the resolution aspect ratio
8772         (tiff_document_render_pixbuf): scale the pixbuf using the
8773         resolution aspect ratio
8774
8775 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8776
8777         * configure.ac:
8778         
8779         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8780         <kiltedaco@gmail.com>
8781         
8782         * djvu/djvu-document.c: (djvu_document_get_orientation),
8783         (djvu_document_set_orientation), (djvu_document_get_page_size),
8784         (rotate_pixbuf), (djvu_document_render_pixbuf),
8785         (djvu_document_document_iface_init):
8786         * dvi/dvi-document.c: (dvi_document_get_orientation),
8787         (dvi_document_set_orientation), (dvi_document_get_page_size),
8788         (rotate_pixbuf), (dvi_document_render_pixbuf),
8789         (dvi_document_document_iface_init):
8790         
8791         Dvi and djvu backends are ported to new API
8792
8793 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8794
8795         * backend/ev-selection.c: (ev_selection_get_selection_region),
8796         (ev_selection_get_selection_map):
8797         * backend/ev-selection.h:
8798         * pdf/ev-poppler.cc:
8799         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8800         * shell/ev-jobs.h:
8801         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8802         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8803         (ev_pixbuf_cache_get_text_mapping):
8804         * shell/ev-pixbuf-cache.h:
8805         * shell/ev-view.c: (location_in_text),
8806         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8807         support to EvView.  Now we can see where we can select!  Sweet!
8808
8809 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8810
8811         * shell/ev-view.c (ev_view_button_press_event): Fix
8812         event->y + view->scroll_x typo.
8813
8814 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8815
8816         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8817         sub-GdkPixbuf instead of passing dest_x and dest_y.
8818         
8819         * shell/ev-view.c: (view_point_to_doc_point),
8820         (view_rect_to_doc_rect), (ev_view_button_press_event),
8821         (ev_view_motion_notify_event), (compute_new_selection_rect),
8822         (gdk_rectangle_point_in), (compute_new_selection_text),
8823         (compute_selections): Update selection code to keep the selection
8824         around as two points and not as a normalized rectangle, and fix
8825         page level selection in two-column mode.
8826
8827 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8828
8829         * shell/ev-window.c: (window_configure_event_cb): 
8830         
8831         Fix compilation
8832         
8833 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8834
8835         * pdf/ev-poppler.cc:
8836
8837         Fix compilation
8838
8839 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8840
8841         * shell/Makefile.am:
8842         * shell/ev-metadata-manager.c: (item_free),
8843         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8844         (parse_value), (parseItem), (load_values),
8845         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8846         (save_values), (save_item), (get_oldest), (resize_items),
8847         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8848         * shell/ev-metadata-manager.h:
8849
8850         Metadata manager from gedit but modified to use GValue, so that
8851         we dont need to keep converting from strings.
8852
8853         * configure.ac:
8854
8855         ENABLE_METADATA conditional, on when dbus is on
8856
8857         * shell/ev-application.c: (ev_application_open_uri):
8858
8859         Show the window after load so that we can initialize
8860         window size before it's showed.
8861
8862         * shell/ev-window.c: (ev_window_setup_from_metadata),
8863         (ev_window_open_uri), (window_configure_event_cb),
8864         (ev_window_init):
8865
8866         Save and load metadata information about window size.
8867         Not yet keeping states in account.
8868
8869         * shell/main.c: (main):
8870
8871         Shutdown metadata manager.
8872
8873 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8874
8875         * shell/ev-application-service.xml:
8876         * configure.ac:
8877         * shell/Makefile.am:
8878         * shell/ev-application.c:
8879         * shell/ev-application.h:
8880         * shell/ev-window.c:
8881         * shell/ev-window.h:
8882         * shell/main.c:
8883
8884         Add an optional dbus interface (--enable-dbus).
8885         Rework application code, mainly to be easier to
8886         use "remotely".
8887         Do not open multiple windows with the same document,
8888         spatial evince!
8889
8890 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8891
8892         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8893         pixbuf iff it exists.
8894
8895 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8896
8897         * shell/*:
8898         * backend/ev-render-context.[ch]:
8899         * backend/ev-selection.[ch]:
8900
8901         Massive changes.  We now support text selection of pdfs, and not
8902         just rectangular selection.  This is pretty broken still, but I
8903         want to get something into CVS.
8904
8905 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8906
8907         * pdf/ev-poppler.cc:
8908         
8909         Fix for Bug 309080: crash on window close.
8910         
8911         * shell/ev-page-action.c: (page_changed_cb):
8912         
8913         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8914         jensgr@gmx.net (Jens Granseuer).
8915
8916 2005-06-25  Marcel Telka  <marcel@telka.sk>
8917
8918         * configure.in (ALL_LINGUAS): Added sk.
8919
8920 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8921
8922         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8923         not a document open
8924
8925 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8926
8927         * NEWS:
8928         * configure.ac:
8929
8930         Release 0.3.2
8931
8932         * cut-n-paste/recent-files/Makefile.am:
8933
8934         Fix make distcheck
8935
8936 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8937
8938         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8939         (pixbuf_document_set_orientation), (rotate_pixbuf),
8940         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8941         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8942
8943         Implement rotation and cleanup the code a bit.
8944
8945         * tiff/tiff-document.c: (tiff_document_get_page_size),
8946         (tiff_document_get_orientation), (tiff_document_set_orientation),
8947         (rotate_pixbuf), (tiff_document_render_pixbuf),
8948         (tiff_document_document_iface_init), (tiff_document_init):
8949
8950         Implement rotation. Was the quicker solution for the release
8951         but we really need to share this code in the shell.
8952
8953 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8954
8955         * pdf/ev-poppler.cc:
8956
8957         Enable rotation, require poppler cvs. Fix a leak.
8958
8959 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8960
8961         * shell/ev-window.c: (update_action_sensitivity):
8962         
8963         Make properties unsensitive if document backend doesn't provide
8964         any info
8965
8966 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8967
8968         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8969         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8970         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8971         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8972         (bitmap_flip_rotate_counter_clockwise):
8973         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8974         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8975         (buff_gets):
8976         * dvi/mdvi-lib/common.h:
8977         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8978         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8979         (opendvi), (mdvi_reload), (mdvi_init_context),
8980         (mdvi_destroy_context), (mdvi_dopage), (special):
8981         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8982         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8983         (file_hash_free), (register_encoding), (parse_spec),
8984         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8985         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8986         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8987         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8988         (mdvi_register_font_type), (mdvi_unregister_font_type),
8989         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8990         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8991         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8992         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8993         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8994         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8995         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8996         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8997         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8998         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8999         (mdvi_unregister_special), (mdvi_flush_specials):
9000         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9001         (t1_font_remove):
9002         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9003         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9004         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9005         (free_font_metrics), (flush_font_metrics):
9006         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9007         (tt_font_remove):
9008         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9009         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9010         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9011         (dstring_insert), (dstring_new), (dstring_reset):
9012         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9013         
9014         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9015         avoid conflict with libtool on FC4
9016         
9017         * shell/ev-window.c: (ev_window_cmd_help_about):
9018         
9019         Update copyright year. Fix for bug 308828.
9020
9021 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9022
9023         * shell/ev-view.c: (add_scroll_binding_keypad),
9024         (ev_view_binding_activated), (ev_view_class_init),
9025         (on_adjustment_value_changed):
9026         
9027         Bug 170874: Arrow keys switch pages in presentation mode
9028
9029 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9030
9031         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9032         
9033         Fix for Bug 308265: Sidebar dissappears coming out of 
9034         Presentation mode
9035
9036 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9037
9038         * shell/ev-application.c: (ev_application_open):
9039         * shell/ev-document-types.c: (ev_document_types_add_filters),
9040         (ev_document_types_add_filters_for_type):
9041         * shell/ev-document-types.h:
9042         * shell/ev-window.c: (ev_window_cmd_save_as):
9043         
9044         Suggest basename as template when saving, provide filters
9045         for save dialog. It's bug 308402
9046
9047 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9048
9049         * pdf/ev-poppler.cc:
9050         * shell/ev-sidebar-links.c: (job_finished_callback):
9051         * shell/ev-view.c: (update_find_status_message):
9052         
9053         Some leaks fixed
9054
9055 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9056
9057         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9058         (egg_recent_view_uimanager_set_list):
9059
9060         Fix buglet in !show_numbers case.
9061
9062 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9063
9064         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9065         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9066
9067         Use pango ellipsisation.
9068
9069         * pdf/ev-poppler.cc:
9070
9071         Fix refcount leak, from nsh.
9072
9073 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9074
9075         * cut-n-paste/recent-files/Makefile.am:
9076         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9077         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9078         
9079         Removed EggRecentViewGtk
9080         
9081         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9082         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9083         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9084         (ev_window_setup_recent):
9085         
9086         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9087         with other projects
9088
9089 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9090
9091         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9092         (egg_recent_view_gtk_finalize):
9093
9094         Fix memory leak
9095
9096         * cut-n-paste/toolbar-editor/Makefile.am:
9097         
9098         Fix location of cursor icon.
9099         
9100         * pdf/ev-poppler.cc:
9101         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9102         (display_completion_text), (match_completion):
9103         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9104         (selection_changed_callback), (create_loading_model),
9105         (print_section_cb), (links_page_num_func),
9106         (update_page_callback_foreach):
9107         * shell/ev-window.c: (ev_window_dispose):
9108         
9109         Small memory fixes. Links model now store objects instead
9110         of pointers to improve memory management. 
9111
9112 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9113
9114         * shell/ev-window.c: (zoom_control_changed_cb):
9115         
9116         Fix update of zoom control (bug 308268).
9117
9118 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9119
9120         * shell/ev-properties.c (set_property): escape the text correctly.
9121         Handles non-UTF-8 properties and escaped properties.  Also, sets
9122         the text to "<i>None</i>" if the property isn't set.
9123
9124         * data/evince-properties.glade: Change the label to be ellipsized,
9125         and give it a minimum size.
9126
9127 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9128
9129         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9130         * shell/ev-sidebar-links.c: (create_loading_model):
9131         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9132         * shell/ev-view.c: (ev_view_set_document):
9133         * shell/ev-window.c: (ev_window_dispose):
9134         
9135         Various small fixes, mostly memory leaks. Thanks to valgrind.
9136
9137 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9138
9139         * ps/ps-document.c: remove the locale.h include again ;-). And
9140         kill the (bogus) setlocale/savelocale business.
9141
9142 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9143
9144         * ps/ps-document.c:
9145         
9146         Include locale.h to fix build
9147         
9148         * shell/ev-sidebar.c:
9149         
9150         Remove unnecessary includes
9151
9152 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9153
9154         * dvi/dvi-document.c: (dvi_document_load):
9155         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9156         * po/POTFILES.in:
9157         
9158         Check for incorrect dvi files. Fix parsing dvi on AMD64
9159         platform. Thanks to tester@tester.ca (Olivier Crete).
9160
9161 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9162
9163         * shell/ev-page-action.c: (match_selected_cb),
9164         (display_completion_text), (match_completion), (update_model):
9165         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9166         (expand_open_links):
9167         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9168         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9169         (ev_sidebar_set_document):
9170         * shell/ev-window.c: (ev_window_xfer_job_cb),
9171         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9172         
9173         Fixed lot's of memory leaks, for example, memory leak on reload, 
9174         described in bug 307793.
9175
9176 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9177
9178         * pdf/ev-poppler.cc:
9179         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9180         (update_visible_range), (adjustment_changed_cb),
9181         (ev_sidebar_thumbnails_fill_model),
9182         (ev_sidebar_thumbnails_refresh),
9183         (ev_sidebar_tree_selection_changed),
9184         (ev_sidebar_icon_selection_changed),
9185         (ev_sidebar_thumbnails_use_icon_view),
9186         (ev_sidebar_thumbnails_set_document):
9187         * shell/ev-sidebar-thumbnails.h:
9188         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9189         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9190
9191         Refresh thumbnails when changing orientation. Not fully
9192         working yet becuase of a sidebar bug.
9193
9194         Set page orientation to poppler page everywhere. This sucks
9195         really need to fix poppler.
9196
9197 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9198
9199         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9200         (egg_recent_view_gtk_new_menu_item),
9201         (egg_recent_view_gtk_set_property),
9202         (egg_recent_view_gtk_get_property),
9203         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9204         (egg_recent_view_gtk_set_tooltip_func),
9205         (egg_recent_view_gtk_set_label_width),
9206         (egg_recent_view_gtk_get_label_width):
9207         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9208
9209         Sync with libegg (ellipsize labels)
9210
9211 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9212
9213         * data/evince-ui.xml:
9214         * shell/ev-window.c: (ev_window_cmd_go_forward),
9215         (ev_window_cmd_go_backward):
9216         
9217         Shift + PageUp moves 10 Pages. Fix for 306125
9218
9219 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9220
9221         * pdf/ev-poppler.cc:
9222
9223         Add a flag to check if orientation has been overriden
9224
9225 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9226
9227         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9228         field if necessary.
9229
9230         * ps/ps.h: add creator field to document.
9231
9232         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9233         set creator field.
9234
9235 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9236
9237         * data/evince-properties.glade:
9238         * shell/ev-properties.c: (ev_properties_set_document):
9239
9240         s/PDF Version/Format
9241
9242 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9243
9244         * shell/ev-properties.c: (ev_properties_set_document):
9245
9246         Remove unnecessary translations
9247
9248 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9249
9250         * cut-n-paste/toolbar-editor/Makefile.am:
9251
9252         Correct library name    
9253
9254 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9255
9256         * configure.ac:
9257         * cut-n-paste/recent-files/egg-recent-model.c:
9258         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9259         (egg_recent_model_unlock_file):
9260         * cut-n-paste/recent-files/egg-recent-util.c:
9261         (egg_recent_util_get_unique_id):
9262         * cut-n-paste/recent-files/update-from-egg.sh:
9263         * cut-n-paste/toolbar-editor/Makefile.am:
9264         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9265         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9266         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9267         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9268         (egg_toolbars_model_get_type):
9269         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9270
9271         Better makefile for toolbar editor and update everything
9272         to latest libegg.
9273
9274 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9275
9276         * shell/ev-window.c: (update_document_mode):
9277
9278         Prefer presentation mode when the document
9279         require fullscreen.
9280
9281 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9282
9283         * data/evince-ui.xml:
9284         * shell/ev-window.c:
9285
9286         Add control-equal for zooming
9287
9288 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9289
9290         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9291
9292 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9293
9294         * backend/ev-document.c: (ev_document_get_orientation):
9295         * backend/ev-document.h:
9296         * pdf/ev-poppler.cc:
9297         * ps/ps-document.c: (ps_document_get_orientation),
9298         (ps_document_set_orientation), (ps_document_document_iface_init):
9299
9300         Add a get_orientation api. Improve set_orientation.
9301
9302         * data/evince-ui.xml:
9303         * shell/ev-view.c: (ev_view_set_orientation),
9304         (ev_view_rotate_right), (ev_view_rotate_left):
9305         * shell/ev-view.h:
9306         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9307         (ev_window_cmd_edit_rotate_right):
9308
9309         Better ui for changing document orientation
9310
9311 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9312
9313         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9314         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9315         * shell/ev-sidebar-links.h:
9316         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9317         (ev_sidebar_page_iface_init):
9318         * shell/ev-sidebar-page.h:
9319         * shell/ev-sidebar-thumbnails.c:
9320         (ev_sidebar_thumbnails_get_property),
9321         (ev_sidebar_thumbnails_class_init),
9322         (ev_sidebar_thumbnails_set_document):
9323         * shell/ev-sidebar-thumbnails.h:
9324         * shell/ev-view.c: (ev_view_motion_notify_event):
9325         * shell/ev-window.c: (update_chrome_visibility),
9326         (ev_window_cmd_focus_page_selector),
9327         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9328         (sidebar_page_main_widget_update_cb), (ev_window_init):
9329         
9330         Autoraise toolbar on GoToPage binding and fix bindings in
9331         EvSidebarThumbnails page.
9332
9333 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9334
9335         * shell/ev-properties.c: (update_progress_label):
9336
9337         Hide the progress label when finished; bug #307697.
9338
9339 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9340
9341         * pdf/ev-poppler.cc:
9342
9343         Enable is_open for links, you will need poppler cvs
9344
9345         * shell/ev-properties.c: (job_fonts_finished_cb):
9346
9347         Get a lock on the document when filling the tree view
9348
9349 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9350
9351         * backend/ev-document-links.h:
9352         * pdf/ev-poppler.cc:
9353         * shell/ev-sidebar-links.c: (create_loading_model),
9354         (expand_open_links), (job_finished_callback):
9355
9356         Expand links when specified by the document.
9357         Depend on a poppler api (defined out for now)
9358
9359 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9360
9361         * shell/ev-properties.c: (ev_properties_dispose),
9362         (ev_properties_class_init), (dialog_destroy_cb),
9363         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9364         (ev_properties_set_document), (ev_properties_new),
9365         (ev_properties_show):
9366         * shell/ev-properties.h:
9367
9368         Make it an object, cleanup the code, api to show it as transient
9369         and to set the document.
9370
9371         * shell/ev-window.c: (ev_window_setup_document),
9372         (ev_window_cmd_file_properties):
9373
9374         Adapt to EvProperties changes, do not show multiple
9375         times, update it when document changes.
9376
9377 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9378
9379         * ps/gstypes.h:
9380         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9381         (ps_document_set_orientation), (ps_document_document_iface_init):
9382         * ps/ps-document.h:
9383
9384         Implement orientation here too
9385
9386         * shell/ev-properties.c: (ev_properties_new):
9387         * data/evince-properties.glade:
9388
9389         Hide the fonts page for backends that doesnt
9390         support it.     
9391
9392 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9393
9394         * backend/ev-document.c: (ev_document_set_orientation):
9395         * backend/ev-document.h:
9396         * pdf/ev-poppler.cc:
9397
9398         Add orientation api. Currently poppler api is not optimal,
9399         we need to set orientation every time we _get a page.
9400         I will try to fix that at some point.
9401
9402         * data/evince-ui.xml:
9403         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9404         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9405
9406         Add orientation menu items
9407
9408         * shell/ev-page-cache.c: (ev_page_cache_clear):
9409         * shell/ev-page-cache.h:
9410
9411         Add api to clear the cache
9412
9413         * shell/ev-view.c: (setup_caches), (clear_caches),
9414         (ev_view_set_document), (ev_view_zoom_out),
9415         (ev_view_set_orientation):
9416         * shell/ev-view.h:
9417
9418         Implement orientation changing
9419
9420 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9421
9422         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9423         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9424         * backend/ev-document-fonts.h:
9425
9426         Separate scan and fill so that we can incrementally fill from
9427         the main thread. Add a progress api.
9428
9429         * data/evince-properties.glade:
9430         * pdf/ev-poppler.cc:
9431         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9432         * shell/ev-jobs.h:
9433         * shell/ev-properties.c: (update_progress_label),
9434         (job_fonts_finished_cb), (setup_fonts_view):
9435
9436         Incrementally feel the list and show the progress
9437         percentage in a label like acrobat does.
9438
9439         You are going to need poppler cvs
9440
9441 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9442
9443         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9444         * backend/ev-document-fonts.h:
9445         * pdf/ev-poppler.cc:
9446
9447         Make fonts model fill incrementally.
9448
9449         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9450         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9451         (ev_job_queue_remove_job):
9452         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9453         (ev_job_fonts_new), (ev_job_fonts_run):
9454         * shell/ev-jobs.h:
9455
9456         New job for fonts scanning
9457
9458         * shell/ev-properties.c: (job_fonts_finished_cb),
9459         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9460         * shell/ev-properties.h:
9461         * shell/ev-window.c: (ev_window_cmd_file_properties):
9462
9463         Incrementally feel the treeview using the new job. Show Loading...
9464         message until scanning is completed.
9465
9466         Hopefully I didnt break the build without the poppler patch.
9467
9468 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9469
9470         * shell/ev-application.c: (ev_application_open):
9471         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9472         (ev_document_type_get_type), (ev_document_type_lookup):
9473         * shell/ev-document-types.h:
9474         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9475         * shell/ev-job-xfer.h:
9476         * shell/ev-window.c: (ev_window_clear_local_uri),
9477         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9478         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9479         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9480         
9481         Transfer remote documents to tmp directory to display them later.
9482
9483 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9484
9485         * backend/ev-document-info.h:
9486         * shell/ev-properties.c: (ev_properties_new):
9487
9488         s/GTime*/GTime. Not sure why we was using a pointer
9489         at all there!
9490
9491 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9492
9493         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9494         situations.  That situation is that you're using GTK+-HEAD with
9495         the patch at #306726 is applied, and you have a document with <
9496         1500 pages in it.  It's not quite as uniformly nice as the
9497         TreeView, but should be better in the long run.
9498
9499         I'm pretty sure I guarded against breaking compilation with
9500         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9501         I missed some.
9502
9503         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9504         widget yet, so I commented that code out
9505         enable_view_actions_for_widget() for now.  Need to figure this
9506         out.
9507
9508         * shell/ev-page-action.c (match_selected_cb): emit the right
9509         signals.  Our cool C-l completion now works.
9510
9511 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9512
9513         * backend/Makefile.am:
9514         * backend/ev-document-fonts.c:
9515         * backend/ev-document-links.c:
9516         * backend/ev-document.c: (ev_document_load):
9517         * backend/ev-document.h:
9518         * backend/ev-job-queue.c:
9519         * backend/ev-job-queue.h:
9520         * backend/ev-jobs.c:
9521         * backend/ev-jobs.h:
9522         * backend/ev-page-cache.c:
9523         * backend/ev-page-cache.h:
9524
9525         EvPageCache and EvJobs are moved to shell.
9526
9527         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9528         (ev_tmp_filename):
9529         * lib/ev-file-helpers.h:
9530         
9531         New helper to work with temporary files
9532         
9533         * shell/Makefile.am:
9534         * shell/ev-application.c: (ev_application_open):
9535         * shell/ev-application.h:
9536         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9537         (remove_job_from_async_queue), (add_job_to_async_queue),
9538         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9539         (handle_job), (search_for_jobs_unlocked),
9540         (no_jobs_available_unlocked), (ev_render_thread),
9541         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9542         (ev_job_queue_add_job), (move_job_async), (move_job),
9543         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9544         * shell/ev-job-queue.h:
9545         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9546         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9547         * shell/ev-job-xfer.h:
9548         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9549         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9550         (ev_job_links_class_init), (ev_job_render_init),
9551         (ev_job_render_dispose), (ev_job_render_class_init),
9552         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9553         (ev_job_thumbnail_class_init), (ev_job_load_init),
9554         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9555         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9556         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9557         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9558         * shell/ev-jobs.h:
9559         * shell/ev-page-action.c: (ev_page_action_set_document):
9560         * shell/ev-page-cache.c: (ev_page_cache_init),
9561         (ev_page_cache_class_init), (ev_page_cache_finalize),
9562         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9563         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9564         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9565         (ev_page_cache_get_title), (ev_page_cache_get_size),
9566         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9567         (ev_page_cache_get_height_to_page),
9568         (ev_page_cache_get_max_label_chars),
9569         (ev_page_cache_get_page_label),
9570         (ev_page_cache_has_nonnumeric_page_labels),
9571         (ev_page_cache_get_info), (ev_page_cache_next_page),
9572         (ev_page_cache_prev_page), (ev_page_cache_get):
9573         * shell/ev-page-cache.h:
9574         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9575         (ev_pixbuf_cache_clear_job_sizes),
9576         (ev_pixbuf_cache_add_jobs_if_needed),
9577         (ev_pixbuf_cache_set_page_range):
9578         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9579         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9580         * shell/ev-sidebar-thumbnails.c:
9581         (ev_sidebar_tree_selection_changed),
9582         (ev_sidebar_thumbnails_set_document):
9583         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9584         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9585         (ev_statusbar_get_context_id), (ev_statusbar_push),
9586         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9587         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9588         (ev_statusbar_set_progress):
9589         * shell/ev-statusbar.h:
9590         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9591         (ev_view_find_previous):
9592         * shell/ev-window.c: (ev_window_is_empty),
9593         (ev_window_setup_document), (password_dialog_response),
9594         (ev_window_clear_jobs), (ev_window_load_job_cb),
9595         (ev_window_xfer_job_cb), (ev_window_open_uri),
9596         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9597         (ev_window_print), (ev_window_print_range),
9598         (ev_window_state_event), (ev_window_cmd_view_reload),
9599         (menu_item_select_cb), (menu_item_deselect_cb),
9600         (view_status_changed_cb), (ev_window_dispose),
9601         (drag_data_received_cb), (ev_window_init):
9602         * shell/ev-window.h:
9603         * shell/main.c: (load_files):
9604         
9605         New statusbar to show progress on idle. Two new jobs - 
9606         xfer job and load job to load document in background. And update
9607         of page_cache clients to new location of code.
9608
9609 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9610
9611         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9612         selection in open dialog. It also remembers the last visited directory 
9613         in the current session.
9614
9615 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9616
9617         * shell/ev-properties.c: (ev_properties_new):
9618         * shell/ev-properties.h:
9619         * shell/ev-window.c: (ev_window_cmd_file_properties):
9620         
9621         Get document info from page cache instead of document itself.
9622         This should fix crash related to race conditions described in
9623         bug 306545.
9624
9625 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9626
9627         * ps/ps-document.c: (ps_document_init),
9628         (send_ps), (get_page_box), (output), (catchPipe), (input),
9629         (stop_interpreter), (file_length), (file_readable),
9630         (check_filecompressedb), (ps_document_enable_interpreter),
9631         (document_load), (ps_async_renderer_render_pixbuf):
9632         * ps/ps-document.h:
9633
9634         Big cleanup of the ps code
9635
9636 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9637
9638         * backend/Makefile.am:
9639         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9640         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9641         * backend/ev-async-renderer.h:
9642
9643         Add an async renderer interface (method + callback) which
9644         is useful for backends like ps.
9645
9646         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9647         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9648         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9649         (ev_job_queue_add_job), (move_job_async), (move_job),
9650         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9651
9652         Add queues for async renderer, these are executed on the
9653         main thread.
9654
9655         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9656         (ev_job_render_run):
9657         * backend/ev-jobs.h:
9658
9659         If the backend support async renderer interface use it.
9660
9661         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9662         (setup_pixmap), (ps_document_get_type),
9663         (ps_async_renderer_render_pixbuf),
9664         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9665
9666         Implement async renderer interface.
9667
9668 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9669
9670         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9671
9672         Cleanup links job on exit.
9673
9674 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9675
9676         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9677         (drag_data_get_cb), (drag_data_received_cb):
9678         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9679         (drag_data_get_cb), (parse_item_list),
9680         (egg_toolbar_editor_load_actions):
9681         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9682         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9683         (parse_item_list), (parse_toolbars):
9684         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9685         (dvi_pixbuf_put_pixel):
9686         
9687         Fix gcc 4.0 warnings
9688
9689 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9690
9691         * ps/ps-document.c: (start_interpreter):
9692
9693         Fix warning when loading ps
9694
9695 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9696
9697         * ps/ps-document.c: (output):
9698
9699         Fix crash when priting gs error messages.
9700
9701 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9702
9703         * backend/ev-page-cache.c: (_ev_page_cache_new):
9704         * backend/ev-page-cache.h:
9705
9706         Use a const to return title so that we dont double
9707         free it. Small cleanup and fix a leak.
9708
9709         * shell/ev-window.c: (update_window_title):
9710
9711         strdup value from get_title.
9712
9713 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9714
9715         * shell/ev-sidebar-links.c: (job_finished_callback),
9716         (ev_sidebar_links_set_document):
9717
9718         Cleanup the old job when changing document
9719
9720 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9721
9722         * shell/ev-stock-icons.c:
9723         * shell/ev-stock-icons.h:
9724         * shell/ev-window.c:
9725         
9726         Add stock icons for actions that can appear in toolbar. Fix for
9727         bug 306566.
9728
9729 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9730
9731         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9732         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9733         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9734         * backend/ev-page-cache.h:
9735         * shell/ev-view.c: (scroll_to_current_page),
9736         (view_update_range_and_current_page), (get_page_y_offset),
9737         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9738         (ev_view_size_request_continuous),
9739         (ev_view_zoom_for_size_continuous_and_dual_page),
9740         (ev_view_zoom_for_size_continuous):
9741         
9742         More compact EvView layout in document with pages of different size.
9743
9744 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9745
9746         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9747         compilation.
9748
9749 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9750
9751         * shell/ev-view.c: (view_set_adjustment_values):
9752         * shell/ev-window.c: (ev_window_cmd_file_properties):
9753         
9754         A bit different fix for rounding problem but it has no
9755         problems on startup. Make properties window transient to parent.
9756
9757 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9758
9759         * pdf/ev-poppler.cc:
9760         
9761         More commenting of font stuff.
9762
9763 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9764
9765         * pdf/ev-poppler.cc:
9766
9767         Comment out some more fonts stuff. Should really
9768         work without the poppler patch now.
9769
9770 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9771
9772         * pdf/ev-poppler.cc:
9773
9774         Adapt to api change
9775
9776 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9777
9778         * data/evince-properties.glade:
9779         * pdf/ev-poppler.cc:
9780         * shell/ev-properties.c: (setup_fonts_view):
9781
9782         Set the column title. Show the dialog only
9783         once everything is setup.
9784         Getting font info can be very slow... will
9785         prolly need to make this threaded too.
9786
9787 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9788
9789         * backend/Makefile.am:
9790         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9791         (ev_document_fonts_get_fonts_model):
9792         * backend/ev-document-fonts.h:
9793         * data/evince-properties.glade:
9794         * pdf/ev-poppler.cc:
9795         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9796         * shell/ev-properties.h:
9797         * shell/ev-window.c: (ev_window_cmd_file_properties):
9798
9799         Implement fonts list. Defined out for now, since it depends
9800         on a not yet committed poppler patch.
9801
9802 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9803
9804         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9805         page + 1.
9806
9807         * shell/ev-window.c: Make sure we add the timeout when we get a
9808         focus-in event.
9809
9810         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9811         adjustment->value before calculating the zoom factor to average
9812         out all of our rounding errors.  The page no longer 'drifts' when
9813         resizing.
9814
9815 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9816
9817         * data/evince-properties.glade:
9818         * shell/ev-properties.c: (ev_properties_format_date),
9819         (set_property):
9820         
9821         Labels don't expand when the dialogue is resized.
9822         strftime result needs to be converted to UTF-8. Thanks
9823         to Christian Persch <chpe@gnome.org>.
9824
9825 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9826
9827         * data/evince-properties.glade:
9828
9829         Hide the fonts tab
9830
9831 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9832
9833         * backend/ev-document-info.h:
9834         * backend/ev-document.c: (ev_document_info_free):
9835         * data/evince-properties.glade:
9836         * pdf/ev-poppler.cc:
9837         * ps/ps-document.c: (ps_document_get_info):
9838         * shell/ev-properties.c: (ev_properties_format_date),
9839         (set_property), (ev_properties_new):
9840         * shell/ev-properties.h:
9841         * shell/ev-window.c: (ev_window_cmd_file_properties):
9842
9843         Rework properties code to take only EvPropertyInfo
9844         in the constructor so that it can be useful for
9845         nautilus plugin too.
9846
9847         Deal with backends that doesnt support some properties.
9848         Make set property code generic.
9849
9850 2005-06-04  Christian Persch <chpe@gnome.org>
9851
9852         * data/evince-properties.glade:
9853
9854         fix spacings, make resizeable, and make data labels
9855         selectable + ellipsised
9856
9857 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9858
9859         * backend/ev-document-info.h:
9860         * data/Makefile.am:
9861         * data/evince-ui.xml:
9862         * pdf/ev-poppler.cc:
9863         * shell/Makefile.am:
9864         * shell/ev-window.c: (update_action_sensitivity),
9865         (ev_window_cmd_file_properties):
9866
9867         Initial go at file properties. Patch by
9868         Emil Soleyman-Zomalan <emil@soleyman.com>.
9869         Needs love see #169583
9870
9871 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9872
9873         * ps/ps-document.c: (output):
9874         * ps/ps.c: (psscan):
9875
9876         Try to render even if psscan fails.
9877
9878 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9879
9880         * ps/ps.c: (psscan), (pscopydoc):
9881
9882         Port buffered reading code from gv
9883
9884 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9885
9886         * ps/ps-document.c: (interpreter_message), (output):
9887
9888         Do not fail on interpreter messages
9889
9890 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9891
9892         * backend/ev-document-misc.c:
9893         (ev_document_misc_get_thumbnail_frame):
9894
9895         Pages can be 0 x 0, dont assert on this case
9896
9897 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9898
9899         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9900         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9901
9902         Correctly manage our reference on document. Finally the reload
9903         huge leak is gone...
9904
9905 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9906
9907         * ps/ps-document.c: (ps_document_dispose):
9908
9909         Forgot to chain it to the parent. Thanks chpe.
9910
9911 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9912
9913         * ps/ps-document.c: (ps_document_dispose),
9914         (ps_document_class_init), (stop_interpreter), (document_load):
9915
9916         Cleanup dispose a bit. Dont leak the whole pixmap.
9917
9918 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9919
9920         * pdf/ev-poppler.cc:
9921
9922         Release the poppler document on dispose
9923
9924 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9925
9926         * shell/ev-view.c: (ev_view_set_document):
9927
9928         Release ref on the pixbuf cache when changing
9929         document.
9930
9931 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9932
9933         * ps/ps-document.c: (ps_document_get_info):
9934
9935         Fix a double free
9936
9937 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9938
9939         * backend/ev-page-cache.c: (ev_page_cache_init),
9940         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9941         * backend/ev-page-cache.h:
9942         * shell/ev-page-action.c: (page_changed_cb):
9943         
9944         Set page action entry width depending on labels width. Fix
9945         for bug 305202.
9946
9947 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9948
9949         * backend/ev-link.c: (ev_link_class_init):
9950
9951         Allow -1 as page value (error)
9952
9953 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9954
9955         * shell/ev-sidebar-thumbnails.c:
9956         (ev_sidebar_thumbnails_set_document):
9957         * shell/ev-view.c: (scroll_to_current_page),
9958         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9959         (page_changed_cb), (on_adjustment_value_changed),
9960         (ev_view_set_document):
9961
9962         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9963         Fix bug 305377
9964
9965 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9966
9967         * configure.ac:
9968         * djvu/djvu-document.c: (djvu_document_get_page_size):
9969
9970         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9971         bug 301993.
9972
9973 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9974
9975         * shell/ev-view.c (draw_one_page): modify the expose handling to
9976         get the shadows.
9977
9978         * shell/ev-window.c (update_action_sensitivity): Respect
9979         permissions field.  Kowtow to the man.
9980
9981         * pdf/ev-poppler.cc: Get the permissions field.
9982
9983         * tiff/*c: Make a tiny bit more robust.
9984
9985 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9986
9987         * djvu/djvu-document.c:
9988         
9989         Pop messages from djvu context message queue.
9990
9991 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9992
9993         * configure.ac, Makefile.am, shell/Makefile.am:
9994         * tiff/Makefile.am, shell/ev-document-types.c:
9995         
9996         Cleanup tiff configure checks. Fix for bug 305218.
9997
9998 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9999
10000         * configure.ac: Added "uk" to ALL_LINGUAS.
10001
10002 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10003
10004         * cut-n-paste/zoom-control/ephy-zoom.c:
10005         (ephy_zoom_get_changed_zoom_level):
10006         * cut-n-paste/zoom-control/ephy-zoom.h:
10007         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10008         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10009         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10010         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10011         (zoom_control_changed_cb), (ev_window_init):
10012         
10013         Fix minor points related to moving best fit up. Introduce
10014         "zoom" property and make zoom control change it's value on
10015         notify::zoom signals. Fix for 305080.
10016
10017 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10018
10019         * data/evince-ui.xml:
10020         * shell/ev-window.c: (set_view_actions_sensitivity):
10021         
10022         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10023
10024 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10025
10026         * configure.ac:
10027
10028         Depends on poppler 0.3.2
10029
10030 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10031
10032         * cut-n-paste/recent-files/egg-recent-item.c:
10033         (egg_recent_item_get_short_name):
10034         * cut-n-paste/toolbar-editor/Makefile.am:
10035         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10036         (new_pixbuf_from_widget):
10037         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10038         * cut-n-paste/toolbar-editor/egg-marshal.c:
10039         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10040         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10041
10042         Sync
10043
10044 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10045
10046         * tiff/tiff-document.c: Rough TIFF backend.
10047
10048 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10049
10050         * NEWS:
10051         * configure.ac:
10052         * cut-n-paste/toolbar-editor/Makefile.am:
10053
10054         Release 0.3.1
10055
10056 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10057
10058         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10059         (ev_view_find_next), (ev_view_find_previous):
10060
10061         Remove the locks around get_n_results   
10062
10063 2005-05-21  Juerg Billeter  <j@bitron.ch>
10064
10065         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10066
10067         Pass correct number of pages to poppler.
10068
10069 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10070
10071         * configure.ac:
10072         * data/Makefile.am:
10073         * data/evince.desktop.in: 
10074         * data/evince.desktop.in.in:
10075         * po/POTFILES.in:
10076         
10077         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10078
10079 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10080
10081         * shell/ev-view.c: (view_update_adjustments),
10082         (view_set_adjustment_values): cast adjustmen->value to (int)
10083         before using it.  Otherwise, we get off by a pixel in some
10084         situations.
10085
10086         (draw_one_page): Draw the border on expose.
10087
10088 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10089
10090         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10091         adjustment when the mode changes, #304923
10092
10093 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10094
10095         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10096         flickering on resize but still use gdk_window_scroll on
10097         scrolling
10098
10099 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10100
10101         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10102         option, #170458
10103
10104 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10105
10106         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10107         second page on page_changed if possible, #304669
10108
10109 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10110
10111         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10112         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10113
10114 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10115
10116         * .cvsignore:
10117         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10118         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10119         (ev_view_zoom_for_size_presentation),
10120         (ev_view_zoom_for_size_continuous_and_dual_page),
10121         (ev_view_zoom_for_size_continuous),
10122         (ev_view_zoom_for_size_dual_page),
10123         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10124         * shell/ev-view.h:
10125         * shell/ev-window.c: (update_view_size),
10126         (ev_window_sizing_mode_changed_cb):
10127
10128         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10129         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10130         an infinite loop, #304769
10131
10132
10133 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10134
10135         * data/evince-ui.xml:
10136         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10137         * shell/ev-window.c: (set_view_actions_sensitivity):
10138
10139         Make PgUp/Down behave like Space
10140
10141 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10142
10143         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10144         * backend/ev-ps-exporter.h:
10145         * pdf/ev-poppler.cc:
10146         * ps/ps-document.c: (ps_document_ps_export_begin):
10147         * shell/ev-print-job.c: (idle_print_handler):
10148
10149         Adapt to new poppler api
10150
10151 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10152
10153         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10154         (ephy_zoom_control_init):
10155
10156         Translate zoom levels
10157
10158 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10159
10160         * cut-n-paste/zoom-control/ephy-zoom.c:
10161         (ephy_zoom_get_zoom_level_index):
10162
10163         Fix current zoom -> zoom control match
10164
10165 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10166
10167         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10168         rather than the scrolled_window that it's in. Fixes bug #304655.
10169
10170 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10171
10172         * shell/ev-view.c: (view_update_adjustments),
10173         (view_set_adjustment_values), (view_update_range_and_current_page),
10174         (view_scroll_to_page), (set_scroll_adjustment),
10175         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10176         (ev_view_scroll), (ev_view_scroll_view),
10177         (ensure_rectangle_is_visible), (find_page_at_location),
10178         (get_link_at_location), (go_to_link), (status_message_from_link),
10179         (ev_view_size_request_continuous_dual_page),
10180         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10181         (ev_view_unrealize), (ev_view_expose_event),
10182         (ev_view_button_press_event), (ev_view_motion_notify_event),
10183         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10184         (draw_rubberband), (highlight_find_results), (draw_one_page),
10185         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10186         (ev_view_init), (find_changed_cb), (page_changed_cb),
10187         (on_adjustment_value_changed), (ev_view_new),
10188         (ev_view_set_document), (ev_view_set_zoom),
10189         (ev_view_set_continuous), (ev_view_set_dual_page),
10190         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10191         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10192         (ev_view_zoom_for_size_presentation),
10193         (ev_view_zoom_for_size_continuous_dual_page),
10194         (ev_view_zoom_for_size_continuous),
10195         (ev_view_zoom_for_size_dual_page),
10196         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10197         (ev_view_get_status), (ev_view_set_status),
10198         (update_find_status_message), (ev_view_get_find_status),
10199         (ev_view_set_find_status), (jump_to_find_result),
10200         (jump_to_find_page), (compute_selections), (clear_selection),
10201         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10202         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10203         (ev_view_update_primary_selection),
10204         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10205         * shell/ev-view.h:
10206         * shell/ev-window.c: (ev_window_open_page_label),
10207         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10208         (ev_window_init):
10209         * shell/ev-window.h:
10210         * shell/main.c: (load_files):
10211
10212         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10213         when resizing.  Remove the bin_window().  Also, patch from James
10214         Bowes to fix command line page, #300641
10215         
10216 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10217
10218         * data/evince-ui.xml:
10219         * shell/ev-view.c:
10220         * shell/ev-view.h:
10221         * shell/ev-window.c: (update_action_sensitivity):
10222
10223         Get rid of View->Normal Size, it's just confusing
10224
10225 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10226
10227         * backend/ev-document-info.h:
10228         * backend/ev-document.c: (ev_document_info_free): Free the
10229         EvDocumentInfo.
10230
10231         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10232         (clear_range), (add_range), (update_visible_range),
10233         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10234         (ev_sidebar_thumbnails_set_document):
10235         * shell/ev-window.c: (ev_window_setup_document): Only render the
10236         visible thumbnails.  It takes an instant to render, but it uses
10237         much less memory.
10238
10239 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10240
10241         * shell/ev-sidebar-links.c: (popup_menu_cb):
10242
10243         Select first item
10244
10245 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10246
10247         * lib/Makefile.am:
10248         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10249         (button_press_cb), (ev_sidebar_links_construct):
10250
10251         Show the popup menu also on keybindings
10252
10253 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10254
10255         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10256         * shell/ev-window.h:
10257
10258         Expose api to print a range (with dialog). Make private _print use
10259         it.
10260
10261         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10262         (ev_sidebar_links_construct):
10263
10264         Show a print context menu on linkx, it prints the selected
10265         section.
10266
10267 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10268
10269         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10270         button.
10271
10272 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10273
10274         * AUTHORS:
10275
10276         Update
10277
10278         * shell/ev-window.c: (build_comments_string),
10279         (ev_window_cmd_help_about):
10280
10281         Show poppler version/backend and authors
10282
10283 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10284
10285         * cut-n-paste/zoom-control/ephy-zoom.c:
10286         (ephy_zoom_get_zoom_level_index):
10287         * cut-n-paste/zoom-control/ephy-zoom.h:
10288
10289         Move the best fit items at the top of the list
10290
10291 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10292
10293         * shell/ev-marshal.list:
10294         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10295         (activate_cb), (match_selected_cb), (activate_link_cb),
10296         (connect_proxy), (ev_page_action_class_init):
10297         * shell/ev-page-action.h:
10298
10299         Use signals to notify action activation. Hopefully
10300         I did not break completion since I cant test...
10301
10302         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10303         (register_custom_actions):
10304
10305         Connect to page selector actions and also grab focus on
10306         the view when activated.
10307
10308 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10309
10310         * pdf/ev-poppler.cc:
10311         * backend/ev-page-cache.c: make page size calculation consistent
10312         and set it to (int)( width * scale + 0.5).  This makes the weird
10313         line going through the middle of the page go away.
10314
10315         * shell/ev-view.c: move painting the background page after
10316         checking the expose area covers us.
10317
10318 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10319
10320         * data/evince-password.glade:
10321         
10322         Mark labels as not translatable. Fix for bug 302842.
10323
10324 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10325
10326         * configure.ac: Added "es" to ALL_LINGUAS.
10327
10328 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10329
10330         * data/evince-toolbar.xml:
10331         * shell/ev-window.c: (update_action_sensitivity),
10332         (ev_window_setup_document), (ev_window_set_page_mode),
10333         (ev_window_init):
10334
10335         Remove some leftover code from jrb first continous
10336         attempt. Use the new actions, we still need good icons
10337         though...
10338
10339 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10340
10341         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10342
10343         Update label when connecting proxy. Fix a warning with NULL
10344         page_cache.
10345
10346 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10347
10348         * data/evince-ui.xml:
10349         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10350         * shell/ev-page-action.h:
10351         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10352
10353         Add mnemonic for edit toolbar.
10354         ctrl+l focus the page entry.
10355
10356 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10357
10358         * lib/Makefile.am:
10359         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10360         (ev_window_init):
10361         * shell/main.c: (main):
10362
10363         Put the toolbar xml in evince own dot dir
10364
10365 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10366
10367         * shell/ev-window.c: (ev_window_init):
10368
10369         Make the toolbar not removable
10370
10371 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10372
10373         * data/evince-ui.xml:
10374         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10375         * shell/ev-sidebar-links.h:
10376         * shell/ev-sidebar-thumbnails.c:
10377         (ev_sidebar_thumbnails_get_treeview):
10378         * shell/ev-sidebar-thumbnails.h:
10379         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10380         (ev_view_class_init):
10381         * shell/ev-view.h:
10382         * shell/ev-window.c: (update_action_sensitivity),
10383         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10384         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10385         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10386         (ev_window_init):
10387
10388         This is evil... Make space/backspace global accelerators but
10389         enable them only for some widgets (sidebars and view).
10390         I dont like it, but I dont know a better way... :/
10391
10392 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10393
10394         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10395         (ev_page_action_widget_finalize),
10396         (ev_page_action_widget_class_init), (update_page_cache):
10397
10398         Keep a weak reference on proxy->page_cache so that we
10399         dont try to disconnect the signal if the object is already
10400         gone. Maybe there is a better way to cleanup reference handling
10401         in page action though...
10402
10403 2005-05-10  Juerg Billeter  <j@bitron.ch>
10404
10405         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10406         * backend/ev-ps-exporter.h:
10407         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10408         * ps/ps-document.c: (ps_document_ps_export_begin):
10409         
10410         Change api to pass print range to ps_exporter_begin. The pdf backend
10411         requires this information.
10412         
10413         * shell/ev-print-job.c: (idle_print_handler):
10414         
10415         Adapt to api change
10416
10417 2005-05-10  Juerg Billeter  <j@bitron.ch>
10418
10419         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10420         (idle_print_handler)
10421         * shell/ev-window.c: (ev_window_print):
10422
10423         Support printing page range, based on patch by Amaury Jacquot
10424
10425 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10426
10427         * data/evince-toolbar.xml:
10428
10429         Add zoom control to available items
10430
10431 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10432
10433         * shell/ev-window.c: (update_action_sensitivity):
10434
10435         Set slash action insensitive when appropriate
10436
10437 2005-05-10  Christian Persch <chpe@gnome.org>
10438
10439         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10440
10441         Fix warning on the overflow menu
10442
10443 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10444
10445         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10446
10447         Check for uri correctness/existence
10448
10449 2005-05-09  Juerg Billeter  <j@bitron.ch>
10450
10451         * shell/ev-window.c: (using_postscript_printer):
10452
10453         LPD printers use postscript, too
10454
10455 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10456
10457         * shell/ev-window.c: (register_custom_actions):
10458
10459         The zoom one is actually sort of useful,
10460         put it back
10461
10462 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10463
10464         * shell/ev-window.c: (register_custom_actions):
10465
10466         Hide page/zoom controls from overflow, they
10467         are useless.
10468
10469 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10470
10471         * cut-n-paste/update-from-egg.sh:
10472         
10473         Share it between all cut-n-paste subdirs
10474
10475         * cut-n-paste/recent-files/Makefile.am:
10476
10477         Fix to use "global" update-from-egg.sh
10478
10479         * cut-n-paste/recent-files/egg-recent-model.c:
10480         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10481         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10482         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10483         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10484
10485         Update from libegg
10486
10487         * cut-n-paste/toolbar-editor/Makefile.am:
10488
10489         Fix to use "global" update-from-egg.sh
10490
10491         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10492
10493         Update from libegg
10494
10495 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10496
10497         * configure.ac:
10498         * cut-n-paste/Makefile.am:
10499         * cut-n-paste/recent-files/Makefile.am:
10500         * cut-n-paste/toolbar-editor/.cvsignore:
10501         * cut-n-paste/toolbar-editor/Makefile.am:
10502         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10503         (egg_editable_toolbar_get_type), (get_toolbar_position),
10504         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10505         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10506         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10507         (set_item_drag_source), (create_item_from_action), (create_item),
10508         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10509         (popup_toolbar_context_menu_cb), (free_dragged_item),
10510         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10511         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10512         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10513         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10514         (item_added_cb), (item_removed_cb),
10515         (egg_editable_toolbar_construct),
10516         (egg_editable_toolbar_disconnect_model),
10517         (egg_editable_toolbar_deconstruct),
10518         (egg_editable_toolbar_set_model),
10519         (egg_editable_toolbar_set_ui_manager),
10520         (egg_editable_toolbar_set_property),
10521         (egg_editable_toolbar_get_property),
10522         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10523         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10524         (egg_editable_toolbar_new_with_model),
10525         (egg_editable_toolbar_get_edit_mode),
10526         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10527         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10528         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10529         (new_pixbuf_from_widget), (new_separator_pixbuf),
10530         (update_separator_image), (style_set_cb),
10531         (_egg_editable_toolbar_new_separator_image),
10532         (egg_editable_toolbar_get_model):
10533         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10534         * cut-n-paste/toolbar-editor/egg-marshal.c:
10535         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10536         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10537         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10538         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10539         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10540         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10541         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10542         (editor_drag_data_delete_cb), (drag_data_get_cb),
10543         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10544         (editor_create_item), (update_editor_sheet), (setup_editor),
10545         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10546         (parse_item_list), (model_has_action), (update_actions_list),
10547         (egg_toolbar_editor_load_actions):
10548         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10549         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10550         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10551         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10552         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10553         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10554         (egg_toolbars_model_add_separator), (impl_add_item),
10555         (parse_item_list), (egg_toolbars_model_add_toolbar),
10556         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10557         (impl_get_item_data), (impl_get_item_type),
10558         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10559         (egg_toolbars_model_init), (free_toolbar),
10560         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10561         (egg_toolbars_model_remove_toolbar),
10562         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10563         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10564         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10565         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10566         (egg_toolbars_model_get_item_data),
10567         (egg_toolbars_model_get_item_type):
10568         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10569         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10570         * data/Makefile.am:
10571         * data/evince-toolbar.xml:
10572         * data/evince-ui.xml:
10573         * data/hand-open.png:
10574         * po/POTFILES.in:
10575         * shell/Makefile.am:
10576         * shell/ev-window.c: (update_chrome_visibility),
10577         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10578         (ev_window_dispose), (ev_window_init):
10579
10580         Implement epiphany like toolbar editor. Based on patch by
10581         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10582
10583 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10584
10585         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10586
10587         Use set_cursor instead of set_selection, so that
10588         the keyboard focus moves too.
10589
10590 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10591
10592         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10593
10594         Fix infinite loop when loading Type1 fonts
10595
10596 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10597
10598         * data/evince-ui.xml:
10599         * shell/ev-window.c:
10600
10601         Slash -> Find
10602
10603 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10604
10605         * configure.ac:
10606
10607         Make --disable really disable
10608
10609 2005-05-07  Juerg Billeter  <j@bitron.ch>
10610
10611         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10612
10613         Compare page labels even without has_labels set, fixes setting page
10614         with entry
10615
10616 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10617
10618         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10619         (ev_view_set_cursor), (ev_view_button_press_event),
10620         (ev_view_motion_notify_event), (ev_view_button_release_event),
10621         (ev_view_init):
10622
10623         Implement middle button scrolling. Based on a patch
10624         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10625
10626 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10627
10628         * shell/ev-document-types.c: (get_slow_mime_type),
10629         (get_document_type_from_mime), (ev_document_type_lookup):
10630         * shell/ev-document-types.h:
10631
10632         Change api to lookup from uri. Do fast lookup first, if the
10633         type is unknown try with data sniffing.
10634
10635         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10636         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10637
10638         Adapt to api change
10639
10640 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10641
10642         * thumbnailer/Makefile.am:
10643
10644         Fix distcheck
10645
10646 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10647
10648         * NEWS:
10649         * configure.ac:
10650
10651         Release 0.3.0
10652
10653         * data/evince-ui.xml:
10654
10655         Hide presentation mode for now
10656
10657         * shell/ev-view.c: (highlight_find_results):
10658
10659         Show current find selection only on current page
10660
10661 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10662
10663         * shell/ev-view.c: (ev_view_select_all):
10664
10665         Compute size of the actual page, not of
10666         the current one.
10667
10668 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10669
10670         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10671         (view_rect_to_doc_rect), (compute_selections),
10672         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10673         (ev_view_copy), (ev_view_primary_get_cb),
10674         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10675         (ev_view_button_press_event), (ev_view_motion_notify_event),
10676         (ev_view_button_release_event), (page_changed_cb):
10677
10678         Fix text selection
10679
10680 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10681
10682         * shell/ev-view.c: (compute_border), (get_page_extents),
10683         (doc_rect_to_view_rect), (highlight_find_results),
10684         (ev_view_bin_expose), (ev_view_select_all),
10685         (ev_view_motion_notify_event), (update_find_status_message),
10686         (jump_to_find_result), (jump_to_find_page):
10687
10688         First go at fixing search, still buggy
10689
10690 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10691
10692         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10693         dropdown box and button at the top of the sidebar.
10694
10695 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10696
10697         * configure.ac: Output zoom-control Makefile.
10698         * cut-n-paste/Makefile.am: build zoom-control subdir.
10699         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10700         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10701         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10702         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10703         * cut-n-paste/zoom-control/ephy-zoom.c:
10704         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10705         from epiphany, and modified to add a separator into the menu.
10706         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10707         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10708         zoom-control action.
10709         * shell/Makefile.am: Include zoom-control flags.
10710         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10711         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10712         (ev_view_zoom_for_size_presentation),
10713         (ev_view_zoom_for_size_continuous_and_dual_page),
10714         (ev_view_zoom_for_size_continuous),
10715         (ev_view_zoom_for_size_dual_page),
10716         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10717         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10718         ev_view_get_zoom and ev_view_get_sizing_mode.
10719         * shell/ev-view.h:
10720         * shell/ev-window.c: (update_action_sensitivity),
10721         (update_sizing_buttons), (zoom_control_changed_cb),
10722         (register_custom_actions): Initialize and use the zoom-control 
10723         widget.
10724
10725 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10726
10727         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10728         preview cache back to 1.  Don't know when it got set to 0.
10729         
10730         * shell/ev-view.c: (compute_border), (ev_view_realize),
10731         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10732         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10733         (ev_view_get_fullscreen), (ev_view_set_presentation),
10734         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10735         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10736         * shell/ev-view.h:
10737         * shell/ev-window.c:
10738         (update_chrome_visibility),
10739         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10740         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10741         (update_document_mode), (ev_window_update_fullscreen_action),
10742         (ev_window_fullscreen), (ev_window_unfullscreen),
10743         (ev_window_cmd_view_fullscreen),
10744         (ev_window_update_presentation_action),
10745         (ev_window_run_presentation), (ev_window_stop_presentation),
10746         (ev_window_cmd_view_presentation), (ev_window_state_event),
10747         (ev_window_focus_in_event), (ev_window_focus_out_event),
10748         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10749         * data/evince-ui.xml: Initial presentation mode.  We should
10750         probably hide this until it's done, as it's quite rough.  Also,
10751         change full-screen to fullscreen and add two getters to EvView.
10752
10753 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10754
10755         * shell/ev-page-action.c: (update_page_cache),
10756         (ev_page_action_dispose):
10757         * shell/ev-window.c: (destroy_fullscreen_popup),
10758         (ev_window_create_fullscreen_popup):
10759
10760         Use connect_object rather than explicitly
10761         disconnect on dispose.
10762
10763 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10764
10765         * shell/ev-page-action.c: (update_page_cache),
10766         (ev_page_action_dispose):
10767
10768 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10769
10770         * backend/ev-page-cache.c: (_ev_page_cache_new),
10771         (ev_page_cache_set_page_label),
10772         (ev_page_cache_has_nonnumeric_page_labels):
10773         * backend/ev-page-cache.h:
10774         * shell/ev-page-action.c: (update_pages_label):
10775         
10776         If all page labels are numeric, fallback to default
10777         way to display number of pages. See bug 173185.
10778
10779 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10780
10781         * shell/ev-page-action.c: (ev_page_action_dispose):
10782         * shell/ev-view.c: (view_update_range_and_current_page):
10783         * shell/ev-window.c: (ev_window_dispose):
10784         
10785         Set page on scroll in continuous mode. Fixes bug 301986.
10786         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10787
10788 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10789
10790         * configure.ac:
10791
10792         Require poppler 0.3.0
10793
10794 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10795         
10796         * shell/Makefile.am, configure.ac: Fix build problems
10797         with t1lib. Bug 301996.
10798
10799 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10800
10801         * shell/ev-view.c: (ev_view_scroll_event):
10802         
10803         Scroll up increase zoom
10804
10805 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10806
10807         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10808         (ev_view_set_sizing_mode),
10809         (ev_view_zoom_for_size_continuous_and_dual_page),
10810         (ev_view_zoom_for_size_continuous):
10811         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10812         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10813         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10814         (ev_window_init):
10815
10816         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10817         Fix for 165473 and 165472.
10818
10819 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10820
10821         * po/POTFILES.in:
10822         * thumbnailer/Makefile.am:
10823         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10824         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10825         * thumbnailer/evince-thumbnailer.schemas.in:
10826         
10827         Make thumbnailer schemas translatable. Fix for bug 301773
10828         
10829         * thumbnailer/evince-thumbnailer-djvu.schemas:
10830         * thumbnailer/evince-thumbnailer-dvi.schemas:
10831         * thumbnailer/evince-thumbnailer.schemas:
10832
10833         Removed files
10834
10835 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10836
10837         * shell/ev-view.c (ev_view_init): forgot to set this.
10838
10839 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10840
10841         * shell/ev-view.c: (find_page_at_location),
10842         (get_link_at_location),
10843         (ev_view_set_show_border), (ev_view_set_spacing),
10844         (ev_view_zoom_for_size_continuous_and_dual_page),
10845         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10846         Also, add a quick fix measuring of widths.  Also, removed
10847         ev_view_set_spacing and ev_view_set_show_border.
10848         
10849         * shell/ev-window.c: (ev_window_unfullscreen),
10850         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10851
10852 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10853
10854         * shell/ev-view.c: (view_update_range_and_current_page),
10855         (page_changed_cb):
10856         
10857         Fix crash on exit and scrolling to page in continuous view.
10858
10859 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10860
10861         * TODO:
10862         * backend/ev-page-cache.c: (_ev_page_cache_new),
10863         (ev_page_cache_get_max_width_size),
10864         (ev_page_cache_get_max_height_size):
10865         * backend/ev-page-cache.h:
10866         * data/evince-ui.xml:
10867         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10868         * shell/ev-view.c: (view_update_adjustments),
10869         (view_update_range_and_current_page), (get_bounding_box_size),
10870         (ev_view_size_request_continuous_and_dual_page),
10871         (ev_view_size_request_continuous),
10872         (ev_view_size_request_dual_page),
10873         (ev_view_size_request_single_page), (ev_view_size_request),
10874         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10875         (ev_view_bin_expose), (ev_view_expose_event),
10876         (ev_view_set_property), (ev_view_get_property),
10877         (ev_view_class_init), (ev_view_init), (ev_view_new),
10878         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10879         (ev_view_set_dual_page), (ev_view_set_full_screen),
10880         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10881         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10882         (ev_view_zoom_out), (zoom_for_size_fit_width),
10883         (zoom_for_size_best_fit),
10884         (ev_view_zoom_for_size_continuous_and_dual_page),
10885         (ev_view_zoom_for_size_continuous),
10886         (ev_view_zoom_for_size_dual_page),
10887         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10888         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10889         * shell/ev-view.h:
10890         * shell/ev-window.c: (update_action_sensitivity),
10891         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10892         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10893         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10894         (ev_window_cmd_view_zoom_out), (update_view_size),
10895         (ev_window_set_sizing_mode), (ev_window_init):
10896
10897         Add Continuous and Dual page modes.
10898
10899 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10900
10901         * dvi/dvi-document.c: (dvi_document_load),
10902         (dvi_document_thumbnails_get_thumbnail),
10903         (dvi_document_init_params): Fix up some mixups between
10904         width and height to correct thumbnail rendering.
10905
10906 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10907
10908         * dvi/mdvi-lib/private.h:
10909         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10910         
10911         Suppess output for kpathsea during font generation. Thanks to
10912         James Bowes
10913
10914 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10915
10916         * NEWS:
10917         * configure.ac:
10918
10919         Release 0.2.1
10920
10921         * Makefile.am: fix distcheck.
10922
10923 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10924
10925         * shell/ev-sidebar-links.c: (selection_changed_callback),
10926         (update_page_callback), (row_activated_callback),
10927         (job_finished_callback), (ev_sidebar_links_set_document):
10928         
10929         Fix for bug #169901. Double click on links expands tree.
10930
10931 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10932
10933         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10934         hard-coded style. Fix for bug 170111
10935
10936 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10937
10938         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10939         locking.
10940
10941 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10942
10943         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10944
10945 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10946
10947         * pdf/ev-poppler.cc:
10948         * shell/ev-view.c: (highlight_find_results):
10949
10950         Fix find on single page documents
10951
10952 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10953
10954         * data/evince.schemas.in: fix for bug 301390
10955
10956 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10957
10958         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10959         (ev_view_zoom_out), (ev_view_zoom_normal):
10960         * shell/ev-view.h:
10961         * shell/ev-window.c: (update_action_sensitivity),
10962         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10963         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10964         (ev_window_cmd_view_normal_size):
10965
10966         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10967         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10968         better than oom. 
10969
10970 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10971
10972         * configure.ac:
10973
10974         Depend on 2.57, 2.59 doesnt seem to be necessary
10975
10976 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10977
10978         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10979         (create_tool_item):
10980
10981         Put back total number of pages as (1 of 1234)
10982
10983 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10984
10985         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10986         remove the job.
10987
10988         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10989         function.  This helps debugging.
10990
10991 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10992
10993         * djvu/djvu-document.c: (djvu_document_class_init),
10994         (djvu_document_get_info), (djvu_document_document_iface_init):
10995         * dvi/dvi-document.c: (dvi_document_class_init),
10996         (dvi_document_get_info), (dvi_document_document_iface_init):
10997
10998         Dummy implementation of get_info method for dvi and
10999         djvu. Fix crashes with those backends
11000
11001 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11002
11003         * data/evince.desktop.in:
11004
11005         Add application/x-gzpostscript
11006
11007 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11008
11009         * data/evince.schemas.in: Added real long descriptions, 
11010         closes bug 172496 
11011
11012         * README: Added actual text, closes bug 171869
11013
11014 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11015
11016         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11017
11018         Thumbnail page 0
11019
11020 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11021
11022         * backend/ev-document-info.h:
11023
11024         s/GDate */GDate so we can just use g_free
11025
11026 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11027
11028         * shell/ev-window.c: (update_document_mode),
11029         (ev_window_setup_document):
11030
11031         Show the window in fullscreen when specified by
11032         the document
11033
11034 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11035
11036         * backend/ev-document.c: (ev_document_class_init),
11037         (ev_document_get_info), (ev_document_render_pixbuf):
11038         * backend/ev-document.h:
11039         * backend/ev-page-cache.c: (_ev_page_cache_new):
11040         * pdf/ev-poppler.cc:
11041         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11042         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11043         * ps/ps-document.c: (ps_document_class_init), (document_load),
11044         (ps_document_get_info), (ps_document_document_iface_init):
11045
11046         Remove get_title from the interface, we can just use document info
11047
11048 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11049
11050         * backend/Makefile.am:
11051         * backend/ev-document.c: (ev_document_render_get_info):
11052         * backend/ev-document.h:
11053         * pdf/ev-poppler.cc:
11054
11055         Initial support for document info. Based on jrb patch.
11056
11057 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11058
11059         * shell/ev-window.c: (ev_window_state_event),
11060         (ev_window_class_init), (ev_window_init):
11061         
11062         Doesn't show resize grip when maximized. See bug #301053
11063
11064 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11065
11066         * po/POTFILES.in:
11067         
11068         ev-sidebar-thumbnails now has translatable labels
11069         
11070         * shell/Makefile.am:
11071         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11072         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11073         (ev_sidebar_links_page_iface_init):
11074         * shell/ev-sidebar-links.h:
11075         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11076         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11077         (ev_sidebar_page_get_label):
11078         * shell/ev-sidebar-page.h:
11079         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11080         (ev_sidebar_thumbnails_set_document),
11081         (ev_sidebar_thumbnails_support_document),
11082         (ev_sidebar_thumbnails_get_label),
11083         (ev_sidebar_thumbnails_page_iface_init):
11084         * shell/ev-sidebar-thumbnails.h:
11085         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11086         (ev_sidebar_set_document):
11087         * shell/ev-sidebar.h:
11088         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11089         
11090         Small rework of sidebar code. Now sidebar pages should implement
11091         EvSidebarPage interface. That makes page management in EvSidebar
11092         easier. See bug #164811 for details
11093
11094 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11095
11096         * shell/ev-application.c: (ev_application_open):
11097         * shell/ev-document-types.c:
11098         
11099         Fix build error and small problem with application exit
11100
11101 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11102
11103         * thumbnailer/Makefile.am:
11104         * thumbnailer/evince-thumbnailer-djvu.schemas:
11105         * thumbnailer/evince-thumbnailer-dvi.schemas:
11106         
11107         Conditionally install schemas for djvu/dvi thumbnailer
11108
11109 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11110
11111         * shell/ev-document-types.h: 
11112         * shell/ev-document-types.c: 
11113         New files, handling the mapping from mimetypes to backends
11114         
11115         * shell/ev-window.c: 
11116         * thumbnailer/evince-thumbnailer.c:     
11117         Use the ev-document-types code
11118         
11119         * shell/Makefile.am: 
11120         Added new convenience library libevbackendfactory_la, containing
11121         the new mimetype->backend logic; moved the backends into it.
11122
11123         * thumbnailer/Makefile.am:
11124         Make the thumbnailer link with the libevbackend.la convenience
11125         library, rather than having a duplicate of the backend logic here.
11126
11127 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11128
11129         * shell/ev-stock-icons.c: constify some vars.
11130         * shell/ev-window.c: ditto.
11131
11132 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11133
11134         * ps/ps-document.c (get_page_orientation):
11135
11136         Respect document orientation 
11137
11138 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11139
11140         * djvu/Makefile.am:
11141         * dvi/Makefile.am:
11142         * shell/Makefile.am:
11143         
11144         Move library dependencies to components.
11145         
11146         * shell/ev-window.c: (update_window_title),
11147         (start_loading_document):
11148         
11149         Fix display of uris with spaces. Bug 168358.
11150
11151 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11152
11153         * shell/ev-sidebar-links.c: (selection_changed_cb):
11154         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11155         (ev_view_button_release_event), (ev_view_set_document):
11156         * shell/ev-view.h:
11157         * shell/ev-window.c: (find_bar_search_changed_cb):
11158         * shell/ev-window.h: Minor cleanups removing some dead code.
11159
11160 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11161
11162         * backend/ev-page-cache.c: (_ev_page_cache_new):
11163         
11164         Set current page to 0 if document has pages.
11165
11166 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11167
11168         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11169
11170         Initialize GError to NULL, fix a crash when loading fails.
11171
11172 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11173
11174         * shell/ev-window.c: (update_view_size):
11175
11176         Calculate shadow size only when there is actually
11177         a shadow.
11178
11179 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11180
11181         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11182         * shell/ev-view.h:
11183
11184         Allow setting view spacing, default to 0
11185
11186         * shell/ev-window.c: (ev_window_unfullscreen),
11187         (ev_window_cmd_view_fullscreen), (ev_window_init):
11188
11189         Remove spacing in fullscreen mode
11190
11191 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11192
11193         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11194         (ev_view_size_request), (expose_bin_window),
11195         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11196         * shell/ev-view.h:
11197         * shell/ev-window.c: (ev_window_unfullscreen),
11198         (ev_window_cmd_view_fullscreen):
11199
11200         Do not draw the border in fulscreen
11201
11202 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11203
11204         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11205         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11206         (find_page_at_location), (page_changed_cb):
11207
11208         Rework border calculation, so that I can more easily disable it.
11209         Code somewhat cleaner too.
11210
11211 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11212
11213         * backend/ev-page-cache.c: (ev_page_cache_init),
11214         (_ev_page_cache_new):
11215
11216         Remove some assertions, documents can have 0 pages.
11217         Make initial current page -1.
11218
11219         * shell/ev-page-action.c: (page_changed_cb):
11220
11221         Show "" if current page is -1
11222
11223         * shell/ev-window.c: (update_action_sensitivity),
11224         (ev_window_setup_document):
11225
11226         When document has 0 pages do not set the view
11227         and make nearly everything insensitive.
11228
11229 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11230
11231         * shell/ev-page-view.c:
11232         * shell/ev-page-view.h:
11233
11234         Remove unused files.
11235         
11236         * shell/ev-sidebar-thumbnails.c:
11237         (ev_sidebar_thumbnails_set_document):
11238         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11239         (ev_sidebar_supports_document):
11240         * shell/ev-sidebar.h:
11241         * shell/ev-window.c: (ev_window_setup_document):
11242         
11243         Doesn't show thumbnails if document has 1 page. Make
11244         sidebar menu entries sensitive only if if they have 
11245         sense. Fix bug 164811. 
11246
11247 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11248
11249         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11250         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11251         (ev_view_zoom_out), (ev_view_set_size):
11252
11253         Rework sizing to deal with documents with not uniform page
11254         size.
11255
11256 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11257
11258         * backend/ev-page-cache.c: (_ev_page_cache_new):
11259
11260         Fix several page size caching bugs
11261
11262 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11263
11264         * shell/ev-window.c: (set_action_properties):
11265
11266         Make all toolbar items translatable
11267
11268 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11269
11270         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11271         (save_page_list), (ps_document_save),
11272         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11273         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11274         (ps_document_ps_exporter_iface_init):
11275         * ps/ps-document.h:
11276
11277         Based on a patch by J�rg Billeter <j@bitron.ch>
11278         
11279         Implement print and save a copy for the ps backend.
11280
11281 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11282
11283         * backend/ev-document.h:
11284         * djvu/djvu-document.c: (djvu_document_can_get_text),
11285         (djvu_document_document_iface_init):
11286         * dvi/dvi-document.c: (dvi_document_can_get_text),
11287         (dvi_document_document_iface_init):
11288         * pdf/ev-poppler.cc:
11289         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11290         (pixbuf_document_document_iface_init):
11291         * ps/ps-document.c: (ps_document_can_get_text),
11292         (ps_document_document_iface_init):
11293         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11294         * shell/ev-window.c: (update_action_sensitivity):
11295
11296         Fix the crash when trying to copy in backends that doesnt
11297         support it. We can implement a better solution once we
11298         do real text selection.
11299
11300 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11301
11302         * data/evince-ui.xml:
11303         * shell/ev-window.c: (ev_window_cmd_escape):
11304         
11305         Work around the Escape conflict (find bar and unfullscreen)
11306
11307 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11308
11309         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11310         
11311         Fix for #300233. Next page correctly handles document end.
11312         
11313         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11314         (ev_sidebar_thumbnails_class_init),
11315         (ev_sidebar_thumbnails_set_document),
11316         (ev_sidebar_thumbnails_clear_job),
11317         (ev_sidebar_thumbnails_clear_model):
11318         
11319         Cleanup thumbnail jobs on document changes.
11320         
11321         * shell/ev-view.c: (add_scroll_binding_keypad),
11322         (add_scroll_binding_shifted), (ev_view_class_init):
11323         
11324         Shift + Space scrolls up. Fix for #173184
11325         
11326         * shell/ev-window.c: (ev_window_open_page),
11327         (ev_window_cmd_view_reload):
11328         
11329         Fix reload (Bug #300094)
11330
11331 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11332
11333         
11334         * dvi/mdvi-lib/assoc.c:
11335         * dvi/mdvi-lib/assoc.h: Removed garbage files
11336         
11337         * dvi/mdvi-lib/bitmap.c:
11338         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11339         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11340         * dvi/mdvi-lib/color.h: Antialias of rules
11341         
11342         * dvi/mdvi-lib/common.h:
11343         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11344         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11345         * dvi/mdvi-lib/files.c:
11346         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11347         * dvi/mdvi-lib/mdvi.h:
11348         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11349         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11350         * dvi/mdvi-lib/util.c: Fix compile warnings
11351         
11352         * dvi/dvi-document.c:
11353         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11354         (dvi_document_thumbnails_get_thumbnail),
11355         (dvi_document_document_thumbnails_iface_init):
11356         * dvi/mdvi-lib/Makefile.am:
11357         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11358         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11359         
11360         Dvi backend now renders thumbnails
11361
11362 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11363
11364         * shell/main.c: (main): 
11365         
11366         Save accelerators on exit. Fixes bug #172095.
11367
11368 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11369
11370         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11371         update priority" comment.
11372
11373         * backend/ev-job-queue.c: Give a way to change priority.
11374
11375 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11376
11377         * shell/ev-page-action.c: Fix logic.
11378
11379 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11380
11381         * shell/ev-view.c: (ev_view_can_find_next):
11382         * shell/ev-window.c: (ev_window_setup_document):
11383
11384         Check that the document supports find
11385
11386 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11387
11388         * data/evince-ui.xml:
11389         * shell/ev-view.c: (ev_view_can_find_next):
11390         * shell/ev-view.h:
11391         * shell/ev-window.c: (update_action_sensitivity),
11392         (find_changed_cb), (ev_window_setup_document),
11393         (ev_window_cmd_edit_find_next):
11394
11395         Add Edit->Find Next
11396
11397 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11398
11399         * pdf/ev-poppler.cc:
11400         * shell/ev-print-job.c: (idle_print_handler):
11401
11402         Make printing work again
11403
11404 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11405
11406         * shell/ev-page-action.h:
11407         * shell/ev-page-action.c: (ev_page_action_widget_init),
11408         (ev_page_action_widget_class_init), (page_changed_cb),
11409         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11410         (get_filter_model_from_model), (match_selected_cb),
11411         (display_completion_text), (match_completion), (update_model),
11412         (connect_proxy), (ev_page_action_set_property),
11413         (ev_page_action_get_property), (ev_page_action_set_document),
11414         (ev_page_action_set_model), (ev_page_action_class_init): Big
11415         reworking to make completions work iff we have >= GTK-2.7.0
11416                 
11417         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11418         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11419         (job_finished_cb): We now have a 'model' property that is set when
11420         the links are loaded.  This can be caught with "notify::model"
11421
11422         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11423         listen for the model to be set, and propagate it to the action.
11424
11425 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11426
11427         * cut-n-paste/recent-files/egg-recent-item.c:
11428         (egg_recent_item_set_uri), (make_valid_utf8),
11429         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11430         * cut-n-paste/recent-files/egg-recent-item.h:
11431         
11432         Update egg-recent from libegg. This should fix long
11433         startup problem. For details see
11434         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11435
11436 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11437
11438         * cut-n-paste/recent-files/Makefile.am:
11439         * data/evince-ui.xml, shell/Makefile.am:
11440         * shell/ev-application.c, shell/ev-application.h:
11441         * shell/ev-window.c: Recent files support.
11442         
11443         * configure.ac: Added "ru" to ALL_LINGUAS.
11444         
11445         * dvju: new backend to support DJVU files.
11446         * dvi: new backend to support DVI.
11447
11448         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11449         * ev-application.c: Support for new backends.
11450         
11451         * help, ev-window.c, main.c shell/Makefile.am: 
11452         Evince user documentation.
11453
11454 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11455
11456         * po/POTFILES.in:
11457         * shell/ev-window.c:
11458         * thumbnailer/evince-thumbnailer.c:
11459
11460         s/pdf-document/ev-poppler
11461
11462 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11463
11464         * NEWS:
11465         * configure.ac:
11466
11467         Release 0.2.0
11468
11469         * ps/ps-document.c: (setup_pixmap):
11470
11471         Remove debug code
11472
11473 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11474
11475         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11476         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11477         (ev_window_cmd_go_first_page): Fix of by one errors.
11478
11479 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11480
11481         * ps/ps-document.c: (get_page_box):
11482
11483         Fix page size calculation
11484
11485 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11486
11487         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11488         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11489         (get_page_orientation), (setup_page), (document_load),
11490         (ps_document_get_page_size), (render_pixbuf_idle):
11491         * ps/ps-document.h:
11492
11493         More refactoring to adapt to EvDocument changes
11494
11495 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11496
11497         * ps/ps-document.c: (start_interpreter):
11498
11499         Actually add alpha args
11500
11501 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11502
11503         * pdf/ev-poppler.cc:
11504
11505         Make clipboard work again
11506
11507 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11508
11509         Make searching work again.
11510         
11511         * backend/ev-document.c:
11512         * backend/ev-document.h:
11513         * backend/ev-document-find.c:
11514         * backend/ev-document-find.h: Change EvDocumentIface so we no
11515         longer store the current page or zoom level in the document.  The
11516         consequence is that all calls that operate on the current page now
11517         instead take the page number as an extra argument, and all
11518         coordinates are now doubles in document coordinate system.
11519
11520         * pdf/ev-poppler.cc:
11521         * pixbuf/pixbuf-document.c:
11522         * ps/ps-document.c: Update backends accordingly.
11523
11524 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11525
11526         * autogen.sh:
11527
11528         Add required gettext version
11529
11530 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11531
11532         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11533         make F1 bring up non-existent help.
11534
11535         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11536         epiphany's find bar, #167477
11537
11538         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11539         <emil@nishra.com> to add space-bar scrolling, 
11540
11541         * shell/ev-window.c (static GtkActionEntry entries): add default
11542         keybinding for Help (F1)
11543         Fixes #171068
11544
11545         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11546         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11547         170110
11548
11549 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11550
11551         * Makefile.am: 
11552         * pixbuf/pixbuf-document.c: 
11553
11554         Got pixbuf backend working again
11555
11556 2005-04-01  Steve Murphy  <murf@e-tools.com>
11557
11558         * configure.in: Added "rw" to ALL_LINGUAS.
11559
11560 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11561
11562         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11563         model types, noticed by Martin Kretzschmar.
11564
11565 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11566
11567         * pdf/ev-poppler.cc: Implement search based on
11568         poppler_page_find_text().  Currently a bit crude since we remember
11569         all matches from all pages.  Also, we grab the big document lock
11570         when we search since searching changes the underlying stream and
11571         thus conflicts with the rendering thread.
11572         
11573         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11574         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11575         (ev_view_find_previous): Fix some page indexes to be 0 based,
11576         offset rubber band by view offset,
11577
11578 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11579
11580         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11581
11582 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11583
11584         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11585         completely because I didn't understand GtkActions.  I should
11586         read Marco's code more carefully in the future.
11587
11588         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11589         function
11590
11591 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11592
11593         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11594         PopplerRectangle change from poppler CVS.
11595
11596 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11597
11598         * backend/ev-document.c: (ev_document_get_page_label):
11599         * backend/ev-document.h:
11600         * backend/ev-page-cache.c: (_ev_page_cache_new),
11601         (ev_page_cache_get_page_label):
11602         * backend/ev-page-cache.h:
11603         * pdf/ev-poppler.cc:
11604         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11605         (links_page_num_func):
11606         * shell/ev-sidebar-thumbnails.c:
11607         (ev_sidebar_thumbnails_set_document):
11608         * shell/ev-view.c: (status_message_from_link),
11609         (ev_view_motion_notify_event):
11610         * shell/ev-window.c: (document_supports_sidebar): Add in page
11611         label support.  It's not perfect yet, but it's the first 'feature'
11612         in a while.
11613         Also, fix a bogus comment noticed by crispin. 
11614
11615 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11616
11617         * Makefile.am: Remove pixbuf backend for now
11618
11619         * configure.ac: Require poppler-glib instead of just poppler.
11620
11621         * backend/ev-document-thumbnails.h: Add a comment
11622
11623         * backend/ev-document.h:
11624         * backend/ev-document.c: (ev_document_class_init),
11625         (ev_document_load), (ev_document_get_link),
11626         (ev_document_get_links): Remove 3 methods and add get_links.
11627         Also, made 0 based.
11628
11629         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11630         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11631
11632         * backend/ev-link.c: (ev_link_set_title),
11633         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11634         (ev_link_mapping_find):
11635         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11636         
11637         * backend/ev-page-cache.c: (ev_page_cache_init),
11638         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11639         (ev_page_cache_get_size), (ev_page_cache_next_page),
11640         (ev_page_cache_prev_page): Fix to be 0 based.
11641
11642         * pdf/Makefile.am: 
11643         * pdf/ev-poppler.h:
11644         * pdf/ev-poppler.cc: New backend.
11645         
11646         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11647         (ps_document_get_page), (ps_document_document_iface_init):
11648
11649         * shell/ev-pixbuf-cache.h:
11650         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11651         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11652         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11653         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11654         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11655         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11656         based.
11657         
11658         * shell/ev-sidebar-thumbnails.c:
11659         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11660         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11661
11662         * shell/ev-view.c: (status_message_from_link),
11663         (find_page_at_location), (get_link_at_location),
11664         (ev_view_motion_notify_event), (ev_view_button_release_event),
11665         (ev_view_init): Use the new link code.  Fix to be 0 based.
11666
11667         * shell/ev-window.c: (update_action_sensitivity),
11668         (document_supports_sidebar): 0 based.
11669
11670 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11671
11672         * pdf/pdf-document.cc: Patch from Fernando Herrera
11673         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11674         *blush*
11675
11676 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11677
11678         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11679         1 to the page, as this seems to be 1 based.  I thought we has this
11680         fixed.  grump.
11681
11682 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11683
11684         * TODO:
11685         * backend/Makefile.am:
11686         * backend/ev-document-links.c:
11687         (ev_document_links_has_document_links),
11688         (ev_document_links_get_links_model):
11689         * backend/ev-document-links.h:
11690         * backend/ev-document.c: (ev_document_get_page_cache),
11691         (ev_document_get_doc_mutex), (ev_document_load),
11692         (ev_document_save), (ev_document_get_title),
11693         (ev_document_get_n_pages), (ev_document_set_page),
11694         (ev_document_get_page), (ev_document_set_target),
11695         (ev_document_set_scale), (ev_document_set_page_offset),
11696         (ev_document_get_page_size), (ev_document_get_text),
11697         (ev_document_get_link), (ev_document_render),
11698         (ev_document_render_pixbuf), (ev_document_scale_changed):
11699         * backend/ev-document.h:
11700         * backend/ev-job-queue.c: (remove_object_from_queue),
11701         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11702         (no_jobs_available_unlocked), (ev_render_thread),
11703         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11704         (ev_job_queue_remove_job):
11705         * backend/ev-job-queue.h:
11706         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11707         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11708         (ev_job_links_class_init), (ev_job_render_init),
11709         (ev_job_render_dispose), (ev_job_render_class_init),
11710         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11711         (ev_job_thumbnail_class_init), (ev_job_finished),
11712         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11713         (ev_job_render_run), (ev_job_thumbnail_new),
11714         (ev_job_thumbnail_run):
11715         * backend/ev-jobs.h:
11716         * backend/ev-link.c:
11717         * backend/ev-link.h:
11718         * backend/ev-page-cache.c: (ev_page_cache_init),
11719         (ev_page_cache_class_init), (ev_page_cache_finalize),
11720         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11721         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11722         (ev_page_cache_set_link), (ev_page_cache_get_title),
11723         (ev_page_cache_get_size), (ev_page_cache_next_page),
11724         (ev_page_cache_prev_page):
11725         * backend/ev-page-cache.h:
11726         * pdf/pdf-document.cc:
11727         * ps/gsdefaults.c:
11728         * ps/gsdefaults.h:
11729         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11730         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11731         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11732         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11733         (is_interpreter_ready), (output), (catchPipe), (input),
11734         (start_interpreter), (check_filecompressed), (compute_dimensions),
11735         (ps_document_enable_interpreter), (document_load),
11736         (ps_document_next_page), (render_page), (ps_document_set_page),
11737         (ps_document_set_scale), (render_pixbuf_idle),
11738         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11739         * ps/ps-document.h:
11740         * shell/Makefile.am:
11741         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11742         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11743         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11744         (ev_pixbuf_cache_new), (job_finished_cb),
11745         (check_job_size_and_unref), (move_one_job),
11746         (ev_pixbuf_cache_update_range), (find_job_cache),
11747         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11748         (ev_pixbuf_cache_add_jobs_if_needed),
11749         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11750         * shell/ev-pixbuf-cache.h:
11751         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11752         (idle_print_handler):
11753         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11754         (selection_changed_cb), (create_loading_model),
11755         (ev_sidebar_links_construct), (links_page_num_func),
11756         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11757         (update_page_callback), (job_finished_cb),
11758         (ev_sidebar_links_set_document):
11759         * shell/ev-sidebar-thumbnails.c:
11760         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11761         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11762         (page_changed_cb), (thumbnail_job_completed_callback),
11763         (ev_sidebar_thumbnails_set_document):
11764         * shell/ev-sidebar-thumbnails.h:
11765         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11766         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11767         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11768         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11769         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11770         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11771         (ev_view_button_release_event), (ev_view_scroll_view),
11772         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11773         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11774         (ev_view_new), (job_finished_cb), (page_changed_cb),
11775         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11776         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11777         (ev_view_find_previous):
11778         * shell/ev-view.h:
11779         * shell/ev-window.c: (update_action_sensitivity),
11780         (ev_window_open_page), (update_window_title), (update_total_pages),
11781         (page_changed_cb), (ev_window_setup_document),
11782         (password_dialog_response), (ev_window_cmd_save_as),
11783         (ev_window_print), (ev_window_cmd_go_previous_page),
11784         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11785         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11786         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11787         * shell/main.c: (main):
11788
11789         Merge evince-threads branch
11790
11791 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11792
11793         * configure.ac: Added "lt" to ALL_LINGUAS.
11794
11795 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11796
11797         * NEWS:
11798         * configure.ac:
11799
11800         Release 0.1.9
11801
11802 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11803
11804         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11805
11806         Fix here also the thumbnails 1-basedness :)
11807
11808 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11809
11810         * NEWS:
11811         * configure.ac:
11812
11813         Release 0.1.8
11814
11815 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11816
11817         * pdf/pdf-document.cc:
11818         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11819         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11820
11821         Fix the mess we did with thumbnails and 1-basedness
11822
11823 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11824
11825         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11826
11827 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11828
11829         * NEWS:
11830         * configure.ac:
11831
11832         Release 0.1.7
11833
11834 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11835
11836         * ps/Makefile.am:
11837         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11838         (gtk_gs_defaults_get_alpha_parameters),
11839         (gtk_gs_defaults_get_ungzip_cmd),
11840         (gtk_gs_defaults_get_unbzip2_cmd):
11841         * ps/gsdefaults.h:
11842         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11843         (ps_document_get_orientation), (document_load),
11844         (ps_document_goto_page), (ps_document_set_page_size):
11845         * ps/ps-document.h:
11846
11847         Some more sanitization of the ps backend. Remove a lot
11848         of unused code and do not base our defaults on ggv
11849         preferences (ugh!)
11850
11851 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11852
11853         * thumbnailer/evince-thumbnailer.schemas:
11854         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11855         (main): add -s option for thumbnail size.
11856
11857 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11858
11859         * configure.ac:
11860
11861         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11862         remove it.
11863
11864 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11865
11866         * pdf/pdf-document.cc:
11867
11868         Remove 4 pixels of useless border from the
11869         thumbnail.
11870
11871 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11872
11873         * backend/ev-document-thumbnails.c:
11874         (ev_document_thumbnails_get_thumbnail):
11875         * backend/ev-document-thumbnails.h:
11876
11877         Rework API a bit. Add a border flag and
11878         change sizing logic (now the size we specify
11879         applies to the bigger dimension).
11880
11881         * pdf/pdf-document.cc:
11882         * pixbuf/pixbuf-document.c:
11883         (pixbuf_document_thumbnails_get_thumbnail):
11884         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11885         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11886
11887         Adapt to the new API and do not draw a border for nautilus
11888         thumbnailer.
11889
11890 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11891
11892         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11893         take thumbnails from page "0" instead of "1". Added a copyright header.
11894
11895 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11896
11897         * ps/ps-document.c: (set_up_page), (start_interpreter):
11898
11899         Make it C89 compliant
11900
11901 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11902
11903         * Makefile.am:
11904         * configure.ac:
11905         * pdf/.cvsignore:
11906         * pdf/pdf-document.cc:
11907         * thumbnailer/Makefile.am:
11908         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11909         (main):
11910         * thumbnailer/evince-thumbnailer.schemas:
11911         * thumbnailer/pdf-icon.png:
11912
11913         Add a nautilus thumbnailer.
11914         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11915
11916 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11917
11918         * NEWS:
11919         * configure.ac:
11920         * po/POTFILES.in:
11921
11922         Release 0.1.6
11923
11924 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11925
11926         Use poppler instead of including xpdf source code.  Poppler is a
11927         fork of xpdf to build it as a shared library. See
11928         http://freedesktop.org/wiki/Software/poppler.
11929
11930         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11931         xpdf fork.
11932         
11933         * pdf/Makefile.am: Build libpdfdocument.a here.
11934         
11935         * pdf/GDKSplashOutputDev.cc:
11936         * pdf/GDKSplashOutputDev.h:
11937         * pdf/GnomeVFSStream.cc:
11938         * pdf/GnomeVFSStream.h:
11939         * pdf-document.cc:
11940         * pdf-document.h:
11941         * test-gdk-output-dev.cc
11942         * Thumb.cc:
11943         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11944         against poppler.
11945
11946 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11947
11948         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11949
11950         Clear idle stack before unsetting the document
11951
11952 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11953
11954         * ps/ps-document.c: (ps_document_widget_event),
11955         (ps_document_set_target), (ps_document_finalize),
11956         (ps_document_get_page):
11957
11958         Disconnect the widget event signal on finalize.
11959         Some code cleanups.
11960
11961 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11962
11963         * ps/ps-document.c: (set_up_page):
11964
11965         If there is no bpixmap create one, even if size
11966         is not changed.
11967
11968 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11969
11970         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11971         (set_up_page), (document_load), (ps_document_set_zoom):
11972
11973         Default page is 0. Calculate size even when we have no
11974         target yet.
11975
11976 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11977
11978         * shell/ev-sidebar.c: expand the selection widget to be always as
11979         wide as the sidebar
11980
11981 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11982
11983         * shell/ev-sidebar-thumbnails.c:
11984         (ev_sidebar_thumbnails_set_document):
11985
11986         Clear the list store when setting document
11987
11988 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11989
11990         * shell/ev-page-action.c: (update_entry), (sync_entry),
11991         (activate_cb), (entry_size_request_cb), (create_tool_item),
11992         (connect_proxy):
11993
11994         Use an entry for the page control instead of spinbuttons
11995
11996 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11997
11998         * data/evince.schemas.in:
11999
12000         Correct confusing string
12001
12002 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12003
12004         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12005         for real.  Gosh, how long has this been broken.
12006
12007         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12008         check for a NULL link.  We crash otherwise.
12009
12010 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12011
12012         * NEWS:
12013         * configure.ac:
12014
12015         Release 0.1.5
12016
12017 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12018
12019         * configure.ac: add the french translation.
12020
12021 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12022
12023         * shell/ev-window.c:
12024
12025         Remove unused header -> fix distcheck
12026
12027 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12028
12029         * shell/ev-window.c: (update_window_title),
12030         (ev_window_popup_password_dialog):
12031
12032         Unescape filename for display
12033
12034 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12035
12036         * pdf/xpdf/pdf-document.cc:
12037
12038         In get_page_size deal with rotation. Also
12039         cleanup the function a bit.
12040
12041 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12042
12043         * pdf/xpdf/pdf-document.cc:
12044
12045         Fix crash when opening in new window
12046
12047 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12048
12049         * configure.ac:
12050
12051         Check ghostscript >= 7
12052
12053 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12054
12055         * shell/ev-window.c:
12056
12057         Make page width the default sizing mode
12058
12059 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12060         Marco Pesenti Gritti <marco@gnome.org>
12061
12062         * shell/ev-window.c: Remember the sidebar size
12063
12064         * data/evince.schemas.in: Add a new gconf key to store the size of
12065         the sidebar
12066
12067 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12068
12069         * data/evince-ui.xml:
12070         * shell/ev-window.c: (update_action_sensitivity),
12071         (ev_window_cmd_view_reload):
12072         
12073         Add a "Reload" action and menu entry
12074
12075 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12076
12077         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12078         iff the type doesn't support thumbnailing and indexing.
12079
12080 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12081
12082         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12083
12084 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12085
12086         * pdf/splash/Splash.cc:
12087
12088         Port fix for a crasher from kde bug
12089         http://bugs.kde.org/show_bug.cgi?id=97131
12090
12091 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12092
12093         * pdf/xpdf/pdf-document.cc:
12094
12095         Return a link even if it's of an unrecognized
12096         type. Otherwise we go in an infinte cycle.
12097
12098 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12099
12100         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12101         (size_allocate_cb), (ev_window_set_sizing_mode):
12102
12103         Update size when switching mode
12104
12105 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12106
12107         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12108         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12109         (ev_window_cmd_view_normal_size):
12110
12111         Fix size toggle buttons behavior
12112
12113 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12114
12115         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12116         (doc_rect_to_view_rect), (ev_view_size_allocate),
12117         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12118         (scale_changed_callback):
12119
12120         Do not cache offsets in size_allocate.
12121
12122 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12123
12124         * shell/ev-view.c: (ev_view_size_allocate):
12125
12126         Calculate offsets before calling the parent
12127         class (which does a redraw)
12128
12129 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12130
12131         * pdf/xpdf/pdf-document.cc:
12132
12133         Fix a crasher on exit. Unused code, put a TODO
12134
12135 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12136
12137         * backend/ev-document.c: (ev_document_class_init),
12138         (ev_document_page_changed), (ev_document_scale_changed):
12139         * backend/ev-document.h:
12140
12141         Separate page/scale notifications
12142
12143         * pdf/xpdf/pdf-document.cc:
12144
12145         Emit the new signals.
12146         Do not display the pdf page in _render, do it
12147         when scale/page are requested.
12148
12149         * ps/ps-document.c: (ps_document_set_zoom),
12150         (ps_document_widget_event):
12151         * ps/ps-document.h:
12152
12153         Emit the new signals.
12154
12155         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12156         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12157         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12158         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12159         * shell/ev-view.h:
12160         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12161         (ev_window_cmd_view_page_width), (size_allocate_cb),
12162         (ev_window_set_sizing_mode):
12163
12164         Rework sizing to be pixel based.
12165         There are bugs but should be already way better.
12166
12167 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12168
12169         * shell/ev-window.c: (ev_window_init):
12170
12171         Do not allow to shrink sidebar smaller then
12172         child requisition
12173
12174 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12175
12176         * shell/ev-sidebar.[ch]
12177         * shell/ev-window.c:
12178
12179         Improved sidebar widget. Fixes #166683
12180
12181 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12182
12183         * shell/ev-view.c (update_find_status_message): Give translators
12184         more flexibility with ngettext plural handling.
12185
12186 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12187
12188         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12189         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12190         page when we get the page size.
12191
12192 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12193
12194         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12195
12196         ps pages are 0 based, convert 
12197
12198 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12199
12200         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12201
12202         Initialize correct parent class. Set GError on document load
12203
12204 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12205
12206         * pdf/xpdf/pdf-document.cc:
12207
12208         Fixup selection offset calculation
12209
12210         * shell/ev-view.c: (view_rect_to_doc_rect),
12211         (doc_rect_to_view_rect), (ev_view_size_allocate),
12212         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12213         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12214
12215         Store selection as document relative, so that zooming
12216         and offset changing doesnt break it.
12217
12218 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12219
12220         * shell/ev-view.c: (ev_view_best_fit):
12221
12222         Do not try to best fit if the view is not realized
12223
12224 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12225           
12226         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12227
12228 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12229
12230         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12231
12232 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12233
12234         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12235         the popup window.  That prevents it resizing when in full screen
12236         mode.
12237
12238         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12239         multiple rerenders.  This pretty much sucks.
12240
12241         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12242         rest of the toolbar.
12243
12244 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12245
12246         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12247
12248 2005-02-17  Alexander Shopov  <ash@contact.bg>
12249
12250         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12251
12252 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12253
12254         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12255
12256 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12257
12258         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12259         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12260         (set_document_page), (document_changed_callback),
12261         (ev_view_set_document), (ev_view_find_previous),
12262         (ev_view_hide_cursor), (ev_view_show_cursor):
12263         * shell/ev-view.h:
12264         * shell/ev-window.c: (update_chrome_visibility),
12265         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12266         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12267         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12268         (ev_window_unfullscreen):
12269         * shell/main.c: (main):
12270
12271         Automatically hide the fullscreen button.
12272         Patch by Kristian Høgsberg <krh@redhat.com>
12273
12274 2005-02-16  Vincent Noel  <vnoel@cox.net>
12275
12276         * shell/main.c (main): Specify an icon for the window. Patch by
12277         Jaap A. Haitsma. Fixes #166177.
12278
12279 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12280
12281         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12282
12283 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12284
12285         * backend/ev-document-misc.h:
12286         * backend/ev-document-misc.c:
12287         (ev_document_misc_get_page_border_size),
12288         (ev_document_misc_paint_one_page): New function to canonicalize
12289         sizing/painting a border.
12290
12291         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12292         used.
12293
12294         * pdf/xpdf/pdf-document.cc: use new function
12295
12296         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12297         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12298         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12299         shell/ev-window.c: (update_sizing_buttons),
12300         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12301         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12302         (ev_window_cmd_view_page_width), (size_allocate_cb),
12303         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12304         and "fit width" values act as toggle buttons so they stay
12305         toggled.  It's not 100% perfect, and it's a little slow, but it's
12306         good enough to commit I think.
12307
12308 2005-02-15  David Lodge  <dave@cirt.net>
12309
12310         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12311
12312 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12313
12314         * shell/ev-window.c (update_window_title): replace newlines in
12315         the title by spaces. Bug #166107.
12316
12317 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12318
12319         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12320         parameters providing allocation width and height without
12321         scrollbars and width of a possible vertical scrollbar. With this
12322         additional information the functions can work as
12323         intended. Unfortunately they're not idempotent. We should
12324         transform these commands to toggles. Fixes Bug #164976
12325         Initial patch by Stephane Loeuillet, then heavily modified.
12326
12327         * shell/ev-view.h: update prototypes.
12328
12329         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12330         (ev_window_cmd_view_page_width): provide EvView fit functions with
12331         all the information they need. Formulas to calculate this
12332         information taken from GtkScrolledWindow.
12333
12334 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12335
12336         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12337         created a thumbnail, the list store is updated to know
12338         that the thumbnail is set. Fixes bug #166792
12339
12340 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12341
12342         * shell/ev-window.c: fixed typo, closes bug 166897
12343
12344         * TODO: updated TODO with bug numbers that are relevant
12345
12346 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12347
12348         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12349
12350 2005-02-09  Vincent Noel  <vnoel@cox.net>
12351
12352         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12353         and "Next" toolbar buttons as important to make them stand out.
12354
12355 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12356
12357         * lib/ev-debug.c:
12358         * lib/ev-debug.h:
12359         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12360         (start_interpreter), (stop_interpreter), (document_load),
12361         (ps_document_next_page), (ps_document_goto_page),
12362         (ps_document_set_page_size), (ps_document_widget_event),
12363         (ps_document_render):
12364         * shell/ev-page-view.c: (ev_page_view_dispose):
12365         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12366
12367         Fix compilation on non-gcc platforms
12368
12369 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12370
12371         * NEWS:
12372         * configure.ac:
12373
12374         Release 0.1.4
12375
12376         * pdf/xpdf/Catalog.cc:
12377         * pdf/xpdf/XRef.cc:
12378
12379         Fix the fix for CAN-2004-0888
12380
12381 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12382
12383         * data/Makefile.am:
12384         * data/evince-ui.xml:
12385         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12386         * shell/ev-stock-icons.h:
12387         * shell/ev-window.c: (update_action_sensitivity),
12388         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12389         (set_action_properties):
12390
12391         Improve toolbar layout/icons
12392
12393 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12394
12395         * pdf/xpdf/pdf-document.cc:
12396
12397         Add warnings about unimplemented/unknown link
12398         types.
12399
12400 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12401
12402         * ps/ps-document.c: (set_up_page):
12403
12404         Log gs property
12405
12406 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12407
12408         * ps/ps-document.c: (start_interpreter):
12409
12410         Log gs env var
12411
12412 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12413
12414         * shell/ev-page-view.c: (ev_page_view_dispose):
12415         * shell/ev-view.c: (ev_view_finalize):
12416         * shell/ev-window.c: (ev_window_setup_document),
12417         (ev_window_dispose), (ev_window_init):
12418
12419         Solve more refs issues.
12420
12421         I commented out the page_view initialization for now:
12422         it was never destroyed (because it's never added
12423         to a container). Because of that we was leaking
12424         gs processes. Couldnt think to a clean fix.
12425         We need to figure this out, password view has the
12426         same issue probably.
12427
12428 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12429
12430         * ps/ps-document.c: (ps_document_finalize),
12431         (ps_document_get_n_pages), (ps_document_get_page):
12432
12433         Some cleanups, stop the interpreter on finalize
12434
12435         * shell/ev-page-view.c: (ev_page_view_dispose),
12436         (ev_page_view_class_init):
12437
12438         Release our reference on the document
12439
12440 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12441
12442         * Makefile.am:
12443         * configure.ac:
12444         * doc/debugging.txt:
12445         * lib/.cvsignore:
12446         * lib/Makefile.am:
12447         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12448         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12449         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12450         * lib/ev-debug.h:
12451
12452         Add debugging helpers
12453
12454         * ps/Makefile.am:
12455         * ps/ps-document.c: (set_up_page), (start_interpreter),
12456         (stop_interpreter), (document_load), (ps_document_next_page),
12457         (ps_document_goto_page), (ps_document_set_page_size),
12458         (ps_document_widget_event), (ps_document_render):
12459         * shell/Makefile.am:
12460         * shell/ev-view.c: (expose_bin_window):
12461         * shell/main.c: (main):
12462
12463         Add some logs
12464         
12465 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12466
12467         * ps/ps-document.c: (ps_document_widget_event):
12468
12469         Initialize message_window, this should make ps
12470         rendering really work! (Never noticed because I was
12471         testing with a ps that is causing gs to exit every time!)
12472
12473 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12474
12475         * data/evince.schemas.in: updated simple error in applyto closing tag
12476
12477 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12478
12479         * Makefile.am:
12480         * configure.ac:
12481         * data/.cvsignore:
12482         * data/Makefile.am:
12483         * data/evince-ui.xml:
12484         A data/evince.schemas.in:
12485         * po/POTFILES.in:
12486         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12487         * shell/ev-stock-icons.h:
12488         * shell/ev-window.c: (update_chrome_visibility),
12489         (update_chrome_flag), (ev_window_cmd_edit_find),
12490         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12491         (ev_window_unfullscreen), (ev_window_focus_in_event),
12492         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12493         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12494         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12495         (ev_window_dispose), (ev_window_class_init),
12496         (set_action_properties), (set_chrome_actions), (load_chrome),
12497         (ev_window_init):
12498
12499         Implement fullscreen mode changes from bug #164776.
12500         Also implement persistent chrome toggles.
12501
12502 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12503
12504         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12505
12506 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12507
12508         * NEWS:
12509         * configure.ac:
12510         * shell/ev-view.c:
12511
12512         Add another check for find interface
12513
12514         Release 0.1.3
12515
12516 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12517
12518         * shell/ev-application.c: (ev_application_open):
12519         * shell/ev-window.c: (ev_window_open):
12520
12521         Open gzipped ps documents
12522
12523 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12524
12525         * TODO:
12526         * shell/ev-view.c: (set_document_page):
12527
12528         Clamp page number, dont try to move to
12529         not existant pages.
12530
12531 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12532
12533         * backend/ev-document-find.c: (ev_document_find_changed):
12534         * backend/ev-document-find.h:
12535         * pdf/xpdf/pdf-document.cc:
12536         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12537         * shell/ev-window.c: (find_bar_search_changed_cb):
12538
12539         Fix several bugs with find
12540
12541 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12542
12543         * shell/ev-sidebar-thumbnails.c
12544         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12545         document. Prevents warning from scroll_to_cell.
12546
12547 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12548
12549         * configure.ac: Add «nb» to ALL_LINGUAS too.
12550
12551 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12552
12553         * NOTES: New file with some random thoughts.
12554
12555         * TODO: Update.
12556
12557         * backend/ev-document-misc.c:
12558         (ev_document_misc_get_page_border_size): New function to
12559         canonicalize shadow drawing sizes.  Possibly goofy.
12560
12561         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12562         (ev_view_best_fit), (ev_view_fit_width):
12563         * pdf/xpdf/pdf-document.cc:
12564         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12565         * ps/ps-document.c: (ps_document_get_page_size):
12566         * backend/ev-document-misc.h:
12567         * backend/ev-document.c: (ev_document_get_page_size):
12568         * backend/ev-document.h: get_page_size now takes a page number
12569         parameter.  Made all the backends/frontends honor it.
12570
12571         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12572         see.  Doesn't work yet.
12573
12574         * shell/Makefile.am:
12575         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12576         Doesn't do anything yet.
12577
12578         * shell/ev-sidebar-thumbnails.c:
12579         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12580         [0..n_pages-1]
12581
12582         * shell/ev-window.c: (update_action_sensitivity),
12583         (ev_window_setup_document), (ev_window_set_page_mode),
12584         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12585         view-swapping code a bit so we can have multiple views on a
12586         document.  Add the multi-page view, though it can't be turned on
12587         yet.
12588
12589 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12590
12591         * shell/ev-application.c: (ev_application_open):
12592         * shell/ev-view.c: (expose_bin_window):
12593         * shell/ev-window.c: (ev_window_open):
12594
12595         Support eps and check document supports find
12596         before drawing highlightings in expose.
12597
12598 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12599
12600         * pixbuf/pixbuf-document.c:
12601         (pixbuf_document_thumbnails_get_dimensions),
12602         (pixbuf_document_document_thumbnails_iface_init):
12603
12604         implement get_dimensions
12605
12606 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12607
12608         * NEWS:
12609         * configure.ac:
12610
12611         Release 0.1.2
12612
12613 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12614
12615         * shell/ev-view.c: (set_document_page):
12616
12617         Scroll at the top of the page when changing page
12618
12619 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12620
12621         * shell/ev-view.c: (ev_view_motion_notify_event):
12622
12623         Do not redraw unnecessarily
12624
12625 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12626
12627         * pdf/xpdf/pdf-document.cc:
12628         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12629         (expose_bin_window), (find_changed_cb):
12630
12631         Yay! find works now... Now to find bugs...
12632
12633 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12634
12635         * backend/ev-document-find.c: (ev_document_find_base_init),
12636         (ev_document_find_changed):
12637         * backend/ev-document-find.h:
12638         * pdf/xpdf/pdf-document.cc:
12639         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12640         (expose_bin_window), (ev_view_init), (set_document_page),
12641         (ensure_rectangle_is_visible), (jump_to_find_result),
12642         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12643         (ev_view_find_next), (ev_view_find_previous):
12644         * shell/ev-view.h:
12645         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12646
12647         More work on find implementation, mostly there now
12648
12649 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12650
12651         * backend/ev-backend-marshalers.list:
12652         * backend/ev-document-find.c: (ev_document_find_base_init),
12653         (ev_document_find_cancel), (ev_document_find_page_has_results),
12654         (ev_document_find_get_n_results), (ev_document_find_get_result),
12655         (ev_document_find_get_progress), (ev_document_find_changed):
12656         * backend/ev-document-find.h:
12657
12658         Enanche the find interface to be really able to do
12659         multi page find.
12660
12661         * pdf/xpdf/pdf-document.cc:
12662
12663         Implement
12664
12665         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12666         (expose_bin_window), (ev_view_init),
12667         (ev_view_get_find_status_message), (find_changed_cb),
12668         (ev_view_set_document), (set_document_page):
12669
12670         Adapt to the new interface. A few things are regressed sorry,
12671         I will finish it soon.
12672
12673 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12674
12675         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12676         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12677         ev_sidebar_thumbnails_parent_class variable, don't define another
12678         parent_class variable.
12679
12680         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12681         (ev_page_action_class_init): ditto.
12682
12683         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12684         (pixbuf_document_class_init): ditto.
12685
12686         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12687         ditto.
12688
12689         * .cvsignore: ignore various valgrind output files.
12690
12691 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12692
12693         * data/evince-ui.xml:
12694         * shell/Makefile.am:
12695         * shell/ev-history.c:
12696         * shell/ev-history.h:
12697         * shell/ev-navigation-action.c:
12698         * shell/ev-navigation-action.h:
12699         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12700         (ev_view_set_page), (ev_view_fit_width):
12701         * shell/ev-view.h:
12702         * shell/ev-window.c: (update_action_sensitivity),
12703         (ev_window_setup_document), (register_custom_actions):
12704
12705         Kill session history
12706
12707 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12708
12709         * shell/ev-window.c: (update_action_sensitivity):
12710
12711         Fix inverted up/down buttons
12712
12713 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12714
12715         * shell/ev-sidebar-thumbnails.c
12716         (ev_sidebar_thumbnails_select_page): make sure the selected
12717         thumbnail stays visible.
12718
12719 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12720
12721         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12722         scrolled window for Federico.
12723
12724 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12725
12726         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12727
12728 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12729
12730         * configure.ac:
12731         * pdf/splash/SplashFTFontEngine.cc:
12732
12733         Fix CID fonts with freetype 2.1.9
12734
12735 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12736
12737         * TODO: added item for desktop icon thumbnailer
12738
12739 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12740
12741         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12742         unloaded docs when the title is accessed.
12743
12744         * shell/ev-password-view.[hc]: New widget for displaying password
12745         state.
12746
12747         * shell/ev-window.[ch]: Refactor password handling code to handle
12748         the new view.
12749
12750 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12751
12752         * NEWS:
12753         * configure.ac:
12754         * data/Makefile.am:
12755
12756         Release 0.1.1
12757
12758 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12759
12760         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12761         ignore page offset here, to make search results independent of it,
12762
12763         * shell/ev-view.c (expose_bin_window): but take offsets into
12764         account here. Bug #164932
12765
12766         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12767         scale at the right time. Bug #164996
12768
12769 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12770
12771         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12772         fix the problem. Now I just removed the Adobe font names and hope
12773         that the URW fonts are always in outline format. Bug #164934
12774
12775         * shell/ev-window.c (update_window_title): empty titles are
12776         useless, use filename in that case too.
12777
12778         * NEWS: Add some content.
12779
12780 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12781
12782         * TODO: added one more TODO item and a TODONE section :)
12783
12784 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12785
12786         * ps/ps-document.h: add page_[xy]_offset fields.
12787
12788         * ps/ps-document.c (ps_document_set_page_offset)
12789         (ps_document_render): Keep offset in consideration in a few
12790         places. Bug #164752 "postscript documents are not centered in
12791         window"
12792
12793         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12794         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12795
12796         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12797         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12798         stub out missing methods for complete EvDocument implementation.
12799         Fixes segfaults with Save A Copy and Copy actions.
12800
12801         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12802         (ps_document_document_iface_init): ditto.
12803         
12804 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12805
12806         * data/.cvsignore:
12807         * data/Makefile.am:
12808         * data/evince.desktop.in:
12809
12810         Add desktop file
12811
12812 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12813
12814         * shell/ev-view.c: (ev_view_button_press_event),
12815         (ev_view_motion_notify_event):
12816
12817         Make selection work in any direction
12818
12819 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12820
12821         * TODO:
12822         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12823
12824         Use shorter labels for some of the toolbars items
12825
12826 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12827
12828         * pdf/xpdf/pdf-document.cc:
12829
12830         Check the links info is initialized before
12831         using it. Should fix a crash on startup.
12832
12833 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12834
12835         * pixbuf/pixbuf-document.c
12836         (pixbuf_document_thumbnails_get_dimensions): force floating point
12837         division to calculate page_ratio. Fixes crash with landscape
12838         format pixbufs.
12839
12840 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12841
12842         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12843
12844 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12845
12846         * shell/ev-view.c (set_document_page): unset has_selection when
12847         the page changes.
12848         (set_document_page): handle paper size changes when the page
12849         changes (test with Free Culture, page 2).
12850
12851 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12852
12853         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12854         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12855
12856         Use normal style color for the widget background and
12857         draw a black box around the page.
12858
12859 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12860
12861         * pdf/xpdf/pdf-document.cc:
12862
12863         Keep offset in consideration in a few places
12864
12865         * shell/ev-view.c: (expose_bin_window):
12866
12867         Set the offsets so that the document is ever centered
12868
12869 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12870
12871         * TODO: Added TODO items and finished off the first todo item
12872
12873         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12874         reflect current authors
12875
12876 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12877
12878         * pdf/xpdf/pdf-document.cc:
12879         * shell/ev-view.c: (ev_view_set_cursor),
12880         (ev_view_motion_notify_event), (document_changed_callback),
12881         (set_document_page):
12882
12883         Show a wait cursor while the page is rendering
12884
12885 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12886
12887         * shell/ev-sidebar-thumbnails.c:
12888         (ev_sidebar_tree_selection_changed),
12889         (ev_sidebar_thumbnails_select_page):
12890         * shell/ev-sidebar-thumbnails.h:
12891         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12892         (ev_view_can_go_forward):
12893         * shell/ev-window.c: (ev_window_open_page),
12894         (ev_window_setup_document), (update_current_page),
12895         (view_page_changed_cb), (ev_window_init):
12896         * shell/ev-window.h:
12897
12898         Ensure thumbnails selection, toolbar page control and
12899         current page are in sync.
12900
12901 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12902
12903         * pdf/xpdf/XRef.cc:
12904
12905         Fix CAN-2005-0064
12906
12907 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12908
12909         * backend/Makefile.am:
12910         * backend/ev-document-links.h:
12911         * backend/ev-document-security.c: (ev_document_security_get_type),
12912         (ev_document_security_has_document_security),
12913         (ev_document_security_set_password):
12914         * backend/ev-document-security.h:
12915         * backend/ev-document.c: (ev_document_error_quark):
12916         * backend/ev-document.h:
12917         * data/Makefile.am:
12918         * data/evince-password.glade:
12919         * pdf/xpdf/pdf-document.cc:
12920         * shell/Makefile.am:
12921         * shell/ev-password.c: (ev_password_set_bad_password_label),
12922         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12923         (ev_password_dialog_get_password),
12924         (ev_password_dialog_set_bad_pass):
12925         * shell/ev-password.h:
12926         * shell/ev-window.c: (ev_window_get_attribute),
12927         (ev_window_set_property), (update_action_sensitivity),
12928         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12929         (ev_window_setup_document), (ev_window_get_password),
12930         (ev_window_open), (ev_window_cmd_save_as),
12931         (using_postscript_printer), (ev_window_print),
12932         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12933         (update_fullscreen_popup), (ev_window_fullscreen),
12934         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12935         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12936         (menu_item_select_cb), (find_bar_search_changed_cb),
12937         (ev_window_dispose), (ev_window_init):
12938
12939         Add initial support for password-supported dialogs.  This could be
12940         a lot cooler, but it'll do for now.
12941
12942 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12943
12944         * pdf/xpdf/pdf-document.cc:
12945         * shell/ev-view.c: (status_message_from_link),
12946         (ev_view_set_status), (ev_view_set_cursor),
12947         (ev_view_motion_notify_event), (ev_view_init):
12948         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12949
12950         Fix bugs in the links implementation and change cursor
12951         when hovering a link.
12952
12953 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12954
12955         * viewer/.cvsignore: added cvsignore file for viewer directory
12956
12957         * TODO: created TODO document
12958
12959 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12960
12961         * shell/ev-view.h:
12962         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12963         new functions to help with implementation of sensitivity code
12964         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12965         of all actions that might require it.  Fixes a crash when you
12966         click on the Zoom actions in a window lacking a document.
12967
12968 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12969
12970         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12971         of the Find action
12972
12973 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12974
12975         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12976         (pixbuf_document_document_iface_init):
12977         * ps/ps-document.c: (ps_document_get_link),
12978         (ps_document_document_iface_init):
12979         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12980         (status_message_from_link), (ev_view_set_status),
12981         (ev_view_set_find_status), (ev_view_motion_notify_event),
12982         (ev_view_button_release_event), (ev_view_set_property),
12983         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12984         (ev_view_get_find_status_message), (update_find_results),
12985         (ev_view_get_status), (ev_view_get_find_status):
12986         * shell/ev-view.h:
12987         * shell/ev-window.c: (view_status_changed_cb),
12988         (view_find_status_changed_cb), (ev_window_init):
12989
12990         View status message support, use it to show the links.
12991         Needs work...
12992
12993 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12994
12995         * backend/ev-document.c: (ev_document_get_link):
12996         * backend/ev-document.h:
12997         * pdf/xpdf/pdf-document.cc:
12998         * shell/ev-application.c: (ev_application_open):
12999         * shell/ev-application.h:
13000         * shell/ev-sidebar-links.c: (selection_changed_cb):
13001         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13002         (ev_view_go_to_link):
13003
13004         Add support for document links
13005
13006 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13007
13008         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13009         (create_tool_item):
13010         Set the spin button limits correctly.
13011         
13012         * shell/ev-sidebar-thumbnails.c:
13013         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13014         Support changing pages by clicking on the thumbnails.
13015         
13016 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13017
13018         * pixbuf/pixbuf-document.c:
13019         (pixbuf_document_thumbnails_get_dimensions),
13020         (pixbuf_document_document_thumbnails_iface_init):
13021
13022         implement get_dimensions
13023
13024 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13025
13026         * ps/ps-document.c: (ps_document_goto_page):
13027
13028         Fix page switching on multipage documents
13029
13030 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13031
13032         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13033         
13034         check for NULL before assigning to width and height parameters
13035
13036 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13037
13038         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13039         (pixbuf_document_set_property), (pixbuf_document_get_property):
13040
13041         implement get/set properties
13042
13043 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13044
13045         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13046         
13047         return NULL instead of "Unknown", letting the title get set to
13048         the filename when the pdf has no title.
13049
13050 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13051
13052         * ps/ps-document.c: (ps_document_get_page_count),
13053         (ps_document_goto_page):
13054
13055 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13056
13057         * shell/ev-history.c: (ev_history_get_property),
13058         (ev_history_set_property), (ev_history_class_init),
13059         (ev_history_add_page), (ev_history_set_current_index):
13060         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13061         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13062         (ev_navigation_action_finalize):
13063         * shell/ev-navigation-action.h:
13064         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13065         (ev_view_go_forward), (ev_view_get_find_status_message),
13066         (history_index_changed_cb), (ev_view_set_history):
13067         * shell/ev-view.h:
13068         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13069         (update_current_page), (register_custom_actions):
13070
13071         Implement history dropdowns
13072
13073 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13074
13075         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13076         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13077         (ev_view_go_forward):
13078         * shell/ev-window.c: (register_custom_actions):
13079
13080         Fix several history bugs
13081
13082 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13083
13084         * configure.ac: Add «nb» to ALL_LINGUAS.
13085
13086 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13087
13088         * backend/Makefile.am:
13089         * backend/ev-bookmark.c:
13090         * backend/ev-bookmark.h:
13091         * backend/ev-document-bookmarks.c:
13092         * backend/ev-document-bookmarks.h:
13093         * backend/ev-document-links.c: (ev_document_links_get_type),
13094         (ev_document_links_has_document_links),
13095         (ev_document_links_begin_read), (ev_document_links_get_link),
13096         (ev_document_links_get_child), (ev_document_links_next),
13097         (ev_document_links_free_iter):
13098         * backend/ev-document-links.h:
13099         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13100         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13101         (ev_link_get_link_type), (ev_link_set_link_type),
13102         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13103         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13104         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13105         (ev_link_new_external):
13106         * backend/ev-link.h:
13107         * pdf/xpdf/pdf-document.cc:
13108         * shell/Makefile.am:
13109         * shell/ev-application.c: (ev_application_open_link):
13110         * shell/ev-application.h:
13111         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13112         (ev_history_get_link_nth):
13113         * shell/ev-history.h:
13114         * shell/ev-sidebar-bookmarks.c:
13115         * shell/ev-sidebar-bookmarks.h:
13116         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13117         (ev_sidebar_links_class_init), (selection_changed_cb),
13118         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13119         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13120         (do_one_iteration), (populate_links_idle),
13121         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13122         * shell/ev-sidebar-links.h:
13123         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13124         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13125         (go_to_index):
13126         * shell/ev-view.h:
13127         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13128         * shell/ev-window.h:
13129
13130         Rename bookmark to link, and use "Index" for the sidebar panel.
13131
13132 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13133
13134         * shell/Makefile.am:
13135         * shell/ev-application.c: (ev_application_open_bookmark):
13136         * shell/ev-application.h:
13137         * shell/ev-history.c: (ev_history_init), (free_links_list),
13138         (ev_history_finalize), (ev_history_class_init),
13139         (ev_history_add_link), (ev_history_add_page),
13140         (ev_history_get_link_nth), (ev_history_get_n_links),
13141         (ev_history_get_current_index), (ev_history_set_current_index),
13142         (ev_history_new):
13143         * shell/ev-history.h:
13144         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13145         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13146         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13147         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13148         (ev_view_set_page):
13149         * shell/ev-view.h:
13150         * shell/ev-window.c: (ev_window_open_bookmark),
13151         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13152         (goto_page_cb), (register_custom_actions):
13153         * shell/ev-window.h:
13154
13155         Initial history implementation. Needs work.
13156
13157 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13158
13159         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13160
13161 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13162
13163         * cut-n-paste/recent-files/egg-recent-item.c:
13164         * cut-n-paste/recent-files/egg-recent-item.h:
13165         * cut-n-paste/recent-files/egg-recent-model.c:
13166         * cut-n-paste/recent-files/egg-recent-util.c:
13167         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13168         * cut-n-paste/recent-files/egg-recent-view.c:
13169
13170         Update
13171
13172 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13173
13174         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13175         (fillGlyph, fillImageMask, drawImage):
13176         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13177         pdf/splash/SplashTypes.h:
13178         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13179         packed mode for Splash.
13180
13181         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13182         RGB8 packed mode, eliminates the pixbuf data creation loop.
13183
13184         * shell/ev-print-job.c (ev_print_job_finalize)
13185         (ev_print_job_set_property, ev_print_job_get_property)
13186         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13187         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13188         (print_closure_finalize, ev_print_job_print): implement
13189         printing (for backends with EvPsExporter)
13190
13191         * shell/ev_print_job.h: update prototypes.
13192
13193         * shell/ev-window.c (ev_window_print): unref print job after
13194         printing.
13195
13196         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13197         unless the document implements the EvDocumentFind interface.
13198
13199 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13200
13201         * configure.ac: Added ja to ALL_LINGUAS.
13202
13203 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13204
13205         * pdf/xpdf/pdf-document.cc:
13206
13207         add a FIXME. We should probably not allocate
13208         a bookmark object every time
13209
13210 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13211
13212         * shell/ev-application.c: (ev_application_open),
13213         (ev_application_open_bookmark):
13214         * shell/ev-application.h:
13215         
13216         Add a way to open bookmarks
13217
13218         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13219         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13220         (ev_bookmark_set_property), (ev_bookmark_class_init),
13221         (ev_bookmark_new_title), (ev_bookmark_new_link),
13222         (ev_bookmark_new_external):
13223
13224         Support for external uris, better constructors.
13225
13226         * backend/ev-bookmark.h:
13227         * pdf/xpdf/pdf-document.cc:
13228         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13229
13230         Handle external uris
13231
13232 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13233
13234         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13235         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13236
13237         Hook up bookmarks navigation
13238
13239 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13240
13241         * backend/Makefile.am:
13242         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13243         (ev_bookmark_get_title), (ev_bookmark_set_title),
13244         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13245         (ev_bookmark_get_page), (ev_bookmark_set_page),
13246         (ev_bookmark_get_property), (ev_bookmark_set_property),
13247         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13248         (ev_bookmark_new):
13249         * backend/ev-bookmark.h:
13250         * backend/ev-document-bookmarks.c:
13251         (ev_document_bookmarks_get_bookmark):
13252         * backend/ev-document-bookmarks.h:
13253         * pdf/xpdf/pdf-document.cc:
13254         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13255
13256         Add a bookmark object to the backend and use it instead of get_values
13257
13258 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13259
13260         * data/evince-ui.xml:
13261
13262         Cleanup and add select all.
13263
13264         * shell/ev-view.c: (ev_view_select_all),
13265         (ev_view_button_press_event):
13266         * shell/ev-view.h:
13267         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13268
13269         Add select all.
13270         Clear selection on click.
13271
13272 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13273
13274         * shell/ev-sidebar-thumbnails.c
13275         (ev_sidebar_thumbnails_set_document): forgot to unref the
13276         loading_icon.
13277
13278 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13279
13280         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13281         at the visible page, not just linearly.  This makes it look fast.
13282
13283 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13284
13285         * backend/ev-document-misc.c
13286         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13287         white.
13288         * backend/ev-document-thumbnails.h: New interface to get the size
13289         of a page.
13290
13291 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13292
13293         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13294         make dist works
13295
13296 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13297
13298         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13299         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13300         things up a bit.
13301
13302         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13303
13304 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13305
13306         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13307         fonts. Should fix font problems on systems that have the base
13308         fonts in bitmap format. Reported by James Henstridge
13309         <james@jamesh.id.au>.
13310
13311 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13312
13313         * pdf/xpdf/Gfx.cc:
13314         * pdf/xpdf/GfxState.cc:
13315
13316         Fix for CAN-2004-1125
13317
13318 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13319
13320         * shell/ev-view.c: (ev_view_copy):
13321         * shell/ev-view.h:
13322         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13323
13324         Implement Edit->Copy
13325
13326 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13327
13328         * backend/ev-document.c: (ev_document_get_text):
13329         * backend/ev-document.h:
13330         * pdf/xpdf/pdf-document.cc:
13331         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13332         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13333         (ev_view_update_primary_selection), (ev_view_button_press_event),
13334         (ev_view_motion_notify_event), (ev_view_button_release_event):
13335
13336         Beginnings of clipboard support. Incomplete but primary sort
13337         of work.
13338
13339 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13340
13341         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13342         (expose_bin_window):
13343
13344         Nicer rubberband drawing, from GtkIconView.
13345
13346 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * backend/ev-document.c: (ev_document_save):
13349         * backend/ev-document.h:
13350         * data/evince-ui.xml:
13351         * pdf/xpdf/pdf-document.cc:
13352         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13353
13354         Implement "Save a copy..." menu item
13355
13356 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13357
13358         * shell/ev-view.c: (ev_view_zoom):
13359
13360         Queue a resize when zoom changes
13361
13362 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13363
13364         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13365         shadows.
13366
13367         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13368         thumbnails..
13369
13370 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13371
13372         * pdf/xpdf/pdf-document.cc
13373         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13374
13375 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13376
13377         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13378         It's slow, but I'll speed it up next!
13379
13380 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13381
13382         * shell/main.c (load_files):
13383
13384         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13385         from the command line and because it seems more appropriate.
13386
13387 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13388
13389         * data/evince-ui.xml:
13390         * shell/ev-window.c: (update_action_sensitivity),
13391         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13392
13393         s/next page/page down
13394         s/previous page/page up
13395
13396 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13397
13398         * data/evince-ui.xml:
13399
13400         Change the layout to match clarkbw design.
13401
13402         * shell/Makefile.am:
13403         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13404         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13405         (ev_navigation_action_finalize),
13406         (ev_navigation_action_set_property),
13407         (ev_navigation_action_get_property),
13408         (ev_navigation_action_class_init):
13409         * shell/ev-navigation-action.h:
13410
13411         Implement clarkbw toolbar navigation controls (incomplete)
13412
13413         * shell/ev-page-action.c: (update_label), (update_spin),
13414         (value_changed_cb), (create_tool_item), (connect_proxy),
13415         (ev_page_action_init), (ev_page_action_finalize),
13416         (ev_page_action_set_property), (ev_page_action_get_property),
13417         (ev_page_action_set_current_page),
13418         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13419         * shell/ev-page-action.h:
13420
13421         Implement a page switcher in the toolbar
13422
13423         * shell/ev-view.c: (ev_view_scroll_view):
13424         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13425         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13426         (register_custom_actions), (ev_window_init):
13427
13428         Change page on PageUp/Down.
13429
13430 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13431
13432         * pdf/xpdf/pdf-document.cc
13433         (pdf_document_thumbnails_get_thumbnail): initial stab at
13434         implementing thumbnail support for pdfs.  It only does documents
13435         with precached pdfs now.
13436
13437 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13438
13439         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13440         thumbnail code into a time-based idle as well.  Also, turn off the
13441         shadow temporarily as it's really slow.
13442
13443 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13444
13445         * backend/ev-document.c: (ev_document_class_init):
13446         * pdf/xpdf/pdf-document.cc:
13447         * shell/ev-window.c: (ev_window_open):
13448
13449         Fix document title bugs and fallback to
13450         filename when not available.
13451
13452 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13453
13454         * backend/ev-document.c: (ev_document_get_type),
13455         (ev_document_class_init), (ev_document_load),
13456         (ev_document_get_title):
13457         * backend/ev-document.h:
13458         * pdf/xpdf/pdf-document.cc:
13459         * ps/ps-document.c: (ps_document_set_property),
13460         (ps_document_get_property), (ps_document_class_init),
13461         (document_load):
13462         * ps/ps-document.h:
13463         * ps/ps.h:
13464         * shell/ev-window.c: (update_window_title), (ev_window_open),
13465         (ev_window_init):
13466
13467         Initial support for document title. Not working yet.
13468
13469 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13472
13473         Grab focus on the view when clicking it
13474
13475 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13476
13477         * shell/ev-marshal.list:
13478         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13479         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13480
13481         Add key bindings to the view. Now if the focus would work
13482         right...
13483
13484 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13485
13486         * Makefile.am:
13487         * backend/Makefile.am:
13488         * data/Makefile.am:
13489         * dvi/Makefile.am:
13490         * dvi/dvilib/Makefile.am:
13491         * pdf/xpdf/Makefile.am:
13492         * po/POTFILES.in:
13493         * ps/Makefile.am:
13494
13495         Fix distcheck
13496
13497 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13498
13499         * shell/ev-view.c: (ev_view_realize):
13500
13501         Fix mouse wheel scrolling
13502
13503 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13504
13505         * ps/Makefile.am:
13506         * ps/gstypes.h:
13507         * ps/gtkgs.c:
13508         * ps/gtkgs.h:
13509         * ps/ps-document.c: (catchPipe), (ps_document_init),
13510         (ps_document_class_init), (ps_document_cleanup),
13511         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13512         (set_up_page), (close_pipe), (is_interpreter_ready),
13513         (interpreter_failed), (output), (input), (start_interpreter),
13514         (stop_interpreter), (file_length), (file_readable),
13515         (check_filecompressed), (check_pdf), (compute_xdpi),
13516         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13517         (ps_document_get_type), (ps_document_emit_error_msg),
13518         (document_load), (ps_document_next_page),
13519         (ps_document_get_current_page), (ps_document_get_page_count),
13520         (ps_document_goto_page), (ps_document_set_page_size),
13521         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13522         (ps_document_load), (ps_document_get_n_pages),
13523         (ps_document_set_page), (ps_document_get_page),
13524         (ps_document_widget_event), (ps_document_set_target),
13525         (ps_document_set_scale), (ps_document_set_page_offset),
13526         (ps_document_get_page_size), (ps_document_render),
13527         (ps_document_document_iface_init):
13528         * ps/ps-document.h:
13529         * ps/ps.c:
13530         * shell/ev-window.c: (ev_window_open):
13531
13532         Rename GtkGS to PSDocument
13533
13534 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13535
13536         * ps/gtkgs.c: (gtk_gs_class_init):
13537         * ps/gtkgs.h:
13538
13539         Some more leftover...
13540
13541 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13542
13543         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13544         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13545         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13546         * ps/gtkgs.h:
13547
13548         Remove unused code and make a lot of stuff private
13549
13550 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13551
13552         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13553         (gtk_gs_defaults_changed):
13554         * ps/gsdefaults.h:
13555         * ps/gtkgs.c:
13556         * ps/gtkgs.h:
13557         * ps/ps.h:
13558
13559         Cleanup headers dependencies
13560
13561 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13562
13563         * ps/Makefile.am:
13564         * ps/ggvutils.c:
13565         * ps/ggvutils.h:
13566         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13567         * ps/gsdefaults.h:
13568         * ps/gtkgs.c: (file_length), (file_readable),
13569         (check_filecompressed), (check_pdf), (gtk_gs_load),
13570         (gtk_gs_get_postscript):
13571
13572         Get rid of ggvutils
13573
13574 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13575
13576         * ps/ggvutils.c:
13577         * ps/ggvutils.h:
13578         * ps/gsio.h:
13579         * ps/gtkgs.c: (gtk_gs_set_zoom):
13580
13581         Cleanups
13582
13583 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13584
13585         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13586
13587         Ensure the page is rerendered when changing zoom
13588
13589 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13590
13591         * backend/ev-document.c: (ev_document_base_init),
13592         (ev_document_changed):
13593         * backend/ev-document.h:
13594
13595         Add a changed event that is emitted when the page content
13596         changes. This is necessary to deal with the fact that
13597         in ps backend rendering happen asycrounously.
13598         This makes the ps backend mostly work.
13599
13600         * pdf/xpdf/pdf-document.cc:
13601
13602         Emit changed event
13603
13604         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13605         (ps_document_set_target):
13606
13607         Emit changed event
13608
13609         * shell/ev-view.c: (document_changed_callback),
13610         (ev_view_set_document), (ev_view_set_page):
13611
13612         Redraw on the changed signal
13613
13614 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13615
13616         * configure.ac: Added pt_BR to ALL_LINGUAS.
13617
13618 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13619
13620         * backend/ev-document-bookmarks.c:
13621         (ev_document_bookmarks_get_child): *
13622         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13623         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13624         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13625         (ev_sidebar_bookmarks_destroy),
13626         (ev_sidebar_bookmarks_class_init),
13627         (ev_sidebar_bookmarks_construct), (stack_data_free),
13628         (do_one_iteration), (populate_bookmarks_idle),
13629         (ev_sidebar_bookmarks_clear_document),
13630         (ev_sidebar_bookmarks_set_document): *
13631         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13632         (ev_sidebar_add_page),
13633         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13634         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13635         it displays both the topics and the page numbers.
13636
13637 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13638
13639         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13640         toggle.
13641         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13642         visible.
13643
13644 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13645
13646         * configure.ac: Added en_CA to ALL_LINGUAS.
13647
13648 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13649
13650         * ChangeLog: replace bottom of this ChangeLog (merged history of
13651         ggv and gpdf; where all paths were wrong and most of the files are
13652         not even in this tree) with ChangeLog (from arch) of the shell
13653         code.
13654
13655 2004-12-23  Havoc Pennington  <hp@redhat.com>
13656
13657         * shell/ev-window.c: hook up potentially-questionable "find
13658         results status text" feature - something involving the sidebar or
13659         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13660         might be better in the end.
13661
13662         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13663         with corresponding signal when it should be updated
13664
13665         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13666
13667 2004-12-22  Havoc Pennington  <hp@redhat.com>
13668
13669         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13670         find stuff on other pages, sort of (only returns one result on
13671         invisible pages, to show they have results; updates full results
13672         for a page when you view it). Currently repaints the current page
13673         every time a new result is found on any page, which isn't so nice.
13674
13675 2004-12-22  Havoc Pennington  <hp@redhat.com>
13676
13677         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13678         the document doesn't support find (better ideas?)
13679         (find_bar_search_changed_cb): handle missing document or document
13680         that doesn't support find
13681
13682         * pdf/xpdf/pdf-document.cc: port to implement the new
13683         EvDocumentFindIface
13684
13685         * backend/ev-document-find.c: create a new interface for searching
13686
13687         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13688
13689 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13690
13691         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13692         libevbackend.la.
13693
13694         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13695         EvPrintJob constructor arguments.
13696
13697         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13698         for documents that can export PostScript (page by page).
13699
13700         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13701         
13702         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13703         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13704         (pdf_document_ps_exporter_iface_init:
13705         Implement EvPSExporter.
13706
13707         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13708
13709 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13710
13711         * backend/Makefile.am:
13712         * backend/ev-document-thumbnails.c:
13713         (ev_document_thumbnails_get_type),
13714         (ev_document_thumbnails_get_thumbnail):
13715         * backend/ev-document-thumbnails.h:
13716         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13717         (pixbuf_document_thumbnails_get_thumbnail),
13718         (pixbuf_document_document_thumbnails_iface_init):
13719         * shell/Makefile.am:
13720         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13721         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13722         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13723         * shell/ev-sidebar-thumbnails.h:
13724         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13725         (ev_sidebar_set_document):
13726         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13727         (create_shadow), (ev_pixbuf_add_shadow):
13728         * shell/ev-utils.h:
13729         Add thumbnail support.
13730         
13731 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13732
13733         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13734         (using_postscript_printer): Set up a print dialog for "PostScript
13735         injection" method.
13736
13737         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13738         EvPrintJob.
13739
13740         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13741
13742 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13743
13744         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13745         (ps_document_set_target), (ps_document_get_page_size),
13746         (ps_document_render):
13747         * ps/gtkgs.h:
13748
13749         Fix a few bugs
13750
13751 2004-12-22  Christian Rose  <menthos@menthos.com>
13752
13753         * configure.ac: Added "sv" to ALL_LINGUAS.
13754
13755 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13756
13757         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13758         document supports bookmarks.
13759
13760 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13761
13762         * ps/ggvutils.c: (ggv_file_readable):
13763         * ps/ggvutils.h:
13764         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13765         (gtk_gs_get_postscript):
13766
13767         Remove unused utils
13768
13769 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13770
13771         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13772         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13773         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13774         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13775         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13776         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13777         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13778         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13779         (gtk_gs_set_antialiasing), (ps_document_load),
13780         (ps_document_render):
13781         * ps/gtkgs.h:
13782
13783         Another check point for the ps backend. Now I can get it to show
13784         pages!
13785
13786 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13787
13788         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13789         document setting code.
13790
13791 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13792
13793         * shell/eggfindbar.c: (entry_activate_callback):
13794         Animate the next button when activate is pressed.
13795         
13796 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13797
13798         * shell/ev-window.c: (ev_window_cmd_edit_find),
13799         (update_fullscreen_popup), (ev_window_fullscreen),
13800         (ev_window_unfullscreen), (ev_window_state_event_cb),
13801         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13802         Fix bugs in fullscreen code.
13803         
13804 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13805
13806         * Makefile.am:
13807         * configure.ac:
13808         * pixbuf/Makefile.am:
13809         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13810         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13811         (pixbuf_document_set_page), (pixbuf_document_get_page),
13812         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13813         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13814         (pixbuf_document_render), (pixbuf_document_begin_find),
13815         (pixbuf_document_end_find), (pixbuf_document_finalize),
13816         (pixbuf_document_class_init),
13817         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13818         * pixbuf/pixbuf-document.h:
13819         * shell/Makefile.am:
13820         * shell/ev-application.c: (ev_application_open):
13821         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13822         (ev_window_open):
13823         Add pixbuf backend.
13824         
13825 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13826
13827         * Makefile.am: 
13828         * dvi/dvilib/Makefile.am:
13829         * dvi/Makefile.am:
13830         * configure.ac: Auto*ify dvi and dvi/dvilib
13831
13832         * dvi/Makefile: Remove from CVS
13833         
13834         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13835         confusion.
13836
13837         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13838         
13839         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13840         
13841 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13842
13843         * ps/Makefile.am:
13844         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13845         (gtk_gs_value_adjustment_changed), (compute_size),
13846         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13847         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13848         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13849         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13850         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13851         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13852         (ps_document_load), (ps_document_get_n_pages),
13853         (ps_document_set_page), (ps_document_get_page),
13854         (ps_document_set_target), (ps_document_set_scale),
13855         (ps_document_set_page_offset), (ps_document_get_page_size),
13856         (ps_document_render), (ps_document_begin_find),
13857         (ps_document_end_find), (ps_document_document_iface_init):
13858         * ps/gtkgs.h:
13859         * shell/Makefile.am:
13860         * shell/ev-window.c: (ev_window_open):
13861
13862         Some work to integrate gtkgs with EvDocument
13863
13864 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13865
13866         * shell/ev-window.c: (update_fullscreen_popup),
13867         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13868         (exit_fullscreen_button_clicked_cb),
13869         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13870         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13871         (ev_window_state_event_cb), (ev_window_init):
13872         Add fullscreen support from Epiphany.
13873         
13874 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13875
13876         * data/ev-stock-zoom-fit-width.png: fit-width
13877         stock icon from gpdf.
13878         
13879         * shell/ev-stock-icons.[ch]: copied from gpdf.
13880         
13881         * shell/main.c: (main): init stock icons.
13882         
13883         * shell/ev-window.c: use the fit-width icon.
13884         
13885         * data/evince-ui.xml: add zooming toolbar items.
13886
13887 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13888
13889         * shell/ev-view.c: 
13890         (ev_view_best_fit), (ev_view_fit_width): because
13891         get_page_size() returns the scaled page size, we
13892         need to calculate the scale factor relative to
13893         the previous scale factor. Should really just
13894         add get_real_page_size().
13895
13896 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13897
13898         * shell/ev-view.[ch]:
13899         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13900         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13901         add zooming.
13902         
13903         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13904         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13905         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13906         hook it up.
13907         
13908         * pdf/xpdf/pdf-document.cc:
13909         (pdf_document_begin_find),
13910         (pdf_document_end_find): make static.
13911
13912 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13913
13914         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13915
13916         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13917         names to fontconfig patterns.
13918         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13919
13920         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13921         setupBaseFontsFc.
13922
13923 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13924
13925         * Makefile.am:
13926         * configure.ac:
13927         * ps/Makefile.am:
13928         * ps/ggvutils.c:
13929         * ps/ggvutils.h:
13930         * ps/gsdefaults.c:
13931         * ps/gsdefaults.h:
13932         * ps/gsio.c:
13933         * ps/gsio.h:
13934         * ps/gtkgs.c:
13935         * ps/gtkgs.h:
13936         * ps/ps.c:
13937         * ps/ps.h:
13938
13939         Import ggv backend. Not hooked up yet.
13940
13941 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13942
13943         * shell/main.c: (load_files), (main): load files
13944         from the command line.
13945
13946 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13947
13948         * configure.ac: don't require bonobo.
13949         
13950         * cut-n-paste/recent-files/*: kill bonobo recent
13951         view.
13952
13953         * shell/ev-window.c:
13954         (ev_window_is_empty): upd.
13955         (unable_to_load), (ev_window_open): load backend
13956         based on the mime type.
13957
13958 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13959
13960         * backend/.cvsignore: ignore generated marshalers source.
13961
13962         * shell/main.c (main): this is not epiphany.
13963
13964 2004-12-22  Havoc Pennington  <hp@redhat.com>
13965
13966         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13967         (expose_bin_window): draw find highlights
13968
13969         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13970         
13971         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13972         (pdf_document_end_find): implement this interface
13973
13974         * backend/ev-document.c (ev_document_found): add this to emit
13975         signal
13976
13977 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13978
13979         * data/evince-ui.xml: Add a few more toolbar items.
13980
13981         * shell/ev-window.c: Hook up page navigation toolbar 
13982         items.
13983
13984         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13985         a page-changed signal.
13986
13987         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13988         Add ev_document_get_page().
13989
13990         * shell/ev-window.c: Sensitize/desensitize navigation
13991         actions.
13992
13993 2004-12-21  Havoc Pennington  <hp@redhat.com>
13994
13995         * backend/ev-backend-marshal.c,
13996         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13997         marshaler-generator thingy. I'm sure there's a better way to do
13998         this in the modern world.
13999
14000         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14001         end_find methods and "found" signal.
14002
14003         * configure.ac: find glib-genmarshal
14004
14005 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14006
14007         * shell/ev-sidebar.c: Construct an actual sidebar.
14008         * shell/ev-sidebar-bookmarks.[ch]:
14009         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14010
14011 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14012
14013         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14014         Redo size handling.
14015         
14016         * shell/ev-view.c: Track the size from the document.
14017
14018 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14019
14020         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14021         constructor assumes ownership of the string passed in.
14022         
14023         * shell/ev-window.c (ev_window_open): Destroy the error
14024         dialog once we've displayed it.
14025
14026 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14027
14028         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14029         a bit, it works! (sort of)
14030
14031         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14032         Move to .cc since we need to use C++ in the implementation.
14033
14034         * shell/dummy.cc: Add a CC file to force evince
14035         to be linked as a C++ program.
14036
14037 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14038
14039         * shell/ev-view.[ch]: Start of content-area widget.
14040
14041         * shell/ev-window.c: Create a EvView, update it
14042         as we change documents.
14043
14044         * shell/Makefile.am shell/ev-marshal.list: Add
14045         generated marshalers.
14046
14047 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14048
14049         * Makefile.am (SUBDIRS): move shell.
14050
14051 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14052
14053         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14054         .a to libtool convenience libraries.
14055
14056         * shell/ev-window.c (ev_window_open): Hard code loading
14057         a PDF document.
14058         
14059         * backend/ev-document.h: Add a boolean return to load(),
14060         fix GError * to GError **.
14061
14062         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14063         object for a PDF backend EvDocument.
14064
14065 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14066
14067         * dvi/*: New directory with the beginning of a .dvi backend.
14068
14069 2004-12-21  Havoc Pennington  <hp@redhat.com>
14070
14071         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14072         previous/next instead of back/forward
14073
14074 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14075
14076         * backend/ev-document.[ch]: Fix a couple of problems so
14077         it compile.
14078
14079 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14080
14081         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14082         to backend/ directory, rename EvViewer to EvDocument.
14083
14084 2004-12-21  Havoc Pennington  <hp@redhat.com>
14085
14086         * shell/ev-window.c: hook up the find bar widget; now we just need
14087         a document to find things in
14088
14089         * shell/eggfindbar.c: a find bar widget
14090
14091 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14092
14093         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14094
14095 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14096
14097         * pdf/**: Import of xpdf code from gpdf. 
14098
14099         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14100
14101         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14102         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14103         Fix FreeType includes.
14104
14105         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14106         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14107         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14108         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14109         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14110         Include xpdfconfig.h
14111         
14112 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14113
14114         * shell/ev-window.c (ev_window_dispose): dispose can be called
14115         multiple times.
14116
14117 2004-12-21  Havoc Pennington  <hp@redhat.com>
14118
14119         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14120         rather than Evince
14121
14122         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14123         items; really they should be synced with the strings, etc. from
14124         current gpdf, but just getting the boring typing out of the way 
14125
14126 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14127
14128         * po/POTFILES.in:
14129         * shell/ev-application.c: (window_destroy_cb):
14130         * shell/ev-window.c:
14131         * shell/main.c: (main):
14132
14133         Actually show the window...
14134
14135 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14136
14137         * Makefile.am:
14138         * shell/Makefile.am:
14139         * shell/ev-application.c: (ev_application_class_init):
14140         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14141
14142         Make it build again
14143
14144 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14145
14146         Import to gnome cvs.
14147         
14148         * Remove copies of gpdf and ggv trees.
14149         * Rip out all the recursive configure code.
14150         * Remove bonobo machinery.
14151         * viewer/*: GInterfaces that backends should/can implement.
14152
14153 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14154
14155         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14156         typo
14157
14158 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14159
14160         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14161         (ev_application_finalize, ev_application_class_init)
14162         (ev_application_init): use GType instance private data for priv.
14163
14164         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14165         (ev_window_finalize, ev_window_class_init)
14166         (ev_window_init): ditto.
14167
14168 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14169
14170         * shell/ev-application.c (ev_application_new_window): make public
14171         (ev_application_show_initial_window): kill.
14172
14173         * shell/ev-application.h: update prototypes.
14174
14175         * shell/main.cc (main): inline ev_application_show_initial_window.
14176
14177 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14178
14179         * shell/ev-application.c (ev_application_new_window): impl.
14180         (ev_application_show_initial_window): use it.
14181         (is_window_empty, ev_application_get_empty_window): returns an
14182         existing empty window or a new one.
14183         (ev_application_open): from ev_window_cmd_file_open.
14184
14185         * shell/ev-application.h: update prototypes
14186
14187         * shell/ev-window.c (ev_window_is_empty): impl.
14188         (ev_window_open): make public.
14189         (ev_window_cmd_file_open): use ev_application_open
14190
14191         * shell/ev-window.h: update prototypes, remove unused.
14192
14193 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14194
14195         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14196         move destroy handler out of here...
14197
14198         * shell/ev-application.c, shell/ev-application.h: ...into this new
14199         class. Also handles initial window creation.
14200
14201         * shell/main.cc (main): use EvApplication to create initial
14202         window.
14203
14204 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14205
14206         * Makefile.am (SUBDIRS): add cut-n-paste
14207
14208         * cut-n-paste/Makefile.am: add
14209
14210         * configure.ac: generate Makefiles in cut-n-paste
14211
14212 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14213
14214         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14215         (ev_window_class_init): install ev_window_dispose.
14216
14217 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14218
14219         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14220         char (gchar looks stupid).
14221
14222 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14223
14224         * po/de.po: updated German translation.
14225
14226 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14227
14228         * configure.ac: add more pkg-config library checks for gnome-vfs,
14229         bonobo etc.
14230
14231         * gpdf/configure.in: temporarily disable libpaper
14232         checks. Otherwise I'd have to add the checks for the shell, too.
14233
14234 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14235
14236         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14237         and * file filters to the file choose.
14238
14239 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14240
14241         * po/de.po: Updated German translation.
14242
14243 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14244
14245         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14246
14247 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14248
14249         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14250
14251         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14252         (ev_window_init): implement those menuitems.
14253
14254 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14255
14256         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14257
14258         * shell/ev-window.c (ev_window_init): use the toolbar.
14259
14260 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14261
14262         * shell/ev-window.c (ev_window_init): use menu translations
14263
14264 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14265
14266         * configure.ac: add "de" to ALL_LINGUAS.
14267
14268         * po/de.po: add German translation.
14269
14270 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14271
14272         * Makefile.am (SUBDIRS): add po
14273
14274         * configure.ac: check intltool, glib-gettext etc, generate
14275         po/Makefile.in
14276
14277         * po, po/POTFILES.in, po/POTFILES.skip: new.
14278
14279 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14280
14281         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14282         already use (#ifdef ENABLE_NLS)
14283
14284         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14285         pointer indirection thinko.
14286
14287         * shell/main.c: include gi18n.h for bindtextdomain etc.
14288
14289 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14290
14291         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14292         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14293         tooltips for menu items in the statusbar.
14294
14295 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14296
14297         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14298         pkgdatadir drop UIDIR
14299
14300 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14301
14302         * data/evince-ui.xml: Add File->Open menu item
14303
14304         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14305         chooser), hook it up in the ui manager.
14306
14307 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14308
14309         * shell/ev-window.c: fix Help->About tooltip.
14310
14311 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14312
14313         * configure.ac: set CFLAGS for libevprivate.
14314
14315         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14316         definitions, factory etc.
14317
14318         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14319
14320         * shell/Makefile.am: link against libevprivate.a.
14321
14322         * shell/ev-window.c (entries): add stock icon to Help->About.
14323
14324         * shell/main.c (main): init stock icon code.
14325
14326 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14327
14328         * lib/recent-files: egg recent files code
14329
14330         * lib/Makefile.am: add.
14331
14332         * Makefile.am: add lib subdir.
14333
14334         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14335         set CFLAGS for recent-files.
14336
14337 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14338
14339         * configure.ac: disable -ansi and -pedantic gcc flags. They
14340         disable POSIX stuff in stdio.h, but egg-recent uses them.
14341
14342 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14343
14344         * configure.ac: add --disable-deprecated flag (defaults to on in
14345         "cvs" builds).
14346
14347         * shell/Makefile.am (INCLUDES): use it.
14348
14349 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14350
14351         * shell/main.c: add missing #include.
14352
14353         * shell/ev-window.c: fix for pedantic gcc.
14354         (ev_window_cmd_help_about): split license into paragraphs for
14355         translators and pedantic compilers.
14356
14357 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14358
14359         * configure.ac: add more warning flags if compiling with gcc from
14360         cvs (or explicitly requested with --enable-more-warnings).
14361
14362 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14363
14364         * data/evince-ui.xml: add File and File->Close menu.
14365
14366         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14367         (ev_window_destroy): quit after destroy.
14368         (ev_window_class_init): override GtkObject::destroy.
14369         (entries): install close_window callback.
14370
14371 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14372
14373         * Makefile.am (SUBDIRS): add data subdir.
14374
14375         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14376         gtk+ 2.5.0 for GtkAboutDialog.
14377
14378         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14379         main window.
14380
14381         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14382
14383         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14384         manager.
14385         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14386
14387 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14388
14389         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14390
14391 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14392
14393         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14394
14395 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14396
14397         * shell/*: Added shell directory boilerplate, build it.
14398
14399 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14400
14401         * configure.ac, Makefile.am: Added top-level configure.ac and
14402         Makefile.am