]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated Danish translation
[evince.git] / ChangeLog
1 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * shell/ev-window-title.c (ev_window_title_sanitize_title):
4
5         Removes bad prefixes from window title. Patch by 
6         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
7         
8 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-window.c: (launch_external_uri):
11
12         Do not consider mailto links as http uris. Fixes bug #555801.
13         
14 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/ev-view.c: (merge_selection_region), (clear_selection):
17
18         Fix memory leak. Fixes bug #555134.
19         
20 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
23
24         Emit the job finished signal when the job is handled before the
25         page_ready callback.
26         
27 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * shell/ev-window.c: (launch_action):
30
31         Use GdkAppLaunchContext when available to launch external
32         applications.
33         
34 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * shell/ev-window.c: (launch_action):
37
38         Fix launching external applications for launch actions which seems
39         to be broken since the gio port. Fixes bug #554500.
40         
41 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * backend/dvi/Makefile.am:
44         * backend/dvi/cairo-device.c:
45         * backend/dvi/dvi-document.c:
46         * backend/dvi/mdvi-lib/Makefile.am:
47
48         Fix several compile warnings in the dvi backend.
49         
50 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
51
52         * backend/dvi/mdvi-lib/common.h:
53         * backend/dvi/mdvi-lib/dviread.c:
54         * backend/dvi/mdvi-lib/font.c:
55         * backend/dvi/mdvi-lib/fontmap.c:
56         * backend/dvi/mdvi-lib/fontsrch.c:
57         * backend/dvi/mdvi-lib/gf.c:
58         * backend/dvi/mdvi-lib/pagesel.c:
59         * backend/dvi/mdvi-lib/pk.c:
60         * backend/dvi/mdvi-lib/sp-epsf.c:
61         * backend/dvi/mdvi-lib/special.c:
62         * backend/dvi/mdvi-lib/tfm.c:
63         * backend/dvi/mdvi-lib/tfmfile.c:
64         * backend/dvi/mdvi-lib/util.c:
65         * backend/dvi/mdvi-lib/vf.c:
66
67         Rename error as mdvi_error to avoid symbol conflicts with the libc
68         error. Rename also message, crash, fatal and warning for
69         consistency. Fixes bug #553369.
70         
71 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * backend/dvi/dvi-document.c: (dvi_document_load):
74
75         Fix memory leak.
76         
77 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * backend/dvi/dvi-document.c:
80
81         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
82         G_IMPLEMENT_INTERFACE.
83         
84 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
87
88         Make sure copy_job_page_and_selection_to_job_info is always called
89         before copy_job_to_job_info. Fixes bug #552382.
90         
91 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * NEWS:
94         * configure.ac:
95
96         Update for release 2.24.0
97         
98 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * shell/ev-window.c: (launch_external_uri):
101
102         Use GdkAppLaunchContext when available to launch external uris.
103         
104 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * shell/ev-window.c: (launch_external_uri):
107
108         Use the message area to show errors when lauching external uris
109         instead of a popup window.
110         
111 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * shell/ev-window.c: (launch_external_uri):
114
115         Assume invalid uris are http uris. Fixes bug #552071.
116         
117 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * NEWS:
120         * configure.ac:
121
122         Update for release 2.23.92.
123         
124 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * shell/eggfindbar.c: (egg_find_bar_class_init):
127
128         Allow page scrolling with PageUp/PageDown keys when find bar is
129         active. Fixes bug #529833.
130         
131 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/ev-view-private.h:
134         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
135         (ev_view_scroll), (ev_view_class_init):
136         * shell/ev-view-accessible.c:
137         (ev_view_accessible_action_do_action):
138         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
139         (ev_window_cmd_scroll_backward):
140
141         Use GtkScrollType instead of EvScrollType.
142         
143 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
144
145         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
146         
147         Patch for case unsensitive page label match by Michael Lee.
148         See bug #550136.
149         
150         * shell/ev-page-action.c (create_tool_item):    
151         * test/Makefile.am:
152         * test/test1.py:
153         * test/test4.py:
154         * test/test5.py:
155         
156         Added test for the above and updated other tests.
157
158 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * shell/ev-window.c: (image_save_dialog_response_cb):
161
162         Do not append the file extension twice when saving an image.
163         
164 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
167
168         Remove an invalid ifdef.
169         
170 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * shell/ev-view.c: (ev_view_motion_notify_event):
173
174         Make sure the cursor is correctly restored after showing the right
175         click menu.
176         
177 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
180         (ev_attachment_open):
181         * shell/ev-sidebar-attachments.c:
182         (ev_sidebar_attachments_button_press):
183         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
184
185         Use GdkAppLaunchContext when available to open attachments.
186         
187 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
190
191         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
192         by Eric Piel.
193         
194 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
195
196         * shell/ev-application.c: (ev_application_get_media_keys):
197         * shell/ev-media-player-keys.[ch]:
198         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
199         (ev_media_player_keys_grab_keys),
200         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
201         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
202         * shell/ev-window.[ch]: (ev_window_dispose),
203         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
204         (ev_window_init):
205
206         Clean up the media player keys stuff.
207         
208 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * NEWS:
211         * configure.ac:
212
213         Update for release 2.23.91.
214         
215 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * cut-n-paste/smclient/eggsmclient-xsmp.c:
218         (sm_client_xsmp_set_initial_properties):
219
220         Fix memory leak.
221         
222 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * shell/ev-application.c: (ev_application_open_window),
225         (ev_application_open_uri_at_dest):
226
227         Make sure evince starts up in the right workspace when resuming a
228         previous session.
229         
230 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * shell/ev-application.[ch]: (ev_application_open_window),
233         (ev_application_add_icon_path_for_screen),
234         (ev_application_open_uri_at_dest):
235
236         Fix window manager warnings shown in ~/.xsession-errors
237         
238 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
239
240         * configure.ac:
241         * cut-n-paste/Makefile.am:
242         * cut-n-paste/smclient/Makefile.am:
243         * cut-n-paste/smclient/eggdesktopfile.[ch]:
244         * cut-n-paste/smclient/eggsmclient-private.h:
245         * cut-n-paste/smclient/eggsmclient-xsmp.c:
246         * cut-n-paste/smclient/eggsmclient.[ch]:
247
248         EggSMClient copied from libegg
249
250         * libdocument/ev-file-helpers.c: (ev_dot_dir):
251         * shell/Makefile.am:
252         * shell/ev-application.[ch]: (ev_application_load_session),
253         (smclient_save_state_cb), (smclient_quit_cb),
254         (ev_application_init_session), (ev_application_shutdown),
255         (ev_application_init):
256         * shell/main.c: (main):
257
258         Use EggSMClient instead of gnome-client and remove libgnome and
259         libgnomeui dependencies.
260         
261 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * shell/main.c: (main):
264
265         Remove gnome_authentication_manager_init.
266         
267 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * shell/ev-view.c: (ev_view_goto_window_create):
270
271         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
272         since it's now deprecated.
273         
274 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * backend/djvu/Makefile.am:
277         * backend/djvu/djvu-document-private.h:
278         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
279         (djvu_document_find_iface_init):
280         * backend/djvu/djvu-text-page.[ch]:
281         * backend/djvu/djvu-text.[ch]: Removed
282         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
283         (pdf_document_find_iface_init):
284         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
285         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
286         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
287         (ev_job_find_get_n_results), (ev_job_find_get_progress),
288         (ev_job_find_has_results), (ev_job_find_get_results):
289         * shell/ev-view-private.h:
290         * shell/ev-view.[ch]: (ev_view_expose_event),
291         (highlight_find_results), (ev_view_finalize),
292         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
293         (ev_view_set_document), (ev_view_find_get_n_results),
294         (ev_view_find_get_result), (jump_to_find_result),
295         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
296         (ev_view_find_previous), (ev_view_find_search_changed),
297         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
298         * shell/ev-window.c: (ev_window_update_actions),
299         (page_changed_cb), (ev_window_setup_document),
300         (ev_window_update_find_status_message),
301         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
302         (ev_window_clear_find_job), (find_bar_close_cb),
303         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
304         (ev_window_dispose), (ev_window_init):
305
306         Rework find interface. The find logic has been moved from backends
307         to the shell avoiding a lot of duplicated code in the backends and
308         making easier to implement the find interface in the backends.
309         
310 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
311
312         * backend/pdf/ev-poppler.cc:
313         (pdf_document_thumbnails_get_dimensions):
314
315         Make sure thumbnail size returned by the PDF is actually
316         valid. Fixes bug #548462.
317         
318 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * shell/ev-window.c: (ev_window_setup_document),
321         (ev_window_set_document), (ev_window_dispose):
322
323         Remove the idle function for setting the document up when the
324         window is destroyed. Fixes bug #549163.
325         
326 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
329         (ev_job_attachments_dispose), (ev_job_attachments_run),
330         (ev_job_attachments_class_init), (ev_job_attachments_new):
331         * shell/ev-sidebar-attachments.c:
332         (ev_sidebar_attachments_set_document):
333
334         Add a new job to get the attachments in a thread with the document
335         lock held. Fixes bug #548653.
336         
337 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
340         (tiff_document_document_iface_init):
341
342         Implement document_get_page_label in tiff backend.
343         
344 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * backend/tiff/tiff-document.c: (tiff_document_render):
347
348         Handle document orientation in tiff backend. Fixes bug #548444.
349         
350 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
353
354         Do not crash when adjustment page size is 0. Fixes bug #547440.
355         
356 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * cut-n-paste/evmountoperation/ev-mount-operation.c:
359
360         Sync with current GTK+.
361         
362 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
363
364         * configure.ac:
365         
366         Update for release 2.23.6.
367
368 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
371         (ev_job_load_set_password):
372         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
373         * shell/ev-window.c: (password_dialog_response),
374         (ev_window_load_job_cb):
375
376         Fix loading encrypted documents since I broke it with the jobs
377         rework.
378         
379 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
380
381         * NEWS:
382
383         Update NEWS for 2.23.6 release.
384         
385 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
386
387         * backend/impress/impress-document.c:
388         * backend/impress/render.h:
389         * libdocument/ev-document-factory.c:
390         * libdocument/ev-document-factory.h:
391         * libdocument/ev-document-links.h:
392         * libdocument/ev-document-misc.c:
393         * libdocument/ev-document-misc.h:
394         * properties/ev-properties-main.c:
395         * properties/ev-properties-view.c:
396         * properties/ev-properties-view.h:
397         * shell/eggfindbar.c:
398         * shell/eggfindbar.h:
399         * shell/ev-application.c:
400         * shell/ev-application.h:
401         * shell/ev-jobs.h:
402         * shell/ev-message-area.h:
403         * shell/ev-navigation-action.c:
404         * shell/ev-navigation-action.h:
405         * shell/ev-open-recent-action.c:
406         * shell/ev-open-recent-action.h:
407         * shell/ev-page-action-widget.c:
408         * shell/ev-page-action.c:
409         * shell/ev-page-action.h:
410         * shell/ev-page-cache.h:
411         * shell/ev-password-view.h:
412         * shell/ev-password.h:
413         * shell/ev-pixbuf-cache.h:
414         * shell/ev-properties-fonts.c:
415         * shell/ev-sidebar-attachments.c:
416         * shell/ev-sidebar-links.c:
417         * shell/ev-sidebar-links.h:
418         * shell/ev-sidebar-thumbnails.c:
419         * shell/ev-sidebar-thumbnails.h:
420         * shell/ev-sidebar.c:
421         * shell/ev-sidebar.h:
422         * shell/ev-stock-icons.c:
423         * shell/ev-tooltip.h:
424         * shell/ev-view.c:
425         * shell/ev-view.h:
426         * shell/ev-window.c:
427         * shell/ev-window.h:
428         * shell/main.c:
429
430         More #include cleanups. Again: reordering, single gtk.h
431         includes and other stuff.
432
433 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
434
435         * shell/eggfindbar.c:
436         * shell/ev-application.c:
437         * shell/ev-message-area.c:
438         * shell/ev-navigation-action.c:
439         * shell/ev-open-recent-action.c:
440         * shell/ev-page-action-widget.c:
441         * shell/ev-page-action.c:
442         * shell/ev-password-view.c:
443         * shell/ev-properties-dialog.c:
444         * shell/ev-properties-fonts.c:
445         * shell/ev-sidebar-attachments.c:
446         * shell/ev-sidebar-page.c:
447         * shell/ev-sidebar-thumbnails.c:
448         * shell/ev-stock-icons.c:
449         * shell/ev-tooltip.c:
450         * shell/ev-view.c:
451         * shell/ev-window.c:
452         * shell/main.c:
453
454         Cleanup many #include statements: reorder so that a
455         generic-to-specific order is used, use single gtk.h
456         includes, and some other cleanups.
457
458 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
459
460         * shell/ev-jobs.h:
461
462         Add gio header.
463         
464 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
465
466         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
467         (ev_document_fc_mutex_trylock):
468         * shell/Makefile.am:
469         * shell/ev-job-queue.[ch]:
470         * shell/ev-job-scheduler.[ch]:
471         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
472         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
473         (ev_job_run), (ev_job_cancel), (ev_job_failed),
474         (ev_job_failed_from_error), (ev_job_succeeded),
475         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
476         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
477         (ev_job_links_class_init), (ev_job_render_init),
478         (notify_page_ready), (ev_job_render_page_ready),
479         (ev_job_render_run), (ev_job_render_class_init),
480         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
481         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
482         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
483         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
484         (ev_job_save_dispose), (ev_job_save_run),
485         (ev_job_save_class_init), (ev_job_print_init),
486         (ev_job_print_dispose), (ev_job_print_run),
487         (ev_job_print_class_init):
488         * shell/ev-page-cache.c:
489         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
490         (check_job_size_and_unref), (move_one_job),
491         (copy_job_to_job_info), (add_job),
492         (ev_pixbuf_cache_add_jobs_if_needed):
493         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
494         (job_fonts_finished_cb), (job_fonts_updated_cb),
495         (ev_properties_fonts_set_document):
496         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
497         (ev_sidebar_links_set_document):
498         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
499         (ev_sidebar_thumbnails_set_document),
500         (ev_sidebar_thumbnails_clear_job):
501         * shell/ev-view-private.h:
502         * shell/ev-view.c:
503         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
504         (ev_window_refresh_window_thumbnail), (password_dialog_response),
505         (ev_window_clear_load_job), (ev_window_clear_reload_job),
506         (ev_window_load_job_cb), (ev_window_reload_job_cb),
507         (window_open_file_copy_ready_cb), (ev_window_open_uri),
508         (ev_window_reload_document), (ev_window_clear_save_job),
509         (ev_window_save_job_cb), (file_save_dialog_response_cb),
510         (ev_window_clear_print_job), (ev_window_print_job_cb),
511         (ev_window_print_dialog_response_cb):
512         * shell/main.c: (main):
513
514         Rework the jobs system in order to make it simpler and more
515         extensible. It allows to run jobs in the main loop instead of
516         using a thread when it's appropriate like the fonts job. Now it's
517         also possible to cancel jobs that are currently running. 
518         
519 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * libdocument/ev-debug.c: (profile_init):
522
523         Create the hash table also when profiling service is enabled for
524         all sections.
525         
526 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * libdocument/ev-debug.[ch]: (ev_profiler_start),
529         (ev_profiler_stop):
530         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
531         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
532         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
533         (ev_job_print_run):
534         * shell/main.c: (main):
535
536         Add a profile mode available when debug is enabled. Add profilers
537         in ev-jobs.
538         
539 2008-07-23  Götz Waschk <waschk@mandriva.org>
540
541         * configure.ac: Correctly build desktop file. Fixes
542         bug #544237.
543
544 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
545
546         * configure.ac:
547         
548         Update for release 2.23.5.
549
550 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * NEWS:
553
554         Update NEWS for 2.23.5 release.
555         
556 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * shell/ev-window.c: (ev_window_state_event),
559         (ev_window_class_init):
560
561         Intercept window manager's fullscreen request in order to run/stop
562         fullscreen mode. Fixes bug #493541.
563         
564 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * shell/ev-window.c: (find_bar_visibility_changed_cb):
567
568         Restart the job search when the find bar is opened for the second
569         time. Fixes bug #531956.
570         
571 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
574         (get_document_from_uri):
575
576         Make sure we always return a valid error struct when
577         get_document_from_uri fails. Fixes nautilus crash, see bug
578         #542548.
579         
580 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
581
582         * libdocument/ev-transition-effect.c
583         (ev_transition_effect_type_get_type),
584         (ev_transition_effect_alignment_get_type),
585         (ev_transition_effect_direction_get_type):
586         
587         Fixes bug #542924. Makes enums static to fix Solaris build.
588
589 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * shell/ev-view.c: (ev_view_key_press_event):
592
593         Add '.' keybinding for blanking the screen in presentation
594         mode. Fixes bug #542001.
595         
596 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * libdocument/ev-document-misc.c:
599         (ev_document_misc_pixbuf_from_surface):
600
601         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
602         #540950.
603         
604 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
605
606         * backend/comics/comics-document.c (comics_document_load):
607         * backend/comics/comicsdocument.evince-backend.in:
608         * configure.ac:
609         * thumbnailer/evince-thumbnailer-comics.schemas.in:
610         
611         Added support for 7-zip based cb7 comic book. Patch by
612         Kartik Rustagi. Fixes bug #532312.
613
614 2008-06-24  Bastien Nocera  <hadess@hadess.net>
615
616         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
617         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
618         Fixes bug #539972.
619
620 2008-06-24  Bastien Nocera  <hadess@hadess.net>
621
622         * shell/Makefile.am:
623         * shell/ev-application.c (ev_application_init),
624         (ev_application_get_media_keys):
625         * shell/ev-application.h:
626         * shell/ev-marshal.list:
627         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
628         (proxy_destroy), (on_media_player_key_pressed),
629         (ev_media_player_keys_init), (ev_media_player_keys_focused),
630         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
631         * shell/ev-media-player-keys.h:
632         * shell/ev-window.c (ev_window_go_previous_page),
633         (ev_window_go_next_page), (ev_window_go_first_page),
634         (ev_window_go_last_page), (ev_window_start_presentation),
635         (ev_window_dispose), (view_actions_focus_in_cb):
636         * shell/ev-window.h: When building with D-Bus support, listen
637         for multimedia key events from gnome-settings-daemon. This allows
638         to go to the next/previous/first/last pages using, respectively,
639         Next/Previous/Rewing/Fast Forward. The Play button is used to start
640         a presentation. Fixes bug #539971.
641
642 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
643
644         * configure.ac:
645         
646         Update for release 2.23.4.
647
648 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
649
650         * NEWS:
651
652         Update news for 2.23.4 release.
653         
654 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
657         * shell/ev-sidebar-thumbnails.c:
658         (ev_sidebar_thumbnails_set_loading_icon),
659         (ev_sidebar_thumbnails_refresh):
660         * shell/ev-window.c: (ev_window_error_message),
661         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
662         (ev_window_set_document):
663
664         Do not crash opening documents with no pages and show a warning
665         message in the message area. Fixes bugs #537574 and #171588.
666         
667 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * shell/Makefile.am:
670         * shell/ev-file-monitor.[ch]:
671         * shell/ev-window.c: (ev_window_document_changed),
672         (ev_window_clear_reload_job), (ev_window_load_job_cb),
673         (ev_window_reload_job_cb), (ev_window_open_uri),
674         (ev_window_reload_document), (ev_window_cmd_view_reload),
675         (ev_window_dispose):
676
677         Automaticly reload the document when the file has changed on
678         disk. Bug #304249.
679         
680 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
681
682         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
683         * libdocument/ev-image.c: (ev_image_save_tmp):
684         * libdocument/ev-module.c: (ev_module_load):
685         * shell/ev-application.c: (ev_application_shutdown),
686         (ev_application_get_print_settings):
687         * shell/ev-sidebar-attachments.c:
688         (ev_sidebar_attachments_button_press),
689         (ev_sidebar_attachments_drag_data_get):
690         * shell/ev-window.c: (window_save_file_copy_ready_cb),
691         (ev_window_print_finished), (ev_window_print_send),
692         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
693         (ev_window_preview_print_finished), (ev_window_do_preview_print),
694         (ev_window_cmd_preview_print):
695         * shell/main.c: (load_files_remote):
696         Fix some build warnings under GCC 4.3.0. (#537535).
697
698 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/ev-jobs.c: (ev_job_render_dispose):
701
702         Fix a crash in debug mode. Patch by Daniel M German.
703         
704 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * shell/ev-window.c:
707
708         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
709         
710 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
711
712         * shell/ev-window.c: (ev_window_print_send),
713         (ev_window_do_preview_print):
714
715         Use the window title as print job name instead of just
716         "evince-print". Fixes bug #534493.
717         
718 2008-05-19  Frederic Peters  <fpeters@0d.be>
719
720         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
721         Bug #533897.
722
723 2008-05-19  Frederic Peters  <fpeters@0d.be>
724
725         * help/reference/Makefile.am: added missing libevmountoperation to
726         gtkdoc-scanobj libraries.  Bug #533896.
727
728 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
729
730         * properties/ev-properties-view.c (get_default_user_units):
731         Fixes check for default units string translation. Bug #533323.
732
733 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
734
735         * backend/impress/iksemel.c (sax_core): Fix a free() that should
736         be an iks_free(). Fix an array overflow in the XML parser that
737         would occur whenever the number of attributes in a tag was greater
738         than 0 and divisible by 6. Fixes GNOME bug #530852.
739
740 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * backend/djvu/djvu-document-private.h:
743         * backend/djvu/djvu-links.c:
744         * backend/djvu/djvu-text.c:
745         * backend/djvu/djvu-document.c: (djvu_handle_events),
746         (djvu_wait_for_message), (djvu_document_load),
747         (document_get_page_size), (djvu_document_render),
748         (djvu_document_thumbnails_get_thumbnail),
749         (djvu_document_file_exporter_end):
750
751         Make sure load job doesn't finish successfully when the document
752         is not successfully decoded by libdjvu. Fixes bug #530202.
753         
754 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * configure.ac:
757         * libdocument/Makefile.am:
758         * libdocument/ev-debug.[ch]:
759         * libdocument/ev-document.c:
760         * shell/ev-jobs.c: (ev_job_links_dispose),
761         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
762         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
763         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
764         (ev_job_render_page_ready), (ev_job_render_run),
765         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
766         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
767         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
768         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
769         (ev_job_print_new), (ev_job_print_run):
770         * shell/main.c: (main):
771
772         Add debug mode based on gedit code. Add debug messages in
773         ev-jobs.
774         
775 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * libdocument/ev-document-factory.c: (get_document_from_uri):
778
779         Fix memory leak.
780         
781 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
782
783         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
784         (get_mime_type_from_data), (get_document_from_uri),
785         (ev_document_factory_get_document):
786         
787         Improved error message about file opening failture.
788         Bug #529129.
789
790 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
791
792         * data/evince-toolbar.xml:
793         
794         Allow to add SaveAs to toolbar.
795
796 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/ev-view-private.h:
799         * shell/ev-view.[ch]: (ev_view_button_release_event),
800         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
801         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
802         (ev_view_update_primary_selection), (clear_link_selected),
803         (ev_view_copy_link_address):
804         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
805
806         Update also the primary selection when copying a link
807         address. Fixes bug #520855.
808         
809 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * libdocument/ev-document-factory.c: (get_document_from_uri):
812
813         Use the pixbuf backend only when the mime type is not supported by
814         any of the other backend so that tiff documents, for instance, are
815         handled by the tiff backend instead of the pixbuf backend. fixes
816         bug #520290.
817         
818 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * cut-n-paste/Makefile.am:
821
822         Add evmountoperation to subdirs list.
823         
824 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * configure.ac:
827
828         Fix libspectre check in configure script. Fixes bug #528549.
829         
830 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * configure.ac:
833         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
834         * shell/Makefile.am:
835         * shell/ev-window.c: (ev_window_load_remote_failed),
836         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
837
838         Add GtkMountOperation (renamed to avoid conflicts) to be able to
839         open documents in remote locations that are not mounted.
840         
841 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
844         (bitmap_convert_msb8):
845         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
846         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
847
848         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
849         
850 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
853         (ev_job_render_new), (ev_job_render_set_selection_info),
854         (ev_job_render_run):
855         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
856         (check_job_size_and_unref),
857         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
858         (add_job), (ev_pixbuf_cache_get_selection_surface):
859
860         Create the render context needed for rendering a page in the render
861         thread so that we don't block the main thread. Simplify
862         EvJobRender API.
863         
864 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * libdocument/Makefile.am:
867         * libdocument/ev-page.[ch]:
868         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
869         (ev_render_context_new), (ev_render_context_set_page):
870         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
871         (ev_form_field_finalize), (ev_form_field_class_init):
872         * libdocument/ev-document-forms.[ch]:
873         (ev_document_forms_get_form_fields):
874         * libdocument/ev-document.[ch]: (ev_document_get_page),
875         (ev_document_get_page_size), (ev_document_get_page_label):
876         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
877         (ev_job_render_run), (ev_job_thumbnail_new),
878         (ev_job_thumbnail_run), (ev_job_print_run):
879         * shell/ev-page-cache.c: (ev_page_cache_new):
880         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
881         (check_job_size_and_unref), (add_job):
882         * shell/ev-sidebar-thumbnails.c: (add_range):
883         * shell/ev-view.c: (ev_view_form_field_get_region),
884         (ev_view_form_field_button_create_widget),
885         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
886         (ev_view_handle_form_field), (ev_view_size_allocate),
887         (get_selected_text):
888         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
889         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
890         (pdf_document_get_page), (pdf_document_get_page_label),
891         (pdf_document_render), (pdf_document_get_info),
892         (pdf_document_document_iface_init),
893         (pdf_document_thumbnails_get_thumbnail),
894         (pdf_document_thumbnails_get_dimensions),
895         (pdf_document_file_exporter_do_page),
896         (pdf_selection_render_selection),
897         (pdf_selection_get_selected_text),
898         (pdf_selection_get_selection_region),
899         (pdf_selection_get_selection_map),
900         (pdf_document_forms_get_form_fields),
901         (pdf_document_forms_form_field_text_get_text),
902         (pdf_document_forms_form_field_text_set_text),
903         (pdf_document_forms_form_field_button_set_state),
904         (pdf_document_forms_form_field_button_get_state),
905         (pdf_document_forms_form_field_choice_get_item),
906         (pdf_document_forms_form_field_choice_get_n_items),
907         (pdf_document_forms_form_field_choice_is_item_selected),
908         (pdf_document_forms_form_field_choice_select_item),
909         (pdf_document_forms_form_field_choice_toggle_item),
910         (pdf_document_forms_form_field_choice_unselect_all),
911         (pdf_document_forms_form_field_choice_set_text),
912         (pdf_document_forms_form_field_choice_get_text):
913         * backend/ps/ev-spectre.c: (ps_document_get_page),
914         (ps_document_get_page_size), (ps_document_get_page_label),
915         (ps_document_render), (ps_document_document_iface_init),
916         (ps_document_file_exporter_do_page):
917         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
918         (tiff_document_render), (tiff_document_render_pixbuf),
919         (tiff_document_file_exporter_do_page):
920         * backend/pixbuf/pixbuf-document.c:
921         (pixbuf_document_get_page_size):
922         * backend/comics/comics-document.c:
923         (comics_document_get_page_size), (comics_document_render_pixbuf):
924         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
925         (djvu_document_render), (djvu_selection_get_selected_text),
926         (djvu_document_thumbnails_get_thumbnail),
927         (djvu_document_file_exporter_do_page),
928         (djvu_document_find_get_result):
929         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
930         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
931         (dvi_document_thumbnails_get_thumbnail),
932         (dvi_document_file_exporter_do_page):
933         * backend/impress/impress-document.c:
934         (impress_document_get_page_size),
935         (impress_document_render_pixbuf):
936         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
937
938         Add EvPage so that we can hold a reference to the backend
939         page. Form fields keep now a reference to the poppler page
940         improving performance since we don't have to create/destroy the
941         poppler field for every form operation. This will be needed for
942         annotations too.
943         
944 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * data/evince-ui.xml:
947         * shell/ev-window.c:
948
949         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
950         
951 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * configure.ac:
954         * backend/ps/Makefile.am:
955
956         Remove gs stuff from ps backend.
957         
958 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * configure.ac:
961         * backend/pdf/ev-poppler.cc:
962
963         Bump poppler requirement to 0.8.0.
964         
965 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
966
967         * NEWS:
968         * configure.ac:
969
970         Update for release 2.22.1.1
971
972 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * configure.ac:
975
976         Fix build (again) when poppler version is 0.6
977         
978 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * backend/djvu/djvu-links.c: (build_tree):
981
982         Make sure link title is a valid utf8 string. Fixes bug #526517.
983         
984 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * configure.ac:
987
988         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
989         #526799.
990         
991 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
992
993         * configure.ac:
994         
995         Update for release 2.22.1.
996
997 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * NEWS:
1000
1001         Update for upcoming release.
1002
1003 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * configure.ac:
1006         * backend/dvi/dvidocument.evince-backend.in:
1007
1008         Add compressed dvi to the list of supported mime types. Patch by
1009         Ed Catmur. Fixes bug #307087.
1010
1011 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1014
1015         Fix a crash when printing a range that doesn't specify the start or
1016         end page. Fixes bug #524288.
1017
1018 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * shell/ev-window.c: (ev_window_cmd_continuous),
1021         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1022         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1023         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1024         (ev_window_run_presentation), (ev_window_stop_presentation),
1025         (ev_window_cmd_view_presentation),
1026         (ev_window_cmd_leave_fullscreen),
1027         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1028
1029         Do not unfullscreen and fullscreen again the window when changing
1030         from fullscreen to presentation mode and vice versa. Fixes bug
1031         #524112.
1032         
1033 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1036
1037         Do not crash when thumbnail failed to render in PS backend. Fixes
1038         bug #525015.
1039         
1040 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1043         (ev_window_load_file_remote), (ev_window_open_uri):
1044
1045         Handle errors when opening remote files.
1046         
1047 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1050
1051         Only grab the focus for the current visible proxy widget. Fixes
1052         bug #521224.
1053         
1054 2008-03-30  Emil Soleyman  <emil@nishra.com>
1055
1056         * shell/ev-window.c: (launch_external_uri):
1057         
1058         Reuse g_app_info_launch_default_for_uri to
1059         save some code and fix bug #525009.
1060
1061 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1062
1063         * shell/ev-window.c (image_save_dialog_response_cb):
1064
1065         Use g_str_has_suffix. See bug #523069.
1066
1067 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * configure.ac:
1070
1071         Add a configure option to enable/diable DBus. Patch by Rémi
1072         Cardona. Fixes bug 521797.
1073
1074 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1077
1078         Fix printing in documents with rotated pages. Patch by Eugen
1079         Dedu. Fixes bug #512648.
1080         
1081 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1084         (ev_link_from_action):
1085
1086         Fix warning messages.
1087         
1088 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * shell/ev-window.c: (image_save_dialog_response_cb):
1091
1092         Do not append the extension to filename when saving an image
1093         if the filename alredy contains the extension. Fixes bug #523069.
1094         
1095 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1096
1097         * shell/ev-view.[ch]: (ev_view_find_cancel):
1098         * shell/ev-window.c: (find_bar_close_cb):
1099
1100         Cancel the find operation when the find bar is closed. Fixes bug
1101         #508845.
1102         
1103 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * backend/ps/psdocument.evince-backend.in:
1106
1107         Make ps backend module resident. Fixes bug #520607.
1108         
1109 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * shell/ev-jobs.c: (ev_job_print_run):
1112
1113         Invert collate action in order to work as expected, fix reverse
1114         printing so that it doesn't start with a blank page and fix number
1115         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1116         
1117 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1120
1121         Fix build with poppler <= 0.7.2
1122         
1123 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * libdocument/ev-document-misc.c:
1126         (ev_document_misc_surface_from_pixbuf):
1127
1128         Fix selections with poppler-splash.
1129         
1130 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * configure.ac:
1133         * backend/pdf/ev-poppler.cc:
1134
1135         Fix build with poppler >= 0.7.2
1136         
1137 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1138
1139         * configure.ac:
1140         
1141         Update for release 2.22.0
1142
1143 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * NEWS:
1146
1147         Update for upcoming release.
1148
1149 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1150
1151         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1152
1153         Bug 495107 – Handle print dialog responses correctly
1154
1155         Correctly handle print dialog response. Properly fixes
1156         the above mentioned bug.
1157
1158 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1161
1162         Make sure print job is only run when the print button is
1163         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1164         
1165 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * backend/pdf/pdfdocument.evince-backend.in:
1168         * libdocument/ev-backends-manager.c:
1169         (ev_backends_manager_load_backend),
1170         (ev_backends_manager_get_document):
1171         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1172
1173         Allow making backend modules resident. This is needed only for
1174         some backends like pdf to avoid registering glib types more than
1175         once.
1176         
1177 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1178
1179         * backend/comics/comics-document.c:
1180         * backend/djvu/djvu-document.c:
1181         * backend/impress/impress-document.c:
1182         * backend/pdf/ev-poppler.cc:
1183         * backend/pixbuf/pixbuf-document.c:
1184         * backend/ps/ev-spectre.c:
1185         * backend/ps/ps-document.c:
1186         * backend/tiff/tiff-document.c:
1187         * libdocument/ev-document.h:
1188         * properties/ev-properties-main.c:
1189
1190         Use g_type_module_add_interface instead of
1191         g_type_add_interface_static. Fixes bug #519679.
1192         
1193 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1194
1195         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1196         Added. Returns whether the animation has everything necessary to run.
1197         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1198         is ready just because it's been created. Fixes #519106.
1199         (draw_one_page): Do not show the "Loading..." text in presentation
1200         mode, there was a slim probability that this could happen.
1201
1202 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1205
1206         Duplicate mime_type string before freeing it so that it doesn't
1207         always fail when getting mime type from uri. Fixes bug #518874.
1208         
1209 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1212
1213         Fix a crash when a choice form field doesn't have any item
1214         selected. Fixes bug #518831
1215         
1216 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1217
1218         * shell/ev-window.c (ev_window_clear_temp_file):
1219         Use g_file_has_prefix instead of renamed
1220         g_file_contains_file.
1221
1222         * configure.ac:
1223         Require new glib for above change.
1224         
1225 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * libdocument/ev-image.c: (ev_image_finalize),
1228         (ev_image_save_tmp):
1229
1230         Return a real uri instead of a filename when saving an
1231         image. Fixes images drag an drop from evince to nautilus. 
1232         
1233 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1234
1235         * backend/pdf/ev-poppler.cc:
1236         (pdf_document_images_get_image_mapping):
1237
1238         Return the image list in the right order. Fixes bug #516237.
1239         
1240 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1241
1242         * backend/impress/impress-document.c:
1243         (impress_document_thumbnails_get_thumbnail):
1244
1245         Remove unused variable to avoid a compiler warning.
1246
1247 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1248
1249         * configure.ac:
1250         
1251         Update for release 2.21.91.
1252
1253 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * configure.ac:
1256         * shell/Makefile.am:
1257         * shell/ev-application.[ch]:
1258         * shell/ev-sidebar-links.c:
1259         * shell/ev-utils.[ch]:
1260         * shell/ev-window.[ch]:
1261
1262         Remove libgnomeprint support. Fixes bug #512370.
1263         
1264 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1265
1266         * thumbnailer/evince-thumbnailer.c: (main):
1267
1268         Initialize glib type system before using it. Fixes bug #513934.
1269         
1270 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1271
1272         * properties/ev-properties-main.c:
1273
1274         Add missing #include.
1275         
1276 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * configure.ac:
1279         * backend/djvu/djvu-document.c: (djvu_document_render):
1280         * backend/tiff/tiff-document.c: (tiff_document_render):
1281
1282         Use the new cairo function cairo_format_stride_for_width when
1283         available. Fixes bug #482720.
1284
1285 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1288         (get_mime_type_from_data), (get_document_from_uri):
1289
1290         Use g_content_type_guess() only when slow is true in
1291         get_document_from_uri(). Fix several memory leaks.
1292         
1293 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1294
1295         * libdocument/ev-document-factory.c:
1296         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1297         (get_document_from_uri):
1298
1299         Use g_content_type_guess () to get mimetype for files.
1300         Bug #510401.
1301
1302 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * thumbnailer/Makefile.am:
1305
1306         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1307         
1308 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * configure.ac:
1311
1312         Fix build with --without-libgnome. Fixes bug #512771.
1313         
1314 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1315
1316         * backend/dvi/Makefile.am: Install only dvi
1317         module. Fixes bug #512718.
1318
1319 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1320
1321         * properties/ev-properties-main.c: (nautilus_module_initialize):
1322         
1323         Initialize backends in properties tab. Fixes bug
1324         #512720.
1325
1326 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1327
1328         * properties/Makefile.am: No need to link with 
1329         libraries. Fixes bug #512719.
1330
1331 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1332
1333         * NEWS:
1334         * configure.ac:
1335         
1336         Update for release 2.21.90.
1337
1338 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * shell/ev-window.c: (ev_window_cmd_escape):
1341
1342         Fix compile warning.
1343         
1344 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1347
1348         Fix printing in dvi backend when filename contains white
1349         espaces. Fixes bug #502839.
1350         
1351 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1354         (screensaver_disable_x11):
1355         * shell/Makefile.am:
1356         * shell/xdg-user-dir-lookup.c: Removed
1357         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1358         * shell/ev-view.c: (ev_view_presentation_transition_start):
1359         * shell/ev-window.c: (ev_window_cmd_file_open),
1360         (ev_window_cmd_save_as), (presentation_set_timeout):
1361
1362         Remove #ifdefs that are no longer needed.
1363         
1364 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/ev-view.[ch]: (ev_view_button_release_event),
1367         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1368         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1369         (ev_window_cmd_escape):
1370
1371         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1372         
1373 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * configure.ac:
1376         * backend/comics/comics-document.c: (comics_document_load):
1377         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1378         (ev_attachment_set_property), (ev_attachment_init),
1379         (ev_attachment_save), (ev_attachment_launch_app),
1380         (ev_attachment_open):
1381         * libdocument/ev-document-factory.c: (get_document_from_uri):
1382         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1383         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1384         * shell/ev-jobs.c:
1385         * shell/ev-password.c: (ev_password_dialog_set_property),
1386         (ev_password_dialog_save_password):
1387         * shell/ev-sidebar-attachments.c:
1388         (ev_sidebar_attachments_drag_data_get):
1389         * shell/ev-window-title.c: (get_filename_from_uri):
1390         * shell/ev-window.c: (ev_window_clear_temp_file),
1391         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1392         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1393         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1394         (launch_external_uri), (image_save_dialog_response_cb),
1395         (attachment_save_dialog_response_cb):
1396         * shell/main.c: (load_files), (load_files_remote), (main):
1397         * thumbnailer/evince-thumbnailer.c: (main):
1398
1399         Port to gio and drop gnome-vfs dependency. Fixes bug
1400         #510401. Based on patch by Cosimo Cecchi.
1401         
1402 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1403
1404         * NEWS:
1405
1406         Fixed formatting inconsistencies (spaces vs. tabs)
1407
1408 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1409
1410         * shell/ev-window.c:
1411
1412         Use top/up/bottom/down arrows instead of
1413         first/left/last/right in the toolbar and menu actions.
1414         This fixes issues with RTL languages and is visually
1415         consistent with the page view. Fixes bug #170081.
1416
1417 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1418
1419         * NEWS:
1420
1421         Fixed some inaccuracies pointed out by Carlos Garcia
1422         Campos.
1423
1424 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1425
1426         * NEWS:
1427         * data/evince.schemas.in:
1428         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1429
1430         Override PDF restrictions by default. Fixes bug #382700.
1431
1432 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1433
1434         * NEWS: Updated for upcoming release
1435
1436 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1439
1440         Fix memory leak.
1441         
1442 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1443
1444         * shell/ev-window.c: (register_custom_actions):
1445         
1446         Added comment for translators
1447
1448 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-view.c: (ev_view_button_release_event):
1451
1452         Do not create the idle function for kinetic scrolling if we are
1453         not in a drag operation.
1454
1455 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1458         (ev_view_button_press_event), (ev_view_motion_notify_event),
1459         (ev_view_button_release_event):
1460
1461         Restore cursor after autoscrolling. Fixes bug #509958.
1462
1463 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1464
1465         * configure.ac:
1466         * backend/pdf/ev-poppler.cc:
1467         (pdf_document_images_get_image_mapping),
1468         (pdf_document_images_get_image),
1469         (pdf_document_document_images_iface_init):
1470         * libdocument/ev-document-images.[ch]:
1471         (ev_document_images_get_image_mapping),
1472         (ev_document_images_get_image):
1473         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1474         (ev_image_get_id), (ev_image_save_tmp):
1475         * shell/ev-jobs.c: (ev_job_render_run):
1476         * shell/ev-view.c: (ev_view_drag_data_get):
1477         * shell/ev-window.c: (image_save_dialog_response_cb),
1478         (ev_view_popup_cmd_copy_image):
1479
1480         Do not render images when rendering the page but on demand. It
1481         reduces the memory comsumption.
1482         
1483 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1484
1485         * configure.a:
1486         * shell/ev-password.c:
1487
1488         Make gnome-keyring optional. Fixes bug #509676.
1489         
1490 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1491
1492         * shell/ev-pixbuf-cache.c: (add_job):
1493
1494         Initialize include_images variable as FALSE instead of TRUE.
1495         
1496 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1497
1498         * configure.ac:
1499         * cut-n-paste/Makefile.am:
1500         * cut-n-paste/fileformatchooser/Makefile.am:
1501         * cut-n-paste/fileformatchooser/egg-macros.h:
1502         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1503         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1504         * shell/Makefile.am:
1505         * shell/ev-utils.c:
1506         (file_chooser_dialog_add_writable_pixbuf_formats),
1507         (get_gdk_pixbuf_format_by_extension):
1508         * shell/ev-utils.h:
1509         * shell/ev-window.c: (ev_window_error_message),
1510         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1511         
1512         Simplify image format selection on save.
1513
1514 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1515
1516         * shell/ev-view.c: (ev_view_scroll_event):
1517         
1518         Repair gorizontal scrolling with shift. Fixes
1519         bug #483412.
1520
1521 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1522         
1523         * MAINTAINERS:
1524
1525         Fix formatting issues.
1526         
1527 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1528
1529         * backend/comics/comics-document.c: (comics_regex_quote):
1530         
1531         Don't overquote special chars except of '. See bug 
1532         502500. Thanks to Tom Parker.
1533
1534 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1535
1536         * MAINTAINERS:
1537         
1538         Added Nickolay and Carlos, since they're doing most of
1539         the releases nowadays.
1540
1541 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1542
1543         * properties/Makefile.am:
1544
1545         Get the nautilus extension dir properly instead of using
1546         a hack. Fixes bug #505359.
1547
1548 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1549
1550         * properties/Makefile.am:
1551         
1552         Install nautilus extension into new place. See bug
1553         #505359. Thanks to Matthias Clasen, Brian Pepple and
1554         Damien Carbery.
1555
1556 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1557
1558         * shell/ev-window.c: (ev_window_get_recent_file_label):
1559         
1560         RTL marker in recent file list. See bug #509076.
1561
1562 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1565         * shell/ev-window.c: (image_save_dialog_response_cb):
1566
1567         Fix compile warnings due to unused variables.
1568         
1569 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * configure.ac:
1572         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1573         * backend/ps/ev-spectre.c: (ps_document_render):
1574
1575         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1576
1577 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1578
1579         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1580         (ev_transition_animation_paint): Implement "fade" effect.
1581
1582 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1583
1584         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1585         (ev_transition_animation_paint): Implement "uncover" effect.
1586
1587 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1588
1589         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1590         (ev_transition_animation_paint): Implement "cover" effect.
1591
1592 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1593
1594         * shell/ev-transition-animation.c (ev_transition_animation_push)
1595         (ev_transition_animation_paint): Implement "push" effect.
1596
1597 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1598
1599         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1600         (ev_transition_animation_paint): Implement "dissolve" effect.
1601
1602 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1603
1604         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1605         (ev_transition_animation_paint): Implement "wipe" effect.
1606
1607 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1608
1609         * shell/ev-transition-animation.c (ev_transition_animation_box)
1610         (ev_transition_animation_paint): Implement "box" effect.
1611
1612 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1613
1614         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1615         (ev_transition_animation_paint): Implement "blinds" effect.
1616
1617 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1618
1619         * shell/ev-transition-animation.c (ev_transition_animation_split)
1620         (ev_transition_animation_paint): Implement "split" effect.
1621
1622 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1623
1624         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1625         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1626         (ev_view_transition_animation_start) 
1627         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1628         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1629         (ev_view_next_page) (ev_view_previous_page):
1630         
1631         Use EvTransitionAnimation to drive page changes in the presentation
1632         mode, the animation will wait to start until both the origin and 
1633         destination page surfaces are available. Fixes #458460.
1634
1635         (draw_loading_text):
1636
1637         Remove workaround for bug #320352, it's now fixed properly.
1638
1639
1640 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1641
1642         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1643         will contain the implementations for page transition animations, at
1644         the moment it just has the "replace" effect.
1645         * shell/Makefile.am: Added these files to build.
1646
1647 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1648
1649         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1650         animations.
1651         * shell/Makefile.am: Added these files to build.
1652
1653 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1654
1655         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1656         implementation to get_effect() in EvDocumentTransitionIface.
1657
1658 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1659
1660         * libdocument/ev-transition-effect.[ch]: New files, define a page
1661         transition effect, at the moment it maps PopplerPageTransition to a
1662         GObject.
1663         * libdocument/Makefile.am: Added these files to build.
1664         * libdocument/ev-document-transition.[ch]
1665         (ev_document_transition_get_effect): New method, gets the
1666         EvTransitionEffect returned by the interface implementation, with
1667         fallback to the "replace" effect.
1668
1669 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1670
1671         * configure.ac:
1672         * cut-n-paste/Makefile.am:
1673         * cut-n-paste/fileformatchooser/Makefile.am:
1674         * cut-n-paste/fileformatchooser/egg-macros.h:
1675         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1676         * shell/Makefile.am:
1677         * shell/ev-window.c: (image_save_dialog_response_cb),
1678         (ev_view_popup_cmd_save_image_as):
1679
1680         Allow exporting images in any format supported by
1681         GdkPixbuf. Fixes bug #500209.
1682         
1683 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1684
1685         * backend/pixbuf/pixbuf-document.c:
1686
1687         More warnings fixed.
1688         
1689 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1692         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1693         * backend/djvu/djvu-text.h:
1694         * backend/tiff/tiff-document.c: (tiff_document_render):
1695
1696         Fix compile warnings.
1697         
1698 2007-12-28  Christian Persch  <chpe@gnome.org>
1699
1700         * **/*.c: Include config.h. Bug #504721.
1701
1702 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1703
1704         * configure.ac:
1705         * Makefile.am:
1706         * po/POTFILES.in:
1707         * backend/comics/Makefile.am:
1708         * backend/comics/comics-document.[ch]:
1709         * backend/comics/comicsdocument.evince-backend.in:
1710         * backend/djvu/Makefile.am:
1711         * backend/djvu/djvu-document.[ch]:
1712         * backend/djvu/djvudocument.evince-backend.in:
1713         * backend/dvi/Makefile.am:
1714         * backend/dvi/dvi-document.[c]:
1715         * backend/dvi/dvidocument.evince-backend.in:
1716         * backend/impress/Makefile.am:
1717         * backend/impress/impress-document.[ch]:
1718         * backend/impress/impressdocument.evince-backend.in:
1719         * backend/pdf/Makefile.am:
1720         * backend/pdf/ev-poppler.cc:
1721         * backend/pdf/ev-poppler.h:
1722         * backend/pdf/pdfdocument.evince-backend.in:
1723         * backend/pixbuf/Makefile.am:
1724         * backend/pixbuf/pixbuf-document.[ch]:
1725         * backend/pixbuf/pixbufdocument.evince-backend.in:
1726         * backend/ps/Makefile.am:
1727         * backend/ps/ev-spectre.[ch]:
1728         * backend/ps/ps-document.[ch]:
1729         * backend/ps/psdocument.evince-backend.in:
1730         * backend/tiff/Makefile.am:
1731         * backend/tiff/tiff-document.[ch]:
1732         * backend/tiff/tiffdocument.evince-backend.in:
1733         * libdocument/Makefile.am:
1734         * libdocument/ev-backends-manager.[ch]:
1735         * libdocument/ev-module.[ch]:
1736         * libdocument/ev-document.h:
1737         * libdocument/ev-document-factory.[ch]:
1738         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1739         (get_compression_from_mime_type), (get_document_from_uri),
1740         (ev_document_factory_get_document), (file_filter_add_mime_types),
1741         (ev_document_factory_add_filters):
1742         * shell/Makefile.am:
1743         * shell/ev-window-title.c: (get_filename_from_uri):
1744         * shell/main.c: (main):
1745         * thumbnailer/Makefile.am:
1746         * thumbnailer/evince-thumbnailer.c: (main):
1747
1748         Plugin system for backends. Fixes bug #351348.
1749         
1750 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1751
1752         * shell/ev-view-private.h:
1753         * shell/ev-view.c: (ev_view_drag_update_momentum),
1754         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1755         (ev_view_button_release_event), (ev_view_destroy):
1756         
1757         Kinetic scrolling implemented as requested in
1758         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1759
1760 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1761
1762         * data/evince-toolbar.xml:
1763         * data/evince-ui.xml:
1764         * shell/ev-view-private.h:
1765         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1766         (ev_view_button_press_event), (ev_view_motion_notify_event),
1767         (ev_view_button_release_event), (ev_view_init),
1768         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1769         (ev_view_set_cursor):
1770         * shell/ev-view.h:
1771         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1772         (ev_window_cmd_view_autoscroll):
1773         
1774         Autoscroll feature with the context menu. Fixes bug 
1775         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1776
1777 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1780
1781         Disconnect also page-ready signal when removing a job because the
1782         page size has changed. Thanks to kripken
1783         <kripkensteiner@gmail.com>.
1784
1785 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1786
1787         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1788         
1789         Scroll pages in page entry with mouse wheel. Fixes bug
1790         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1791
1792 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * backend/dvi/Makefile.am:
1795         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1796         (mdvi_cairo_device_init):
1797         * backend/dvi/mdvi-lib/common.h:
1798         * backend/dvi/mdvi-lib/mdvi.h:
1799         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1800         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1801         (mdvi_build_path_from_cwd):
1802
1803         Add ps specials support in dvi backend when libspectre is
1804         present. Fixes bug #386005.
1805         
1806 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * configure.ac:
1809         * backend/ps/Makefile.am:
1810         * backend/ps/ev-spectre.[ch]:
1811         
1812         Use libspectre, if available, for the ps backend. Fixes bugs
1813         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1814
1815 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1816         
1817         * backend/comics/comics-document.c: (comics_document_load):
1818         
1819         Cygwin build issue fix.
1820
1821 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * shell/ev-view.c: (ev_view_set_zoom):
1824
1825         Do not limit the minimum zoom factor when sizing mode is best bit
1826         or fit width. Fixes bug #503805.
1827         
1828 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1831         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1832         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1833         (ev_link_dest_get_property), (ev_link_dest_set_property),
1834         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1835         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1836         (ev_link_dest_new_fitr):
1837         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1838         (goto_fith_dest), (goto_xyz_dest):
1839
1840         Do not change left, top and zoom values when they are null in PDF
1841         destinations. Fixes bug #460658.
1842         
1843 2007-12-10  Christian Persch  <chpe@gnome.org>
1844
1845         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1846         (ev_view_accessible_class_init),
1847         (ev_view_accessible_idle_do_action),
1848         (ev_view_accessible_action_do_action),
1849         (ev_view_accessible_action_get_description),
1850         (ev_view_accessible_action_set_description),
1851         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1852         (ev_view_accessible_factory_init),
1853         (ev_view_accessible_factory_get_accessible_type):
1854         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1855         private data, and G_DEFINE_TYPE. Bug #502843.
1856
1857 2007-12-08  Christian Persch  <chpe@gnome.org>
1858
1859         * shell/ev-metadata-manager.c: (item_free),
1860         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1861         (value_free), (parse_value), (parseItem),
1862         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1863         (save_values): Use GSlice to allocate small amounts of memory. Bug
1864         #475972.
1865
1866 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1869
1870         Restore cursor to normal after a drag operation. Fixes bug
1871         #501603.
1872         
1873 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1874
1875         * NEWS:
1876         * configure.ac:
1877         
1878         Update for release 2.21.1
1879
1880 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1881
1882         * configure.ac:
1883         * cut-n-paste/gedit-message-area/Makefile.am:
1884         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1885         * shell/Makefile.am:
1886         * shell/ev-message-area.[ch]:
1887         * shell/ev-window.c: (ev_window_set_message_area),
1888         (ev_window_error_message_response_cb), (ev_window_error_message),
1889         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1890         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1891         (ev_attachment_popup_cmd_open_attachment),
1892         (attachment_save_dialog_response_cb), (ev_window_set_document),
1893         (ev_window_init):
1894
1895         Use a message area instead of a popup dialog for error
1896         notifications. Fixes bug #337495.
1897         
1898 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1901         (ev_window_run_fullscreen):
1902
1903         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1904         
1905 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * ev-sidebar-thumbnails.c: (update_visible_range),
1908         (ev_sidebar_thumbnails_refresh),
1909         (ev_sidebar_thumbnails_set_document),
1910         (ev_sidebar_thumbnails_support_document):
1911
1912         Show thumbnails for documents with one page. Fixes bug #358751.
1913         
1914 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * shell/ev-window.c:
1917         (ev_window_load_print_settings_from_metadata),
1918         (ev_window_save_print_settings), (ev_window_print_finished),
1919         (ev_window_print_range):
1920
1921         Print settings that are specific to the document are now saved per
1922         document in the metadata file. Fixes bug #488806.
1923         
1924 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1925
1926         * backend/tiff/tiff-document.c: (tiff_document_render):
1927
1928         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1929         
1930 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * shell/ev-application.[ch]: (get_find_string_from_args),
1933         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1934         (ev_application_open_uri_list):
1935         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1936         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1937         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1938         (ev_window_cmd_recent_file_activate),
1939         (ev_window_open_recent_action_item_activated),
1940         (ev_window_print_send), (open_remote_link):
1941         * shell/main.c: (arguments_parse):
1942
1943         Add a command line option for search. Fixes bug #497710.
1944         
1945 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1946
1947         * shell/ev-jobs.c: (ev_job_print_new):
1948
1949         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1950         
1951 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1952
1953         * data/evince-toolbar.xml:
1954         * shell/Makefile.am:
1955         * shell/ev-application.c: (ev_application_init):
1956         * shell/ev-open-recent-action.[ch]:
1957         * shell/ev-window.c:
1958         (ev_window_open_recent_action_item_activated),
1959         (register_custom_actions):
1960
1961         Add an expander to the open toolbar item which pops up a dropdown
1962         menu with the recently used documents. Fixes bug #487215.
1963         
1964 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * shell/ev-window.c: (ev_window_open_uri),
1967         (ev_window_cmd_view_reload):
1968
1969         Do not jump to the first page when reloading by running evince
1970         from the command line. Fixes bug #490847.
1971         
1972 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1973
1974         * shell/ev-window.c: (ev_window_cmd_help_contents):
1975
1976         Plugged memory leak when help file is not found. Fixes bug
1977         #490762.
1978         
1979 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1980
1981         * configure.ac:
1982
1983         Enable djvu, dvi and comics backends by default. Fixes bug
1984         #437121.
1985         
1986 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * configure.ac:
1989         * cut-n-paste/Makefile.am:
1990         * cut-n-paste/recent-files/*: Removed
1991         * help/reference/Makefile.am:
1992         * shell/Makefile.am:
1993         * shell/ev-application.[ch]: (ev_application_shutdown),
1994         (ev_application_init):
1995         * shell/ev-window.c: (ev_window_add_recent),
1996         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1997
1998         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1999         
2000 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2001
2002         * shell/ev-window.c: (launch_external_uri):
2003
2004         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2005         and report error if the URL is not supported (#489910).
2006
2007 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2010         (pdf_document_file_exporter_begin_page),
2011         (pdf_document_file_exporter_end_page):
2012
2013         Fix printing with poppler splash backend. Fixes bug #489774.
2014         
2015 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2018         * shell/ev-print-job.c: (ev_print_job_class_init):
2019
2020         Fix a crash when printing with the gnome-print dialog. Fixes bug
2021         #488939.
2022         
2023 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2024
2025         * backend/pixbuf/pixbuf-document.c:
2026
2027         Fix an implicit function definition warning (#487655)
2028
2029 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * shell/ev-window.c:
2032
2033         Fix conflicting shortcut for view sade pane and presentation.
2034         
2035 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2036
2037         * backend/pdf/ev-poppler.cc:
2038         (pdf_document_file_exporter_begin_page),
2039         (pdf_document_file_exporter_do_page),
2040         (pdf_document_file_exporter_end_page),
2041         (pdf_document_file_exporter_iface_init):
2042         * libdocument/ev-file-exporter.[ch]:
2043         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2044         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2045         (ev_job_print_run):
2046
2047         When printing multiple pages per sheet in reverse option, do not
2048         invert the order of the pages in every sheet, but the order of the
2049         sheets. Do not print blank pages when page range is invalid. Fixes
2050         bugs #484857 and #485521.
2051         
2052 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2053
2054         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2055         (ev_job_print_run):
2056         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2057
2058         Respect ranges order when printing more than one range in random
2059         order.
2060         
2061 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2062
2063         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2064         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2065
2066         Rotate also the window icon when document is rotated. Fixes bug
2067         #474681.
2068         
2069 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2072         (pdf_document_forms_get_form_fields):
2073
2074         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2075         Matthias Drochner.
2076         
2077 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * configure.ac:
2080         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2081
2082         Use poppler_page_render_for_printing() instead of
2083         poppler_page_render() if available when exporting to a ps or pdf
2084         file. Fixes bug #476627.
2085         
2086 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2087
2088         * shell/ev-window.c: (ev_window_run_fullscreen):
2089
2090         Do not show the toolbar in fullscreen mode if the main toolbar is
2091         not visible. Fixes bug #483048.
2092         
2093 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * shell/ev-view.c: (ev_view_button_press_event):
2096
2097         Give priority to form fields over images when deciding whether a
2098         button press event is over an image or form field. It allows edit
2099         form fields when they are over a background image. Fixes bug
2100         #477841.
2101         
2102 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2103
2104         * NEWS:
2105         * configure.ac:
2106         
2107         Update for release 2.20.0
2108
2109 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * backend/pdf/ev-poppler.cc:
2112
2113         Remove #ifdef HAVE_FORMS, so that forms support works again.
2114
2115 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2116
2117         * configure.ac:
2118         * data/evince.desktop.in.in:
2119         
2120         Fixes desktop file issues. See bug #473471.
2121
2122 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2125         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2126         (ev_job_queue_remove_job):
2127         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2128         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2129         * shell/ev-window.c: (ev_window_clear_save_job),
2130         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2131         (ev_window_dispose):
2132
2133         Move save a copy task to its own job so that it's carried out in a
2134         thread avoiding another lock in the main thread. Use
2135         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2136         can be saved to a pathin another file system. Fixes bug #456891.
2137         
2138 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2139
2140         * NEWS:
2141         * configure.ac:
2142         
2143         Update for release 2.19.92
2144
2145 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * configure.ac:
2148         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2149         (pdf_selection_get_selection_region),
2150         (pdf_selection_get_selection_map),
2151         (ev_form_field_from_poppler_field):
2152
2153         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2154         and triple click selections are enabled again now.
2155
2156 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2157
2158         * shell/ev-window.c: (ev_window_add_history):
2159
2160         Make sure not to use the history with documents not supporting
2161         links. Fixes bug #468954.
2162
2163 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * shell/ev-window.c: (ev_window_load_job_cb):
2166
2167         Restart the search when reloading a document with the find bar
2168         visible. Fixes bug #461962.
2169
2170 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * shell/ev-window.c: (setup_document_from_metadata),
2173         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2174
2175         Do not jump to the first page when reloading a document from the
2176         last page.
2177
2178 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * shell/ev-window.c: (update_chrome_flag),
2181         (setup_sidebar_from_metadata),
2182         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2183         (ev_window_cmd_edit_find_next),
2184         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2185         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2186         (find_bar_close_cb), (view_actions_focus_in_cb):
2187
2188         Do not update visibility when changing a chrome flag so that it's
2189         possible to update several flags and update visibility only once
2190         for all of them.
2191
2192 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2195
2196         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2197         supported by gtk+. Fixes bug #460907.
2198
2199 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2200
2201         * shell/ev-view.c: (view_update_range_and_current_page):
2202
2203         Make sure current-page <= end-page in continuous mode. Fixes bug
2204         #454950.
2205
2206 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2207
2208         * backend/pdf/ev-poppler.cc: (build_tree):
2209
2210         Ignore outline items without a title. Fixes bug #453913.
2211
2212 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2213
2214         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2215         (ev_view_button_release_event), (ev_view_leave_notify_event):
2216
2217         Use always drag mouse cursor during a drag operation. Fixes bug
2218         #470564.
2219
2220 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2221
2222         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2223         (pdf_selection_get_selection_region),
2224         (pdf_selection_get_selection_map):
2225
2226         Temporarily disable double and triple selections since it depends on
2227         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2228         released and the update of the external dependency minimal version
2229         approved.
2230
2231 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2234         (pdf_document_file_exporter_do_page):
2235         * libdocument/ev-file-exporter.h:
2236         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2237         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2238
2239         Actually fix printing regressions. Remove orientation from
2240         EvPrintContext since it's redundant.
2241
2242 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2245         * backend/impress/impress-document.c:
2246         (impress_document_document_iface_init):
2247         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2248         * backend/djvu/djvu-document.c:
2249         (djvu_document_document_iface_init),
2250         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2251         * backend/tiff/tiff-document.c:
2252         (tiff_document_document_iface_init):
2253         * backend/pixbuf/pixbuf-document.c:
2254         (pixbuf_document_document_iface_init):
2255         * backend/comics/comics-document.c:
2256         (comics_document_document_iface_init):
2257         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2258         (pdf_selection_render_selection),
2259         (pdf_selection_get_selected_text),
2260         (pdf_selection_get_selection_region),
2261         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2262         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2263         (ev_selection_get_selection_region),
2264         (ev_selection_get_selection_map):
2265         * libdocument/ev-document.[ch]:
2266         * shell/ev-pixbuf-cache.[ch]: (add_job),
2267         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2268         * shell/ev-view-private.h:
2269         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2270         (ev_job_render_run):
2271         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2272         * shell/ev-view.c: (start_selection_for_event),
2273         (ev_view_button_press_event), (ev_view_drag_data_get),
2274         (ev_view_drag_data_received), (ev_view_button_release_event),
2275         (compute_new_selection_text), (compute_selections),
2276         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2277         (ev_view_primary_get_cb):
2278
2279         Add support for double and triple click selections.
2280
2281 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2282
2283         * NEWS:
2284         * configure.ac:
2285
2286         Update for release 2.19.4
2287
2288 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2289
2290         * shell/ev-view-private.h:
2291         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2292         (ev_view_set_highlight_search):
2293         * shell/ev-view.h:
2294         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2295         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2296         (find_bar_visibility_changed_cb):
2297         
2298         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2299
2300 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2301
2302         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2303         (pdf_document_file_exporter_begin),
2304         (pdf_document_file_exporter_do_page):
2305         * shell/ev-jobs.c: (ev_job_print_run):
2306         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2307
2308         Create always a portrait cairo surface and rotate when needed for
2309         landscape. It fixes printing problems in real printers.
2310
2311 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2312
2313         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2314         * libdocument/ev-file-exporter.[ch]:
2315         (ev_file_exporter_get_capabilities):
2316         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2317         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2318
2319         Adjust number of pages per row according to page orientation when
2320         printing 2 or 6 pages per sheet.
2321
2322 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * shell/ev-window.c: (ev_window_print_send):
2325
2326         Reset also cups setting to 1 when printing multiple pages per
2327         sheet. Fixes bug #468853.
2328
2329 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * libdocument/ev-document-misc.c:
2332         (ev_document_misc_surface_rotate_and_scale):
2333
2334         Use directly cairo_surface_get_content() when creating a similar
2335         surface as suggested by Jeff Muizelaar. Thanks again.
2336
2337 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * backend/djvu/djvu-document.c: (djvu_document_render):
2340         * backend/tiff/tiff-document.c: (tiff_document_render):
2341         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2342         * libdocument/ev-document-misc.c:
2343         (ev_document_misc_surface_from_pixbuf),
2344         (ev_document_misc_surface_rotate_and_scale):
2345
2346         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2347         creating page surfaces. Fixes bug #453123. Thank you very much to
2348         Jeff Muizelaar <jeff@infidigm.net>.
2349
2350 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * shell/ev-page-cache.c: (ev_page_cache_new),
2353         (ev_page_cache_get_thumbnail_size):
2354         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2355         (ev_sidebar_thumbnails_set_loading_icon):
2356
2357         Also store in page-cache the dimensions of the thumbnails so that
2358         they can be used to create the correct loading icon in the side
2359         pane. Fixes bug #466857.
2360
2361 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * backend/pdf/ev-poppler.cc:
2364         (pdf_document_thumbnails_get_thumbnail):
2365
2366         Fix thumbnails rotation in pdf documents that include embedded 
2367         thumbnails.
2368
2369 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2370
2371         * backend/pdf/ev-poppler.cc:
2372
2373         Don't use #ifdef in macro expansion. Some compilers don't
2374         like that. Closes bug #467042.
2375
2376 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2377
2378         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2379         
2380         Fixes memory leak in djvu backend.
2381
2382 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2383
2384         * data/icons/32x32/Makefile.am:
2385         * data/icons/32x32/actions/Makefile.am:
2386         * data/icons/32x32/actions/view-page-cont.svg:
2387         * data/icons/32x32/actions/view-page-facing.svg:
2388         * data/icons/48x48/Makefile.am:
2389         * data/icons/48x48/actions/Makefile.am:
2390         * data/icons/48x48/actions/view-page-cont.svg:
2391         * data/icons/48x48/actions/view-page-facing.svg:
2392         
2393         Icons for a new sizes.
2394
2395 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2396
2397         * shell/ev-page-cache.c: (build_height_to_page),
2398         (ev_page_cache_get_height_to_page):
2399         
2400         Fixes invalid read, see bug #466401.
2401
2402 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2403
2404         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2405         (set_drag_cursor):
2406         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2407         (configure_item_cursor), (new_pixbuf_from_widget):
2408
2409         Fix multihead problems in toolbar editor. Fixes bug #382055.
2410
2411 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2412
2413         * shell/ev-window.c: (ev_window_cmd_file_open),
2414         (ev_window_cmd_save_as):
2415
2416         Use g_get_user_special_dir when available instead of
2417         xdg_user_dir_lookup.
2418
2419 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2420
2421         * MAINTAINERS:
2422         
2423         Updated according to request on desktop-devel.
2424
2425 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2428
2429         Do not use cairo_rectangle and cairo_clip since we are
2430         not using cairo_fill but cairo_paint. Use the same cairo context
2431         for every page in the same expose event.
2432
2433 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2434
2435         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2436         leak.
2437
2438 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2439
2440         * configure.ac:
2441         * NEWS:
2442
2443         Release 0.9.3
2444
2445 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * libdocument/ev-document-info.h:
2448         * libdocument/ev-document.h:
2449         * shell/ev-page-action.h:
2450         * shell/ev-sidebar-links.h:
2451
2452         Fix a headers problem with ev-link
2453         
2454         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2455         * shell/ev-view-private.h:
2456         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2457         (get_link_area), (ev_view_query_tooltip),
2458         (ev_view_leave_notify_event), (ev_view_destroy),
2459         (ev_view_class_init):
2460
2461         Use new gtk tooltips when available instead of ev-tooltip.
2462         
2463 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * shell/ev-window.c: (update_chrome_visibility),
2466         (ev_window_sidebar_visibility_changed_cb):
2467
2468         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2469         
2470 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * shell/ev-navigation-action.c:
2473         (ev_navigation_action_history_changed),
2474         (ev_navigation_action_set_history):
2475         * shell/ev-navigation-action-widget.c:
2476         (ev_navigation_action_widget_init):
2477         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2478
2479         Fix compile warnings.
2480         
2481 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2484         (egg_editable_toolbar_dispose):
2485
2486         Fix memory leak.
2487         
2488 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2491         (screensaver_disable_x11):
2492         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2493         * shell/ev-window.c: (presentation_set_timeout):
2494         * shell/ev-view.c: (ev_view_presentation_transition_start):
2495
2496         Use g_timeout_add_seconds instead of g_timeout_add when
2497         available.
2498         
2499 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2502
2503         Set horizontal scrollbar policy to AUTOMATIC instead of
2504         NEVER. Workaround for bug #449462.
2505         
2506 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * shell/ev-jobs.c: (ev_job_render_page_ready):
2509
2510         Add page_ready callback to main loop with high priority and hold
2511         a reference to job during idle.
2512         
2513 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2514
2515         * configure.ac:
2516         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2517         (pdf_document_file_exporter_begin),
2518         (pdf_document_file_exporter_do_page),
2519         (pdf_document_file_exporter_get_capabilities):
2520         * libdocument/ev-file-exporter.h:
2521         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2522         * shell/ev-window.c: (ev_window_print_send),
2523         (ev_window_print_dialog_response_cb):
2524
2525         Allow printing multiple pages per sheet. Fixes bug #395573.
2526         
2527 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2528
2529         * shell/ev-view.c: (tip_from_link):
2530         
2531         Check for NULL, fixes bug #460862.
2532
2533 2007-07-29  Christian Persch  <chpe@gnome.org>
2534
2535         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2536         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2537         (ev_window_cmd_preview_print):
2538         
2539         Fixes bug #437681 - blocks while enumerating printers.
2540
2541 2007-07-29  Christian Persch  <chpe@gnome.org>
2542
2543         * shell/ev-window.c: (ev_window_screen_changed):
2544         
2545         Don't use deprecated gtk+ function. See bug #460909.
2546
2547 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2548
2549         * shell/ev-utils.c: (get_num_monitors):
2550         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2551
2552         Do not use display before initializing it. Remove compile
2553         warnings.
2554
2555 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2556
2557         * shell/ev-view.c: (ev_view_class_init):
2558         
2559         Unix-like hjkl bindings added. See bug #458111.
2560
2561 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2562
2563         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2564         * shell/ev-utils.h:
2565         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2566         (ev_view_update_view_size):
2567         * shell/ev-view.h:
2568         * shell/ev-window.c: (ev_window_update_actions),
2569         (setup_view_from_metadata), (ev_window_screen_changed),
2570         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2571         (zoom_control_changed_cb):
2572         * shell/ev-window.h:
2573         
2574         Reorganizes utility functions.
2575
2576 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2577
2578         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2579         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2580         (add_job), (ev_pixbuf_cache_get_surface),
2581         (ev_pixbuf_cache_get_link_mapping),
2582         (ev_pixbuf_cache_get_image_mapping),
2583         (ev_pixbuf_cache_get_form_field_mapping),
2584         (ev_pixbuf_cache_get_text_mapping):
2585         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2586         (notify_page_ready), (ev_job_render_page_ready),
2587         (ev_job_render_run):
2588
2589         Add page_ready signal to notify that page is ready as soon as
2590         possible even if other page elements like links, forms, images or
2591         text mapping are not ready yet.
2592
2593 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2596         (dvi_document_file_exporter_do_page),
2597         (dvi_document_file_exporter_get_capabilities),
2598         (dvi_document_file_exporter_iface_init):
2599         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2600         (ps_document_file_exporter_do_page),
2601         (ps_document_file_exporter_get_capabilities),
2602         (ps_document_file_exporter_iface_init):
2603         * backend/djvu/djvu-document.c:
2604         (djvu_document_file_exporter_begin),
2605         (djvu_document_file_exporter_end),
2606         (djvu_document_file_exporter_get_capabilities),
2607         (djvu_document_file_exporter_iface_init):
2608         * backend/tiff/tiff-document.c:
2609         (tiff_document_file_exporter_begin),
2610         (tiff_document_file_exporter_get_capabilities),
2611         (tiff_document_document_file_exporter_iface_init):
2612         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2613         (pdf_document_file_exporter_do_page),
2614         (pdf_document_file_exporter_get_capabilities),
2615         (pdf_document_file_exporter_iface_init):
2616         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2617         (ev_file_exporter_get_capabilities):
2618         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2619         (idle_print_handler), (ev_print_job_print):
2620         * shell/ev-jobs.c: (ev_job_print_run):
2621         * shell/ev-window.c: (ev_window_print_send),
2622         (ev_window_print_range):
2623
2624         Use capabilities to know which options should be offered by the
2625         print dialog depending on the document backend.
2626
2627 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2628
2629         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2630
2631         Give priority to forms over text to set the cursor.
2632
2633 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * shell/ev-view-private.h:
2636         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2637         (ev_view_leave_notify_event), (ev_view_finalize),
2638         (ev_view_get_property), (ev_view_class_init):
2639
2640         Use IBEAM cursor for text form fields and NORMAL cursor for read
2641         only fields. Remove unused status attribute.
2642
2643 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2646
2647         Update region for current selected items also for checkbox
2648         buttons, since they can behave as radio buttons when they are in a
2649         set.
2650
2651 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2652
2653         * configure.ac:
2654         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2655
2656         Get max length of text form fields.
2657
2658 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2659
2660         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2661         * libdocument/ev-form-field.h:
2662         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2663
2664         Fix build with current poppler cvs head.
2665
2666 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2669         * shell/eggfindbar.c: (egg_find_bar_init):
2670
2671         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2672         deprecation. Fixes bug #455667
2673
2674 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2675
2676         * NEWS:
2677         * configure.ac:
2678         
2679         Update for release 0.9.2
2680
2681 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * shell/ev-view.c: (ev_view_form_field_text_save),
2684         (ev_view_form_field_choice_save):
2685
2686         Fix a crash when closing whith a form widget visible.
2687
2688 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2689
2690         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2691
2692         Update also the region of the current selected button when
2693         clicking on another button if they are radio buttons.
2694
2695 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2698         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2699         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2700         (ev_pixbuf_cache_get_link_mapping),
2701         (ev_pixbuf_cache_get_image_mapping),
2702         (ev_pixbuf_cache_get_form_field_mapping),
2703         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2704         * shell/ev-view.c: (ev_view_form_field_get_region),
2705         (ev_view_form_field_button_create_widget),
2706         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2707         (job_finished_cb):
2708
2709         Redraw only form field region instead of the whole page when
2710         reloading a page to show changes on the form field.
2711
2712 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * shell/ev-view.c: (ev_view_form_field_choice_save):
2715
2716         Fix selection of first item in list form fields.
2717
2718 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2721         (ev_pixbuf_cache_reload_page),
2722         (ev_pixbuf_cache_get_form_field_mapping):
2723
2724         Some refactoring to avoid duplicated code.
2725
2726 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2727
2728         * configure.ac:
2729         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2730         (ev_form_field_from_poppler_field),
2731         (pdf_document_forms_get_form_fields),
2732         (pdf_document_forms_form_field_text_get_text),
2733         (pdf_document_forms_form_field_text_set_text),
2734         (pdf_document_forms_form_field_button_set_state),
2735         (pdf_document_forms_form_field_button_get_state),
2736         (pdf_document_forms_form_field_choice_get_item),
2737         (pdf_document_forms_form_field_choice_get_n_items),
2738         (pdf_document_forms_form_field_choice_is_item_selected),
2739         (pdf_document_forms_form_field_choice_select_item),
2740         (pdf_document_forms_form_field_choice_toggle_item),
2741         (pdf_document_forms_form_field_choice_unselect_all),
2742         (pdf_document_forms_form_field_choice_set_text),
2743         (pdf_document_forms_form_field_choice_get_text),
2744         (pdf_document_document_forms_iface_init):
2745         * libdocument/Makefile.am:
2746         * libdocument/ev-form-field.[ch]:
2747         * libdocument/ev-document-forms.[ch]:
2748         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2749         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2750         (add_job), (ev_pixbuf_cache_reload_page),
2751         (ev_pixbuf_cache_get_form_field_mapping):
2752         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2753         * shell/ev-view-private.h:
2754         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2755         (ev_view_handle_cursor_over_xy),
2756         (ev_view_get_form_field_at_location),
2757         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2758         (ev_view_form_field_button_create_widget),
2759         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2760         (ev_view_form_field_text_create_widget),
2761         (ev_view_form_field_choice_save),
2762         (ev_view_form_field_choice_changed),
2763         (ev_view_form_field_choice_create_widget),
2764         (ev_view_handle_form_field), (ev_view_size_allocate),
2765         (ev_view_realize), (draw_end_presentation_page),
2766         (ev_view_button_press_event), (ev_view_remove_all),
2767         (ev_view_motion_notify_event), (ev_view_key_press_event),
2768         (ev_view_enter_notify_event), (highlight_find_results),
2769         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2770         (ev_view_class_init), (page_changed_cb),
2771         (on_adjustment_value_changed), (ev_view_set_presentation),
2772         (merge_selection_region), (ev_view_set_cursor),
2773         (ev_view_reset_presentation_state):
2774         
2775         Merge evince-forms branch.
2776
2777 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2778
2779         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2780
2781         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2782         This script also updates itself from libegg
2783
2784         * cut-n-paste/toolbar-editor/egg*:
2785         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2786         libegg
2787
2788 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2789
2790         * shell/ev-window.c:
2791         
2792         Adds a nice icon to page action during toolbar editing.
2793         See bug #452872.
2794
2795 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2796
2797         * data/evince-toolbar.xml:
2798         * shell/ev-window.c:
2799         
2800         Let user add a presentation and fullscreen icons on toolbar.
2801         See bug #449734.
2802
2803 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2804
2805         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2806
2807         new script to keep in sync with toolbareditor in libegg
2808
2809         * cut-n-paste/toolbar-editor/*: 
2810
2811         Run update-toolbareditor-from-libegg so we are in sync again. 
2812         Fixes bug #452850.
2813         
2814
2815 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * shell/ev-sidebar-links.c: (job_finished_callback):
2818
2819         Do not connect selection changed signal more than once. Fixes bug
2820         #349433.
2821
2822 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2823
2824         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2825
2826         Do not change sidebar chrome flag when pressing F9 key in
2827         presentation mode.
2828
2829 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * backend/pdf/ev-poppler.cc:
2832         (pdf_document_thumbnails_get_dimensions):
2833
2834         Make sure thumbnails width and height is not <= 0. Fixes a crash
2835         with some pdf documents which have really small pages.
2836
2837 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2838
2839         * shell/main.c: (main):
2840
2841         Fixes program description translation issue.
2842         Bug #450148.
2843
2844 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2845
2846         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2847
2848         Do not change current page when returning from black/white mode
2849         in presentation. Fixes bug #415032.
2850
2851 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2852
2853         * NEWS:
2854         * configure.ac:
2855         
2856         Update for release 0.9.1
2857
2858 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2859
2860         * backend/dvi/dvi-document.c:
2861         (dvi_document_finalize),
2862         (dvi_document_file_exporter_format_supported),
2863         (dvi_document_file_exporter_begin),
2864         (dvi_document_file_exporter_do_page),
2865         (dvi_document_file_exporter_end),
2866         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2867         
2868         PDF exporter for dvi documents. Fixes bug #441319.
2869
2870 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * shell/ev-window.c: (ev_window_clear_print_job):
2873
2874         Clear gtk print job when job has finished. Fixes bug #447612.
2875
2876 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-window.c: (ev_window_print_send),
2879         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2880
2881         Add preview button to print dialog. Fixes bug #445419.
2882
2883 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * backend/dvi/Makefile.am:
2886         * backend/dvi/pixbuf-device.[ch]: Removed
2887         * backend/dvi/cairo-device.[ch]: Added
2888         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2889         * backend/dvi/dvi-document.c: (dvi_document_load),
2890         (dvi_document_render), (dvi_document_finalize),
2891         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2892         (dvi_document_do_color_special):
2893         * libdocument/ev-document-misc.[ch]:
2894         (ev_document_misc_pixbuf_from_surface):
2895
2896         Port dvi backend to cairo and fix a problem with colors. 
2897
2898 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2899
2900         * shell/ev-view.c: (draw_one_page):
2901
2902         Draw only visible region.
2903
2904 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * backend/djvu/djvu-document.c: (djvu_document_render):
2907
2908         Fix rotation in djvu backend.
2909
2910 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2913         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2914         (ev_pixbuf_cache_get_image_mapping),
2915         (ev_pixbuf_cache_get_text_mapping):
2916
2917         Redraw view every time we have a new surface. Fixes bug #443587.
2918
2919 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * libdocument/ev-document.c: (ev_document_info_free):
2922
2923         Fix memory leaks.
2924
2925 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * backend/dvi/dvi-document.c: (dvi_document_render),
2928         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2929         * backend/impress/impress-document.c:
2930         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2931         (impress_document_render), (impress_document_document_iface_init),
2932         (impress_document_thumbnails_get_thumbnail):
2933         * backend/djvu/djvu-document-private.h:
2934         * backend/djvu/djvu-document.c: (djvu_document_render),
2935         (djvu_document_finalize), (djvu_document_document_iface_init),
2936         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2937         * backend/tiff/tiff-document.c: (tiff_document_render),
2938         (tiff_document_render_pixbuf),
2939         (tiff_document_document_iface_init):
2940         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2941         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2942         (pdf_selection_render_selection):
2943         * backend/comics/comics-document.c:
2944         (comics_document_render_pixbuf), (comics_document_render),
2945         (comics_document_document_iface_init):
2946         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2947         (pixbuf_document_document_iface_init):
2948         * libdocument/ev-document-misc.[ch]:
2949         (ev_document_misc_surface_from_pixbuf),
2950         (ev_document_misc_surface_rotate_and_scale):
2951         * libdocument/ev-document.[ch]: (ev_document_render):
2952         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2953         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2954         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2955         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2956         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2957         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2958         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2959         (render_finished_cb), (ev_job_render_run):
2960         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2961         (merge_selection_region):
2962
2963         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2964         and selections.
2965
2966 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * shell/ev-window-title.c: (ev_window_title_update):
2969
2970         Fix memory leak.
2971
2972 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * shell/ev-view.c: (draw_loading_text):
2975
2976         Show loading text centered. Fixes bug #433061
2977
2978 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * shell/ev-sidebar-thumbnails.c:
2981         (ev_sidebar_thumbnails_set_loading_icon):
2982
2983         Remove a mutex in the main thread that blocks the UI in heavy
2984         documents.
2985
2986 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2989
2990         Set points_set to TRUE so that selections don't disappear after a
2991         zoom change.
2992
2993 2007-06-07  Michael Monreal  <infernux@web.de>
2994
2995         * data/icons/16x16/actions/Makefile.am:
2996         * data/icons/16x16/actions/zoom.svg:
2997         * data/icons/22x22/actions/Makefile.am:
2998         * data/icons/22x22/actions/zoom.svg:
2999         * data/icons/24x24/actions/Makefile.am:
3000         * shell/ev-stock-icons.c:
3001         * shell/ev-stock-icons.h:
3002         * shell/ev-window.c:
3003         
3004         Zoom icon artwork. See bug #444795.
3005
3006 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3007
3008         * shell/ev-metadata-manager.c: Remove extraneous function
3009         (Closes: #444386)
3010
3011 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3012
3013         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3014         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3015         (ev_metadata_manager_set), (ev_metadata_manager_save):
3016         Simplify the timeout, no need for modified anymore
3017
3018 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3019
3020         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3021         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3022         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3023         (ev_metadata_manager_save): Adapted patch from Arjan van de
3024         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3025         time, saves on power (Closes: #443851)
3026
3027 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * configure.ac:
3030         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3031         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3032
3033         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3034
3035 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3036
3037         * shell/ev-window.c: (ev_window_add_history):
3038
3039         Check if history is NULL
3040
3041 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3042
3043         * libdocument/ev-image.c: (ev_image_finalize):
3044         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3045         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3046         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3047         (ev_tmp_uri_unlink):
3048
3049         Add functions to delete temporary files created by evince in a safe
3050         way.
3051
3052         * shell/ev-window.c: (ev_window_clear_local_uri),
3053         (open_xfer_update_progress_callback),
3054         (save_xfer_update_progress_callback), (ev_window_save_remote),
3055         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3056         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3057         (attachment_save_dialog_response_cb),
3058         (ev_attachment_popup_cmd_save_attachment_as):
3059
3060         Allow saving a copy of a document, image or attachment to a remote
3061         location. Fixes bug #440754. 
3062
3063 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3064
3065         * configure.ac:
3066         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3067
3068         Fix build with current poppler from cvs head. 
3069
3070 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3071
3072         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3073
3074         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3075         directory exists.
3076
3077 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3078
3079         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3080         * shell/ev-window.c:
3081
3082         Change sidebar ordering. Fixes bug #439939.
3083
3084 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3085
3086         * backend/comics/Makefile.am:
3087         
3088         Fixes build with --without-libgnome.
3089
3090 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3091         
3092         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3093
3094         Update cursor and tooltip on page change and view scroll. Fixes bug
3095         #439217.
3096
3097 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3098
3099         * NEWS:
3100         * configure.ac:
3101         
3102         Update for release 0.9.0
3103
3104 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3105
3106         * backend/djvu/djvu-document-private.h:
3107         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3108         (djvu_document_finalize),
3109         (djvu_document_file_exporter_format_supported),
3110         (djvu_document_file_exporter_begin),
3111         (djvu_document_file_exporter_do_page),
3112         (djvu_document_file_exporter_end),
3113         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3114         
3115         Implemented printing with djvu. Bug #437998.
3116
3117 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3118
3119         * backend/impress/zip.c:
3120         Add missing ulong definition.
3121
3122         * backend/ps/ps-interpreter.c:
3123         Add missing headers.
3124
3125         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3126
3127 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3130
3131         Add missing call to parent class dispose method. 
3132
3133 2007-05-12  Ross Burton  <ross@openedhand.com>
3134
3135         * shell/main.c:
3136         Sync keybindings manually when building without libgnome
3137         (#437925).
3138
3139 2007-05-12  Ross Burton  <ross@openedhand.com>
3140
3141         * shell/ev-window.c:
3142         Respect the screen when opening help (#437866).
3143
3144 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * data/evince-ui.xml:
3147         * shell/ev-application.[ch]: (get_print_settings_from_args),
3148         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3149         (ev_application_open_uri_list):
3150         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3151         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3152         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3153         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3154         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3155         (ev_window_dispose):
3156         * shell/main.c: (arguments_parse):
3157
3158         Add print button in preview mode. Fixes bug #396475. 
3159
3160 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3161
3162         * cut-n-paste/zoom-control/ephy-zoom.h:
3163         
3164         Fixes zoom level factors. See bug #408119 for details.
3165
3166 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3167
3168         * backend/comics/comics-document.c: (comics_regex_quote),
3169         (extract_argv):
3170         
3171         Correctly quote symbols. Fixes crash in the bug
3172         #415370.
3173
3174 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3175
3176         * shell/ev-navigation-action-widget.c:
3177         (ev_navigation_action_widget_init),
3178         (ev_navigation_action_widget_class_init),
3179         (ev_navigation_action_widget_button_press_event):
3180         
3181         Connect to button-press event on correct widget. Fixes
3182         bug #431988
3183
3184 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3185
3186         * shell/ev-application.c: (ev_application_open_window),
3187         (ev_application_add_icon_path_for_screen),
3188         (ev_application_open_uri_at_dest):
3189         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3190         * shell/ev-navigation-action.c: (build_menu):
3191         
3192         Add app-specific icons to our icon theme. Fixes bug
3193         #425508.
3194
3195 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * shell/ev-history.c: (ev_history_class_init),
3198         (ev_history_add_link):
3199         * shell/ev-history.h:
3200         * shell/ev-navigation-action.c:
3201         (ev_navigation_action_history_changed),
3202         (ev_navigation_action_set_history), (build_menu),
3203         (ev_navigation_action_finalize):
3204         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3205         
3206         Make navigation action unsensitive instead of showing
3207         menu with unsensitive word. Fixes bug #417392.
3208
3209 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * shell/ev-application.[ch]: (ev_application_shutdown),
3212         (ev_application_get_print_settings),
3213         (ev_application_set_print_settings):
3214         * shell/ev-window.c:
3215
3216         Remember print settings. Fixes bug #349102. 
3217
3218 2007-05-08  Christian Persch  <chpe@gnome.org>
3219
3220         * configure.ac:
3221         * properties/ev-properties-view.c:
3222
3223         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3224         Bug #382438.
3225
3226 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * configure.ac:
3229         * properties/ev-properties-view.c: (ev_regular_paper_size):
3230
3231         Use gtk+ builtin paper list to identify the document's paper size.
3232         Fixes bug #382438. 
3233
3234 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * configure.ac:
3237
3238         Fix build when compiling with thumbnailer and libgnome support. 
3239
3240 2007-05-04  Ross Burton  <ross@openedhand.com>
3241
3242         * configure.ac:
3243         Add --without-libgnome, check for libgnome and libgnomeui
3244         separately, and add them to the symbols as required.
3245
3246         * libdocument/ev-file-helpers.c:
3247         When building without libgnome, use g_get_user_config_dir instead
3248         of gnome_user_dir_get.
3249
3250         * shell/ev-application.c:
3251         When building without libgnome, don't use session management.
3252
3253         * shell/main.c:
3254         When building without libgnome, don't use GnomeProgram or
3255         initialise the authentication manager.
3256
3257         This fixes #328842.
3258
3259 2007-05-04  Ross Burton  <ross@openedhand.com>
3260
3261         * shell/ev-window.c:
3262         Don't use libgnome to open help, instead call Yelp directly.
3263
3264 2007-05-04  Ross Burton  <ross@openedhand.com>
3265
3266         * shell/ev-sidebar-attachments.c:
3267         Don't use libgnome to lookup icons for MIME types, instead copy
3268         code from GTK+ to do it manually.
3269
3270 2007-05-04  Ross Burton  <ross@openedhand.com>
3271
3272         * configure.ac:
3273         Add libxml to the dependencies for SHELL_CORE (#435818).
3274
3275 2007-05-02  Ross Burton  <ross@openedhand.com>
3276
3277         * configure.ac:
3278         * Makefile.am:
3279         Add --disable-thumbnailer (#434825)
3280
3281 2007-05-02  Ross Burton  <ross@openedhand.com>
3282
3283         * shell/ev-window.c:
3284         Add missing includes, fix indentation.
3285
3286         * shell/main.c:
3287         Fix indentation.
3288
3289 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3290
3291         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3292         ev_application_open_uri_at_dest instead of ev_application_open_uri
3293         preventing new document always being opened in a new window even if there
3294         is an empty window.
3295
3296 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3297
3298         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3299         (egg_recent_view_uimanager_finalize):
3300         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3301         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3302         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3303         (ev_pixbuf_cache_dispose):
3304         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3305         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3306         
3307         Add missing chain to parent class methods. Fixes
3308         bug #433128.
3309
3310 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3311
3312         * data/Makefile.am (update-icon-cache): Updates
3313         gtk-update-icon-cache in uninstall-hook.
3314
3315 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * shell/ev-window.c: (ev_window_setup_document),
3318         (ev_window_set_document), (ev_window_load_job_cb):
3319         * shell/ev-view.c: (setup_caches):
3320         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3321
3322         Start rendering pages before any other jobs. 
3323
3324 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * shell/ev-window.c: (ev_window_stop_fullscreen),
3327         (ev_window_stop_presentation):
3328
3329         Update chrome visibility before window unfullscreen. 
3330
3331 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3332
3333         * data/Makefile.am:
3334         * data/evince-ui.xml:
3335         * shell/ev-stock-icons.[ch]:
3336         * shell/ev-application.[ch]: (ev_application_shutdown),
3337         (ev_application_init), (ev_application_get_toolbars_model):
3338         * shell/ev-window.c: (update_chrome_visibility),
3339         (fullscreen_toolbar_setup_item_properties),
3340         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3341         (ev_window_run_presentation), (ev_window_stop_presentation),
3342         (ev_window_run_preview), (ev_window_screen_changed),
3343         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3344         (ev_window_dispose), (ev_window_init):
3345
3346         Make fullscreen toolbar always visible. Do not use egg toolbars for
3347         fullscreen and preview modes since such toolbars are not editables.
3348         Fixes bugs #300278, #338910 and #316188.  
3349
3350 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3351
3352         * shell/ev-application.c:
3353         * shell/ev-job-queue.c:
3354         * shell/ev-metadata-manager.c:
3355         * shell/ev-stock-icons.c:
3356         * shell/ev-window.c:
3357         * shell/main.c:
3358         
3359         Developers documentation updated.
3360
3361 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3362
3363         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3364
3365         Check whether uri is valid before launching it. Fixes bug #427664.
3366
3367 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3368
3369         * shell/ev-window.c:
3370
3371         Change key accelerator for Open a Copy menu entry which is in conflict
3372         with Close. Fixes bug #427321.
3373
3374 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3375
3376         * NEWS:
3377         * configure.ac:
3378         
3379         Update for release 0.8.1
3380
3381 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3382
3383         * shell/ev-window.c: (setup_size_from_metadata):
3384         
3385         Do not make window bigger than screen. Fixes bug 
3386         #388985.
3387
3388 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3389
3390         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3391         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3392
3393         Use default resolution when it's not provided by document. Fixes bug
3394         #408762.
3395
3396 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3397
3398         * configure.ac:
3399         * thumbnailer/Makefile.am:
3400         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3401         * thumbnailer/evince-thumbnailer.schemas.in:
3402         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3403
3404         Add support for ps, eps and compressed documents thumbnails. Do not
3405         ignore size parameter. 
3406
3407 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3408
3409         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3410         (dvi_document_do_color_special):
3411         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3412
3413         Implement font color specials in the DVI backend. Fixes bug #303651.
3414
3415 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3416
3417         Fixup the previous commit:
3418
3419         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3420         * shell/xdg-user-dir-lookup.c: Make the function non-static
3421         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3422
3423 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3424
3425         * shell/ev-window.c (file_open_dialog_response_cb): Use
3426         the xdg-user-dirs DOCUMENTS folder as default folder when
3427         opening a file chooser.  (#424858)
3428
3429         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3430         xdg-user-dirs.
3431
3432 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3433
3434         * shell/ev-window.c: (ev_window_load_job_cb):
3435
3436         Do not setup view from metadata on preview mode. 
3437
3438 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * shell/main.c:
3441
3442         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3443
3444 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * shell/ev-view.c: (ev_view_primary_get_cb):
3447
3448         Check pointer != NULL before using it. Fixes bug #416841. 
3449
3450 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3451
3452         * NEWS:
3453         * configure.ac:
3454         
3455         Release 0.8.0
3456
3457 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3460
3461         Do not render thumbnails when sidebar thumbnail page is not visible
3462         at startup. Fixes bug #416447. 
3463
3464 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3465
3466         * data/evince.desktop.in.in:
3467
3468         "Application" is not a valid category in the freedesktop specification.
3469
3470 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3471
3472         * libdocument/ev-file-helpers.[ch]: (compression_run),
3473         (ev_file_uncompress), (ev_file_compress):
3474         * shell/ev-window.c: (file_save_dialog_response_cb):
3475
3476         Save document compressed when saving a copy of a compressed document.
3477         Fixes bug #334542.
3478
3479 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3480
3481         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3482
3483         Allow deleting in goto window entry in presentation mode. 
3484
3485 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3486
3487         * Makefile.am: Dist MAINTAINERS.
3488
3489 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * shell/ev-window.c: (ev_window_update_actions):
3492
3493         Fix zoom shortcut keys when searching. Fixes bug #409828.
3494
3495 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * shell/ev-window.c: (ev_window_setup_document):
3498
3499         Fix crash when loading documents with only one page. 
3500
3501 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * backend/dvi/dvi-document.c:
3504         (dvi_document_thumbnails_get_dimensions),
3505         (dvi_document_thumbnails_get_thumbnail):
3506         * backend/impress/impress-document.c:
3507         (impress_document_thumbnails_get_thumbnail),
3508         (impress_document_thumbnails_get_dimensions):
3509         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3510         (ps_document_thumbnails_get_dimensions):
3511         * backend/djvu/djvu-document.c:
3512         (djvu_document_thumbnails_get_dimensions),
3513         (djvu_document_thumbnails_get_thumbnail):
3514         * backend/tiff/tiff-document.c:
3515         (tiff_document_thumbnails_get_thumbnail),
3516         (tiff_document_thumbnails_get_dimensions):
3517         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3518         (pdf_document_thumbnails_get_thumbnail),
3519         (pdf_document_thumbnails_get_dimensions):
3520         * backend/comics/comics-document.c:
3521         (comics_document_thumbnails_get_thumbnail),
3522         (comics_document_thumbnails_get_dimensions):
3523         * backend/pixbuf/pixbuf-document.c:
3524         (pixbuf_document_thumbnails_get_thumbnail),
3525         (pixbuf_document_thumbnails_get_dimensions):
3526         * libdocument/ev-document-thumbnails.[ch]:
3527         (ev_document_thumbnails_get_thumbnail),
3528         (ev_document_thumbnails_get_dimensions):
3529         * libdocument/ev-document-misc.[ch]:
3530         (ev_document_misc_get_thumbnail_frame):
3531         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3532         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3533         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3534         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3535         (ev_sidebar_thumbnails_refresh):
3536         * shell/ev-window.c: (ev_window_setup_document):
3537         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3538
3539         Use an EvRenderContext for rendering thumbnails instead of a suggested
3540         width, so that different sized pages get sized proportionally.
3541
3542 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * shell/ev-view.c: (ev_view_button_press_event),
3545         (ev_view_key_press_event):
3546
3547         Fix critical warnings when there is no document loaded. 
3548
3549 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3550
3551         * shell/ev-page-action-widget.c:
3552         * shell/ev-navigation-action.c:
3553         * shell/ev-window.c:
3554
3555         Fix compile warnings. 
3556
3557 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * backend/djvu/djvu-text.h:
3560         * backend/djvu/djvu-document.c:
3561         * backend/djvu/djvu-text-page.c:
3562         * backend/djvu/djvu-links.c:
3563         * backend/djvu/djvu-text-page.h:
3564         * backend/djvu/djvu-text.c:
3565         
3566         Fix build on Mac. Fixes bug #392186. Patch by
3567         <ephraim_owns@hotmail.com>
3568
3569 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3572
3573         Restore cairo context before rendering every page when printing a PDF
3574         document into a PDF file. 
3575
3576 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3577
3578         * backend/ps/gstypes.h:
3579         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3580         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3581         (ps_document_thumbnails_get_thumbnail):
3582
3583         Handle PostScript page orientation. Fixes bug #318568.
3584
3585 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3586
3587         * backend/ps/Makefile.am:
3588         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3589         (document_load), (ps_document_load), (save_document),
3590         (save_page_list), (ps_document_get_n_pages),
3591         (ps_document_get_page_size), (ps_document_get_info),
3592         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3593         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3594         (ps_document_thumbnails_get_thumbnail),
3595         (ps_document_thumbnails_get_dimensions),
3596         (ps_document_document_thumbnails_iface_init):
3597         * backend/ps/ps.[ch]: (psgetpagebox):
3598         * backend/ps/ps-interpreter.[ch]:
3599
3600         Add support for thumbnails in ps backend. Fixes bug #164755. 
3601
3602 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3603
3604         * NEWS:
3605         * configure.ac:
3606         
3607         Release 0.7.2
3608
3609 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3612         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3613         (ev_window_dispose):
3614
3615         Use document thumbnail as window icon. Fixes bug #384442.
3616
3617 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3618
3619         * configure.ac:
3620
3621         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3622         duplicated adding application/x-bzpostscript instead. 
3623
3624 2007-02-11  Tom Parker  <palfrey@tevp.net>
3625
3626         * backend/ps/ps-document.c: (document_load):
3627
3628         Check return value of psscan before trying
3629         to use it. Fixes bug #372414.
3630
3631 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3634
3635         Fix invalid free in ev-page-cache. Fixes bug #404745.
3636
3637 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3638
3639         * test/Makefile.am:
3640         * test/test3.py:
3641         
3642         Added reload test case.
3643
3644 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3645
3646         * po/POTFILES.in:
3647         * backend/djvu/djvu-document.c: (djvu_document_load):
3648
3649         Check whether there are missing files in indirect multipage djvu
3650         documents. Fixes bug #361683. 
3651
3652 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3653
3654         * test/Makefile.am:
3655         * test/test-mime.bin:
3656         * test/test3.py:
3657         
3658         Added test for slow mime type
3659
3660 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3663
3664         Add some checks and call parent_class->finalize. Fixes bug #404745.
3665
3666 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3667
3668         * shell/ev-navigation-action.c: (connect_proxy):
3669         
3670         Fixes dropdown history menu. Thanks a lot Carlos!
3671
3672 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3673
3674         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3675
3676         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3677         bug #373715.
3678
3679 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3680
3681         * backend/ps/ps.c: (psscan):
3682
3683         Fix memory leak. 
3684
3685 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * configure.ac:
3688         * libdocument/ev-file-helpers.c: 
3689
3690         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3691
3692 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3693
3694         * configure.ac:
3695         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3696         (ps_interpreter_start), (document_load), (save_document),
3697         (save_page_list):
3698         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3699         * libdocument/ev-document-factory.c:
3700         (ev_document_factory_get_from_mime), (get_document_from_uri),
3701         (free_uncompressed_uri), (ev_document_factory_get_document):
3702         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3703
3704         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3705
3706 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3707
3708         * libdocument/ev-document.h:
3709
3710         Fix typo in function name. 
3711
3712 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3713
3714         * backend/ps/ps-document.c: (ps_interpreter_finished),
3715         (ps_interpreter_start), (ps_interpreter_failed):
3716
3717         Handle ghostscript interpreter crashes. 
3718
3719 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3720
3721         * shell/ev-window.c: (ev_window_open_uri),
3722         (window_configure_event_cb):
3723
3724         Setup window size and position before showing it. Fixes bug #401711.
3725
3726 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * backend/ps/Makefile.am:
3729         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3730         (ps_document_dispose), (ps_document_class_init),
3731         (ps_interpreter_input), (ps_interpreter_output),
3732         (ps_interpreter_error), (setup_interpreter_env),
3733         (ps_interpreter_start), (ps_interpreter_stop),
3734         (ps_interpreter_failed), (ps_interpreter_is_ready),
3735         (check_filecompressed), (document_load), (ps_document_load),
3736         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3737         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3738         (render_page):
3739
3740         Rework ps-document. Code cleanups, remove deprecated code. 
3741
3742 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3743
3744         * shell/ev-view.c: (ev_view_button_press_event):
3745
3746         Do not start an image drag and drop operation when pointer is on 
3747         text, so that we can select text when the whole background is an
3748         image. 
3749
3750 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-window.c: (ev_window_update_actions): 
3753
3754         Disable all zoom related actions during presentation mode. 
3755
3756 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3757
3758         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3759
3760         Do not zoom in or out on presentation mode. Fixes bug #401305.
3761
3762 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3763
3764         * shell/ev-navigation-action.c: (connect_proxy),
3765         (create_menu_item), (ev_navigation_action_class_init):
3766         
3767         Correctly show menu and fix crash when navigaton 
3768         action is out of toolbar visible area.
3769
3770 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3771
3772         * data/Makefile.am:
3773         * data/evince.1:
3774         
3775         Added man file
3776
3777 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3778
3779         * help/reference/* :
3780         * configure.ac:
3781         
3782         Added gtk-doc based documentation for Evince.
3783         Still in initial state but I hope it will
3784         grow.
3785         
3786         * configure.ac:
3787         
3788         Lower dbus requirement to 0.70
3789
3790 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3791
3792         * shell/ev-window.c: (ev_window_add_history):
3793
3794         Fix memory leak. 
3795
3796 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3797
3798         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3799         * shell/ev-view.h:
3800         * shell/ev-window.c: (ev_window_add_history):
3801         
3802         Correctly handle named destination links
3803
3804 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3805
3806         * NOTES:
3807         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3808         * backend/pdf/ev-poppler.cc:
3809         * libdocument/ev-document-links.h:
3810         * libdocument/ev-link.c: (ev_link_get_page):
3811         * libdocument/ev-link.h:
3812         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3813         (ev_history_add_link):
3814         * shell/ev-history.h:
3815         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3816         (new_history_menu_item), (build_menu):
3817         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3818         * shell/ev-sidebar-links.c: (create_loading_model),
3819         (print_section_cb), (ev_sidebar_links_construct),
3820         (fill_page_labels), (update_page_callback_foreach),
3821         (update_page_callback), (job_finished_callback):
3822         * shell/ev-view.c: (ev_view_handle_link):
3823         * shell/ev-window.c: (ev_window_find_chapter),
3824         (ev_window_add_history), (view_handle_link_cb),
3825         (history_changed_cb):
3826         
3827         Implements another history variant
3828
3829 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * shell/ev-window.c: (view_external_link_cb):
3832         * shell/ev-view.c: (ev_view_button_release_event):
3833
3834         Open links in new window when clicking with middle button. 
3835
3836 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3837
3838         * shell/ev-navigation-action.c: (new_history_menu_item):
3839         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3840         * shell/ev-view.c: (ev_view_handle_link):
3841         * shell/ev-window.c:
3842         
3843         Store link before jump, not the destination. For me it 
3844         seems like more natural history behavior.
3845
3846 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3847
3848         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3849         (ev_navigation_action_class_init):
3850         * shell/ev-navigation-action.h:
3851         * shell/ev-page-action.c: (activate_cb):
3852         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3853         (ev_page_cache_set_current_page_history):
3854         * shell/ev-page-cache.h:
3855         * shell/ev-sidebar-thumbnails.c:
3856         (ev_sidebar_tree_selection_changed),
3857         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3858         * shell/ev-view-private.h:
3859         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3860         * shell/ev-view.h:
3861         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3862         (ev_window_setup_document), (ev_window_load_job_cb):
3863         * shell/ev-window.h:
3864         
3865         History finally works as expected.
3866
3867 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3870
3871         Do not update links treeview if it doesn't have a model assigned yet. 
3872
3873 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3876         (ev_sidebar_links_class_init), (update_page_callback):
3877
3878         Do not update links treeview when sidepane is not visible. 
3879
3880 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3881
3882         * shell/ev-marshal.list:
3883         * shell/ev-page-action.c: (activate_cb),
3884         (ev_page_action_class_init):
3885         * shell/ev-page-action.h:
3886         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3887         * shell/ev-window.c:
3888         
3889         Remove activate_link signal, not required.
3890
3891 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * shell/ev-navigation-action.c: (build_menu):
3894         
3895         Reorder menu items and build menu with fixed length.
3896
3897 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3898
3899         * shell/ev-view.c: (get_selected_text):
3900         
3901         Normalize text to fix ligatures problem. See bug
3902         #341947 for details.
3903
3904 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3905
3906         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3907
3908         Fix memory leak in ev-page-cache. 
3909
3910 2007-01-25  Tom Parker <palfrey@tevp.net>
3911
3912         * backend/impress/impress-document.c: (impress_document_load),
3913         (impress_document_finalize), (impress_document_init):
3914         * properties/ev-properties-main.c: (ev_properties_get_pages):
3915         
3916         Correctly handle impress document errors. Fixes nautilus
3917         crash in property page #370491.
3918
3919 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3920
3921         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3922         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3923         (ev_job_queue_remove_job):
3924         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3925         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3926         (ev_job_load_run):
3927         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3928         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3929         (ev_window_load_job_cb), (xfer_update_progress_callback),
3930         (ev_window_open_uri), (ev_window_dispose):
3931         * shell/main.c: (main):
3932
3933         Do file transfer asynchronously in the main thread instead of
3934         synchronously in the load thread. Fixes bugs #399694, #398307 and
3935         #343542.
3936
3937 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3938
3939         * shell/ev-jobs.c: (ev_job_xfer_run):
3940
3941         Load the document with the font-config lock held. 
3942
3943 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3944
3945         * backend/ps/ps-document.c: (start_interpreter):
3946
3947         Fix memory leaks in ps backend. 
3948
3949 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3950
3951         * backend/impress/impress-document.c:
3952         (impress_document_render_pixbuf):
3953
3954         Do not acquire fontconfig lock in impress backend, since it is using
3955         the main loop for rendering. 
3956
3957 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3958
3959         * po/POTFILES.in: 
3960
3961         Remove mdvi files that shouldn't be translated. 
3962
3963 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * shell/ev-view-private.h:
3966         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3967         (ev_view_set_zoom):
3968
3969         Render "loading..." text into a cairo surface instead of directly into
3970         the window so that fontconfig lock is only needed once and UI is not
3971         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3972
3973 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3974
3975         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3976         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3977
3978         Use icon theme associated with the window screen rather than default. 
3979
3980 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3981
3982         * configure.ac:
3983
3984         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3985
3986 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3987
3988         * data/icons/*/apps/evince.*:
3989
3990         Move Evince icons under new apps directory.
3991
3992         * data/icons/*/actions/*:
3993
3994         Add new custom themeable Evince icons: view-page-continuous, 
3995         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3996         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3997
3998         * configure.ac:
3999
4000         Add new directories to AC_CONFIG_FILES.
4001
4002         * shell/ev-stock-icons.c:
4003         * shell/ev-stock-icons.h:
4004
4005         Use new custom themeable icons.
4006
4007 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4008
4009         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4010
4011         Do not draw white background page in presentation mode. 
4012
4013 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4014
4015         * shell/ev-view.c: Remove unused gnome-vfs include.
4016
4017 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4018
4019         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4020         
4021         Format string is corrected, fixes bug #397129.
4022
4023 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-window.c: (ev_window_setup_recent):
4026
4027         Do not include in recent menu inexistent documents. Fixes
4028         bug #339171.
4029
4030 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * po/POTFILES.skip: 
4033
4034         Update POTFILES.skip file according to current source tree. 
4035
4036 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * shell/ev-window.c: (file_save_dialog_response_cb):
4039
4040         Do Save a copy in atomic way. Fixes bug #328266. 
4041
4042 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4043
4044         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4045
4046         Keep selected cell always visible in index treeview.
4047
4048 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4049         
4050         * shell/ev-view.c: (ev_view_size_allocate):
4051
4052         Restore horizontal scrollbar after switching to/from fullscreen
4053         or presentation mode. Fixes bug #331728.
4054
4055 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * shell/ev-view-private.h:
4058         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4059         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4060         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4061         (ev_view_can_zoom_out):
4062
4063         Use max and min scale values in the view iby taking dpi into account. 
4064
4065 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4066
4067         * configure.ac:
4068         * NEWS:
4069
4070         Release 0.7.1
4071
4072 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4073
4074         * shell/ev-window.c: (ev_window_print_send):
4075
4076         Send print job to printer with some settings set to default values,
4077         since we have already exported to a file according to such settings
4078         and they could be taken twice by some printers. 
4079
4080 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4081
4082         * shell/ev-jobs.c: (ev_job_xfer_run):
4083         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4084
4085         Show main window and load document with the font-config lock held. 
4086
4087 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4088
4089         * configure.ac:
4090         * shell/ev-application.c: (ev_application_register_service):
4091         * shell/main.c: (load_files_remote):
4092
4093         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4094
4095 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4096
4097         * doc/debugging.txt:
4098         
4099         Remove obsolete documentation.
4100
4101 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4102
4103         * Makefile.am:
4104         * backend/Makefile.am:
4105         * backend/comics/Makefile.am:
4106         * backend/djvu/Makefile.am:
4107         * backend/dvi/Makefile.am:
4108         * backend/ev-async-renderer.c:
4109         * backend/ev-async-renderer.h:
4110         * backend/ev-attachment.c:
4111         * backend/ev-attachment.h:
4112         * backend/ev-backend-marshal.c:
4113         * backend/ev-document-factory.c:
4114         * backend/ev-document-factory.h:
4115         * backend/ev-document-find.c:
4116         * backend/ev-document-find.h:
4117         * backend/ev-document-fonts.c:
4118         * backend/ev-document-fonts.h:
4119         * backend/ev-document-images.c:
4120         * backend/ev-document-images.h:
4121         * backend/ev-document-info.h:
4122         * backend/ev-document-links.c:
4123         * backend/ev-document-links.h:
4124         * backend/ev-document-misc.c:
4125         * backend/ev-document-misc.h:
4126         * backend/ev-document-security.c:
4127         * backend/ev-document-security.h:
4128         * backend/ev-document-thumbnails.c:
4129         * backend/ev-document-thumbnails.h:
4130         * backend/ev-document-transition.c:
4131         * backend/ev-document-transition.h:
4132         * backend/ev-document.c:
4133         * backend/ev-document.h:
4134         * backend/ev-file-exporter.c:
4135         * backend/ev-file-exporter.h:
4136         * backend/ev-image.c:
4137         * backend/ev-image.h:
4138         * backend/ev-link-action.c:
4139         * backend/ev-link-action.h:
4140         * backend/ev-link-dest.c:
4141         * backend/ev-link-dest.h:
4142         * backend/ev-link.c:
4143         * backend/ev-link.h:
4144         * backend/ev-render-context.c:
4145         * backend/ev-render-context.h:
4146         * backend/ev-selection.c:
4147         * backend/ev-selection.h:
4148         * backend/impress/Makefile.am:
4149         * backend/pdf/Makefile.am:
4150         * backend/pixbuf/Makefile.am:
4151         * backend/ps/Makefile.am:
4152         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4153         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4154         (start_interpreter), (stop_interpreter), (document_load),
4155         (ps_document_next_page), (render_page):
4156         * backend/tiff/Makefile.am:
4157         * comics/Makefile.am:
4158         * comics/comics-document.c:
4159         * comics/comics-document.h:
4160         * configure.ac:
4161         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4162         * djvu/Makefile.am:
4163         * djvu/djvu-document-private.h:
4164         * djvu/djvu-document.c:
4165         * djvu/djvu-document.h:
4166         * djvu/djvu-links.c:
4167         * djvu/djvu-links.h:
4168         * djvu/djvu-text-page.c:
4169         * djvu/djvu-text-page.h:
4170         * djvu/djvu-text.c:
4171         * djvu/djvu-text.h:
4172         * dvi/Makefile.am:
4173         * dvi/dvi-document.c:
4174         * dvi/dvi-document.h:
4175         * dvi/fonts.c:
4176         * dvi/fonts.h:
4177         * dvi/mdvi-lib/Makefile.am:
4178         * dvi/mdvi-lib/afmparse.c:
4179         * dvi/mdvi-lib/afmparse.h:
4180         * dvi/mdvi-lib/bitmap.c:
4181         * dvi/mdvi-lib/bitmap.h:
4182         * dvi/mdvi-lib/color.c:
4183         * dvi/mdvi-lib/color.h:
4184         * dvi/mdvi-lib/common.c:
4185         * dvi/mdvi-lib/common.h:
4186         * dvi/mdvi-lib/defaults.h:
4187         * dvi/mdvi-lib/dvimisc.c:
4188         * dvi/mdvi-lib/dviopcodes.h:
4189         * dvi/mdvi-lib/dviread.c:
4190         * dvi/mdvi-lib/files.c:
4191         * dvi/mdvi-lib/font.c:
4192         * dvi/mdvi-lib/fontmap.c:
4193         * dvi/mdvi-lib/fontmap.h:
4194         * dvi/mdvi-lib/fontsrch.c:
4195         * dvi/mdvi-lib/gf.c:
4196         * dvi/mdvi-lib/hash.c:
4197         * dvi/mdvi-lib/hash.h:
4198         * dvi/mdvi-lib/list.c:
4199         * dvi/mdvi-lib/mdvi.h:
4200         * dvi/mdvi-lib/pagesel.c:
4201         * dvi/mdvi-lib/paper.c:
4202         * dvi/mdvi-lib/paper.h:
4203         * dvi/mdvi-lib/pk.c:
4204         * dvi/mdvi-lib/private.h:
4205         * dvi/mdvi-lib/setup.c:
4206         * dvi/mdvi-lib/sp-epsf.c:
4207         * dvi/mdvi-lib/special.c:
4208         * dvi/mdvi-lib/sysdeps.h:
4209         * dvi/mdvi-lib/t1.c:
4210         * dvi/mdvi-lib/tfm.c:
4211         * dvi/mdvi-lib/tfmfile.c:
4212         * dvi/mdvi-lib/tt.c:
4213         * dvi/mdvi-lib/util.c:
4214         * dvi/mdvi-lib/vf.c:
4215         * dvi/pixbuf-device.c:
4216         * dvi/pixbuf-device.h:
4217         * impress/Makefile.am:
4218         * impress/common.h:
4219         * impress/document.c:
4220         * impress/f_oasis.c:
4221         * impress/f_oo13.c:
4222         * impress/iksemel.c:
4223         * impress/iksemel.h:
4224         * impress/imposter.h:
4225         * impress/impress-document.c:
4226         * impress/impress-document.h:
4227         * impress/internal.h:
4228         * impress/r_back.c:
4229         * impress/r_draw.c:
4230         * impress/r_geometry.c:
4231         * impress/r_gradient.c:
4232         * impress/r_style.c:
4233         * impress/r_text.c:
4234         * impress/render.c:
4235         * impress/render.h:
4236         * impress/zip.c:
4237         * impress/zip.h:
4238         * lib/Makefile.am:
4239         * lib/ev-debug.c:
4240         * lib/ev-debug.h:
4241         * lib/ev-file-helpers.c:
4242         * lib/ev-file-helpers.h:
4243         * lib/ev-gui.c:
4244         * lib/ev-gui.h:
4245         * lib/ev-tooltip.c:
4246         * lib/ev-tooltip.h:
4247         * libdocument/Makefile.am:
4248         * libdocument/ev-file-helpers.c:
4249         * pdf/Makefile.am:
4250         * pdf/ev-poppler.cc:
4251         * pdf/ev-poppler.h:
4252         * pixbuf/Makefile.am:
4253         * pixbuf/pixbuf-document.c:
4254         * pixbuf/pixbuf-document.h:
4255         * properties/Makefile.am:
4256         * ps/Makefile.am:
4257         * ps/gsdefaults.c:
4258         * ps/gsdefaults.h:
4259         * ps/gsio.c:
4260         * ps/gsio.h:
4261         * ps/gstypes.h:
4262         * ps/ps-document.c:
4263         * ps/ps-document.h:
4264         * ps/ps.c:
4265         * ps/ps.h:
4266         * shell/Makefile.am:
4267         * shell/ev-application.h:
4268         * shell/ev-sidebar-links.c:
4269         * shell/ev-sidebar-links.h:
4270         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4271         (ev_gui_menu_position_tree_selection):
4272         * shell/ev-utils.h:
4273         * shell/ev-view.c: (ev_view_finalize):
4274         * shell/ev-window.c:
4275         * shell/main.c: (main):
4276         * thumbnailer/Makefile.am:
4277         * tiff/Makefile.am:
4278         * tiff/tiff-document.c:
4279         * tiff/tiff-document.h:
4280         * tiff/tiff2ps.c:
4281         * tiff/tiff2ps.h:
4282         
4283         Reorganize source tree.
4284
4285 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4286
4287         * backend/ev-document-factory.c:
4288
4289         Do not include ev-poppler.h when pdf is disabled. 
4290
4291 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4292
4293         * configure.ac:
4294         * data/evince-ui.xml:
4295         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4296         (pdf_document_document_images_iface_init):
4297         * backend/Makefile.am:
4298         * backend/ev-document-images.[ch]:
4299         * backend/ev-image.[ch]:
4300         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4301         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4302         (ev_job_xfer_run):
4303         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4304         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4305         (ev_pixbuf_cache_get_image_mapping):
4306         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4307         (view_menu_popup_cb), (ev_window_dispose),
4308         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4309         (ev_view_popup_cmd_copy_image):
4310         * shell/ev-view-private.h:
4311         * shell/ev-view.c: (ev_view_get_image_at_location),
4312         (ev_view_do_popup_menu), (ev_view_popup_menu),
4313         (ev_view_button_press_event), (ev_view_drag_data_get),
4314         (ev_view_drag_motion), (ev_view_drag_data_received),
4315         (ev_view_motion_notify_event), (ev_view_button_release_event),
4316         (ev_view_finalize), (ev_view_class_init):
4317
4318         Add image handling support. Fixes bugs #310008 and #325047. Images
4319         selection is not supported yet. 
4320
4321 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4322
4323         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4324         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4325         (ev_view_init):
4326
4327         Move view drag and drop stuff to ev-view.
4328
4329 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4332         * shell/ev-view.c: (clear_selection): 
4333
4334         Clear selection also in pixbuf cache.
4335
4336 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4337
4338         * data/evince.desktop.in.in:
4339         
4340         Change icon name in desktop file. See bug #390734
4341         for details.
4342
4343 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4344
4345         * thumbnailer/Makefile.am:
4346
4347         Use top_builddir instead top_srcdir for generated schema
4348         file installation. Fixes bug #390161.
4349
4350 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4351
4352         * configure.ac:
4353         * backend/Makefile.am:
4354         * backend/ev-document-transition.[ch]:
4355         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4356         (pdf_document_page_transition_iface_init):
4357         * shell/ev-view-private.h:
4358         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4359         (ev_view_set_presentation), (transition_next_page),
4360         (ev_view_presentation_transition_stop),
4361         (ev_view_presentation_transition_start), (ev_view_next_page):
4362
4363         Add page transition support in presentation mode. At the moment only
4364         page duration is supported, but not transition effects. Fixes bug
4365         #309815.
4366
4367 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4368
4369         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4370
4371         Run find_link_dest with document lock held, since it's called by links
4372         thread and main thread at the same time. 
4373
4374 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * shell/ev-view.c: (goto_dest):
4377
4378         Update page-cache when page is changed by the view, so that
4379         page-changed signal is emitted. 
4380
4381 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4382
4383         * test/test1.py:
4384         * test/test2.py:
4385
4386         Use C locale in tests. 
4387
4388 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * shell/ev-window.c: (ev_window_run_presentation):
4391         * shell/ev-view-private.h:
4392         * shell/ev-view.c: (ev_view_set_presentation):
4393
4394         Restore zoom settings when back from presentation mode. 
4395
4396 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4397
4398         * shell/ev-window.c: (ev_window_run_presentation):
4399
4400         Always use "best fit" zoom in presentation mode.
4401         Fixes bug #389195.
4402
4403 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4404
4405         * shell/ev-view.c: (ev_view_goto_window_create):
4406
4407         Show "Jump to page" label in the page jumping popup in
4408         presentation mode instead of just a GtkEntry.
4409
4410 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * shell/ev-window.c: (launch_external_uri):
4413
4414         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4415         #378085.
4416
4417 2006-12-22  Elijah Newren  <newren gmail com>
4418
4419         * configure.ac: explicitly check for libxml2.  Fixes #388795
4420
4421 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4422
4423         * shell/ev-view-private.h:
4424         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4425         (ev_view_goto_window_delete_event), (key_is_numeric),
4426         (ev_view_goto_window_key_press_event),
4427         (ev_view_goto_window_button_press_event),
4428         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4429         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4430         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4431
4432         Allow jumping to another page by typing a page number in presentation
4433         mode. It uses a popup window with an entry. Fixes bug #353625.
4434
4435 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4436
4437         * configure.ac:
4438         * properties/ev-properties-view.c: (ev_get_default_user_units),
4439         (ev_regular_paper_size):
4440         
4441         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4442         to Damien Carbery <damien.carbery@sun.com> and
4443         Yevgen Muntyan <muntyan@tamu.edu>.
4444
4445 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4446
4447         * shell/ev-window.c: (setup_document_from_metadata):
4448
4449         Make sure Evince doesn't restore the view on the last
4450         page when a document is reopened. Fixes bug #383381.
4451
4452 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4453
4454         * shell/ev-view.c: (draw_loading_text):
4455
4456         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4457
4458 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4459
4460         * configure.ac:
4461         * NEWS:
4462
4463         Release 0.7.0
4464
4465 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4466
4467         * configure.ac:
4468         * pdf/ev-poppler.cc: (pdf_print_context_free),
4469         (pdf_document_file_exporter_begin),
4470         (pdf_document_file_exporter_do_page):
4471
4472         Make cairo-pdf depedency optional. 
4473
4474 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4475
4476         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4477
4478         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4479
4480 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4481
4482         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4483         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4484         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4485         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4486         * shell/ev-view.c: (draw_loading_text):
4487         * shell/ev-window.c: (ev_window_cmd_file_properties):
4488
4489         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4490         related to using FontConfig from different threads.
4491         
4492 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4493
4494         * shell/ev-view.c: (draw_loading_text):
4495
4496         Acquire lock document when drawing "Loading..." text so that only one
4497         thread will use FontConfig at the same time. Fixes bug #374750.
4498
4499 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * shell/ev-page-action.[ch]: (activate_cb):
4502         * shell/ev-window.c: (activate_label_cb):
4503
4504         Check if text inserted in page entry is a valid page number when it
4505         doesn't match to any document page label. Fixes bug #383165.
4506
4507 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4508         * shell/ev-window.c:
4509
4510         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4511         available with GTK < 2.10. Added an ifdef to avoid compilation
4512         error.
4513
4514 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4515
4516         * configure.ac:
4517         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4518
4519         Fix ps backend in multihead systems.
4520
4521 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4522
4523         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4524         * shell/ev-window.c: (ev_window_get_screen_dpi),
4525         (ev_window_update_actions), (setup_view_from_metadata),
4526         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4527
4528         Take screen DPI into account when zooming. Fixes bug #318285.
4529
4530 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4531
4532         * data/Makefile.am:
4533
4534         Cleaned up/slightly refactored Makefile.am. Added GConf
4535         schemas uninstallation as well.
4536
4537 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4538
4539         * Makefile.am:
4540         * test/Makefile.am:
4541
4542         Fight with autotools to fix make check. Make distcheck
4543         works fine as well now!
4544
4545 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4546
4547         * shell/ev-view.c: (draw_end_presentation_page):
4548
4549         Corrected "end of presentation" string.
4550
4551 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4552
4553         * shell/ev-view.c: (ev_view_key_press_event):
4554
4555         Correctly propagate key press event so that up/down keys
4556         work as expected (correct behaviour was broken by
4557         black/white screen key bindings for presentations).
4558
4559 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4560
4561         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4562         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4563         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4564         (pdf_selection_get_selection_region),
4565         (pdf_selection_get_selection_map):
4566
4567         Add "static" to some private functions. 
4568
4569 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4570
4571         * lib/ev-tooltip.h:
4572         * properties/ev-properties-view.h:
4573         * shell/ev-jobs.h:
4574         * shell/ev-properties-dialog.h:
4575         * shell/ev-properties-fonts.h:
4576         * shell/ev-sidebar-links.h:
4577         * shell/ev-sidebar-thumbnails.h:
4578         * shell/ev-sidebar.h:
4579         * shell/ev-window.h:
4580         
4581         Fixes CHACK type in class casts. See bug #385343
4582         for details.
4583
4584 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * shell/ev-view-private.h:
4587         * shell/ev-view.c: (draw_end_presentation_page),
4588         (ev_view_expose_event), (ev_view_key_press_event),
4589         (ev_view_class_init), (ev_view_init):
4590
4591         Blank screen in presentation mode when pressing 'b' (filling with
4592         black) or 'w' (filling with white) keys. Fixes bug #358132.
4593
4594 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4595
4596         * data/evince-toolbar.xml:
4597         * shell/ev-window.c:
4598         
4599         Use stock icon for Select All action. Fixes
4600         bug #382652.
4601
4602 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4603
4604         * shell/ev-view.c: (get_doc_point_from_offset),
4605         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4606
4607         Add links support in rotated documents. Fixes bug #343733.
4608
4609 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4610
4611         * shell/ev-view-private.h:
4612         * shell/ev-view.c: (draw_end_presentation_page),
4613         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4614
4615         Show a blank page after the last page in presentation mode with a
4616         message indicating that presentation has finished and how to exit. 
4617
4618 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * shell/ev-window.c: (fullscreen_timeout_cb):
4621
4622         Hide cursor after a while in presentation mode. 
4623
4624 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4625
4626         * backend/ev-document-info.h:
4627         * data/evince-properties.glade:
4628         * pdf/ev-poppler.cc:
4629         * properties/ev-properties-view.c: (ev_regular_paper_size),
4630         (ev_properties_view_set_info):
4631         * ps/ps-document.c: (ps_document_get_info):
4632
4633         Adds a paper size field to the properties dialog. Fixes
4634         bug #307315. Patch by Kasper Svendsen (with some i18n
4635         changes done by me).
4636
4637 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4638
4639         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4640         (screensaver_init_dbus), (totem_scrsaver_new),
4641         (totem_scrsaver_init):
4642         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4643         * shell/ev-application.c: (ev_application_register_service),
4644         (ev_application_screensaver_enable),
4645         (ev_application_screensaver_disable):
4646         * shell/ev-application.h:
4647         * shell/ev-window.c: (ev_window_run_presentation),
4648         (ev_window_stop_presentation), (build_comments_string),
4649         (ev_window_init):
4650         
4651         Move screensaver handling to application. No more
4652         message on startup.
4653
4654 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4655
4656         * configure.ac:
4657         * backend/Makefile.am:
4658         * backend/ev-file-exporter.[ch]:
4659         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4660         * ps/ps-document.c: (ps_document_file_exporter_*):
4661         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4662         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4663         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4664         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4665
4666         Allow printing to PDF when suppoted by the backend.
4667         
4668 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4669
4670         * shell/ev-window.c: (build_comments_string):
4671
4672         Use always "Document Viewer" in about dialog. 
4673
4674 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * djvu/djvu-document.c: (djvu_document_get_page_size):
4677
4678         Display a warning message when get_pageinfo fails. 
4679
4680 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4681
4682         * Makefile.am:
4683         * backend/Makefile.am:
4684         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4685         * configure.ac:
4686         * shell/ev-window.c: (build_comments_string):
4687         
4688         Make pdf compilation optional. See bug #38007.
4689
4690 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * ps/ps.c: (get_next_text):
4693
4694         Fix CVE-2006-5864.
4695
4696 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4697
4698         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4699         * shell/ev-navigation-action.c: (connect_proxy),
4700         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4701         
4702         Do not call g_type_class_peek_parent twice.
4703
4704 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4705
4706         * configure.ac:
4707         * data/icons/24x24/.cvsignore:
4708         * data/icons/24x24/Makefile.am:
4709         * data/icons/24x24/evince.png:
4710         * data/icons/Makefile.am:
4711         
4712         Add 24x24 icon. Thanks to 
4713         Michael Monreal <infernux@web.de>.
4714
4715 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4716
4717         * configure.ac: Fix typo in configure.ac. Thanks
4718         to dmacks@netspace.org for notification.
4719
4720 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4721
4722         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4723         
4724         Drop dbus include, fixes compilation with older dbus.
4725
4726 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4727
4728         * configure.ac:
4729         * cut-n-paste/Makefile.am:
4730         * cut-n-paste/totem-screensaver/.cvsignore
4731         * cut-n-paste/totem-screensaver/Makefile.am:
4732         * cut-n-paste/totem-screensaver/README:
4733         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4734         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4735         * shell/Makefile.am:
4736         * shell/ev-window.c: (ev_window_run_presentation),
4737         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4738         (ev_window_init):
4739
4740         Implemented screensaver enabling/disabling for
4741         presentation mode (not fullscreen mode). Code stolen
4742         from Totem (with some minor tweaks). Fixes bug #338889.
4743
4744 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4745
4746         * configure.ac:
4747
4748         Bump gnome-icon-theme requirements. We use the rotation
4749         icons that appeared recently.
4750
4751 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4752
4753         * shell/ev-history.c: (ev_history_add_page):
4754         * shell/ev-history.h:
4755         * shell/ev-window.c: (page_changed_cb):
4756         
4757         Use page labels instead of numbers.
4758
4759 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4760
4761         * data/evince-toolbar.xml:
4762         * po/POTFILES.in:
4763         * shell/Makefile.am:
4764         * shell/ev-navigation-action-widget.c:
4765         (ev_navigation_action_widget_init),
4766         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4767         (menu_detacher), (ev_navigation_action_widget_set_menu),
4768         (menu_position_func), (popup_menu_under_arrow),
4769         (ev_navigation_action_widget_toggled),
4770         (ev_navigation_action_widget_button_press_event):
4771         * shell/ev-navigation-action-widget.h:
4772         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4773         (ev_navigation_action_set_window), (activate_menu_item_cb),
4774         (new_history_menu_item), (new_empty_history_menu_item),
4775         (build_menu), (menu_activated_cb), (connect_proxy),
4776         (create_tool_item), (ev_navigation_action_init),
4777         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4778         * shell/ev-navigation-action.h:
4779         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4780         (ev_page_action_widget_set_page_cache),
4781         (ev_page_action_widget_finalize),
4782         (ev_page_action_widget_class_init), (match_selected_cb),
4783         (display_completion_text), (match_completion), (build_new_tree_cb),
4784         (get_filter_model_from_model),
4785         (ev_page_action_widget_update_model):
4786         * shell/ev-page-action-widget.h:
4787         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4788         (connect_proxy):
4789         * shell/ev-page-action.h:
4790         * shell/ev-stock-icons.c:
4791         * shell/ev-stock-icons.h:
4792         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4793         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4794         (register_custom_actions):
4795         * shell/main.c:
4796         
4797         Preliminary history implementation
4798
4799 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4800
4801         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4802         (dvi_document_class_init), (dvi_document_init_params):
4803         * dvi/mdvi-lib/font.c: (font_reference):
4804         
4805         Add reference to subfont. Fixes bug #374277.
4806
4807 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4808
4809         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4810         (ev_window_cmd_file_open_copy_at_dest):
4811
4812         Fix a race condition when creating symlink. Increase the counter
4813         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4814         Mathias Hasselmann).
4815
4816 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4817
4818         * backend/Makefile.am:
4819         * backend/ev-attachment.c: (ev_attachment_open):
4820         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4821         (ev_tmp_dir), (ev_tmp_filename):
4822         * shell/ev-sidebar-attachments.c:
4823         (ev_sidebar_attachments_drag_data_get):
4824         * shell/ev-window.c: (ev_window_clear_temp_file):
4825
4826         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4827         in ensure_dir_exists. Abort without crashing when we can't create
4828         user's directory.
4829
4830 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4831
4832         * data/evince-ui.xml:
4833         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4834         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4835         (ev_window_cmd_file_open_copy_at_dest),
4836         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4837         (ev_view_popup_cmd_open_link_new_window):
4838
4839         Allow opening a copy of the current document in a new window. Fixes bug
4840         #357472
4841
4842 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4843
4844         * data/evince-toolbar.xml:
4845         
4846         Add rotate right and rotate left to available items for toolbar.
4847         
4848         * data/evince-ui.xml:
4849         * shell/ev-window.c: (ev_window_init):
4850         
4851         Customize toolbar with right click. Fixes bug #372451.
4852
4853 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4854
4855         * shell/ev-window.c: 
4856         
4857         Use "object-rotate-{left,right}" stock icons. Fixes 
4858         bug #373863.
4859
4860 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4861
4862         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4863         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4864         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4865         (ev_window_open_uri):
4866         * shell/main.c: (arguments_parse):
4867
4868         Remove temp file created when evince is used by GTK+ in
4869         preview mode. Fixes bug #365282. 
4870
4871 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4872
4873         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4874         
4875         Fixes bug #372474 - Side pane disabled when entering 
4876         and leaving fullscreen mode.
4877
4878 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4879
4880         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4881         * data/Makefile.am:
4882         * data/evince-preview-toolbar.xml:
4883         * data/evince-toolbar.xml:
4884         * shell/ev-application.c: (ev_application_shutdown),
4885         (ev_application_init), (ev_application_get_toolbars_model):
4886         * shell/ev-application.h:
4887         * shell/ev-window.c: (update_chrome_visibility),
4888         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4889         (ev_window_cmd_edit_toolbar), (ev_window_init):
4890         
4891         Fixes bug #364364 - toolbar editor shows zoom actions again.
4892
4893 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4894
4895         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4896
4897         Do not take margins into consideration for paper size when printing.
4898         Really fixes bug #350491.
4899
4900 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4901
4902         * data/evince-ui.xml:
4903         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4904         (ev_window_cmd_file_print_setup),
4905         (ev_window_print_dialog_response_cb),
4906         (ev_window_setup_action_sensitivity):
4907
4908         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4909
4910 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4911
4912         * shell/ev-window.c: (ev_window_print_range):
4913
4914         Revert my previuos commit, since printing to PDF is not supported by
4915         evince yet. 
4916
4917 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4918
4919         * shell/ev-window.c: (ev_window_print_range):
4920
4921         Enable print to a PDF. Fixes bug #332121.
4922
4923 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4924
4925         * shell/ev-application-service.xml:
4926         * shell/ev-application.[ch]: (ev_application_open_window),
4927         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4928         (ev_application_open_uri), (ev_application_open_uri_list):
4929         * shell/ev-window.c: (file_open_dialog_response_cb),
4930         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4931         (drag_data_received_cb), (open_remote_link):
4932         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4933
4934         Add support for multiscreen systems. Fixes bug #316206.
4935
4936 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * shell/ev-jobs.[ch]: (ev_job_print_new),
4939         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4940         (ev_job_print_do_page):
4941         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4942
4943         Allow printing only odd/even pages. Fixes bug #367289.
4944
4945 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4946
4947         * test/test1.py:
4948         * test/test2.py:
4949
4950         Re-add locale settings to test files.
4951
4952 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * data/evince-ui.xml:
4955         * shell/ev-window.c: (set_action_properties):
4956         
4957         Removed garbage from code and ui.
4958
4959 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4960
4961         * shell/ev-window.c: (ev_window_cmd_help_about):
4962
4963         Shamelessly add my name to the list of contributors.
4964
4965 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4966
4967         * test/test1.py:
4968         * test/test2.py:
4969
4970         Cleaned up the dogtail scripts.
4971
4972 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4973
4974         * shell/ev-view.c: (draw_loading_text): Don't render
4975         "loading..." text in presentation mode. Temporary
4976         workaround for bug #320352.
4977
4978 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4979
4980         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4981         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4982
4983         Use print settings scale, copies, collate and reverse which were
4984         ignored. Fixes bug #359032.
4985
4986 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4987
4988         * configure.ac:
4989         * data/evince-password.glade:
4990         * test/Makefile.am:
4991         * test/test-encrypt.pdf:
4992         * test/test-links.pdf:
4993         * test/test1.py:
4994         * test/test2.py:
4995
4996         Add automated UI tests for evince with dogtail. See
4997         bug #300948.    
4998
4999 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5000
5001         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5002
5003         Hide fullscreen toolbar when switching to another desktop workspace.
5004         Fixes bug #338871
5005
5006 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5007
5008         * shell/ev-window-title.c: 
5009         
5010         Test for .dvi in title of pdf documents.
5011
5012 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5013
5014         * shell/ev-view.c: (ev_view_scroll):
5015
5016         Page Up/Down should do page jumps in "Best fit" mode.
5017         If a user has explicitly chosen to view exactly one page
5018         at a time, scrolling just a part of the page when
5019         pressing Page Up/Down is not right. Fixes bug #323107.
5020
5021 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5022
5023         * NEWS:
5024         * configure.ac:
5025         
5026         Update for 0.6.1
5027
5028 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5029
5030         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5031         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5032         
5033         Correctly disconnect from job signals on destroy.
5034
5035 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * shell/ev-view-private.h:
5038         * shell/ev-view.c: (view_set_adjustment_values),
5039         (view_update_range_and_current_page),
5040         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5041         
5042         Fixes bug #343199, current page now follows find page.
5043
5044 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5045
5046         * backend/ev-document-factory.c:
5047         * configure.ac:
5048         Assigned OpenDocument presenation MIME type to the
5049         Impress backend. Added some missing (but harmless)
5050         #ifdefs in the document factory as well to make things
5051         consistent again. Fixes bug #360658.
5052
5053 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5054
5055         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5056         * backend/ev-document-find.c: (ev_document_find_get_type):
5057         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5058         * backend/ev-document-links.c: (ev_document_links_get_type):
5059         * backend/ev-document-security.c: (ev_document_security_get_type):
5060         * backend/ev-document-thumbnails.c:
5061         (ev_document_thumbnails_get_type):
5062         * backend/ev-document.c: (ev_document_get_type):
5063         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5064         * backend/ev-selection.c: (ev_selection_get_type):
5065         * cut-n-paste/recent-files/egg-recent-model.c:
5066         (egg_recent_model_get_type):
5067         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5068         (egg_recent_view_uimanager_get_type):
5069         * cut-n-paste/recent-files/egg-recent-view.c:
5070         (egg_recent_view_get_type):
5071         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5072         (egg_editable_toolbar_get_type):
5073         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5074         (egg_toolbar_editor_get_type):
5075         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5076         (egg_toolbars_model_get_type):
5077         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5078         (egg_tree_multi_drag_source_get_type):
5079         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5080         (ephy_zoom_action_get_type):
5081         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5082         (ephy_zoom_control_get_type):
5083         * impress/r_back.c: (_imp_fill_back):
5084         * properties/ev-properties-main.c:
5085         (ev_properties_plugin_register_type):
5086         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5087         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5088         (ev_view_accessible_factory_get_type):
5089
5090         Reduce relocations. Bug #360616.
5091
5092 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5093
5094         * backend/ev-document-factory.c:
5095         (ev_document_factory_get_document):
5096         
5097         Load document even if extension is wrong.
5098
5099 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5100
5101         * shell/ev-metadata-manager.c: (save_values):
5102         * shell/ev-window.c: (setup_size_from_metadata),
5103         (setup_view_from_metadata), (ev_window_setup_document),
5104         (ev_window_xfer_job_cb), (window_configure_event_cb):
5105         
5106         Set size according to the document size/page size ratio.
5107         That should correct rather wierd behaviour of the previous
5108         commit.
5109
5110 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5111
5112         * shell/ev-window.c: (setup_view_from_metadata):
5113         
5114         Set size for new windows from previous window size.
5115         See bugs #354968 and #168450 for details. Thanks
5116         to Meik Hellmund.
5117
5118 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5119
5120         * djvu/djvu-links.c: (build_tree):
5121
5122         Fix memory leak.
5123
5124 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5125
5126         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5127         
5128         Don't make sidebar close button insensitive. Fixes
5129         bug #357871.
5130
5131 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5132
5133         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5134         (ev_window_set_view_accels_sensitivity):
5135         
5136         Don't enable Slash on documents which don't support
5137         find. Fixes bug #358648.
5138
5139 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5140
5141         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5142         open dialog fall back to the current document uri if the
5143         filechooser hasn't been used before. Fixes bug #356980.
5144
5145 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5146
5147         * shell/ev-window.c: (ev_window_setup_recent), 
5148         (ev_window_get_recent_file_label):
5149
5150         Escape underscores in filenames of recent file items.
5151
5152 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5153
5154         * configure.ac:
5155         
5156         Bumped poppler requirements, really 0.5.3 is very 
5157         buggy, now we require 0.5.4.
5158
5159 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5160
5161         * djvu/Makefile.am:
5162         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5163         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5164         (djvu_document_document_links_iface_init):
5165         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5166         (number_from_string_10), (get_djvu_link_dest),
5167         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5168         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5169         (djvu_links_get_links), (djvu_links_find_link_dest),
5170         (djvu_links_get_links_model):
5171         * djvu/djvu-links.h:
5172         
5173         Add support for links and bookmarks in djvu documents. Thanks
5174         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5175         patch.
5176
5177 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5178
5179         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5180         
5181         Reopen should reload document. Fixes 
5182         bug 327951.
5183
5184 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5185
5186         * configure.ac:
5187         * data/Makefile.am:
5188         * data/evince-16.png:
5189         * data/evince-22.png:
5190         * data/evince.png:
5191         * data/evince.svg:
5192         * data/icons/16x16/Makefile.am:
5193         * data/icons/16x16/evince.png:
5194         * data/icons/22x22/Makefile.am:
5195         * data/icons/22x22/evince.png:
5196         * data/icons/48x48/Makefile.am:
5197         * data/icons/48x48/evince.png:
5198         * data/icons/Makefile.am:
5199         * data/icons/scalable/Makefile.am:
5200         * data/icons/scalable/evince.svg:
5201         
5202         Install icons with correct names. Fixes
5203         bug #354429.
5204
5205 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * shell/ev-view.c: (ev_view_button_release_event):
5208
5209         Don't open links with middle mouse button. Fixes bug #353649
5210
5211 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5212
5213         * NEWS:
5214         * configure.ac:
5215         
5216         Update for release 0.6.0
5217
5218 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5219
5220         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5221         Implement Close named action. Patch by Carlos Garcia Campos.
5222
5223 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5224
5225         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5226         
5227         Don't clear link mapping on copy_job_to_job_info. Fixes
5228         bug 346168.
5229
5230 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5231
5232         * shell/main.c: (main):
5233
5234         Revert my previous commit, gnome_program_init owns the option context.
5235         Fix another memory leak in main. Both caught by Christian Persch. 
5236
5237 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5238
5239         * shell/main.c: (main):
5240
5241         Fix memory leak.
5242
5243 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5244
5245         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5246
5247         Fix crash when opening a pdf with password protection. 
5248
5249 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5250
5251         * pdf/ev-poppler.cc: (pdf_document_search_free):
5252
5253         Fix memory leak. 
5254
5255 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5256
5257         * backend/ev-document-factory.c:
5258         (ev_document_factory_get_document):
5259         * tiff/tiff-document.c: (tiff_document_finalize):
5260         
5261         More correct handling of document loading. Fixes
5262         bug #349043.
5263
5264 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5265
5266         * backend/ev-attachment.c: (ev_attachment_save):
5267
5268         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5269         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5270
5271 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5272         
5273         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5274         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5275
5276 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5277
5278         * shell/ev-sidebar-thumbnails.c:
5279
5280         Do not render thumbnails unless thumbnails page is active in the
5281         sidebar.
5282
5283 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5284
5285         * shell/ev-properties-dialog.c:
5286
5287         Fix dialogue spacing. Bug #351370.
5288
5289 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5290
5291         * configure.ac:
5292
5293         Use lowercase gettext catalog file names (evince.mo
5294         instead of Evince.mo)
5295
5296 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5297
5298         * shell/ev-sidebar-attachments.c:
5299
5300         GtkIconTheme is now screen safe too. Fixes bug #350878
5301
5302 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5303
5304         * shell/ev-window.c:
5305
5306         GtkRecent manager is now screen safe. Fixes bug #350145
5307
5308 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5309
5310         * shell/ev-sidebar.c: (ev_sidebar_init):
5311         
5312         Make sidebar close icon smaller. Fix for bug 350177.
5313         See also bugs 350176 and 165770.
5314
5315 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5316
5317         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5318
5319         Ignore zoom for xyz destinations when it's <= 1, keeping user
5320         preferences instead. Set correct sizing-mode for fith and fitv
5321         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5322
5323 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5324
5325         * NEWS:
5326         * configure.ac:
5327         
5328         Update for release 0.5.5
5329
5330 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5331         
5332         * shell/ev-window.c: (ev_window_cmd_escape)
5333
5334         Escape unfocus page entry. Fixes bug #345809.
5335
5336 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5337
5338         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5339         (build_tree), (pdf_document_links_get_links),
5340         (pdf_document_links_find_link_dest):
5341         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5342         (goto_xyz_dest):
5343
5344         Convert from PDF style coordinates to X style coordinates in the
5345         backend rather than in the view. Fixes bug #338440
5346
5347 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * shell/ev-window.c:
5350         
5351         Remove Ctrl+Shift+T shortcut for toolbars. See
5352         the bug #350098.
5353
5354 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5355
5356         * configure.ac:
5357
5358         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5359         of this. 
5360
5361 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5362
5363         * configure.ac:
5364         * cut-n-paste/Makefile.am:
5365         * data/evince-ui.xml:
5366         * shell/Makefile.am:
5367         * shell/ev-application.[ch]:
5368         * shell/ev-window.c:
5369
5370         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5371         #349273
5372
5373 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5374
5375         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5376         findbar code: s/help/search/
5377
5378 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5379
5380         * shell/ev-window.c: (setup_document_from_metadata),
5381         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5382         (setup_view_from_metadata):
5383         
5384         Fix memory leaks.
5385
5386 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5387
5388         * autogen.sh, configure.ac: 
5389         
5390         Update automake usage. See bug 349292.
5391
5392 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5393
5394         * shell/eggfindbar.c: (egg_find_bar_class_init),
5395         (entry_activate_callback), (egg_find_bar_init),
5396         (egg_find_bar_set_status_text):
5397         * shell/eggfindbar.h:
5398         
5399         Unify Evince findbar with Epiphany. Nice patch
5400         from Fabricio Silva <silva@crans.org> and
5401         Frederic Peters <fpeters@entrouvert.com>. See
5402         bug #339966 for details.
5403
5404 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * data/evince.desktop.in.in:
5407         
5408         Correct information for bugzilla. Thanks to
5409         Olaf Vitters, see bug #348855.
5410
5411 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5412
5413         * shell/ev-jobs.[ch]:
5414         * shell/ev-sidebar-links.c:
5415         * shell/ev-window.[ch]:
5416
5417         GtkPrintJob doesn't support print ranges or current page, so we export
5418         to a ps file now when printing ranges or current page.
5419
5420 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5421
5422         * pdf/ev-poppler.cc:
5423         * shell/ev-window.c: (do_action_named):
5424
5425         We should be more clear about bugzilla. See the
5426         poppler bug #7623.
5427
5428 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5429
5430         * configure.ac:
5431         * shell/Makefile.am:
5432         * shell/ev-job-queue.c:
5433         * shell/ev-jobs.[ch]:
5434         * shell/ev-sidebar-links.c:
5435         * shell/ev-window.[ch]:
5436         
5437         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5438         #348422
5439
5440 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5441
5442         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5443         * shell/ev-application-service.xml:
5444         * shell/ev-application.[ch]:
5445         * shell/ev-jobs.[ch]:
5446         * shell/ev-window.[ch]: (ev_window_run_preview):
5447         * shell/main.c: 
5448
5449         Add preview mode to use evince as a printing previewer. It also adds
5450         other command line options for fullscreen and presentation modes.
5451         Fixes bugs #347822, #317031
5452
5453 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5454
5455         * NEWS:
5456         * configure.ac:
5457         
5458         Update for release 0.5.4
5459
5460 2006-07-11  Bastien Nocera <hadess@hadess.net>
5461
5462         * Makefile.am:
5463         * backend/Makefile.am:
5464         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5465         * backend/ev-document-factory.h:
5466         * configure.ac:
5467         * impress/.cvsignore:
5468         * impress/Makefile.am:
5469         * impress/common.h:
5470         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5471         (imp_get_page), (imp_next_page), (imp_prev_page),
5472         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5473         * impress/f_oasis.c: (render_object), (render_page),
5474         (get_geometry), (_imp_oasis_load):
5475         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5476         (_imp_oo13_load):
5477         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5478         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5479         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5480         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5481         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5482         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5483         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5484         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5485         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5486         (iks_new_within), (iks_insert), (iks_insert_cdata),
5487         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5488         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5489         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5490         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5491         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5492         (iks_cdata), (iks_cdata_size), (iks_has_children),
5493         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5494         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5495         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5496         (iks_tree), (iks_load), (iks_save):
5497         * impress/iksemel.h:
5498         * impress/imposter.h:
5499         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5500         (imp_render_draw_bezier_real), (imp_render_get_size),
5501         (imp_render_set_fg_color), (imp_render_draw_line),
5502         (imp_render_draw_rect), (imp_render_draw_polygon),
5503         (imp_render_draw_arc), (imp_render_draw_bezier),
5504         (imp_render_open_image), (imp_render_get_image_size),
5505         (imp_render_scale_image), (imp_render_draw_image),
5506         (imp_render_close_image), (imp_render_markup),
5507         (imp_render_get_text_size), (imp_render_draw_text),
5508         (impress_document_load), (impress_document_save),
5509         (impress_document_get_n_pages), (impress_document_get_page_size),
5510         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5511         (impress_document_finalize), (impress_document_class_init),
5512         (impress_document_can_get_text), (impress_document_get_info),
5513         (impress_document_document_iface_init),
5514         (impress_document_thumbnails_get_thumbnail),
5515         (impress_document_thumbnails_get_dimensions),
5516         (impress_document_document_thumbnails_iface_init),
5517         (impress_document_init):
5518         * impress/impress-document.h:
5519         * impress/internal.h:
5520         * impress/r_back.c: (_imp_fill_back):
5521         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5522         (_imp_draw_image), (_imp_tile_image):
5523         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5524         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5525         (r_polyline):
5526         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5527         (r_draw_gradient_complex), (r_draw_gradient):
5528         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5529         (r_get_bullet):
5530         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5531         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5532         (r_text):
5533         * impress/render.c: (imp_create_context), (imp_context_set_page),
5534         (imp_context_set_step), (imp_render), (imp_delete_context):
5535         * impress/render.h:
5536         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5537         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5538         (zip_load_xml), (zip_get_size), (zip_load):
5539         * impress/zip.h:
5540         * shell/ev-utils.c:
5541         
5542         New backend to support impress slides. Fixes bug #30867.
5543
5544 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5545
5546         * shell/ev-utils.c: (using_postscript_printer):
5547         
5548         Fixes crash when print using PAPI backend,
5549         bug #345012.
5550
5551 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5552
5553         * shell/ev-jobs.c: (ev_job_xfer_run):
5554         * shell/ev-window.c: (password_dialog_response),
5555         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5556         (ev_window_dispose):
5557         Fixes bug #344160: if the xfer job doesn't complete
5558         because a password is required, reload the existing
5559         instance instead of creating a new one.
5560
5561 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5562
5563         * shell/main.c: (main): Call gdk_threads_init. Thus
5564         we'll avoid errors in auth dialog. Fix for the bug
5565         #343347.
5566
5567 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5568
5569         * configure.ac: Advertise pixbuf support, fix
5570         for the bug 343317.
5571
5572 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5573
5574         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5575         (ev_sidebar_thumbnails_set_document):
5576         
5577         Update sidebar thumbnails after reloading.
5578
5579 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5580
5581         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5582         * shell/ev-jobs.h:
5583         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5584         (ev_window_cmd_view_reload), (ev_window_init):
5585         
5586         Don't crash on reload. Fix for the bug #343167.
5587
5588 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5589
5590         * shell/ev-jobs.c: (ev_job_render_run):
5591         
5592         Check for document links.
5593
5594 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5595
5596         * backend/ev-attachment.c: (ev_attachment_save),
5597         (ev_attachment_launch_app), (ev_attachment_open):
5598         * backend/ev-document-factory.c: (get_document_from_uri):
5599         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5600         (egg_recent_view_uimanager_set_list):
5601         * ps/ps-document.c: (check_filecompressed), (document_load),
5602         (ps_document_load):
5603         * shell/ev-metadata-manager.c: (load_values):
5604         * shell/ev-password.c: (ev_password_dialog_set_property):
5605         * shell/ev-view.c: (tip_from_link):
5606         * shell/ev-window.c: (file_save_dialog_response_cb),
5607         (ev_window_print_dialog_response_cb):
5608         
5609         Use consistent quoting style. Fix for the bug #320285.
5610
5611 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5612
5613         * shell/ev-jobs.c: (ev_job_xfer_run):
5614         * shell/main.c: (load_files):
5615                 
5616         Open links with anchors. Fix for the bug #339836.
5617
5618 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5619
5620         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5621         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5622         (ev_link_dest_set_property), (ev_link_dest_finalize),
5623         (ev_link_dest_class_init), (ev_link_dest_new_named),
5624         (ev_link_dest_new_page_label):
5625         * backend/ev-link-dest.h:
5626         * shell/ev-application.c: (ev_application_open_uri):
5627         * shell/ev-view.c: (goto_dest):
5628         * shell/ev-window.c:
5629         * shell/ev-window.h:
5630         
5631         Fix page-label command line option. Bug #342070.
5632
5633 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5634
5635         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5636         
5637         Don't show highlight rects if page can't be showed. Fix for 
5638         the bug #342076
5639
5640 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5641
5642         * shell/ev-window.c: (setup_sidebar_from_metadata),
5643         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5644         
5645         Setup sidebar from metadata even if there is no document
5646         loaded. Fix for the bug #342807.
5647
5648 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5649
5650         * cut-n-paste/toolbar-editor/Makefile.am:
5651         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5652         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5653         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5654         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5655         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5656         (popup_context_menu_cb), (button_press_event_cb),
5657         (configure_item_sensitivity), (configure_item_cursor),
5658         (configure_item_tooltip), (connect_widget_signals),
5659         (action_sensitive_cb), (create_item_from_action),
5660         (create_item_from_position), (toolbar_drag_data_received_cb),
5661         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5662         (toolbar_drag_leave_cb), (configure_drag_dest),
5663         (toggled_visibility_cb), (toolbar_visibility_refresh),
5664         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5665         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5666         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5667         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5668         (egg_editable_toolbar_dispose),
5669         (egg_editable_toolbar_set_ui_manager),
5670         (egg_editable_toolbar_get_selected),
5671         (egg_editable_toolbar_set_selected), (set_edit_mode),
5672         (egg_editable_toolbar_set_property),
5673         (egg_editable_toolbar_get_property),
5674         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5675         (egg_editable_toolbar_new_with_model),
5676         (egg_editable_toolbar_get_edit_mode),
5677         (egg_editable_toolbar_set_edit_mode),
5678         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5679         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5680         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5681         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5682         (item_added_or_removed_cb), (toolbar_removed_cb),
5683         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5684         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5685         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5686         (editor_create_item_from_name), (append_table),
5687         (update_editor_sheet), (egg_toolbar_editor_init):
5688         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5689         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5690         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5691         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5692         (toolbar_node_free), (egg_toolbars_model_get_flags),
5693         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5694         (egg_toolbars_model_get_name), (impl_add_item),
5695         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5696         (parse_data_list), (parse_item_list), (parse_toolbars),
5697         (egg_toolbars_model_load_toolbars), (parse_available_list),
5698         (parse_names), (egg_toolbars_model_load_names),
5699         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5700         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5701         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5702         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5703         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5704         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5705         (egg_toolbars_model_set_types), (fill_avail_array),
5706         (egg_toolbars_model_get_name_avail),
5707         (egg_toolbars_model_get_name_flags),
5708         (egg_toolbars_model_set_name_flags):
5709         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5710         * cut-n-paste/toolbar-editor/eggintl.h:
5711         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5712         (egg_tree_multi_drag_source_get_type),
5713         (egg_tree_multi_drag_source_row_draggable),
5714         (egg_tree_multi_drag_source_drag_data_delete),
5715         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5716         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5717         (path_list_free), (set_context_data), (get_context_data),
5718         (get_info), (egg_tree_multi_drag_drag_data_get),
5719         (egg_tree_multi_drag_motion_event),
5720         (egg_tree_multi_drag_button_press_event),
5721         (egg_tree_multi_drag_add_drag_support):
5722         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5723         * shell/ev-application.c: (ev_application_init),
5724         (ev_application_save_toolbars_model):
5725         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5726         (ev_window_cmd_edit_toolbar), (ev_window_init):
5727         
5728         Sync toolbareditor with epiphany and libegg
5729
5730 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5731
5732         * configure.ac: 
5733
5734         Depend on poppler 0.5.2
5735
5736 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5737
5738         * shell/ev-jobs.c: (ev_job_render_run):
5739         
5740         Check if document supports links iterface.
5741
5742 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5743
5744         * NEWS:
5745         * configure.ac:
5746         
5747         Update for release 0.5.3
5748
5749 2006-05-13  Michael Plump  <plumpy@skylab.org>
5750
5751         * configure.ac:
5752         * shell/Makefile.am:
5753         * shell/main.c: (main):
5754         
5755         Port to GOption command line parsing. Fix for the 
5756         bug #327518
5757
5758 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5759
5760         * shell/ev-window.c: (ev_window_cmd_help_about):
5761         
5762         Do not wrap license. Fix for the bug #309460.
5763
5764 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5765
5766         * configure.ac:
5767         * properties/ev-properties-main.c: (ev_properties_get_pages):
5768         * shell/ev-application.c: (ev_application_open_window),
5769         (ev_application_open_uri_at_dest):
5770         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5771         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5772         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5773         * shell/ev-utils.c: (save_print_config_to_file):
5774         * shell/ev-window.c: (ev_window_cmd_save_as),
5775         (ev_attachment_popup_cmd_save_attachment_as):
5776         * shell/main.c: (load_files_remote):
5777         
5778         Bump requirements to gtk 2.8 and drop all ifdefs used.
5779
5780 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5781
5782         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5783         * shell/ev-window.c: (ev_window_init):
5784         
5785         Show attachments page.
5786
5787 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5788
5789         * po/POTFILES.in:
5790         * shell/ev-attachment-bar.c:
5791         * shell/ev-attachment-bar.h:
5792         * shell/ev-sidebar-attachments.c:
5793         (ev_sidebar_attachments_icon_cache_add),
5794         (icon_theme_get_pixbuf_from_mime_type),
5795         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5796         (ev_sidebar_attachments_icon_cache_refresh),
5797         (ev_sidebar_attachments_get_attachment_at_pos),
5798         (ev_sidebar_attachments_popup_menu_show),
5799         (ev_sidebar_attachments_popup_menu),
5800         (ev_sidebar_attachments_button_press),
5801         (ev_sidebar_attachments_update_icons),
5802         (ev_sidebar_attachments_drag_data_get),
5803         (ev_sidebar_attachments_get_property),
5804         (ev_sidebar_attachments_destroy),
5805         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5806         (ev_sidebar_attachments_new),
5807         (ev_sidebar_attachments_set_document),
5808         (ev_sidebar_attachments_support_document),
5809         (ev_sidebar_attachments_get_label),
5810         (ev_sidebar_attachments_page_iface_init):
5811         * shell/ev-sidebar-attachments.h:
5812         * shell/ev-window.c: (update_chrome_visibility),
5813         (setup_sidebar_from_metadata), (ev_window_setup_document),
5814         (ev_window_sidebar_current_page_changed_cb),
5815         (attachment_bar_menu_popup_cb), (ev_window_init):
5816         
5817         Move attachments bar to sidebar.
5818
5819 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5820
5821         * pdf/ev-poppler.cc:
5822         * shell/ev-application.[ch]:
5823         * shell/main.c:
5824
5825         Fix some memory leaks.
5826
5827 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5828
5829         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5830
5831         Change the properties dialog response to
5832         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5833         will make the dialog go away when the user presses
5834         enter. With gtk+ >= 2.9 this will happen anyway, but for
5835         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5836         escape by default. Fixes bug #340539. See also bug
5837         #101293 for the gtk+ part.
5838
5839 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5840
5841         * shell/ev-view.c (tip_from_action_named): Replace some strings
5842         that were wrong. Closes #340970.
5843
5844 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5845
5846         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5847
5848         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5849         #341049
5850
5851 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * djvu/Makefile.am:
5854         * dvi/Makefile.am:
5855         * dvi/mdvi-lib/Makefile.am:
5856         * properties/Makefile.am:
5857         * ps/Makefile.am:
5858         * shell/Makefile.am:
5859         * thumbnailer/Makefile.am:
5860         
5861         Due to broken libtool that is unable to track dependencies
5862         of noinst libraries we are forced to explicitely point
5863         libraries for binary. Fix for the bug #333334.
5864
5865 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5866
5867         * data/evince.desktop.in.in:
5868         * shell/ev-view.c: (view_update_range_and_current_page),
5869         (ev_view_next_page), (ev_view_previous_page):
5870         * shell/ev-window.c: (update_chrome_visibility),
5871         (setup_sidebar_from_metadata), (ev_window_setup_document),
5872         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5873         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5874         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5875         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5876         (ev_window_stop_presentation), (ev_window_focus_in_event),
5877         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5878         (ev_window_init):
5879         * thumbnailer/Makefile.am:
5880         
5881         Update fullscreen and presentation timeout handling. Hide
5882         cursor in presentation after timeout. Fix for the bugs
5883         #136359 and #336981.
5884
5885 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5886
5887         * backend/ev-link-action.[ch]:
5888         * pdf/ev-poppler.cc: (ev_link_from_action):
5889         * shell/ev-view-private.h:
5890         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5891         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5892
5893         Add support for Named Action links
5894
5895 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5896
5897         * backend/Makefile.am:
5898         * backend/ev-document-links.[ch]:
5899         * backend/ev-document.[ch]:
5900         * backend/ev-link-action.[ch]:
5901         * backend/ev-link-dest.[ch]:
5902         * backend/ev-link.[ch]:
5903         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5904         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5905         * shell/ev-page-action.c: (build_new_tree_cb):
5906         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5907         (links_page_num_func), (update_page_callback):
5908         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5909         (tip_from_link):
5910         * shell/ev-jobs.c:
5911         * shell/ev-window.[ch]: (ev_window_open_uri),
5912         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5913         * shell/ev-application.[ch]: (ev_application_open_window),
5914         (ev_application_open_uri):
5915
5916         Rework links system, it adds support for remote links now and it makes
5917         easier to add new kinds of actions and destinations. Fixes bug #317292
5918
5919 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5920
5921         * data/Makefile.am:
5922         * data/evince.png:
5923         * data/evince-16.png:
5924         * data/evince-22.png:
5925         * data/evince.svg:
5926         * shell/main.c: (main):
5927         
5928         Evince use it's own icon. Fix for the bug #313392.
5929
5930         * shell/ev-window.c: (fullscreen_timeout_cb),
5931         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5932         (ev_window_cmd_help_about), (ev_window_dispose):
5933         
5934         Simplify fullscreen timeout code.
5935
5936 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5937
5938         * backend/ev-attachment.c: 
5939         * shell/ev-attachment-bar.c:
5940         * shell/ev-window.c:
5941
5942         Allow multiple selection of attachments
5943
5944 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5945
5946         * shell/ev-view.c: (view_update_range_and_current_page),
5947         (ev_view_scroll):
5948         
5949         Fix for the bug #312573 – Optimal selection of current 
5950         page among visible pages.
5951
5952 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5953
5954         * configure.ac:
5955         * djvu/Makefile.am:
5956         * djvu/djvu-text.h:
5957         
5958         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5959         for the bug 339868.
5960
5961 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5962
5963         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5964
5965 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5966
5967         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5968         dictated by the GNOME HIG. Fixes bug #339235.
5969
5970 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5971
5972         * data/evince-ui.xml:
5973         * shell/ev-view.c: (ev_view_can_find_previous):
5974         * shell/ev-view.h:
5975         * shell/ev-window.c: (ev_window_update_actions),
5976         (ev_window_cmd_edit_find_previous):
5977
5978         Add support for "Find Previous" as dictated by the GNOME HIG. A
5979         menu item is added and some glue code to make it all work is added
5980         to various files.
5981
5982 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5983
5984         * configure.ac: Award myself the "useless use of cat" award.
5985
5986 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5987
5988         * po/LINGUAS: New file listing all supported languages.
5989
5990         * configure.in: Use po/LINGUAS instead of including all languages
5991         directly in this file. See the wiki for more information:
5992         http://live.gnome.org/GnomeGoals/PoLinguas
5993
5994 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5995
5996         * backend/ev-document-factory.c:
5997
5998         Do not load the document twice when there isn't errors
5999
6000 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6001
6002         * backend/ev-attachment.c: 
6003
6004         Fix a crash when there isn't a default application to open an
6005         attachment
6006
6007 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6008
6009         * backend/ev-attachment.[ch]:
6010         * shell/ev-attachment-bar.[ch]:
6011
6012         Added missing files. 
6013
6014 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6015
6016         * backend/Makefile.am:
6017         * data/evince-ui.xml:
6018         * backend/ev-attachment.[ch]:
6019         * backend/ev-document.[ch]: (ev_document_has_attachments),
6020         (ev_document_get_attachments):
6021         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6022         (attachment_save_to_buffer), (pdf_document_get_attachments),
6023         (pdf_document_document_iface_init):
6024         * shell/Makefile.am:
6025         * shell/ev-attachment-bar.[ch]:
6026         * shell/ev-window.c:
6027
6028         Add support for PDF attachments. Fixes bug #325143
6029
6030 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6031
6032         * backend/ev-document-factory.c: (get_document_from_uri),
6033         (ev_document_factory_get_document):
6034         * backend/ev-document-factory.h:
6035         * properties/ev-properties-main.c: (ev_properties_get_pages):
6036         * shell/Makefile.am:
6037         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6038         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6039         (ev_job_queue_remove_job):
6040         * shell/ev-job-queue.h:
6041         * shell/ev-job-xfer.c:
6042         * shell/ev-job-xfer.h:
6043         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6044         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6045         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6046         (ev_job_xfer_run):
6047         * shell/ev-jobs.h:
6048         * shell/ev-window.c: (ev_window_is_empty),
6049         (password_dialog_response), (ev_window_clear_xfer_job),
6050         (ev_window_xfer_job_cb), (ev_window_open_uri),
6051         (ev_window_cmd_focus_page_selector),
6052         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6053         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6054         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6055         (ev_window_dispose):
6056         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6057         
6058         * Cleanup mime type detection on document load. Fix for the
6059         bug #336448.
6060
6061 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6062
6063         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6064         
6065         Fix crash on exit, described in the bug #336825.
6066
6067 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6068
6069         * backend/ev-document-factory.c:
6070         (ev_document_factory_get_from_mime),
6071         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6072         (ev_document_factory_get_document),
6073         (file_filter_add_mime_list_and_free),
6074         (ev_document_factory_add_filters):
6075         * backend/ev-document-factory.h:
6076         * properties/ev-properties-main.c: (ev_properties_get_pages):
6077         * shell/Makefile.am:
6078         * shell/ev-application.c:
6079         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6080         * shell/ev-window.c: (ev_window_cmd_file_open),
6081         (ev_window_cmd_save_as):
6082         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6083         
6084         Rework factory functions so they are placed now in a single 
6085         file ev-document-factory.c
6086
6087 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6088
6089         * shell/ev-window.c: (update_chrome_visibility):
6090         
6091         Fix for the bug 166566 - don't show menubar in fullscreen
6092         mode.
6093
6094 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6095
6096         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6097
6098 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6099
6100         * shell/ev-view.c: (ev_view_expose_event):
6101         
6102         More correctly draw loading text when document
6103         is empty.
6104
6105 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6106
6107         * shell/ev-view.c: (ev_view_scroll):
6108         
6109         Fix for the bug #334854, page down and page up switch
6110         pages in presentation mode.
6111
6112 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6113
6114         * shell/ev-window.c: (ev_window_set_action_sensitive),
6115         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6116         (ev_window_set_view_accels_sensitivity),
6117         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6118         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6119         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6120         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6121         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6122         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6123         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6124         (view_actions_focus_in_cb), (ev_window_init):
6125         
6126         Fix for the bug #333902, now it's possible to search
6127         words with slash.
6128
6129 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6130
6131         * configure.ac: Added Breton translation.
6132         * po/br.po: Added Breton translation.
6133
6134 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6135
6136         * shell/ev-window-title (ev_window_title_update):
6137
6138         Fix memory leak in window title. Fixes bug #333944
6139
6140 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6141
6142         * shell/ev-metadata-manager.c (parseItem):
6143
6144         Fix memory leaks. Fixes bug #333945
6145
6146 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6147         
6148         * NEWS, configure.ac, TODO:
6149         
6150         Update for release 0.5.2.
6151
6152 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6153
6154         * shell/ev-view.c: (view_update_range_and_current_page),
6155         (page_changed_cb):
6156         
6157         Don't jump on scrolling, fix for the bug #333127.
6158
6159 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6160
6161         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6162         
6163         Scroll by one page in presentation mode. Fix for the bug
6164         #332993.
6165
6166 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6167
6168         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6169
6170 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6171
6172         * configure.ac  Added lv in ALL_LINGUAS line.
6173
6174 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6175         
6176         * NEWS, configure.ac:
6177         
6178         Update for release 0.5.1
6179
6180 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6181
6182         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6183         * backend/ev-document-misc.h:
6184         * shell/ev-view.c: (draw_one_page):
6185         
6186          Clairfy what page the toolbar page number applies to. Fix
6187          for the bug #328102.
6188
6189 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6190
6191         * shell/ev-view-private.h:
6192         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6193         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6194         (ev_view_search_changed):
6195         * shell/ev-view.h:
6196         * shell/ev-window.c: (find_bar_search_changed_cb):
6197         
6198         Dont't jump to find result if window was scrolled during search.
6199         Fix for the bug #313266.
6200
6201 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6202
6203         * shell/eggfindbar.c: (egg_find_bar_class_init):
6204         * shell/eggfindbar.h:
6205         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6206         * shell/ev-view-private.h:
6207         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6208         (ev_view_class_init), (ev_sizing_mode_get_type),
6209         (ev_scroll_type_get_type):
6210         * shell/ev-view.h:
6211         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6212         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6213         (ev_window_init):
6214         
6215         Fix for the bug 319133 - Find entry should allow text scroll.
6216
6217 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6218
6219         * shell/ev-view-private.h:
6220         * shell/ev-view.c: (view_update_range_and_current_page),
6221         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6222         (ev_view_set_document), (update_find_status_message),
6223         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6224         (ev_view_find_previous):
6225         
6226         Fix for the bug #319137. Search now takes account for scrolling.
6227
6228 2006-02-19  Michael Hofmann <mh21@piware.de>
6229
6230         * configure.ac:
6231         * djvu/Makefile.am:
6232         * djvu/djvu-document-private.h:
6233         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6234         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6235         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6236         (djvu_document_can_get_text), (djvu_document_get_text),
6237         (djvu_document_document_iface_init),
6238         (djvu_document_thumbnails_get_thumbnail),
6239         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6240         (djvu_document_find_get_result),
6241         (djvu_document_find_page_has_results),
6242         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6243         (djvu_document_find_iface_init):
6244         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6245         (djvu_text_page_selection), (djvu_text_page_limits_process),
6246         (djvu_text_page_limits), (djvu_text_page_copy),
6247         (djvu_text_page_position), (djvu_text_page_union),
6248         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6249         (djvu_text_page_box), (djvu_text_page_append_text),
6250         (djvu_text_page_search), (djvu_text_page_prepare_search),
6251         (djvu_text_page_new), (djvu_text_page_free):
6252         * djvu/djvu-text-page.h:
6253         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6254         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6255         (djvu_text_n_results), (djvu_text_has_results),
6256         (djvu_text_get_result), (djvu_text_get_progress):
6257         * djvu/djvu-text.h:
6258         
6259         Text search in djvu. Fix for the bug #303415.
6260
6261 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6262
6263         * configure.ac:
6264         * shell/ev-window.c: (ev_window_cmd_save_as):
6265         
6266         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6267         Thanks to Gary Coady <gary@lyranthe.org>
6268
6269 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6270
6271         * shell/ev-print-job.c: (idle_print_handler):
6272         
6273         Inverse order printing, bug #320919.
6274
6275 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6276
6277         * data/evince-toolbar.xml:
6278         * shell/ev-window.c:
6279         
6280         Allow to add sidebar checkbutton on toolbar. Fix
6281         for the bug #144577.
6282
6283 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6284
6285         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6286         
6287         Add checks that have sense for empty ps document.
6288
6289 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6290
6291         * configure.ac: Include PS in mime types list. 
6292
6293 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6294
6295         * configure.ac:
6296         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6297         * ps/gsdefaults.h:
6298         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6299         
6300         Runtime check for gs interpreter. Fix for the bug #320868.
6301         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6302
6303 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6304
6305         * shell/ev-application.c: 
6306
6307         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6308         dbus>=0.60, so that the request is not queued. 
6309
6310 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6311
6312         * configure.ac:
6313         * shell/Makefile.am:
6314         * shell/ev-sidebar-links.c: (print_section_cb):
6315         * shell/ev-utils.c:
6316         * shell/ev-utils.h:
6317         * shell/ev-window.c: (update_action_sensitivity),
6318         (ev_window_close_dialogs), (ev_window_print):
6319         * shell/ev-window.h:
6320         
6321         Make printing support optional. Patch from Eduardo de Barros Lima
6322         <eduardo.lima@indt.org.br> for the bug #330546.
6323
6324 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * shell/ev-view-private.h:
6327         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6328         (ev_view_set_document):
6329         * shell/ev-view.h:
6330         * shell/ev-window.c: (ev_window_load_job_cb),
6331         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6332         (ev_window_init):
6333
6334         Draw Loading message during xfer job. Fix for the bug #329495.
6335
6336 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6337
6338         * comics/comics-document.c: (comics_regex_quote),
6339         (comics_document_load), (extract_argv):
6340         
6341         Correcly quote regexp before passing it to unzip.
6342
6343 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6344
6345         * shell/ev-page-cache.c: (build_height_to_page),
6346         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6347         (ev_page_cache_get_dual_even_left):
6348         * shell/ev-page-cache.h:
6349         * shell/ev-view.c: (view_update_range_and_current_page),
6350         (get_page_y_offset), (get_page_extents):
6351         
6352         Place even pages to the left if document has less then
6353         two pages. Fix for the bug #328856.
6354
6355 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6358         
6359         Correct comics scheme. This make evince create thumbnails
6360         for comic books. Fix for the bug 329088.
6361
6362 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6363
6364         * data/evince-password.glade: Don't explicitly set
6365         invisible_char to the current default value in case
6366         the default changes; let GTK+ do its magic.
6367
6368 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6369
6370         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6371         real filename to tmp filename since often document
6372         type is determined by extension.
6373
6374 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6375
6376         * shell/ev-view.c: (add_scroll_binding_keypad),
6377         (ev_view_binding_activated), (ev_view_class_init):
6378         
6379         Add keybindings for percision-scrolling of display area. 
6380         Fix for the bug #314072.
6381
6382 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6383
6384         * data/evince.desktop.in.in:
6385         
6386         Add GTK to the list of categories. Fix for the bug #328034.
6387
6388 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6389
6390         * shell/ev-application.c: (ev_application_shutdown),
6391         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6392         * shell/ev-application.h:
6393         * shell/ev-window.c: (file_open_dialog_response_cb),
6394         (ev_window_cmd_file_open):
6395         
6396         Save last uri in file chooser dialog. Fix for the bug #327950.
6397
6398 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6399
6400         * NEWS:
6401         * README:
6402         
6403         Final update for release 0.5.0
6404         
6405         * shell/Makefile.am:
6406         
6407         Remove disable deprecated until we'll require libgnome-2.13.7
6408         and port to GOption argument parsing. See bug 327518.
6409
6410 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6411
6412         * comics/comics-document.c: (comics_document_save):
6413         * djvu/djvu-document.c: (djvu_document_save):
6414         * dvi/dvi-document.c: (dvi_document_save):
6415         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6416         * lib/ev-file-helpers.h:
6417         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6418         * tiff/tiff-document.c: (tiff_document_save):
6419         
6420         Use common save function for backends.
6421
6422 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6423
6424         * backend/ev-document-types.c:
6425         
6426         Fix crash on saving pixbuf.
6427
6428 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * cut-n-paste/recent-files/egg-recent-item.c:
6431         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6432         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6433         (parse_info_free), (valid_element), (start_element_handler),
6434         (end_element_handler), (text_handler), (egg_recent_model_filter),
6435         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6436         (egg_recent_model_monitor), (egg_recent_model_read),
6437         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6438         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6439         (egg_recent_model_set_property), (egg_recent_model_class_init),
6440         (egg_recent_model_init), (egg_recent_model_add_full),
6441         (egg_recent_model_delete), (egg_recent_model_get_list),
6442         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6443         (egg_recent_model_set_filter_mime_types),
6444         (egg_recent_model_clear_group_filter),
6445         (egg_recent_model_set_filter_groups),
6446         (egg_recent_model_clear_scheme_filter),
6447         (egg_recent_model_set_filter_uri_schemes),
6448         (egg_recent_model_remove_expired):
6449         * cut-n-paste/recent-files/egg-recent-util.c:
6450         (egg_recent_util_get_icon):
6451         * cut-n-paste/recent-files/egg-recent-util.h:
6452         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6453         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6454         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6455         (egg_recent_view_uimanager_set_property),
6456         (egg_recent_view_uimanager_get_property),
6457         (egg_recent_view_uimanager_class_init),
6458         (egg_recent_view_uimanager_init),
6459         (egg_recent_view_uimanager_set_label_width),
6460         (egg_recent_view_uimanager_get_label_width):
6461         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6462         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6463         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6464         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6465         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6466         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6467         
6468         Update from libegg.
6469
6470 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6471
6472         * shell/ev-page-cache.c: (build_height_to_page),
6473         (ev_page_cache_get_height_to_page):
6474         * shell/ev-page-cache.h:
6475         * shell/ev-view.c: (view_update_range_and_current_page),
6476         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6477         (ev_view_previous_page):
6478         
6479         Dual mode places even pages to the left. Fix for the bug #309393.
6480
6481         * shell/ev-view.h:
6482         * shell/ev-window.c: (update_action_sensitivity),
6483         (setup_view_from_metadata), (view_menu_popup_cb):
6484         
6485         Don't restore presentation in empty windows, more intelligent
6486         next page behaviour in dual mode.
6487
6488         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6489         (ev_pixbuf_cache_clear_job_sizes):
6490         
6491         Cleanup job callback on removal. Fix for the bug #325886.
6492
6493 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6494
6495         * ps/ps.c: (psscan):
6496         
6497         Commit workaround Mozilla problem. Fix for the bug #325919
6498         
6499         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6500         (save_item):
6501         
6502         Fix for year 2038 problem.
6503
6504 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6505
6506         * shell/ev-window.c: (setup_document_from_metadata),
6507         (ev_window_cmd_view_reload):
6508
6509         Clamp page recieved from metadata in valid values. Fix
6510         for the bug #325986.
6511
6512 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6513
6514         * MAINTAINERS: 
6515         Add MAINTAINERS as requested on desktop-devel-list.
6516
6517 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6518
6519         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6520         (mime_type_supported_by_gdk_pixbuf),
6521         (ev_document_factory_get_mime_types),
6522         (ev_document_factory_get_all_mime_types):
6523         
6524         Don't add pixbuf mime types if pixbuf backend is disabled.
6525         
6526         * shell/ev-application.c: (ev_application_get_uri_window):
6527         
6528         Fix for the bug 325815 - unhandled MIME type message doesn't 
6529         appear a second time. 
6530         
6531         * shell/ev-document-types.c: (ev_document_types_add_filters):
6532         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6533         (password_dialog_response), (ev_window_popup_password_dialog),
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         
6544         Cleanup additional uris holded by EvWindow.
6545
6546 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6547
6548         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6549         (ev_view_can_previous_page), (ev_view_can_next_page):
6550         * shell/ev-view.h:
6551         * shell/ev-window.c: (update_action_sensitivity):
6552         
6553         Two page scrolling with Space and PageUp in dual mode. Second fix 
6554         for the bug #316608.
6555
6556 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6557
6558         * shell/ev-view.c: (scroll_to_current_page):
6559         
6560         Correctly clamp adjustment value. Fix for the bug
6561         #325808.
6562
6563 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6564
6565         * shell/ev-sidebar-links.c: (print_section_cb):
6566         * shell/ev-window.c: (ev_window_get_uri),
6567         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6568         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6569         (ev_window_dispose):
6570         
6571         Make print dialog non-modal. Fix for the bug #325622.
6572
6573 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6574
6575         * shell/ev-metadata-manager.c:
6576         * shell/ev-utils.c: (using_pdf_printer),
6577         (using_postscript_printer), (load_print_config_from_file),
6578         (save_print_config_to_file):
6579         * shell/ev-utils.h:
6580         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6581         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6582         (setup_view_from_metadata), (ev_window_setup_document),
6583         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6584         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6585         (ev_window_run_presentation), (ev_window_stop_presentation),
6586         (save_sizing_mode), (ev_window_zoom_changed_cb),
6587         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6588         (ev_window_dual_mode_changed_cb),
6589         (ev_window_sidebar_current_page_changed_cb),
6590         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6591         (window_state_event_cb), (window_configure_event_cb),
6592         (ev_window_init):
6593         
6594         Setting saving behaviour fixes.
6595
6596 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * configure.ac:
6599         
6600         Make antialiasing gs options better and allow
6601         to change them during configure. Fix for the 
6602         bug #319049.
6603
6604 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6605
6606         * shell/ev-window.c: (setup_view_from_metadata):
6607         
6608         Remember if last window was maximized. Fix for the
6609         bug #323797.
6610
6611 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6612
6613         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6614
6615 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6616
6617         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6618         * shell/ev-page-action.c: (build_new_tree_cb):
6619         * shell/ev-sidebar-links.c: (links_page_num_func),
6620         (update_page_callback_foreach), (update_page_callback):
6621         * shell/ev-view.c: (scroll_to_current_page):
6622         
6623         Fix for the bug #325067 with more intelligent selection
6624         of current link in sidebar. Make sidebar handle links
6625         of FITR-like type more correctly.
6626
6627         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6628         (dvi_pixbuf_put_pixel):
6629         
6630         Fix memory consumtion with disabled alpha channel.
6631
6632 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6633
6634         * data/evince-ui.xml:
6635         * shell/ev-window.c: (view_menu_popup_cb),
6636         (ev_popup_cmd_open_link), (ev_window_init):
6637         
6638         Update context menu for internal links. Fix for the bug
6639         #325066.
6640
6641 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6642
6643         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6644         
6645         Bind context menu to keyboard also. Fix for the bug
6646         #325065.
6647
6648 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6649
6650         * shell/ev-view.c: (selection_scroll_timeout_cb):
6651         
6652         Horizontal scroll on selection also.
6653
6654 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6655
6656         * shell/ev-metadata-manager.c: (parse_value):
6657         * shell/ev-view.c: (goto_xyz_link):
6658         
6659         Correct zoom setup and metadata save broken in 
6660         some locales.
6661
6662 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6663
6664         * shell/ev-view-private.h:
6665         * shell/ev-view.c: (scroll_to_current_page),
6666         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6667         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6668         (page_changed_cb), (ev_view_set_continuous),
6669         (ev_view_set_dual_page), (ev_view_set_presentation):
6670         
6671         Delay scroll until allocation to correctly position page. Fix
6672         for the bug #317334.
6673
6674 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * NEWS:
6677         * configure.ac:
6678         
6679         Update NEWS and require poppler 0.5.0.
6680
6681 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6682         
6683         * data/evince-ui.xml:
6684         * shell/ev-view-private.h:
6685         * shell/ev-view.c: (ev_view_get_link_at_location),
6686         (handle_link_over_xy), (ev_view_button_press_event),
6687         (ev_view_button_release_event), (ev_view_class_init):
6688         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6689         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6690         (ev_window_init):
6691         
6692         Implement right-click context menu.
6693
6694 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6695
6696         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6697         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6698         (mdvi_pixbuf_device_render):
6699         * pdf/ev-poppler.cc:
6700
6701         Don't generate thumbnails with alpha. See bug #324077.
6702         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6703
6704 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6705
6706         * shell/ev-window.c: (setup_chrome_from_metadata):
6707         
6708         Fix typo that was hiding toolbar.
6709
6710 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6711
6712         * shell/ev-view-private.h:
6713         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6714         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6715         (ev_view_button_release_event), (ev_view_destroy):
6716         
6717         Small cleanup and autoscrolling during selection. Thanks to 
6718         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6719
6720 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6721
6722         * configure.ac:
6723         
6724         Correctly check for comics option.
6725
6726 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6727         * Makefile.am:
6728         * configure.ac:
6729         * backend/Makefile.am:
6730         * backend/ev-document-factory.c:
6731         * shell/ev-document-types.c:
6732
6733         Included option in configure to make ps backend 
6734         compilation optional with --disable-ps.
6735
6736 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * backend/ev-document-factory.c:
6739         * comics/Makefile.am:
6740         * comics/comics-document.c: (comics_document_load):
6741         * comics/ev-cbr-mime.xml:
6742         * configure.ac:
6743         
6744         Comics mime types are added to shared-mime-info CVS. Now
6745         we don't need to install our own mime types.
6746
6747 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6748
6749         * shell/ev-window.c:
6750         
6751         Add shortcut for "save a copy" menu entry. Fix for
6752         the bug #324582.
6753
6754 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6755
6756         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6757         (job_finished_cb), (new_selection_pixbuf_needed),
6758         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6759         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6760         
6761         Rework selection job info logic and fix critical warning.
6762
6763 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6764
6765         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6766
6767 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6768
6769         * data/evince-ui.xml:
6770         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6771         
6772         Enter as shortcut key for next page. Fix for the bug
6773         #321394.
6774
6775 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6776
6777         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6778
6779 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6780
6781         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6782         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6783         (new_selection_pixbuf_needed),
6784         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6785         (clear_job_selection):
6786         
6787         Too early for 0.5. Pixbuf cache code cleaned a bit.
6788
6789 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * NEWS:
6792         * configure.ac:
6793         
6794         Release 0.5.0 preparation
6795
6796 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6797
6798         * comics/Makefile.am:
6799         * configure.ac:
6800         * shell/ev-document-types.c: (ev_document_types_add_filters):
6801         
6802         More advanced handling of custom mime type installation.
6803
6804 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * data/evince.schemas.in:
6807         * shell/ev-metadata-manager.c: (value_free),
6808         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6809         (ev_metadata_manager_get), (ev_metadata_manager_set):
6810         * shell/ev-metadata-manager.h:
6811         * shell/ev-window.c: (update_chrome_flag),
6812         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6813         (setup_document_from_metadata), (setup_chrome_from_metadata),
6814         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6815         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6816         (ev_window_view_toolbar_cb),
6817         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6818         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6819         
6820         Save last document settings and reuse them for new documents.
6821
6822 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6823
6824         * Makefile.am:
6825         * backend/Makefile.am:
6826         * backend/ev-document-factory.c:
6827         * backend/ev-document-factory.h:
6828         * comics/Makefile.am:
6829         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6830         (comics_document_load), (comics_document_save),
6831         (comics_document_get_n_pages), (comics_document_get_page_size),
6832         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6833         (comics_document_class_init), (comics_document_can_get_text),
6834         (comics_document_get_info), (comics_document_document_iface_init),
6835         (comics_document_init), (get_supported_image_extensions),
6836         (comics_document_thumbnails_get_geometry),
6837         (comics_document_thumbnails_get_thumbnail),
6838         (comics_document_thumbnails_get_dimensions),
6839         (comics_document_document_thumbnails_iface_init), (extract_argv):
6840         * comics/comics-document.h:
6841         * comics/ev-cbr-mime.xml:
6842         * configure.ac:
6843         * po/POTFILES.in:
6844         * shell/ev-application.c: (ev_application_register_service):
6845         * shell/ev-document-types.c: (ev_document_types_add_filters):
6846         * thumbnailer/Makefile.am:
6847         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6848         
6849         New CBR/CBZ backend for comic books.
6850
6851 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * shell/main.c: (load_files_remote):
6854
6855         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6856         warning on startup of second instance is fixed. It
6857         is bug #320353.
6858
6859 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6860
6861         * shell/ev-window.c: (ev_window_finalize):
6862         
6863         Fix double free that cause crash.
6864
6865 2005-10-29  Bastien Nocera <hadess@hadess.net>
6866
6867         * tiff/tiff-document.c: (tiff_document_load):
6868         
6869         Fix memory leak.
6870
6871 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * po/POTFILES.in:
6874         * shell/Makefile.am:
6875         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6876         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6877         (ev_view_accessible_get_text),
6878         (ev_view_accessible_get_character_at_offset),
6879         (ev_view_accessible_get_text_before_offset),
6880         (ev_view_accessible_get_text_at_offset),
6881         (ev_view_accessible_get_text_after_offset),
6882         (ev_view_accessible_get_character_count),
6883         (ev_view_accessible_get_caret_offset),
6884         (ev_view_accessible_set_caret_offset),
6885         (ev_view_accessible_get_run_attributes),
6886         (ev_view_accessible_get_default_attributes),
6887         (ev_view_accessible_get_character_extents),
6888         (ev_view_accessible_get_offset_at_point),
6889         (ev_view_accessible_get_n_selections),
6890         (ev_view_accessible_get_selection),
6891         (ev_view_accessible_add_selection),
6892         (ev_view_accessible_remove_selection),
6893         (ev_view_accessible_set_selection),
6894         (ev_view_accessible_text_iface_init),
6895         (ev_view_accessible_idle_do_action),
6896         (ev_view_accessible_action_do_action),
6897         (ev_view_accessible_action_get_n_actions),
6898         (ev_view_accessible_action_get_description),
6899         (ev_view_accessible_action_get_name),
6900         (ev_view_accessible_action_set_description),
6901         (ev_view_accessible_action_iface_init),
6902         (ev_view_accessible_get_type), (ev_view_accessible_new),
6903         (ev_view_accessible_factory_get_accessible_type),
6904         (ev_view_accessible_factory_create_accessible),
6905         (ev_view_accessible_factory_class_init),
6906         (ev_view_accessible_factory_get_type):
6907         * shell/ev-view-accessible.h:
6908         * shell/ev-view-private.h:
6909         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6910         * shell/ev-view.h:
6911         
6912         Initial accessibility support.
6913
6914 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6915
6916         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6917
6918 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6919
6920         * shell/ev-print-job.c: (idle_print_handler):
6921         
6922         Fix for bug Bug 318916: Printing multiple pages.
6923
6924 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6925
6926         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6927
6928 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6929
6930         * pdf/ev-poppler.cc:
6931         
6932         Thumnail dimensions unified with other backends.
6933         
6934         * shell/ev-window-title.c: (ev_window_title_update):
6935         
6936         Fix warning.
6937
6938 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6939
6940         * data/ev-stock-zoom-fit-width.png:
6941         
6942         Remove unused file.
6943
6944 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * configure.ac:
6947         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6948         (djvu_document_finalize):
6949         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6950         (dvi_document_finalize):
6951         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6952         (pixbuf_document_save), (pixbuf_document_finalize):
6953         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6954         (tiff_document_finalize):
6955         
6956         Save a copy implemented for various backends.
6957
6958 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6959
6960         * configure.ac:
6961         
6962         Don't link with ltiff if tiff is disabled.
6963
6964 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6965
6966         * pdf/GDKSplashOutputDev.cc:
6967         * pdf/GDKSplashOutputDev.h:
6968         * pdf/Thumb.cc:
6969         * pdf/Thumb.h:
6970         * pdf/pdf-document.cc:
6971         * pdf/pdf-document.h:
6972         * pdf/test-gdk-output-dev.cc:
6973         
6974         Remove old unused files.
6975
6976 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6977
6978         * shell/ev-window.c: (ev_window_setup_document):
6979         
6980         Fixed warnings on reload and probably crash reason.
6981
6982 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6983
6984         * properties/ev-properties-view.c:
6985         (ev_properties_view_format_date):
6986         
6987         Check if date is invalid. Fix for bug 318134.
6988
6989 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6990
6991         * shell/ev-window-title.c:
6992         
6993         Add .indd files (Adobe Indesign) to the list of "bad
6994         extensions".
6995
6996 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6997
6998         * data/evince-ui.xml:
6999         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7000         
7001         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7002
7003 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7004
7005         * shell/ev-window.c: (launch_link), (launch_external_uri),
7006         (view_external_link_cb):
7007
7008         URL-escape link before passing it to gnome_vfs_url_show.
7009
7010 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7011
7012         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7013         there isn't text selected.
7014
7015 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7016
7017         * shell/ev-view.c: (handle_link_over_xy):
7018
7019         Check tooltip is valid utf8 before showing it
7020
7021 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7022
7023         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7024
7025 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7026
7027         * shell/ev-window-title.c: (ev_window_title_update):
7028
7029         Guard against using g_strstrip on NULL. Fixes bug #317291.
7030
7031 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7032
7033         * pdf/ev-poppler.cc:
7034
7035         Show title even for unknown links
7036
7037 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7038
7039         * shell/ev-window-title.c: (ev_window_title_update):
7040
7041         Strip the title string
7042
7043 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7044
7045         * shell/ev-window-title.c:
7046
7047         Add .rtf to the bad extensions list
7048
7049 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7050
7051         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7052         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7053
7054         Ignore link coordinates if they are outside page bounds
7055
7056 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7057
7058         * backend/ev-link.c: (ev_link_type_get_type),
7059         (ev_link_get_filename), (ev_link_get_params),
7060         (ev_link_get_property), (ev_link_set_property),
7061         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7062         * backend/ev-link.h:
7063         * pdf/ev-poppler.cc:
7064         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7065         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7066         (ev_window_init):
7067
7068         Implement launch links. Delegate external link opening to
7069         the window.
7070
7071 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7072
7073         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7074         (ev_link_get_right), (ev_link_get_property),
7075         (ev_link_set_property), (ev_link_class_init),
7076         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7077         * backend/ev-link.h:
7078         * pdf/ev-poppler.cc:
7079         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7080
7081         Implement fitr links
7082
7083 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7084
7085         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7086         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7087         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7088         (ev_view_size_request_continuous),
7089         (ev_view_size_request_dual_page),
7090         (ev_view_size_request_single_page), (ev_view_size_allocate),
7091         (ev_view_zoom_for_size_continuous_and_dual_page),
7092         (ev_view_zoom_for_size_continuous),
7093         (ev_view_zoom_for_size_dual_page),
7094         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7095         (ev_sizing_mode_get_type):
7096         * shell/ev-view.h:
7097         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7098
7099         Do not use modes for link, we need to calculate size ad hoc.
7100         Still not perfect because of the usual scrollbar issues grrr.
7101
7102 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7103
7104         * backend/ev-link.c: (ev_link_type_get_type),
7105         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7106         * backend/ev-link.h:
7107         * pdf/ev-poppler.cc:
7108         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7109         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7110         (ev_view_size_request_continuous),
7111         (ev_view_size_request_dual_page),
7112         (ev_view_size_request_single_page), (ev_view_size_allocate),
7113         (zoom_for_size_fit_height),
7114         (ev_view_zoom_for_size_continuous_and_dual_page),
7115         (ev_view_zoom_for_size_continuous),
7116         (ev_view_zoom_for_size_dual_page),
7117         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7118         (ev_sizing_mode_get_type):
7119         * shell/ev-view.h:
7120         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7121
7122         Implement FIT_HEIGHT mode (only for links).
7123         Implement FITH links
7124
7125 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7126
7127         * shell/ev-window-title.c: (get_filename_from_uri),
7128         (ev_window_title_sanitize_extension), (ev_window_title_update),
7129         (ev_window_title_set_document), (ev_window_title_set_uri),
7130         (ev_window_title_free):
7131         * shell/ev-window-title.h:
7132         * shell/ev-window.c: (ev_window_setup_document),
7133         (ev_window_popup_password_dialog):
7134
7135         Refactor window title building while fixing it for
7136         password documents.
7137
7138 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7139
7140         * pdf/ev-poppler.cc:
7141
7142         Escape link title before setting it in the model
7143
7144 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7145
7146         * shell/ev-application.c: (removed_from_session), (save_session),
7147         (init_session), (ev_application_get_empty_window),
7148         (ev_application_init), (ev_application_get_windows):
7149         * shell/ev-application.h:
7150         * shell/ev-window.c: (ev_window_finalize):
7151
7152         Add a function to retrieve window list and share it where
7153         necessary.
7154         Implement session handling, works pretty well thanks to the
7155         metadata system.
7156
7157 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7158
7159         * shell/ev-password.c: (ev_password_item_created_callback),
7160         (ev_password_dialog_save_password):
7161         
7162         Fix for bug 316972. Use async gnome-keyring API.
7163
7164 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7165
7166         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7167         Remove unused unrealize handler. Add scroll handling to
7168         ev_view_scroll_event for presentation mode (bug #316708),
7169         and fix the event state checks there.
7170
7171 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7172
7173         * shell/ev-page-action.c: (page_changed_cb):
7174
7175         "marco, maybe we should be crazy and jump right to 6! :)"
7176
7177         Bryan Clark, Sep 2005
7178
7179 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7180
7181         * ps/ps-document.c: (save_document), (ps_document_save),
7182         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7183         (ps_document_ps_export_end):
7184
7185         Fix unstructured documents save and print
7186
7187 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7188
7189         * shell/ev-application.c: (ev_application_open_uri):
7190
7191         Fix window size persistance
7192
7193 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7194
7195         * shell/ev-view.c: (ev_view_button_release_event):
7196
7197         Based on a patch from carlosgc@gnome.org. Mouse buttons
7198         switch pages in presentation mode.
7199
7200 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7201
7202         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7203
7204         Dont cast to int before scaling
7205
7206 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7207
7208         * backend/ev-link.c: (ev_link_type_get_type),
7209         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7210         (ev_link_new_page_fith):
7211         * backend/ev-link.h:
7212         * pdf/ev-poppler.cc:
7213         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7214
7215         Implement FIT and FITH links
7216
7217 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7218
7219         * pdf/ev-poppler.cc:
7220
7221         Return 0 results when search is not in progress.
7222
7223         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7224         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7225
7226         Update menu sensitivity when cancelling search
7227
7228 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7229
7230         * shell/ev-view.c: (ev_view_can_find_next):
7231
7232         Take all pages in consideration, not just current one
7233
7234 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7235
7236         * shell/ev-page-cache.c:
7237         * shell/ev-page-cache.h:
7238         * shell/ev-view.c: (ev_view_binding_activated),
7239         (ev_view_next_page), (ev_view_previous_page),
7240         (ev_sizing_mode_get_type):
7241         * shell/ev-view.h:
7242         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7243         (ev_window_cmd_go_next_page):
7244
7245         Move page next/previous functions from page chace to
7246         view and change it to move by 2 page steps in dual mode.
7247
7248 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7249
7250         * shell/ev-window.c: (update_sidebar_visibility),
7251         (setup_sidebar_from_metadata), (ev_window_setup_document),
7252         (setup_view_from_metadata):
7253
7254         Show the index by default when there is one     
7255
7256 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7257
7258         * shell/ev-window-title.c: (ev_window_title_set_document):
7259
7260         Missing null check
7261
7262 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7263
7264         * shell/ev-view.c: (view_update_range_and_current_page):
7265         
7266         Allow display of last odd page in dual view. Fix for 316347.
7267
7268 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7269
7270         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7271         
7272         Make close button default. Fix for 316383.
7273
7274 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7275
7276         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7277         
7278         Mark close button as default. Fix for 316381.
7279
7280 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7281
7282         * backend/ev-link.c: (ev_link_class_init):
7283
7284         Allow negative doubles in left/top properties
7285
7286 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7287
7288         * shell/ev-window.c:
7289
7290         Remove a bunch of strings that was used only
7291         by the statusbar.
7292
7293 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7294
7295         * shell/ev-window-title.c: (get_filename_from_uri),
7296         (ev_window_title_set_document):
7297
7298         When title has a confusing extension, show also
7299         the document filename inside ()
7300
7301 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7302
7303         * shell/Makefile.am:
7304         * shell/ev-window-title.c: (ev_window_title_new),
7305         (ev_window_title_update), (ev_window_title_set_type),
7306         (ev_window_title_set_document), (ev_window_title_free):
7307         * shell/ev-window-title.h:
7308         * shell/ev-window.c: (ev_window_setup_document),
7309         (password_dialog_response), (ev_window_popup_password_dialog),
7310         (ev_window_dispose), (ev_window_init):
7311
7312         Factor out and cleanup window title code
7313
7314 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7315
7316         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7317         (unable_to_load):
7318
7319         Make dialog transient so it doesnt block other windows
7320
7321 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7322
7323         * pdf/ev-poppler.cc:
7324         
7325         Fix pdf thumbnails rendering.
7326
7327 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7328
7329         * shell/ev-window.c: (fullscreen_set_timeout):
7330         
7331         Increase timeout to hide full screen popup. Bug 
7332         316123. 
7333
7334 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7335
7336         * data/evince.schemas.in:
7337         * shell/ev-window.c: (update_action_sensitivity):
7338
7339         Allow the user to override document restrictions. Fix for bug
7340         305818.
7341
7342 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7343
7344         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7345         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7346         (ev_window_class_init): Fix multihead behaviour of fullscreen
7347         toolbar popup. Fixes bug #315451.
7348
7349 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7350
7351         * configure.ac:
7352         * data/evince-password.glade:
7353         * shell/ev-password.c: (ev_password_dialog_set_property),
7354         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7355         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7356         (ev_password_dialog_entry_changed_cb),
7357         (ev_password_dialog_entry_activated_cb),
7358         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7359         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7360         (ev_password_dialog_set_bad_pass):
7361         * shell/ev-password.h:
7362         * shell/ev-window.c: (password_dialog_response),
7363         (ev_window_popup_password_dialog):
7364         
7365         Support for gnome-keyring for encrypted PDF's.
7366
7367 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7368
7369         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7370         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7371         (ev_view_enter_notify_event), (ev_view_class_init):
7372         
7373         More precise handling of enter_notify/leave_notify events
7374         in EvView. Fix for bug 315470.
7375
7376 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7377
7378         * shell/ev-window.c: (fullscreen_timeout_cb),
7379         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7380         (ev_window_dispose):
7381
7382         leak fix: unref fullscreen_timeout_source before clearing it
7383
7384 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7385
7386         * configure.ac, dvi/mdvi/Makefile.am: 
7387         
7388         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7389
7390 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7391
7392         * backend/ev-link.c: (ev_link_new_page_xyz):
7393         * pdf/ev-poppler.cc:
7394         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7395
7396         Fix some bugs with xyz links, respect zoom
7397
7398 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7399
7400         * shell/ev-window.c: (page_changed_cb),
7401         (setup_document_from_metadata), (update_sidebar_visibility),
7402         (setup_view_from_metadata), (ev_window_run_fullscreen),
7403         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7404         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7405         (ev_window_dual_mode_changed_cb),
7406         (ev_window_sidebar_current_page_changed_cb):
7407
7408         null check uri before setting and getting metadata
7409
7410 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7411
7412         * dvi/Makefile.am:
7413         * properties/Makefile.am:
7414         * shell/Makefile.am:
7415         * thumbnailer/Makefile.am:
7416
7417         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7418
7419 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7420
7421         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7422         (selection_changed_callback):
7423         * shell/ev-sidebar-links.h:
7424
7425         Add a signal for link activation.
7426
7427         * shell/ev-view.c: (ev_view_goto_link),
7428         (ev_view_button_release_event):
7429         * shell/ev-view.h:
7430         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7431         (ev_window_init):
7432
7433         Implement the signal so that we can handle all link types.
7434
7435         * shell/ev-page-cache.c:
7436
7437         Remove unused set_link function
7438
7439 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7440
7441         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7442
7443         Add some space from the cursor, hardcoded but I couldnt
7444         find a better way.
7445
7446 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7447
7448         * lib/ev-tooltip.c:
7449
7450         Use mozilla style vs gtk style, way better for links.
7451
7452         * shell/ev-view.c: (ev_view_motion_notify_event),
7453         (ev_view_destroy), (ev_view_init):
7454
7455         Deactive tooltip when the link hovered is changed.
7456
7457 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7458
7459         * backend/ev-document.h:
7460         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7461         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7462         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7463         (ev_link_new_page), (ev_link_new_page_xyz):
7464         * backend/ev-link.h:
7465         * pdf/ev-poppler.cc:
7466         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7467         (go_to_link), (tip_from_link):
7468
7469         Implement xyz links, still not functional. Links are a total
7470         mess, will need to refactor and bugfix a lot :(
7471
7472 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7473
7474         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7475
7476 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7477
7478         * data/evince-ui.xml:
7479         * data/evince.schemas.in:
7480         * shell/Makefile.am:
7481         * shell/ev-window.c: (update_chrome_visibility),
7482         (password_dialog_response), (ev_window_load_job_cb),
7483         (ev_window_xfer_job_cb), (ev_window_open_uri),
7484         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7485         (ev_window_init):
7486
7487         Remove the statusbar. This regress loading feedback, need to
7488         check with Bryan what we want to do there...
7489
7490 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7491
7492         * lib/ev-tooltip.c: (ev_tooltip_init):
7493
7494         Fix tooltip border and size handling
7495
7496 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7497
7498         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7499         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7500         (ev_tooltip_timeout), (ev_tooltip_activate),
7501         (ev_tooltip_deactivate):
7502         * lib/ev-tooltip.h:
7503         * shell/ev-view.c: (ev_view_motion_notify_event):
7504
7505         Delay popup showing. Mirror gtk logic/times.
7506
7507 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7508
7509         * lib/Makefile.am:
7510         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7511         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7512         (ev_tooltip_set_text), (ev_tooltip_set_position):
7513         * lib/ev-tooltip.h:
7514
7515         Simple widget to show tooltips at a custom position
7516
7517         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7518         (ev_view_destroy):
7519
7520         Use it for links. First go, needs work
7521
7522 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7523
7524         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7525         HIG fixes.  Use title capitalization for window title. Use 12 
7526         pixels of space between the dialog's vbox and action area.
7527
7528 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7529
7530         * shell/ev-window.c: (file_open_dialog_response_cb),
7531         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7532         (ev_window_cmd_save_as):
7533
7534         Make file pickers not modal and refactor code some
7535
7536 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7537
7538         * shell/ev-sidebar.h:
7539         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7540         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7541         (ev_sidebar_class_init), (ev_sidebar_select_page),
7542         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7543         (ev_sidebar_set_page):
7544
7545         Add a current page property and allow to get/set it
7546
7547         * shell/ev-window.c: (setup_view_from_metadata),
7548         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7549
7550         Persist current sidebar page per document
7551
7552 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7553
7554         * data/evince.schemas.in:
7555         * shell/ev-window.c: (update_chrome_visibility),
7556         (setup_document_from_metadata), (update_sidebar_visibility),
7557         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7558         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7559         (ev_window_run_presentation), (ev_window_stop_presentation),
7560         (ev_window_view_sidebar_cb),
7561         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7562         (load_chrome), (ev_window_init):
7563
7564         Persist size/visibility of sidebar per document
7565
7566 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7567
7568         * shell/ev-view.c (draw_loading_text): Draw loading text.
7569
7570 2005-09-02  Dan Damian  <dand@gnome.ro>
7571
7572         * configure.in: Added "ro" to ALL_LINGUAS.
7573
7574 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7575
7576         * shell/ev-view.c: (clear_caches):
7577
7578         ev_page_cache_get doesnt return a reference,
7579         dont try to unref it.
7580
7581 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7582
7583         * shell/main.c: (load_files_remote):
7584
7585         Fix timestamp parameter with dbus <= 0.33
7586
7587 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7588
7589         * data/evince.schemas.in:
7590
7591         Add missing full stop
7592
7593 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7594
7595         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7596         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7597
7598         Plug some memory leaks
7599
7600 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7601
7602         * configure.ac:
7603         * lib/ev-debug.c: (trap_handler):
7604
7605         Check for execinfo.h and use it only if it exists.
7606         Ported from Epiphany (bug #314776).
7607
7608 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7609
7610         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7611
7612 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7613
7614         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7615         * po/id.po      : Added Indonesian translation
7616
7617 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7618
7619         * shell/main.c:
7620         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7621         * NEWS: Release 0.4.0
7622
7623 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7624
7625         * configure.ac: catch another gtk+-2.8ism
7626         * shell/main.c: Make work with gtk+-2.6
7627
7628 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7629
7630         * shell/ev-application-service.xml: Add 'timestamp' argument to
7631           ev_application_open_window and ev_application_open_uri methods.
7632
7633         * shell/ev-application.h: Add 'timestamp' argument to
7634           ev_application_open_window, ev_application_open_uri,
7635           and ev_application_open_uri_list functions.
7636
7637         * shell/ev-application.c (ev_application_open_window,
7638           ev_application_open_uri, ev_application_open_uri_list): Change
7639           functions that show/present windows to use a timestamp if one
7640           is passed in.
7641
7642         * shell/ev-window.c (ev_window_cmd_file_open,
7643           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7644         * shell/main.c (load_files): Modify calls to ev_application to
7645           include GDK_CURRENT_TIME as timestamp.
7646
7647         * shell/main.c (load_files_remote): Obtain timestamp for client
7648           instance from GDK and pass to server instance so new windows are
7649           focused properly.  Fix dbus_g_proxy_call() calls by including second
7650           G_TYPE_INVALID.
7651           
7652         Closes bug #314475.
7653
7654 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7655
7656         * shell/ev-window.c (ev_window_finalize): Check for
7657         avail. EvWindows when quiting to handle the finalize better,
7658         #314497
7659
7660 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7661         
7662         * properties/ev-properties-view.c: 
7663         
7664         Set textdomain to libglade. Fixes translation problem in property page.
7665
7666 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7667
7668         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7669         * dvi/Makefile.am:
7670         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7671         * dvi/mdvi-lib/Makefile.am:
7672         
7673         Fix rotation of thumbnails, ported to new API. Moved library
7674         dependencies earlier, probably it will fix linkage problem.
7675
7676 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7677
7678         * backend/ev-document-misc.c:
7679         (ev_document_misc_get_thumbnail_frame):
7680         * backend/ev-document-misc.h:
7681         * configure.ac:
7682         * pdf/ev-poppler.cc:
7683         * shell/Makefile.am:
7684         * shell/ev-sidebar-thumbnails.c: (add_range),
7685         (ev_sidebar_thumbnails_set_loading_icon),
7686         (ev_sidebar_thumbnails_refresh),
7687         (ev_sidebar_thumbnails_set_document):
7688         * shell/ev-sidebar-thumbnails.h:
7689         * shell/ev-view.c: (ev_view_motion_notify_event),
7690         (ev_view_set_property), (ev_view_get_property),
7691         (ev_view_class_init), (ev_view_set_rotation):
7692         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7693         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7694         (ev_window_init):
7695         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7696         Redo rotation (again).  prepare for 0.4.0
7697
7698 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7699
7700         * configure.ac: Bump poppler requirement to 0.4.1.
7701
7702         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7703         argument to poppler_page_render_selection() call.
7704
7705 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7706
7707         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7708         (djvu_document_thumbnails_get_thumbnail):
7709         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7710         (dvi_document_thumbnails_get_thumbnail):
7711         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7712         (pixbuf_document_thumbnails_get_thumbnail):
7713         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7714         
7715         Update rotation direction of backends to fit with pdf and ps.
7716
7717 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7718
7719         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7720         * backend/ev-async-renderer.h:
7721         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7722         (setup_page), (ps_document_get_page_size),
7723         (ps_async_renderer_render_pixbuf):
7724         * ps/ps-document.h:
7725         * shell/ev-jobs.c: (ev_job_render_run):
7726
7727         Fix orientation in the postscript document
7728
7729 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7730
7731         * pdf/ev-poppler.cc:
7732         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7733         * shell/ev-view.c: (highlight_find_results):
7734
7735         Adapt to the new poppler rotation API. Fix text maps on landscape
7736         documents.
7737
7738 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7739
7740         * shell/ev-view.c (compute_new_selection_text): get the correct
7741         region when selecting in modes other than continuous.
7742
7743 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7744
7745         * shell/main.c (main): remove redundant g_warnings.
7746
7747 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7748
7749         * shell/Makefile.am: Don't include autogenerated
7750         file ev-application-service.h into distribution, since
7751         it causes dbus crash. Fix for bugs 313724 and 313443. 
7752
7753 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7754
7755         * configure.ac: Fix sed expression for FreeBSD. Thanks
7756         to Joe Marcus Clark <marcus@freebsd.org>
7757         
7758         * shell/eggfindbar.c: (entry_activate_callback),
7759         (entry_changed_callback), (egg_find_bar_init),
7760         (egg_find_bar_set_search_string):
7761         
7762         Made findbar buttons unsensitive if there is no text in
7763         entry. Fix for the bug 313285.
7764
7765 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7766
7767         * ps/ps-document.c: Use g_filename_display_name for displaying
7768         filenames and revert string freeze breackage
7769
7770 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7771
7772         * NEWS:
7773         * configure.ac:
7774
7775         Update for 0.3.4
7776
7777         * shell/Makefile.am:
7778
7779         Add ev-application-service.xml to extra dist
7780
7781         * shell/ev-view.c: (find_page_at_location):
7782
7783         Remove unused function (fix warning)
7784
7785 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7786
7787         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7788         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7789         
7790         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7791         bug 313623.
7792
7793 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7794
7795         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7796         * shell/ev-window.c:
7797         Fix build warnings
7798
7799 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7800
7801         * configure.ac: Update script to get dbus version.
7802         Fix for the bug #313443.
7803
7804 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7805
7806         * shell/ev-window.c: (ev_window_cmd_escape):
7807         
7808         Return focus back to view on escape. Fix for bug 313295.
7809
7810 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7811
7812         * shell/ev-window.c: (update_window_title),
7813         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7814         (ev_window_cmd_save_as):
7815         
7816         Correct conversion from uri to displayable string. Fix for
7817         bug 313296.
7818
7819 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7820
7821         * ps/ps-document.c: convert filename to utf8 when there is an error
7822         loading document. Fixes #309915
7823
7824 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7825
7826         * configure.ac:
7827
7828         We depend on poppler 0.4.0
7829
7830 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7831
7832         * configure.ac:
7833         * NEWS: Release 0.3.3.
7834         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7835
7836 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7837
7838         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7839         add a couple missing mnemonics to menu items, use title 
7840         capitalization for menu items and window titles, and add 
7841         ellipsis to open menu item.     
7842
7843 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7844
7845         * pdf/ev-poppler.cc:
7846         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7847         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7848         (ev_view_get_rotation):
7849         * shell/ev-view.h:
7850         * shell/ev-window.c: (setup_view_from_metadata),
7851         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7852         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7853         disk.
7854
7855 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7856
7857         * configure.ac: Added tr to ALL_LINGUAS
7858
7859 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7860
7861         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7862         requires several clicks to find word. Thanks to 
7863         Colin Slater <kiltedtaco@gmail.com>.
7864
7865 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7866
7867         * data/evince.desktop.in.in: Hide menu entry and
7868         rename it to "Document Viewer". Fix for bug 
7869         #312399.
7870
7871 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7872
7873         * shell/ev-page-action.c (ev_page_action_class_init): 
7874
7875         Point to the correct function in constructor of the
7876         activate_label signal
7877
7878 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7879
7880         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7881         * shell/ev-jobs.h: Make thread safe.
7882
7883 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7884
7885         * shell/ev-view.c: (view_update_range_and_current_page):
7886         Don't update page range if we are scrolling to some document
7887         point.
7888
7889 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7890
7891         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7892         when getting max_page_width, fix drawing in dual mode.
7893
7894 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7895
7896         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7897         getting the area for select_all.
7898
7899 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7900
7901         * backend/ev-selection.c: (ev_selection_render_selection):
7902         * backend/ev-selection.h:
7903         * pdf/ev-poppler.cc:
7904         * shell/ev-jobs.c: (ev_job_render_new):
7905         * shell/ev-jobs.h:
7906         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7907         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7908         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7909         (ev_view_class_init):
7910
7911         Change selection color on focus in and focus out events.  Also,
7912         poppler now uses GdkColor for specifying the selection colors, so
7913         drop some awkward conversion code.
7914
7915 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7916
7917         * configure.ac: Added Hebrew translation
7918
7919 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7920
7921         * NOTES:
7922         * backend/ev-selection.c: (ev_selection_render_selection):
7923         * backend/ev-selection.h:
7924         * pdf/ev-poppler.cc:
7925         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7926         (ev_job_render_run):
7927         * shell/ev-jobs.h:
7928         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7929         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7930         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7931         (ev_pixbuf_cache_style_changed),
7932         (ev_pixbuf_cache_get_selection_pixbuf),
7933         (ev_pixbuf_cache_set_selection_list),
7934         (ev_pixbuf_cache_get_selection_list):
7935         * shell/ev-pixbuf-cache.h:
7936         * shell/ev-utils.c: (ev_print_region_contents):
7937         * shell/ev-utils.h:
7938         * shell/ev-view.c: (ev_view_queue_draw_page),
7939         (selection_update_idle_cb), (ev_view_motion_notify_event),
7940         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7941         (setup_caches), (ev_view_find_next), (merge_selection_region),
7942         (selection_free):
7943         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7944
7945         Clean up selection to be much smoother!
7946
7947 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7948
7949         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7950         to poppler_page_render_selection().
7951
7952 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7953
7954         * ps/ps-document.c: (save_page_list): Use
7955         unzipped document when printing. Thanks to 
7956         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7957         311016.
7958
7959 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7960
7961         * shell/ev-window.c: (update_action_sensitivity):
7962         
7963         Disable print and save respect to lockdown gconf keys. Fix
7964         for 312342.
7965
7966 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * configure.ac:
7969         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7970         (write_to_temp_file), (ev_file_set_contents):
7971         * shell/ev-utils.h:
7972         * shell/ev-window.c: (save_print_config_to_file):
7973         
7974         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7975         Fix for bug 312238
7976
7977 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7978
7979         * shell/ev-window.c: (load_print_config_from_file),
7980         (save_print_config_to_file), (ev_window_print_range):
7981
7982         Persist the print settings. Fixes bug #311578.
7983
7984 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7985
7986         * djvu/djvu-document.c: (djvu_document_get_page_size),
7987         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7988         (djvu_document_thumbnails_get_thumbnail):
7989         * dvi/dvi-document.c: (dvi_document_get_page_size),
7990         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7991         (dvi_document_thumbnails_get_dimensions),
7992         (dvi_document_thumbnails_get_thumbnail):
7993         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7994         (pixbuf_document_render_pixbuf),
7995         (pixbuf_document_document_iface_init),
7996         (pixbuf_document_thumbnails_get_thumbnail):
7997         
7998         Update backends to make them build with new rotation system.
7999
8000 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8001
8002         * help/C/figures/evince_start_window.png:
8003         
8004         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8005
8006 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8007
8008         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8009         * shell/ev-pixbuf-cache.h:
8010         * shell/ev-sidebar-thumbnails.c:
8011         (ev_sidebar_thumbnails_get_property), (add_range),
8012         (adjustment_changed_cb):
8013         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8014         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8015         we were thumbnailing the entire docment on startup, slowing us
8016         down hugely. 
8017
8018 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8019
8020         * shell/ev-page-cache.c: (ev_page_cache_new):
8021         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8022         == 0, fixes #310306.
8023
8024 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8025
8026         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8027         (ev_view_rotate_left):
8028
8029         Account rotation in doc_rect_to_view_rect.
8030         Ensure rotation doesnt go out of bounds.
8031
8032 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8033
8034         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8035
8036         Correct and cleanup w/h swapping
8037
8038 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8039
8040         * backend/ev-document-thumbnails.c:
8041         (ev_document_thumbnails_get_thumbnail):
8042         * backend/ev-document-thumbnails.h:
8043         * backend/ev-document.c:
8044         * backend/ev-document.h:
8045         * backend/ev-render-context.c: (ev_render_context_new),
8046         (ev_render_context_set_rotation):
8047         * backend/ev-render-context.h:
8048         * pdf/ev-poppler.cc:
8049         * ps/ps-document.c: (ps_document_document_iface_init):
8050         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8051         * shell/ev-jobs.h:
8052         * shell/ev-page-cache.c: (build_height_to_page),
8053         (ev_page_cache_new), (ev_page_cache_get_size),
8054         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8055         (ev_page_cache_get_height_to_page):
8056         * shell/ev-page-cache.h:
8057         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8058         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8059         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8060         (ev_pixbuf_cache_get_selection_pixbuf):
8061         * shell/ev-pixbuf-cache.h:
8062         * shell/ev-print-job.c: (idle_print_handler):
8063         * shell/ev-sidebar-thumbnails.c: (add_range):
8064         * shell/ev-view.c: (view_update_range_and_current_page),
8065         (get_page_y_offset), (get_page_extents),
8066         (ev_view_size_request_continuous_dual_page),
8067         (ev_view_size_request_continuous),
8068         (ev_view_size_request_dual_page),
8069         (ev_view_size_request_single_page), (draw_one_page),
8070         (ev_view_set_rotation), (ev_view_rotate_right),
8071         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8072         (ev_view_zoom_for_size_continuous_and_dual_page),
8073         (ev_view_zoom_for_size_continuous),
8074         (ev_view_zoom_for_size_dual_page),
8075         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8076         (ev_view_select_all):
8077         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8078         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8079         (tiff_document_document_iface_init),
8080         (tiff_document_thumbnails_get_thumbnail):
8081
8082         Use rotation rather than orientation. It's easier and enough
8083         for our needs.
8084
8085 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8086
8087         * shell/ev-page-cache.c: (build_height_to_page),
8088         (ev_page_cache_new), (ev_page_cache_get_size),
8089         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8090         (ev_page_cache_get_height_to_page):
8091         * shell/ev-page-cache.h:
8092         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8093         (ev_view_size_request_continuous_dual_page),
8094         (ev_view_size_request_continuous),
8095         (ev_view_zoom_for_size_continuous_and_dual_page),
8096         (ev_view_zoom_for_size_continuous):
8097
8098         Make the page cache aware of page orientation.
8099
8100 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8101
8102         * backend/ev-document-thumbnails.c:
8103         (ev_document_thumbnails_get_thumbnail):
8104         * backend/ev-document-thumbnails.h:
8105         * backend/ev-document.c:
8106         * backend/ev-document.h:
8107         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8108         * backend/ev-ps-exporter.h:
8109         * pdf/ev-poppler.cc:
8110         * ps/ps-document.c: (ps_document_document_iface_init),
8111         (ps_document_ps_export_do_page):
8112         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8113         * shell/ev-jobs.h:
8114         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8115         (ev_page_cache_get):
8116         * shell/ev-page-cache.h:
8117         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8118         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8119         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8120         * shell/ev-pixbuf-cache.h:
8121         * shell/ev-print-job.c: (idle_print_handler):
8122         * shell/ev-sidebar-thumbnails.c: (add_range):
8123         * shell/ev-view.c: (view_update_range_and_current_page),
8124         (get_page_extents), (ev_view_size_request_dual_page),
8125         (ev_view_size_request_single_page), (draw_one_page),
8126         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8127         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8128         (ev_view_zoom_for_size_dual_page),
8129         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8130         (ev_view_select_all):
8131         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8132         * tiff/tiff-document.c: (tiff_document_get_page_size),
8133         (tiff_document_get_orientation), (rotate_pixbuf),
8134         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8135         (tiff_document_thumbnails_get_thumbnail),
8136         (tiff_document_ps_export_do_page), (tiff_document_init):
8137
8138         Really make use of the orientation bit of the render context.
8139         Use the render context in a few more places in the backend API.
8140         This regress orientation, but now it's done right. Will try to
8141         fix it up asap...
8142
8143 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8144
8145         * shell/ev-view.c: (ensure_rectangle_is_visible):
8146
8147         Patch by Nickolay V. Shmyrev to fix find flickering
8148
8149 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8150
8151         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8152         duplex parameters to ::begin.
8153
8154         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8155         * shell/ev-print-job.c (idle_print_handler): 
8156         * ps/ps-document.c (ps_document_ps_export_begin): 
8157         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8158         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8159         implementations. Poppler backend needs poppler cvs. Rest has
8160         unchanged behavior.
8161
8162 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8163
8164         * shell/ev-window.c (using_pdf_printer): new function.
8165         (ev_window_print_range): print a less techy message if someone
8166         tries to print to PDF.
8167
8168 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8169
8170         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8171         from "unknown font" string. Bug #311431
8172
8173 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8174
8175         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8176
8177 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8178
8179         Bug #311280
8180         
8181         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8182         name for PopplerFontTypes
8183         (pdf_document_fonts_fill_model): add font type to the detail column
8184
8185         * backend/ev-document-fonts.h: added
8186         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8187
8188         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8189         font name and font details, add a little markup.
8190         (ev_properties_fonts_init): use the new cell data func, specify ypad
8191         property for the cell renderer.
8192         (ev_properties_fonts_set_document): add the details column.
8193
8194 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8195
8196         * configure.ac: Added "pl" to ALL_LINGUAS.
8197
8198 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8199
8200         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8201
8202 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8203
8204         * help/ChangeLog: Started this for translations of manual.
8205         * configure.ac, autogen.sh, .cvsignore: Migrated to
8206         gnome-doc-utils. Patch in bug #311222.
8207
8208 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8209
8210         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8211         #ifdef this away to fix an unused-function warning.
8212
8213 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8214
8215         * configure.ac: Added 'gl' to ALL_LINGUAS.
8216
8217 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8218
8219         * configure.ac: Added ne in ALL_LINGUAS
8220         
8221 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8222
8223         * shell/ev-view.c: (ev_view_leave_notify_event):
8224         
8225         Clear status message when pointer leaves view. Fix for bug
8226         #310818 
8227
8228 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8229
8230         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8231
8232 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8233
8234         * shell/ev-view.c: (ev_view_leave_notify_event),
8235         (ev_view_class_init):
8236         
8237         Set cursor to normal then leaving view.
8238
8239 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8240
8241         * configure.ac:
8242         
8243         Fix required djvulibre version.
8244
8245 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8246
8247         *configure.ac: Hindi (hi) language added
8248
8249 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8250
8251         *configure.ac: Punjabi (pa) Language added
8252
8253 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8254
8255         * data/evince-ui.xml, shell/ev-window.c:
8256         
8257         Add keypad accelerators for zooming. Fix for bug 308128.
8258
8259 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8260
8261         * Makefile.am:
8262         * backend/Makefile.am:
8263         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8264         * configure.ac:
8265         * shell/ev-document-types.c: (ev_document_types_add_filters):
8266
8267         Allow to enable/disable the pixbuf backend.
8268         Default to off for now. If we want it enabled we should
8269         really put mime types in the desktop, implement properties etc.
8270
8271         * properties/evince-properties.c:
8272
8273         Initialize error to NULL.
8274         Check error is not NULL before freeing.
8275
8276 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8277
8278         * shell/ev-window.c:
8279
8280         Use F5 as presentation accell
8281
8282 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8283
8284         * shell/ev-window.c: (update_chrome_visibility),
8285         (ev_window_create_fullscreen_popup), (ev_window_init):
8286
8287         Do not leak the fullscreen toolbar
8288
8289 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8290
8291         * shell/ev-window.c: (view_actions_focus_in_cb),
8292         (view_actions_focus_out_cb):
8293
8294         These has a return value! Fix totally random focus
8295         issues we was seeing.
8296
8297 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8298
8299         * shell/main.c: (load_files_remote):
8300
8301         Allow open more than one file
8302
8303 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8304
8305         * shell/main.c: (load_files_remote):
8306
8307         Fix for dbus 0.33. bug #309975
8308
8309 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8310
8311         * properties/ev-properties-main.c: (ev_properties_get_pages):
8312
8313         Actually return NULL for types we dont support
8314
8315 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8316
8317         * po/POTFILES.in:
8318
8319         Remove empty lines.
8320
8321 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8322
8323         * backend/ev-document-factory.c:
8324         (ev_document_factory_get_document):
8325
8326         Do not try to create the object if type
8327         is invalid.
8328
8329 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8330
8331         * ps/ps-document.c: (ps_document_dispose),
8332         (ps_async_renderer_render_pixbuf):
8333         * ps/ps-document.h:
8334
8335         Do not leak the target window
8336
8337 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8338
8339         * shell/ev-application.c: (ev_application_init):
8340
8341         Let tbe check file existence for us.
8342         Add a comment about eggrecent mime filter.
8343
8344 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8345
8346         * data/evince-ui.xml:
8347         * shell/ev-application.c: (ev_application_shutdown),
8348         (ev_application_init), (ev_application_get_toolbars_model),
8349         (ev_application_get_recent_model),
8350         (ev_application_save_toolbars_model):
8351         * shell/ev-application.h:
8352         * shell/ev-window.c: (ev_window_add_recent),
8353         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8354         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8355         (ev_window_init):
8356
8357         Use common toolbar and recent models for all windows.
8358         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8359
8360 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8361
8362         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8363         successfully check for gtk_icon_view_get_visible_range.
8364
8365 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8366
8367         * djvu/Makefile.am:
8368         * dvi/Makefile.am:
8369         
8370         Fix djvu and dvi backend build.
8371
8372 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8373
8374         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8375         (new_separator_pixbuf):
8376
8377         Don't leak windows.
8378
8379 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8380
8381         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8382
8383         HIGification of toolbar editor dialogue.
8384
8385 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8386
8387         * configure.ac:
8388         * shell/Makefile.am:
8389
8390         Ever build metadata manager since it's just
8391         disabled at runtime now.
8392
8393 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8394
8395         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8396         (ev_metadata_manager_get), (ev_metadata_manager_set):
8397         * shell/ev-metadata-manager.h:
8398
8399         Add an _init functions that enabled metadata management
8400         at runtime.
8401
8402         * shell/ev-window.c: (page_changed_cb),
8403         (setup_document_from_metadata), (ev_window_setup_document),
8404         (setup_view_from_metadata), (ev_window_open_uri),
8405         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8406         (ev_window_run_presentation), (ev_window_stop_presentation),
8407         (save_sizing_mode), (ev_window_zoom_changed_cb),
8408         (ev_window_continuous_changed_cb),
8409         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8410         (window_configure_event_cb):
8411
8412         Remove all ugly metadata define since we deal with it
8413         at runtime now.
8414
8415         * shell/main.c: (load_files_remote), (main):
8416
8417         Add support for dbus cvs head. Hopefully didnt break one
8418         of the other versions now!
8419
8420         If we dont get a response from the dbus server just
8421         give up with it and not enable metadata.
8422
8423 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8424
8425         * Makefile.am:
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         Make frontends depend on just libev.
8441         Rework and group CFLAGS/LIBS definitions.
8442         Cleanups.
8443
8444 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * shell/ev-window:
8447
8448         do not unnecessarily save zoom
8449
8450         * configure.ac:
8451         * lib/ev-file-helpers.c: (ev_dot_dir):
8452         * shell/Makefile.am:
8453         * shell/dummy.cc:
8454
8455         Some cleanups
8456
8457 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8458
8459         * configure.ac:
8460         
8461         Remove unnecessary dependencies
8462
8463 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8464
8465         * properties/Makefile.am:
8466         * thumbnailer/Makefile.am:
8467         * tiff/Makefile.am:
8468
8469         Some more cleanups. Was really necessary
8470         but I probably introduced bugs, feel free
8471         to flame :)
8472
8473 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8474
8475         * backend/Makefile.am:
8476         * configure.ac:
8477         * cut-n-paste/recent-files/Makefile.am:
8478         * cut-n-paste/toolbar-editor/Makefile.am:
8479         * cut-n-paste/zoom-control/Makefile.am:
8480         * lib/Makefile.am:
8481         * pdf/Makefile.am:
8482         * pixbuf/Makefile.am:
8483         * properties/Makefile.am:
8484         * ps/Makefile.am:
8485         * shell/Makefile.am:
8486         * thumbnailer/Makefile.am:
8487         * tiff/Makefile.am:
8488
8489         Use gnome-common macros when possible.
8490         Cleanup dependencies.
8491         Actually disable deprecated where possible.
8492
8493 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8494
8495         * Makefile.am:
8496         * backend/Makefile.am:
8497         * properties/Makefile.am:
8498         * shell/Makefile.am:
8499         * thumbnailer/Makefile.am:
8500
8501         This should solve the circular dep without
8502         requiring dir reorg!
8503
8504         * shell/ev-window.c: (setup_view_from_metadata):
8505
8506         Never restore window size/position when the
8507         window is already visible.
8508
8509 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8510
8511         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8512
8513         Return a boolean from timeout func. Fix ported from gedit.
8514
8515 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8516
8517         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8518
8519 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8520
8521         * shell/ev-document-types.c: set "All Documents" as default filter in
8522         open dialog
8523
8524 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8525
8526         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8527         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8528         (ev_metadata_manager_set_boolean): fix value/val thinko.
8529
8530 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8531
8532         * shell/ev-window.c: (setup_view_from_metadata),
8533         (window_state_event_cb), (window_configure_event_cb),
8534         (ev_window_init):
8535
8536         Remember window position and maximized state
8537
8538 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8539
8540         * configure.ac:
8541
8542         Fix DBUS configure checks.
8543
8544         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8545         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8546         (ev_metadata_manager_set_boolean):
8547
8548         Plug mem leaks.
8549
8550         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8551         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8552         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8553         (ev_window_continuous_changed_cb),
8554         (ev_window_dual_mode_changed_cb), (ev_window_new):
8555
8556         Fix the build without DBUS.
8557
8558 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8559
8560         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8561         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8562         (ev_metadata_manager_set_string),
8563         (ev_metadata_manager_set_boolean):
8564         * shell/ev-metadata-manager.h:
8565
8566         Add support for some more types
8567
8568         * shell/ev-view.c: (scroll_to_current_page),
8569         (ev_view_get_continuous), (ev_view_set_continuous),
8570         (ev_view_get_dual_page):
8571         * shell/ev-view.h:
8572         * shell/ev-window.c: (page_changed_cb),
8573         (setup_document_from_metadata), (ev_window_setup_document),
8574         (setup_view_from_metadata), (ev_window_open_uri),
8575         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8576         (ev_window_run_presentation), (ev_window_stop_presentation),
8577         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8578         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8579         (ev_window_update_dual_page_action),
8580         (ev_window_continuous_changed_cb),
8581         (ev_window_dual_mode_changed_cb), (ev_window_init):
8582
8583         Remember a bunch of view/document properties. Prolly some
8584         are still missing but it's getting interesting.
8585
8586 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8587
8588         * configure.ac: check if dbus-binding-tool is installed. Not the
8589         case on current Ubuntu breezy, it seems.
8590
8591 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8592
8593         * data/evince.desktop.in.in:
8594         
8595         Allow open uri lists and add TryExec field.
8596
8597 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8598
8599         * configure.ac:
8600
8601         Enable dbus when available, do not require a configure
8602         option.
8603
8604 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8605
8606         * configure.ac:
8607
8608         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8609         disabled.
8610
8611 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8612         Marco Pesenti Gritti  <mpg@redhat.com>
8613
8614         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8615         
8616         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8617         functions to the format required by dbus
8618
8619         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8620         errors. Use the RPC parameters in the expected way
8621
8622 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8623
8624         * Makefile.am:
8625         * properties/Makefile.am:
8626         * properties/ev-properties-main.c: (ev_properties_get_pages):
8627
8628         Support all mime types
8629
8630         * shell/Makefile.am:
8631         * thumbnailer/Makefile.am:
8632         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8633         (evince_thumbnail_pngenc_get):
8634
8635         Use the document factory
8636
8637 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8638
8639         * backend/Makefile.am:
8640         * backend/ev-document-factory.c:
8641         (mime_type_supported_by_gdk_pixbuf),
8642         (ev_document_type_get_from_mime),
8643         (ev_document_factory_get_document),
8644         (ev_document_factory_get_backend),
8645         (ev_document_factory_get_mime_types),
8646         (ev_document_factory_get_all_mime_types):
8647         * backend/ev-document-factory.h:
8648         * shell/Makefile.am:
8649         * shell/ev-document-types.c: (get_document_from_uri),
8650         (ev_document_types_get_document),
8651         (file_filter_add_mime_list_and_free),
8652         (ev_document_types_add_filters):
8653         * shell/ev-document-types.h:
8654         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8655         * shell/ev-properties-dialog.c:
8656         (ev_properties_dialog_set_document):
8657         * shell/ev-window.c: (ev_window_cmd_file_open),
8658         (ev_window_cmd_save_as):
8659         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8660
8661         Rework document types managing to avoid code duplication
8662         and actually abstract from backend implementations.
8663         Also provide a minimal factory api that can be used by
8664         thumbnailer/properties.
8665
8666 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8667
8668         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8669         Plug a mem leak.
8670         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8671         HIG spacings.
8672
8673 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8674
8675         * shell/ev-properties-dialog.c
8676         (ev_properties_dialog_set_document): only call
8677         ev_properties_fonts_set_document() if the document implements the
8678         fonts interface
8679
8680 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8681
8682         * configure.ac:
8683         * properties/Makefile.am:
8684         * properties/ev-properties-view.c:
8685         (ev_properties_view_register_type):
8686         * properties/ev-properties-view.h:
8687         * properties/ev-properties-main.h:
8688
8689         Implement nautilus plugin for properties.
8690         Works only for pdf atm, I need to rework the
8691         document types stuff to get this to work
8692         for all backends...
8693
8694 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8695
8696         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8697         (ev_properties_fonts_set_document): use
8698         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8699
8700 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8701
8702         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8703         them
8704         (PlaceImage, tiff2ps_process_page): use
8705         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8706
8707
8708 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8709
8710         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8711         (main): to call gnome_authentication_manager_init. Should fix
8712         Bug #308510
8713
8714         * configure.ac: that requires libgnomeui 2.6.0.
8715
8716 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8717
8718         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8719         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8720         use the new tiff2ps interfaces
8721
8722         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8723         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8724
8725         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8726         structure instead of global variables.  Remove use of static
8727         variables in functions.
8728
8729 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8730
8731         * shell/ev-page-action.c: unref the completion after setting it to the
8732         entry
8733
8734 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8735
8736         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8737         postscript files
8738
8739 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8740
8741         * shell/ev-window.c (update_action_sensitivity): disable
8742         File->Print if the document does not implement the ps exporter
8743         interface
8744
8745 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8746
8747         * Makefile.am:
8748         * configure.ac:
8749         * data/evince-properties.glade:
8750         * properties/.cvsignore:
8751         * properties/Makefile.am:
8752         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8753         (ev_properties_view_class_init), (ev_properties_view_format_date),
8754         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8755         (ev_properties_view_init), (ev_properties_view_new):
8756         * properties/ev-properties-view.h:
8757         * shell/Makefile.am:
8758         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8759         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8760         (ev_properties_dialog_new):
8761         * shell/ev-properties-dialog.h:
8762         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8763         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8764         (update_progress_label), (job_fonts_finished_cb),
8765         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8766         * shell/ev-properties-fonts.h:
8767         * shell/ev-properties.c:
8768         * shell/ev-properties.h:
8769         * shell/ev-window.c: (ev_window_setup_document),
8770         (ev_window_cmd_file_properties):
8771
8772         Split the properties pages in two different objects, depend
8773         only on the backend where possible, use widgets instead
8774         of gobject for the glade part, reimplement the dialog
8775         itself with gtk.
8776         I need this to implement nautilus properties page.
8777
8778 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8779
8780         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8781         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8782         (tiff_document_document_ps_exporter_iface_init): implement the ps
8783         exporter interface for tiff documents
8784
8785         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8786         libtiff to implement TIFF postscript export
8787
8788         * tiff/tiff2ps.h: added a header file for external tiff2ps
8789         functions.
8790
8791         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8792         tiff2ps.h
8793
8794 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8795
8796         * shell/ev-view.c: (scroll_to_current_page),
8797         (ev_view_set_fullscreen), (ev_view_set_presentation):
8798         
8799         Scroll to current page when exit from presentation
8800
8801 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8802
8803         * shell/ev-window.c: (update_document_mode),
8804         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8805         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8806         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8807         
8808         Exit from fullscreen mode when switch to presentation. Fix for
8809         bug 309365
8810
8811 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8812
8813         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8814         return NULL if the document does not implement the selection
8815         interface.
8816
8817 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8818
8819         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8820         reported height by using the resolution aspect ratio
8821         (tiff_document_render_pixbuf): scale the pixbuf using the
8822         resolution aspect ratio
8823
8824 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8825
8826         * configure.ac:
8827         
8828         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8829         <kiltedaco@gmail.com>
8830         
8831         * djvu/djvu-document.c: (djvu_document_get_orientation),
8832         (djvu_document_set_orientation), (djvu_document_get_page_size),
8833         (rotate_pixbuf), (djvu_document_render_pixbuf),
8834         (djvu_document_document_iface_init):
8835         * dvi/dvi-document.c: (dvi_document_get_orientation),
8836         (dvi_document_set_orientation), (dvi_document_get_page_size),
8837         (rotate_pixbuf), (dvi_document_render_pixbuf),
8838         (dvi_document_document_iface_init):
8839         
8840         Dvi and djvu backends are ported to new API
8841
8842 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8843
8844         * backend/ev-selection.c: (ev_selection_get_selection_region),
8845         (ev_selection_get_selection_map):
8846         * backend/ev-selection.h:
8847         * pdf/ev-poppler.cc:
8848         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8849         * shell/ev-jobs.h:
8850         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8851         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8852         (ev_pixbuf_cache_get_text_mapping):
8853         * shell/ev-pixbuf-cache.h:
8854         * shell/ev-view.c: (location_in_text),
8855         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8856         support to EvView.  Now we can see where we can select!  Sweet!
8857
8858 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8859
8860         * shell/ev-view.c (ev_view_button_press_event): Fix
8861         event->y + view->scroll_x typo.
8862
8863 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8864
8865         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8866         sub-GdkPixbuf instead of passing dest_x and dest_y.
8867         
8868         * shell/ev-view.c: (view_point_to_doc_point),
8869         (view_rect_to_doc_rect), (ev_view_button_press_event),
8870         (ev_view_motion_notify_event), (compute_new_selection_rect),
8871         (gdk_rectangle_point_in), (compute_new_selection_text),
8872         (compute_selections): Update selection code to keep the selection
8873         around as two points and not as a normalized rectangle, and fix
8874         page level selection in two-column mode.
8875
8876 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8877
8878         * shell/ev-window.c: (window_configure_event_cb): 
8879         
8880         Fix compilation
8881         
8882 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8883
8884         * pdf/ev-poppler.cc:
8885
8886         Fix compilation
8887
8888 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8889
8890         * shell/Makefile.am:
8891         * shell/ev-metadata-manager.c: (item_free),
8892         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8893         (parse_value), (parseItem), (load_values),
8894         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8895         (save_values), (save_item), (get_oldest), (resize_items),
8896         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8897         * shell/ev-metadata-manager.h:
8898
8899         Metadata manager from gedit but modified to use GValue, so that
8900         we dont need to keep converting from strings.
8901
8902         * configure.ac:
8903
8904         ENABLE_METADATA conditional, on when dbus is on
8905
8906         * shell/ev-application.c: (ev_application_open_uri):
8907
8908         Show the window after load so that we can initialize
8909         window size before it's showed.
8910
8911         * shell/ev-window.c: (ev_window_setup_from_metadata),
8912         (ev_window_open_uri), (window_configure_event_cb),
8913         (ev_window_init):
8914
8915         Save and load metadata information about window size.
8916         Not yet keeping states in account.
8917
8918         * shell/main.c: (main):
8919
8920         Shutdown metadata manager.
8921
8922 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8923
8924         * shell/ev-application-service.xml:
8925         * configure.ac:
8926         * shell/Makefile.am:
8927         * shell/ev-application.c:
8928         * shell/ev-application.h:
8929         * shell/ev-window.c:
8930         * shell/ev-window.h:
8931         * shell/main.c:
8932
8933         Add an optional dbus interface (--enable-dbus).
8934         Rework application code, mainly to be easier to
8935         use "remotely".
8936         Do not open multiple windows with the same document,
8937         spatial evince!
8938
8939 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8940
8941         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8942         pixbuf iff it exists.
8943
8944 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8945
8946         * shell/*:
8947         * backend/ev-render-context.[ch]:
8948         * backend/ev-selection.[ch]:
8949
8950         Massive changes.  We now support text selection of pdfs, and not
8951         just rectangular selection.  This is pretty broken still, but I
8952         want to get something into CVS.
8953
8954 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8955
8956         * pdf/ev-poppler.cc:
8957         
8958         Fix for Bug 309080: crash on window close.
8959         
8960         * shell/ev-page-action.c: (page_changed_cb):
8961         
8962         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8963         jensgr@gmx.net (Jens Granseuer).
8964
8965 2005-06-25  Marcel Telka  <marcel@telka.sk>
8966
8967         * configure.in (ALL_LINGUAS): Added sk.
8968
8969 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8970
8971         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8972         not a document open
8973
8974 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8975
8976         * NEWS:
8977         * configure.ac:
8978
8979         Release 0.3.2
8980
8981         * cut-n-paste/recent-files/Makefile.am:
8982
8983         Fix make distcheck
8984
8985 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8986
8987         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8988         (pixbuf_document_set_orientation), (rotate_pixbuf),
8989         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8990         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8991
8992         Implement rotation and cleanup the code a bit.
8993
8994         * tiff/tiff-document.c: (tiff_document_get_page_size),
8995         (tiff_document_get_orientation), (tiff_document_set_orientation),
8996         (rotate_pixbuf), (tiff_document_render_pixbuf),
8997         (tiff_document_document_iface_init), (tiff_document_init):
8998
8999         Implement rotation. Was the quicker solution for the release
9000         but we really need to share this code in the shell.
9001
9002 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9003
9004         * pdf/ev-poppler.cc:
9005
9006         Enable rotation, require poppler cvs. Fix a leak.
9007
9008 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9009
9010         * shell/ev-window.c: (update_action_sensitivity):
9011         
9012         Make properties unsensitive if document backend doesn't provide
9013         any info
9014
9015 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9016
9017         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9018         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9019         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9020         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9021         (bitmap_flip_rotate_counter_clockwise):
9022         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9023         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9024         (buff_gets):
9025         * dvi/mdvi-lib/common.h:
9026         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9027         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9028         (opendvi), (mdvi_reload), (mdvi_init_context),
9029         (mdvi_destroy_context), (mdvi_dopage), (special):
9030         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9031         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9032         (file_hash_free), (register_encoding), (parse_spec),
9033         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9034         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9035         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9036         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9037         (mdvi_register_font_type), (mdvi_unregister_font_type),
9038         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9039         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9040         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9041         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9042         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9043         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9044         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9045         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9046         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9047         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9048         (mdvi_unregister_special), (mdvi_flush_specials):
9049         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9050         (t1_font_remove):
9051         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9052         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9053         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9054         (free_font_metrics), (flush_font_metrics):
9055         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9056         (tt_font_remove):
9057         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9058         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9059         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9060         (dstring_insert), (dstring_new), (dstring_reset):
9061         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9062         
9063         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9064         avoid conflict with libtool on FC4
9065         
9066         * shell/ev-window.c: (ev_window_cmd_help_about):
9067         
9068         Update copyright year. Fix for bug 308828.
9069
9070 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9071
9072         * shell/ev-view.c: (add_scroll_binding_keypad),
9073         (ev_view_binding_activated), (ev_view_class_init),
9074         (on_adjustment_value_changed):
9075         
9076         Bug 170874: Arrow keys switch pages in presentation mode
9077
9078 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9079
9080         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9081         
9082         Fix for Bug 308265: Sidebar dissappears coming out of 
9083         Presentation mode
9084
9085 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9086
9087         * shell/ev-application.c: (ev_application_open):
9088         * shell/ev-document-types.c: (ev_document_types_add_filters),
9089         (ev_document_types_add_filters_for_type):
9090         * shell/ev-document-types.h:
9091         * shell/ev-window.c: (ev_window_cmd_save_as):
9092         
9093         Suggest basename as template when saving, provide filters
9094         for save dialog. It's bug 308402
9095
9096 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9097
9098         * pdf/ev-poppler.cc:
9099         * shell/ev-sidebar-links.c: (job_finished_callback):
9100         * shell/ev-view.c: (update_find_status_message):
9101         
9102         Some leaks fixed
9103
9104 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9105
9106         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9107         (egg_recent_view_uimanager_set_list):
9108
9109         Fix buglet in !show_numbers case.
9110
9111 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9112
9113         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9114         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9115
9116         Use pango ellipsisation.
9117
9118         * pdf/ev-poppler.cc:
9119
9120         Fix refcount leak, from nsh.
9121
9122 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9123
9124         * cut-n-paste/recent-files/Makefile.am:
9125         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9126         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9127         
9128         Removed EggRecentViewGtk
9129         
9130         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9131         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9132         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9133         (ev_window_setup_recent):
9134         
9135         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9136         with other projects
9137
9138 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9139
9140         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9141         (egg_recent_view_gtk_finalize):
9142
9143         Fix memory leak
9144
9145         * cut-n-paste/toolbar-editor/Makefile.am:
9146         
9147         Fix location of cursor icon.
9148         
9149         * pdf/ev-poppler.cc:
9150         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9151         (display_completion_text), (match_completion):
9152         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9153         (selection_changed_callback), (create_loading_model),
9154         (print_section_cb), (links_page_num_func),
9155         (update_page_callback_foreach):
9156         * shell/ev-window.c: (ev_window_dispose):
9157         
9158         Small memory fixes. Links model now store objects instead
9159         of pointers to improve memory management. 
9160
9161 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9162
9163         * shell/ev-window.c: (zoom_control_changed_cb):
9164         
9165         Fix update of zoom control (bug 308268).
9166
9167 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9168
9169         * shell/ev-properties.c (set_property): escape the text correctly.
9170         Handles non-UTF-8 properties and escaped properties.  Also, sets
9171         the text to "<i>None</i>" if the property isn't set.
9172
9173         * data/evince-properties.glade: Change the label to be ellipsized,
9174         and give it a minimum size.
9175
9176 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9177
9178         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9179         * shell/ev-sidebar-links.c: (create_loading_model):
9180         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9181         * shell/ev-view.c: (ev_view_set_document):
9182         * shell/ev-window.c: (ev_window_dispose):
9183         
9184         Various small fixes, mostly memory leaks. Thanks to valgrind.
9185
9186 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9187
9188         * ps/ps-document.c: remove the locale.h include again ;-). And
9189         kill the (bogus) setlocale/savelocale business.
9190
9191 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9192
9193         * ps/ps-document.c:
9194         
9195         Include locale.h to fix build
9196         
9197         * shell/ev-sidebar.c:
9198         
9199         Remove unnecessary includes
9200
9201 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9202
9203         * dvi/dvi-document.c: (dvi_document_load):
9204         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9205         * po/POTFILES.in:
9206         
9207         Check for incorrect dvi files. Fix parsing dvi on AMD64
9208         platform. Thanks to tester@tester.ca (Olivier Crete).
9209
9210 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9211
9212         * shell/ev-page-action.c: (match_selected_cb),
9213         (display_completion_text), (match_completion), (update_model):
9214         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9215         (expand_open_links):
9216         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9217         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9218         (ev_sidebar_set_document):
9219         * shell/ev-window.c: (ev_window_xfer_job_cb),
9220         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9221         
9222         Fixed lot's of memory leaks, for example, memory leak on reload, 
9223         described in bug 307793.
9224
9225 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9226
9227         * pdf/ev-poppler.cc:
9228         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9229         (update_visible_range), (adjustment_changed_cb),
9230         (ev_sidebar_thumbnails_fill_model),
9231         (ev_sidebar_thumbnails_refresh),
9232         (ev_sidebar_tree_selection_changed),
9233         (ev_sidebar_icon_selection_changed),
9234         (ev_sidebar_thumbnails_use_icon_view),
9235         (ev_sidebar_thumbnails_set_document):
9236         * shell/ev-sidebar-thumbnails.h:
9237         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9238         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9239
9240         Refresh thumbnails when changing orientation. Not fully
9241         working yet becuase of a sidebar bug.
9242
9243         Set page orientation to poppler page everywhere. This sucks
9244         really need to fix poppler.
9245
9246 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9247
9248         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9249         (egg_recent_view_gtk_new_menu_item),
9250         (egg_recent_view_gtk_set_property),
9251         (egg_recent_view_gtk_get_property),
9252         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9253         (egg_recent_view_gtk_set_tooltip_func),
9254         (egg_recent_view_gtk_set_label_width),
9255         (egg_recent_view_gtk_get_label_width):
9256         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9257
9258         Sync with libegg (ellipsize labels)
9259
9260 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9261
9262         * data/evince-ui.xml:
9263         * shell/ev-window.c: (ev_window_cmd_go_forward),
9264         (ev_window_cmd_go_backward):
9265         
9266         Shift + PageUp moves 10 Pages. Fix for 306125
9267
9268 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9269
9270         * pdf/ev-poppler.cc:
9271
9272         Add a flag to check if orientation has been overriden
9273
9274 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9275
9276         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9277         field if necessary.
9278
9279         * ps/ps.h: add creator field to document.
9280
9281         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9282         set creator field.
9283
9284 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9285
9286         * data/evince-properties.glade:
9287         * shell/ev-properties.c: (ev_properties_set_document):
9288
9289         s/PDF Version/Format
9290
9291 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9292
9293         * shell/ev-properties.c: (ev_properties_set_document):
9294
9295         Remove unnecessary translations
9296
9297 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9298
9299         * cut-n-paste/toolbar-editor/Makefile.am:
9300
9301         Correct library name    
9302
9303 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9304
9305         * configure.ac:
9306         * cut-n-paste/recent-files/egg-recent-model.c:
9307         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9308         (egg_recent_model_unlock_file):
9309         * cut-n-paste/recent-files/egg-recent-util.c:
9310         (egg_recent_util_get_unique_id):
9311         * cut-n-paste/recent-files/update-from-egg.sh:
9312         * cut-n-paste/toolbar-editor/Makefile.am:
9313         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9314         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9315         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9316         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9317         (egg_toolbars_model_get_type):
9318         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9319
9320         Better makefile for toolbar editor and update everything
9321         to latest libegg.
9322
9323 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9324
9325         * shell/ev-window.c: (update_document_mode):
9326
9327         Prefer presentation mode when the document
9328         require fullscreen.
9329
9330 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9331
9332         * data/evince-ui.xml:
9333         * shell/ev-window.c:
9334
9335         Add control-equal for zooming
9336
9337 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9338
9339         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9340
9341 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9342
9343         * backend/ev-document.c: (ev_document_get_orientation):
9344         * backend/ev-document.h:
9345         * pdf/ev-poppler.cc:
9346         * ps/ps-document.c: (ps_document_get_orientation),
9347         (ps_document_set_orientation), (ps_document_document_iface_init):
9348
9349         Add a get_orientation api. Improve set_orientation.
9350
9351         * data/evince-ui.xml:
9352         * shell/ev-view.c: (ev_view_set_orientation),
9353         (ev_view_rotate_right), (ev_view_rotate_left):
9354         * shell/ev-view.h:
9355         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9356         (ev_window_cmd_edit_rotate_right):
9357
9358         Better ui for changing document orientation
9359
9360 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9361
9362         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9363         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9364         * shell/ev-sidebar-links.h:
9365         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9366         (ev_sidebar_page_iface_init):
9367         * shell/ev-sidebar-page.h:
9368         * shell/ev-sidebar-thumbnails.c:
9369         (ev_sidebar_thumbnails_get_property),
9370         (ev_sidebar_thumbnails_class_init),
9371         (ev_sidebar_thumbnails_set_document):
9372         * shell/ev-sidebar-thumbnails.h:
9373         * shell/ev-view.c: (ev_view_motion_notify_event):
9374         * shell/ev-window.c: (update_chrome_visibility),
9375         (ev_window_cmd_focus_page_selector),
9376         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9377         (sidebar_page_main_widget_update_cb), (ev_window_init):
9378         
9379         Autoraise toolbar on GoToPage binding and fix bindings in
9380         EvSidebarThumbnails page.
9381
9382 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9383
9384         * shell/ev-properties.c: (update_progress_label):
9385
9386         Hide the progress label when finished; bug #307697.
9387
9388 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9389
9390         * pdf/ev-poppler.cc:
9391
9392         Enable is_open for links, you will need poppler cvs
9393
9394         * shell/ev-properties.c: (job_fonts_finished_cb):
9395
9396         Get a lock on the document when filling the tree view
9397
9398 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9399
9400         * backend/ev-document-links.h:
9401         * pdf/ev-poppler.cc:
9402         * shell/ev-sidebar-links.c: (create_loading_model),
9403         (expand_open_links), (job_finished_callback):
9404
9405         Expand links when specified by the document.
9406         Depend on a poppler api (defined out for now)
9407
9408 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9409
9410         * shell/ev-properties.c: (ev_properties_dispose),
9411         (ev_properties_class_init), (dialog_destroy_cb),
9412         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9413         (ev_properties_set_document), (ev_properties_new),
9414         (ev_properties_show):
9415         * shell/ev-properties.h:
9416
9417         Make it an object, cleanup the code, api to show it as transient
9418         and to set the document.
9419
9420         * shell/ev-window.c: (ev_window_setup_document),
9421         (ev_window_cmd_file_properties):
9422
9423         Adapt to EvProperties changes, do not show multiple
9424         times, update it when document changes.
9425
9426 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9427
9428         * ps/gstypes.h:
9429         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9430         (ps_document_set_orientation), (ps_document_document_iface_init):
9431         * ps/ps-document.h:
9432
9433         Implement orientation here too
9434
9435         * shell/ev-properties.c: (ev_properties_new):
9436         * data/evince-properties.glade:
9437
9438         Hide the fonts page for backends that doesnt
9439         support it.     
9440
9441 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9442
9443         * backend/ev-document.c: (ev_document_set_orientation):
9444         * backend/ev-document.h:
9445         * pdf/ev-poppler.cc:
9446
9447         Add orientation api. Currently poppler api is not optimal,
9448         we need to set orientation every time we _get a page.
9449         I will try to fix that at some point.
9450
9451         * data/evince-ui.xml:
9452         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9453         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9454
9455         Add orientation menu items
9456
9457         * shell/ev-page-cache.c: (ev_page_cache_clear):
9458         * shell/ev-page-cache.h:
9459
9460         Add api to clear the cache
9461
9462         * shell/ev-view.c: (setup_caches), (clear_caches),
9463         (ev_view_set_document), (ev_view_zoom_out),
9464         (ev_view_set_orientation):
9465         * shell/ev-view.h:
9466
9467         Implement orientation changing
9468
9469 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9470
9471         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9472         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9473         * backend/ev-document-fonts.h:
9474
9475         Separate scan and fill so that we can incrementally fill from
9476         the main thread. Add a progress api.
9477
9478         * data/evince-properties.glade:
9479         * pdf/ev-poppler.cc:
9480         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9481         * shell/ev-jobs.h:
9482         * shell/ev-properties.c: (update_progress_label),
9483         (job_fonts_finished_cb), (setup_fonts_view):
9484
9485         Incrementally feel the list and show the progress
9486         percentage in a label like acrobat does.
9487
9488         You are going to need poppler cvs
9489
9490 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9491
9492         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9493         * backend/ev-document-fonts.h:
9494         * pdf/ev-poppler.cc:
9495
9496         Make fonts model fill incrementally.
9497
9498         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9499         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9500         (ev_job_queue_remove_job):
9501         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9502         (ev_job_fonts_new), (ev_job_fonts_run):
9503         * shell/ev-jobs.h:
9504
9505         New job for fonts scanning
9506
9507         * shell/ev-properties.c: (job_fonts_finished_cb),
9508         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9509         * shell/ev-properties.h:
9510         * shell/ev-window.c: (ev_window_cmd_file_properties):
9511
9512         Incrementally feel the treeview using the new job. Show Loading...
9513         message until scanning is completed.
9514
9515         Hopefully I didnt break the build without the poppler patch.
9516
9517 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9518
9519         * shell/ev-application.c: (ev_application_open):
9520         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9521         (ev_document_type_get_type), (ev_document_type_lookup):
9522         * shell/ev-document-types.h:
9523         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9524         * shell/ev-job-xfer.h:
9525         * shell/ev-window.c: (ev_window_clear_local_uri),
9526         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9527         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9528         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9529         
9530         Transfer remote documents to tmp directory to display them later.
9531
9532 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9533
9534         * backend/ev-document-info.h:
9535         * shell/ev-properties.c: (ev_properties_new):
9536
9537         s/GTime*/GTime. Not sure why we was using a pointer
9538         at all there!
9539
9540 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9541
9542         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9543         situations.  That situation is that you're using GTK+-HEAD with
9544         the patch at #306726 is applied, and you have a document with <
9545         1500 pages in it.  It's not quite as uniformly nice as the
9546         TreeView, but should be better in the long run.
9547
9548         I'm pretty sure I guarded against breaking compilation with
9549         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9550         I missed some.
9551
9552         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9553         widget yet, so I commented that code out
9554         enable_view_actions_for_widget() for now.  Need to figure this
9555         out.
9556
9557         * shell/ev-page-action.c (match_selected_cb): emit the right
9558         signals.  Our cool C-l completion now works.
9559
9560 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9561
9562         * backend/Makefile.am:
9563         * backend/ev-document-fonts.c:
9564         * backend/ev-document-links.c:
9565         * backend/ev-document.c: (ev_document_load):
9566         * backend/ev-document.h:
9567         * backend/ev-job-queue.c:
9568         * backend/ev-job-queue.h:
9569         * backend/ev-jobs.c:
9570         * backend/ev-jobs.h:
9571         * backend/ev-page-cache.c:
9572         * backend/ev-page-cache.h:
9573
9574         EvPageCache and EvJobs are moved to shell.
9575
9576         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9577         (ev_tmp_filename):
9578         * lib/ev-file-helpers.h:
9579         
9580         New helper to work with temporary files
9581         
9582         * shell/Makefile.am:
9583         * shell/ev-application.c: (ev_application_open):
9584         * shell/ev-application.h:
9585         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9586         (remove_job_from_async_queue), (add_job_to_async_queue),
9587         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9588         (handle_job), (search_for_jobs_unlocked),
9589         (no_jobs_available_unlocked), (ev_render_thread),
9590         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9591         (ev_job_queue_add_job), (move_job_async), (move_job),
9592         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9593         * shell/ev-job-queue.h:
9594         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9595         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9596         * shell/ev-job-xfer.h:
9597         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9598         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9599         (ev_job_links_class_init), (ev_job_render_init),
9600         (ev_job_render_dispose), (ev_job_render_class_init),
9601         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9602         (ev_job_thumbnail_class_init), (ev_job_load_init),
9603         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9604         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9605         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9606         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9607         * shell/ev-jobs.h:
9608         * shell/ev-page-action.c: (ev_page_action_set_document):
9609         * shell/ev-page-cache.c: (ev_page_cache_init),
9610         (ev_page_cache_class_init), (ev_page_cache_finalize),
9611         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9612         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9613         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9614         (ev_page_cache_get_title), (ev_page_cache_get_size),
9615         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9616         (ev_page_cache_get_height_to_page),
9617         (ev_page_cache_get_max_label_chars),
9618         (ev_page_cache_get_page_label),
9619         (ev_page_cache_has_nonnumeric_page_labels),
9620         (ev_page_cache_get_info), (ev_page_cache_next_page),
9621         (ev_page_cache_prev_page), (ev_page_cache_get):
9622         * shell/ev-page-cache.h:
9623         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9624         (ev_pixbuf_cache_clear_job_sizes),
9625         (ev_pixbuf_cache_add_jobs_if_needed),
9626         (ev_pixbuf_cache_set_page_range):
9627         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9628         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9629         * shell/ev-sidebar-thumbnails.c:
9630         (ev_sidebar_tree_selection_changed),
9631         (ev_sidebar_thumbnails_set_document):
9632         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9633         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9634         (ev_statusbar_get_context_id), (ev_statusbar_push),
9635         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9636         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9637         (ev_statusbar_set_progress):
9638         * shell/ev-statusbar.h:
9639         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9640         (ev_view_find_previous):
9641         * shell/ev-window.c: (ev_window_is_empty),
9642         (ev_window_setup_document), (password_dialog_response),
9643         (ev_window_clear_jobs), (ev_window_load_job_cb),
9644         (ev_window_xfer_job_cb), (ev_window_open_uri),
9645         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9646         (ev_window_print), (ev_window_print_range),
9647         (ev_window_state_event), (ev_window_cmd_view_reload),
9648         (menu_item_select_cb), (menu_item_deselect_cb),
9649         (view_status_changed_cb), (ev_window_dispose),
9650         (drag_data_received_cb), (ev_window_init):
9651         * shell/ev-window.h:
9652         * shell/main.c: (load_files):
9653         
9654         New statusbar to show progress on idle. Two new jobs - 
9655         xfer job and load job to load document in background. And update
9656         of page_cache clients to new location of code.
9657
9658 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9659
9660         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9661         selection in open dialog. It also remembers the last visited directory 
9662         in the current session.
9663
9664 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9665
9666         * shell/ev-properties.c: (ev_properties_new):
9667         * shell/ev-properties.h:
9668         * shell/ev-window.c: (ev_window_cmd_file_properties):
9669         
9670         Get document info from page cache instead of document itself.
9671         This should fix crash related to race conditions described in
9672         bug 306545.
9673
9674 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9675
9676         * ps/ps-document.c: (ps_document_init),
9677         (send_ps), (get_page_box), (output), (catchPipe), (input),
9678         (stop_interpreter), (file_length), (file_readable),
9679         (check_filecompressedb), (ps_document_enable_interpreter),
9680         (document_load), (ps_async_renderer_render_pixbuf):
9681         * ps/ps-document.h:
9682
9683         Big cleanup of the ps code
9684
9685 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9686
9687         * backend/Makefile.am:
9688         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9689         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9690         * backend/ev-async-renderer.h:
9691
9692         Add an async renderer interface (method + callback) which
9693         is useful for backends like ps.
9694
9695         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9696         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9697         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9698         (ev_job_queue_add_job), (move_job_async), (move_job),
9699         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9700
9701         Add queues for async renderer, these are executed on the
9702         main thread.
9703
9704         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9705         (ev_job_render_run):
9706         * backend/ev-jobs.h:
9707
9708         If the backend support async renderer interface use it.
9709
9710         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9711         (setup_pixmap), (ps_document_get_type),
9712         (ps_async_renderer_render_pixbuf),
9713         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9714
9715         Implement async renderer interface.
9716
9717 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9718
9719         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9720
9721         Cleanup links job on exit.
9722
9723 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9724
9725         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9726         (drag_data_get_cb), (drag_data_received_cb):
9727         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9728         (drag_data_get_cb), (parse_item_list),
9729         (egg_toolbar_editor_load_actions):
9730         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9731         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9732         (parse_item_list), (parse_toolbars):
9733         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9734         (dvi_pixbuf_put_pixel):
9735         
9736         Fix gcc 4.0 warnings
9737
9738 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9739
9740         * ps/ps-document.c: (start_interpreter):
9741
9742         Fix warning when loading ps
9743
9744 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9745
9746         * ps/ps-document.c: (output):
9747
9748         Fix crash when priting gs error messages.
9749
9750 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9751
9752         * backend/ev-page-cache.c: (_ev_page_cache_new):
9753         * backend/ev-page-cache.h:
9754
9755         Use a const to return title so that we dont double
9756         free it. Small cleanup and fix a leak.
9757
9758         * shell/ev-window.c: (update_window_title):
9759
9760         strdup value from get_title.
9761
9762 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9763
9764         * shell/ev-sidebar-links.c: (job_finished_callback),
9765         (ev_sidebar_links_set_document):
9766
9767         Cleanup the old job when changing document
9768
9769 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9770
9771         * shell/ev-stock-icons.c:
9772         * shell/ev-stock-icons.h:
9773         * shell/ev-window.c:
9774         
9775         Add stock icons for actions that can appear in toolbar. Fix for
9776         bug 306566.
9777
9778 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9779
9780         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9781         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9782         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9783         * backend/ev-page-cache.h:
9784         * shell/ev-view.c: (scroll_to_current_page),
9785         (view_update_range_and_current_page), (get_page_y_offset),
9786         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9787         (ev_view_size_request_continuous),
9788         (ev_view_zoom_for_size_continuous_and_dual_page),
9789         (ev_view_zoom_for_size_continuous):
9790         
9791         More compact EvView layout in document with pages of different size.
9792
9793 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9794
9795         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9796         compilation.
9797
9798 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9799
9800         * shell/ev-view.c: (view_set_adjustment_values):
9801         * shell/ev-window.c: (ev_window_cmd_file_properties):
9802         
9803         A bit different fix for rounding problem but it has no
9804         problems on startup. Make properties window transient to parent.
9805
9806 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9807
9808         * pdf/ev-poppler.cc:
9809         
9810         More commenting of font stuff.
9811
9812 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9813
9814         * pdf/ev-poppler.cc:
9815
9816         Comment out some more fonts stuff. Should really
9817         work without the poppler patch now.
9818
9819 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9820
9821         * pdf/ev-poppler.cc:
9822
9823         Adapt to api change
9824
9825 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9826
9827         * data/evince-properties.glade:
9828         * pdf/ev-poppler.cc:
9829         * shell/ev-properties.c: (setup_fonts_view):
9830
9831         Set the column title. Show the dialog only
9832         once everything is setup.
9833         Getting font info can be very slow... will
9834         prolly need to make this threaded too.
9835
9836 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9837
9838         * backend/Makefile.am:
9839         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9840         (ev_document_fonts_get_fonts_model):
9841         * backend/ev-document-fonts.h:
9842         * data/evince-properties.glade:
9843         * pdf/ev-poppler.cc:
9844         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9845         * shell/ev-properties.h:
9846         * shell/ev-window.c: (ev_window_cmd_file_properties):
9847
9848         Implement fonts list. Defined out for now, since it depends
9849         on a not yet committed poppler patch.
9850
9851 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9852
9853         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9854         page + 1.
9855
9856         * shell/ev-window.c: Make sure we add the timeout when we get a
9857         focus-in event.
9858
9859         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9860         adjustment->value before calculating the zoom factor to average
9861         out all of our rounding errors.  The page no longer 'drifts' when
9862         resizing.
9863
9864 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9865
9866         * data/evince-properties.glade:
9867         * shell/ev-properties.c: (ev_properties_format_date),
9868         (set_property):
9869         
9870         Labels don't expand when the dialogue is resized.
9871         strftime result needs to be converted to UTF-8. Thanks
9872         to Christian Persch <chpe@gnome.org>.
9873
9874 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9875
9876         * data/evince-properties.glade:
9877
9878         Hide the fonts tab
9879
9880 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9881
9882         * backend/ev-document-info.h:
9883         * backend/ev-document.c: (ev_document_info_free):
9884         * data/evince-properties.glade:
9885         * pdf/ev-poppler.cc:
9886         * ps/ps-document.c: (ps_document_get_info):
9887         * shell/ev-properties.c: (ev_properties_format_date),
9888         (set_property), (ev_properties_new):
9889         * shell/ev-properties.h:
9890         * shell/ev-window.c: (ev_window_cmd_file_properties):
9891
9892         Rework properties code to take only EvPropertyInfo
9893         in the constructor so that it can be useful for
9894         nautilus plugin too.
9895
9896         Deal with backends that doesnt support some properties.
9897         Make set property code generic.
9898
9899 2005-06-04  Christian Persch <chpe@gnome.org>
9900
9901         * data/evince-properties.glade:
9902
9903         fix spacings, make resizeable, and make data labels
9904         selectable + ellipsised
9905
9906 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9907
9908         * backend/ev-document-info.h:
9909         * data/Makefile.am:
9910         * data/evince-ui.xml:
9911         * pdf/ev-poppler.cc:
9912         * shell/Makefile.am:
9913         * shell/ev-window.c: (update_action_sensitivity),
9914         (ev_window_cmd_file_properties):
9915
9916         Initial go at file properties. Patch by
9917         Emil Soleyman-Zomalan <emil@soleyman.com>.
9918         Needs love see #169583
9919
9920 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9921
9922         * ps/ps-document.c: (output):
9923         * ps/ps.c: (psscan):
9924
9925         Try to render even if psscan fails.
9926
9927 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9928
9929         * ps/ps.c: (psscan), (pscopydoc):
9930
9931         Port buffered reading code from gv
9932
9933 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9934
9935         * ps/ps-document.c: (interpreter_message), (output):
9936
9937         Do not fail on interpreter messages
9938
9939 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9940
9941         * backend/ev-document-misc.c:
9942         (ev_document_misc_get_thumbnail_frame):
9943
9944         Pages can be 0 x 0, dont assert on this case
9945
9946 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9947
9948         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9949         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9950
9951         Correctly manage our reference on document. Finally the reload
9952         huge leak is gone...
9953
9954 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9955
9956         * ps/ps-document.c: (ps_document_dispose):
9957
9958         Forgot to chain it to the parent. Thanks chpe.
9959
9960 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9961
9962         * ps/ps-document.c: (ps_document_dispose),
9963         (ps_document_class_init), (stop_interpreter), (document_load):
9964
9965         Cleanup dispose a bit. Dont leak the whole pixmap.
9966
9967 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9968
9969         * pdf/ev-poppler.cc:
9970
9971         Release the poppler document on dispose
9972
9973 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9974
9975         * shell/ev-view.c: (ev_view_set_document):
9976
9977         Release ref on the pixbuf cache when changing
9978         document.
9979
9980 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9981
9982         * ps/ps-document.c: (ps_document_get_info):
9983
9984         Fix a double free
9985
9986 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9987
9988         * backend/ev-page-cache.c: (ev_page_cache_init),
9989         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9990         * backend/ev-page-cache.h:
9991         * shell/ev-page-action.c: (page_changed_cb):
9992         
9993         Set page action entry width depending on labels width. Fix
9994         for bug 305202.
9995
9996 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9997
9998         * backend/ev-link.c: (ev_link_class_init):
9999
10000         Allow -1 as page value (error)
10001
10002 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10003
10004         * shell/ev-sidebar-thumbnails.c:
10005         (ev_sidebar_thumbnails_set_document):
10006         * shell/ev-view.c: (scroll_to_current_page),
10007         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10008         (page_changed_cb), (on_adjustment_value_changed),
10009         (ev_view_set_document):
10010
10011         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10012         Fix bug 305377
10013
10014 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10015
10016         * configure.ac:
10017         * djvu/djvu-document.c: (djvu_document_get_page_size):
10018
10019         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10020         bug 301993.
10021
10022 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10023
10024         * shell/ev-view.c (draw_one_page): modify the expose handling to
10025         get the shadows.
10026
10027         * shell/ev-window.c (update_action_sensitivity): Respect
10028         permissions field.  Kowtow to the man.
10029
10030         * pdf/ev-poppler.cc: Get the permissions field.
10031
10032         * tiff/*c: Make a tiny bit more robust.
10033
10034 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10035
10036         * djvu/djvu-document.c:
10037         
10038         Pop messages from djvu context message queue.
10039
10040 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10041
10042         * configure.ac, Makefile.am, shell/Makefile.am:
10043         * tiff/Makefile.am, shell/ev-document-types.c:
10044         
10045         Cleanup tiff configure checks. Fix for bug 305218.
10046
10047 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10048
10049         * configure.ac: Added "uk" to ALL_LINGUAS.
10050
10051 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10052
10053         * cut-n-paste/zoom-control/ephy-zoom.c:
10054         (ephy_zoom_get_changed_zoom_level):
10055         * cut-n-paste/zoom-control/ephy-zoom.h:
10056         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10057         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10058         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10059         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10060         (zoom_control_changed_cb), (ev_window_init):
10061         
10062         Fix minor points related to moving best fit up. Introduce
10063         "zoom" property and make zoom control change it's value on
10064         notify::zoom signals. Fix for 305080.
10065
10066 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10067
10068         * data/evince-ui.xml:
10069         * shell/ev-window.c: (set_view_actions_sensitivity):
10070         
10071         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10072
10073 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10074
10075         * configure.ac:
10076
10077         Depends on poppler 0.3.2
10078
10079 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10080
10081         * cut-n-paste/recent-files/egg-recent-item.c:
10082         (egg_recent_item_get_short_name):
10083         * cut-n-paste/toolbar-editor/Makefile.am:
10084         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10085         (new_pixbuf_from_widget):
10086         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10087         * cut-n-paste/toolbar-editor/egg-marshal.c:
10088         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10089         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10090
10091         Sync
10092
10093 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10094
10095         * tiff/tiff-document.c: Rough TIFF backend.
10096
10097 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10098
10099         * NEWS:
10100         * configure.ac:
10101         * cut-n-paste/toolbar-editor/Makefile.am:
10102
10103         Release 0.3.1
10104
10105 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10106
10107         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10108         (ev_view_find_next), (ev_view_find_previous):
10109
10110         Remove the locks around get_n_results   
10111
10112 2005-05-21  Juerg Billeter  <j@bitron.ch>
10113
10114         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10115
10116         Pass correct number of pages to poppler.
10117
10118 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10119
10120         * configure.ac:
10121         * data/Makefile.am:
10122         * data/evince.desktop.in: 
10123         * data/evince.desktop.in.in:
10124         * po/POTFILES.in:
10125         
10126         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10127
10128 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10129
10130         * shell/ev-view.c: (view_update_adjustments),
10131         (view_set_adjustment_values): cast adjustmen->value to (int)
10132         before using it.  Otherwise, we get off by a pixel in some
10133         situations.
10134
10135         (draw_one_page): Draw the border on expose.
10136
10137 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10138
10139         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10140         adjustment when the mode changes, #304923
10141
10142 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10143
10144         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10145         flickering on resize but still use gdk_window_scroll on
10146         scrolling
10147
10148 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10149
10150         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10151         option, #170458
10152
10153 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10154
10155         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10156         second page on page_changed if possible, #304669
10157
10158 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10159
10160         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10161         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10162
10163 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10164
10165         * .cvsignore:
10166         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10167         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10168         (ev_view_zoom_for_size_presentation),
10169         (ev_view_zoom_for_size_continuous_and_dual_page),
10170         (ev_view_zoom_for_size_continuous),
10171         (ev_view_zoom_for_size_dual_page),
10172         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10173         * shell/ev-view.h:
10174         * shell/ev-window.c: (update_view_size),
10175         (ev_window_sizing_mode_changed_cb):
10176
10177         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10178         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10179         an infinite loop, #304769
10180
10181
10182 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10183
10184         * data/evince-ui.xml:
10185         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10186         * shell/ev-window.c: (set_view_actions_sensitivity):
10187
10188         Make PgUp/Down behave like Space
10189
10190 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10191
10192         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10193         * backend/ev-ps-exporter.h:
10194         * pdf/ev-poppler.cc:
10195         * ps/ps-document.c: (ps_document_ps_export_begin):
10196         * shell/ev-print-job.c: (idle_print_handler):
10197
10198         Adapt to new poppler api
10199
10200 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10201
10202         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10203         (ephy_zoom_control_init):
10204
10205         Translate zoom levels
10206
10207 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10208
10209         * cut-n-paste/zoom-control/ephy-zoom.c:
10210         (ephy_zoom_get_zoom_level_index):
10211
10212         Fix current zoom -> zoom control match
10213
10214 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10215
10216         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10217         rather than the scrolled_window that it's in. Fixes bug #304655.
10218
10219 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10220
10221         * shell/ev-view.c: (view_update_adjustments),
10222         (view_set_adjustment_values), (view_update_range_and_current_page),
10223         (view_scroll_to_page), (set_scroll_adjustment),
10224         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10225         (ev_view_scroll), (ev_view_scroll_view),
10226         (ensure_rectangle_is_visible), (find_page_at_location),
10227         (get_link_at_location), (go_to_link), (status_message_from_link),
10228         (ev_view_size_request_continuous_dual_page),
10229         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10230         (ev_view_unrealize), (ev_view_expose_event),
10231         (ev_view_button_press_event), (ev_view_motion_notify_event),
10232         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10233         (draw_rubberband), (highlight_find_results), (draw_one_page),
10234         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10235         (ev_view_init), (find_changed_cb), (page_changed_cb),
10236         (on_adjustment_value_changed), (ev_view_new),
10237         (ev_view_set_document), (ev_view_set_zoom),
10238         (ev_view_set_continuous), (ev_view_set_dual_page),
10239         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10240         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10241         (ev_view_zoom_for_size_presentation),
10242         (ev_view_zoom_for_size_continuous_dual_page),
10243         (ev_view_zoom_for_size_continuous),
10244         (ev_view_zoom_for_size_dual_page),
10245         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10246         (ev_view_get_status), (ev_view_set_status),
10247         (update_find_status_message), (ev_view_get_find_status),
10248         (ev_view_set_find_status), (jump_to_find_result),
10249         (jump_to_find_page), (compute_selections), (clear_selection),
10250         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10251         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10252         (ev_view_update_primary_selection),
10253         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10254         * shell/ev-view.h:
10255         * shell/ev-window.c: (ev_window_open_page_label),
10256         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10257         (ev_window_init):
10258         * shell/ev-window.h:
10259         * shell/main.c: (load_files):
10260
10261         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10262         when resizing.  Remove the bin_window().  Also, patch from James
10263         Bowes to fix command line page, #300641
10264         
10265 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10266
10267         * data/evince-ui.xml:
10268         * shell/ev-view.c:
10269         * shell/ev-view.h:
10270         * shell/ev-window.c: (update_action_sensitivity):
10271
10272         Get rid of View->Normal Size, it's just confusing
10273
10274 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10275
10276         * backend/ev-document-info.h:
10277         * backend/ev-document.c: (ev_document_info_free): Free the
10278         EvDocumentInfo.
10279
10280         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10281         (clear_range), (add_range), (update_visible_range),
10282         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10283         (ev_sidebar_thumbnails_set_document):
10284         * shell/ev-window.c: (ev_window_setup_document): Only render the
10285         visible thumbnails.  It takes an instant to render, but it uses
10286         much less memory.
10287
10288 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10289
10290         * shell/ev-sidebar-links.c: (popup_menu_cb):
10291
10292         Select first item
10293
10294 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10295
10296         * lib/Makefile.am:
10297         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10298         (button_press_cb), (ev_sidebar_links_construct):
10299
10300         Show the popup menu also on keybindings
10301
10302 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10303
10304         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10305         * shell/ev-window.h:
10306
10307         Expose api to print a range (with dialog). Make private _print use
10308         it.
10309
10310         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10311         (ev_sidebar_links_construct):
10312
10313         Show a print context menu on linkx, it prints the selected
10314         section.
10315
10316 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10317
10318         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10319         button.
10320
10321 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10322
10323         * AUTHORS:
10324
10325         Update
10326
10327         * shell/ev-window.c: (build_comments_string),
10328         (ev_window_cmd_help_about):
10329
10330         Show poppler version/backend and authors
10331
10332 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10333
10334         * cut-n-paste/zoom-control/ephy-zoom.c:
10335         (ephy_zoom_get_zoom_level_index):
10336         * cut-n-paste/zoom-control/ephy-zoom.h:
10337
10338         Move the best fit items at the top of the list
10339
10340 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10341
10342         * shell/ev-marshal.list:
10343         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10344         (activate_cb), (match_selected_cb), (activate_link_cb),
10345         (connect_proxy), (ev_page_action_class_init):
10346         * shell/ev-page-action.h:
10347
10348         Use signals to notify action activation. Hopefully
10349         I did not break completion since I cant test...
10350
10351         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10352         (register_custom_actions):
10353
10354         Connect to page selector actions and also grab focus on
10355         the view when activated.
10356
10357 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10358
10359         * pdf/ev-poppler.cc:
10360         * backend/ev-page-cache.c: make page size calculation consistent
10361         and set it to (int)( width * scale + 0.5).  This makes the weird
10362         line going through the middle of the page go away.
10363
10364         * shell/ev-view.c: move painting the background page after
10365         checking the expose area covers us.
10366
10367 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10368
10369         * data/evince-password.glade:
10370         
10371         Mark labels as not translatable. Fix for bug 302842.
10372
10373 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10374
10375         * configure.ac: Added "es" to ALL_LINGUAS.
10376
10377 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10378
10379         * data/evince-toolbar.xml:
10380         * shell/ev-window.c: (update_action_sensitivity),
10381         (ev_window_setup_document), (ev_window_set_page_mode),
10382         (ev_window_init):
10383
10384         Remove some leftover code from jrb first continous
10385         attempt. Use the new actions, we still need good icons
10386         though...
10387
10388 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10389
10390         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10391
10392         Update label when connecting proxy. Fix a warning with NULL
10393         page_cache.
10394
10395 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10396
10397         * data/evince-ui.xml:
10398         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10399         * shell/ev-page-action.h:
10400         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10401
10402         Add mnemonic for edit toolbar.
10403         ctrl+l focus the page entry.
10404
10405 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10406
10407         * lib/Makefile.am:
10408         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10409         (ev_window_init):
10410         * shell/main.c: (main):
10411
10412         Put the toolbar xml in evince own dot dir
10413
10414 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10415
10416         * shell/ev-window.c: (ev_window_init):
10417
10418         Make the toolbar not removable
10419
10420 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10421
10422         * data/evince-ui.xml:
10423         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10424         * shell/ev-sidebar-links.h:
10425         * shell/ev-sidebar-thumbnails.c:
10426         (ev_sidebar_thumbnails_get_treeview):
10427         * shell/ev-sidebar-thumbnails.h:
10428         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10429         (ev_view_class_init):
10430         * shell/ev-view.h:
10431         * shell/ev-window.c: (update_action_sensitivity),
10432         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10433         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10434         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10435         (ev_window_init):
10436
10437         This is evil... Make space/backspace global accelerators but
10438         enable them only for some widgets (sidebars and view).
10439         I dont like it, but I dont know a better way... :/
10440
10441 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10442
10443         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10444         (ev_page_action_widget_finalize),
10445         (ev_page_action_widget_class_init), (update_page_cache):
10446
10447         Keep a weak reference on proxy->page_cache so that we
10448         dont try to disconnect the signal if the object is already
10449         gone. Maybe there is a better way to cleanup reference handling
10450         in page action though...
10451
10452 2005-05-10  Juerg Billeter  <j@bitron.ch>
10453
10454         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10455         * backend/ev-ps-exporter.h:
10456         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10457         * ps/ps-document.c: (ps_document_ps_export_begin):
10458         
10459         Change api to pass print range to ps_exporter_begin. The pdf backend
10460         requires this information.
10461         
10462         * shell/ev-print-job.c: (idle_print_handler):
10463         
10464         Adapt to api change
10465
10466 2005-05-10  Juerg Billeter  <j@bitron.ch>
10467
10468         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10469         (idle_print_handler)
10470         * shell/ev-window.c: (ev_window_print):
10471
10472         Support printing page range, based on patch by Amaury Jacquot
10473
10474 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10475
10476         * data/evince-toolbar.xml:
10477
10478         Add zoom control to available items
10479
10480 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10481
10482         * shell/ev-window.c: (update_action_sensitivity):
10483
10484         Set slash action insensitive when appropriate
10485
10486 2005-05-10  Christian Persch <chpe@gnome.org>
10487
10488         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10489
10490         Fix warning on the overflow menu
10491
10492 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10493
10494         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10495
10496         Check for uri correctness/existence
10497
10498 2005-05-09  Juerg Billeter  <j@bitron.ch>
10499
10500         * shell/ev-window.c: (using_postscript_printer):
10501
10502         LPD printers use postscript, too
10503
10504 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10505
10506         * shell/ev-window.c: (register_custom_actions):
10507
10508         The zoom one is actually sort of useful,
10509         put it back
10510
10511 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10512
10513         * shell/ev-window.c: (register_custom_actions):
10514
10515         Hide page/zoom controls from overflow, they
10516         are useless.
10517
10518 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10519
10520         * cut-n-paste/update-from-egg.sh:
10521         
10522         Share it between all cut-n-paste subdirs
10523
10524         * cut-n-paste/recent-files/Makefile.am:
10525
10526         Fix to use "global" update-from-egg.sh
10527
10528         * cut-n-paste/recent-files/egg-recent-model.c:
10529         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10530         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10531         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10532         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10533
10534         Update from libegg
10535
10536         * cut-n-paste/toolbar-editor/Makefile.am:
10537
10538         Fix to use "global" update-from-egg.sh
10539
10540         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10541
10542         Update from libegg
10543
10544 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10545
10546         * configure.ac:
10547         * cut-n-paste/Makefile.am:
10548         * cut-n-paste/recent-files/Makefile.am:
10549         * cut-n-paste/toolbar-editor/.cvsignore:
10550         * cut-n-paste/toolbar-editor/Makefile.am:
10551         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10552         (egg_editable_toolbar_get_type), (get_toolbar_position),
10553         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10554         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10555         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10556         (set_item_drag_source), (create_item_from_action), (create_item),
10557         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10558         (popup_toolbar_context_menu_cb), (free_dragged_item),
10559         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10560         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10561         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10562         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10563         (item_added_cb), (item_removed_cb),
10564         (egg_editable_toolbar_construct),
10565         (egg_editable_toolbar_disconnect_model),
10566         (egg_editable_toolbar_deconstruct),
10567         (egg_editable_toolbar_set_model),
10568         (egg_editable_toolbar_set_ui_manager),
10569         (egg_editable_toolbar_set_property),
10570         (egg_editable_toolbar_get_property),
10571         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10572         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10573         (egg_editable_toolbar_new_with_model),
10574         (egg_editable_toolbar_get_edit_mode),
10575         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10576         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10577         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10578         (new_pixbuf_from_widget), (new_separator_pixbuf),
10579         (update_separator_image), (style_set_cb),
10580         (_egg_editable_toolbar_new_separator_image),
10581         (egg_editable_toolbar_get_model):
10582         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10583         * cut-n-paste/toolbar-editor/egg-marshal.c:
10584         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10585         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10586         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10587         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10588         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10589         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10590         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10591         (editor_drag_data_delete_cb), (drag_data_get_cb),
10592         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10593         (editor_create_item), (update_editor_sheet), (setup_editor),
10594         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10595         (parse_item_list), (model_has_action), (update_actions_list),
10596         (egg_toolbar_editor_load_actions):
10597         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10598         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10599         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10600         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10601         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10602         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10603         (egg_toolbars_model_add_separator), (impl_add_item),
10604         (parse_item_list), (egg_toolbars_model_add_toolbar),
10605         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10606         (impl_get_item_data), (impl_get_item_type),
10607         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10608         (egg_toolbars_model_init), (free_toolbar),
10609         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10610         (egg_toolbars_model_remove_toolbar),
10611         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10612         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10613         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10614         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10615         (egg_toolbars_model_get_item_data),
10616         (egg_toolbars_model_get_item_type):
10617         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10618         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10619         * data/Makefile.am:
10620         * data/evince-toolbar.xml:
10621         * data/evince-ui.xml:
10622         * data/hand-open.png:
10623         * po/POTFILES.in:
10624         * shell/Makefile.am:
10625         * shell/ev-window.c: (update_chrome_visibility),
10626         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10627         (ev_window_dispose), (ev_window_init):
10628
10629         Implement epiphany like toolbar editor. Based on patch by
10630         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10631
10632 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10633
10634         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10635
10636         Use set_cursor instead of set_selection, so that
10637         the keyboard focus moves too.
10638
10639 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10640
10641         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10642
10643         Fix infinite loop when loading Type1 fonts
10644
10645 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10646
10647         * data/evince-ui.xml:
10648         * shell/ev-window.c:
10649
10650         Slash -> Find
10651
10652 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10653
10654         * configure.ac:
10655
10656         Make --disable really disable
10657
10658 2005-05-07  Juerg Billeter  <j@bitron.ch>
10659
10660         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10661
10662         Compare page labels even without has_labels set, fixes setting page
10663         with entry
10664
10665 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10666
10667         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10668         (ev_view_set_cursor), (ev_view_button_press_event),
10669         (ev_view_motion_notify_event), (ev_view_button_release_event),
10670         (ev_view_init):
10671
10672         Implement middle button scrolling. Based on a patch
10673         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10674
10675 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10676
10677         * shell/ev-document-types.c: (get_slow_mime_type),
10678         (get_document_type_from_mime), (ev_document_type_lookup):
10679         * shell/ev-document-types.h:
10680
10681         Change api to lookup from uri. Do fast lookup first, if the
10682         type is unknown try with data sniffing.
10683
10684         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10685         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10686
10687         Adapt to api change
10688
10689 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10690
10691         * thumbnailer/Makefile.am:
10692
10693         Fix distcheck
10694
10695 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10696
10697         * NEWS:
10698         * configure.ac:
10699
10700         Release 0.3.0
10701
10702         * data/evince-ui.xml:
10703
10704         Hide presentation mode for now
10705
10706         * shell/ev-view.c: (highlight_find_results):
10707
10708         Show current find selection only on current page
10709
10710 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10711
10712         * shell/ev-view.c: (ev_view_select_all):
10713
10714         Compute size of the actual page, not of
10715         the current one.
10716
10717 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10718
10719         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10720         (view_rect_to_doc_rect), (compute_selections),
10721         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10722         (ev_view_copy), (ev_view_primary_get_cb),
10723         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10724         (ev_view_button_press_event), (ev_view_motion_notify_event),
10725         (ev_view_button_release_event), (page_changed_cb):
10726
10727         Fix text selection
10728
10729 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10730
10731         * shell/ev-view.c: (compute_border), (get_page_extents),
10732         (doc_rect_to_view_rect), (highlight_find_results),
10733         (ev_view_bin_expose), (ev_view_select_all),
10734         (ev_view_motion_notify_event), (update_find_status_message),
10735         (jump_to_find_result), (jump_to_find_page):
10736
10737         First go at fixing search, still buggy
10738
10739 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10740
10741         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10742         dropdown box and button at the top of the sidebar.
10743
10744 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10745
10746         * configure.ac: Output zoom-control Makefile.
10747         * cut-n-paste/Makefile.am: build zoom-control subdir.
10748         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10749         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10750         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10751         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10752         * cut-n-paste/zoom-control/ephy-zoom.c:
10753         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10754         from epiphany, and modified to add a separator into the menu.
10755         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10756         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10757         zoom-control action.
10758         * shell/Makefile.am: Include zoom-control flags.
10759         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10760         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10761         (ev_view_zoom_for_size_presentation),
10762         (ev_view_zoom_for_size_continuous_and_dual_page),
10763         (ev_view_zoom_for_size_continuous),
10764         (ev_view_zoom_for_size_dual_page),
10765         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10766         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10767         ev_view_get_zoom and ev_view_get_sizing_mode.
10768         * shell/ev-view.h:
10769         * shell/ev-window.c: (update_action_sensitivity),
10770         (update_sizing_buttons), (zoom_control_changed_cb),
10771         (register_custom_actions): Initialize and use the zoom-control 
10772         widget.
10773
10774 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10775
10776         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10777         preview cache back to 1.  Don't know when it got set to 0.
10778         
10779         * shell/ev-view.c: (compute_border), (ev_view_realize),
10780         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10781         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10782         (ev_view_get_fullscreen), (ev_view_set_presentation),
10783         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10784         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10785         * shell/ev-view.h:
10786         * shell/ev-window.c:
10787         (update_chrome_visibility),
10788         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10789         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10790         (update_document_mode), (ev_window_update_fullscreen_action),
10791         (ev_window_fullscreen), (ev_window_unfullscreen),
10792         (ev_window_cmd_view_fullscreen),
10793         (ev_window_update_presentation_action),
10794         (ev_window_run_presentation), (ev_window_stop_presentation),
10795         (ev_window_cmd_view_presentation), (ev_window_state_event),
10796         (ev_window_focus_in_event), (ev_window_focus_out_event),
10797         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10798         * data/evince-ui.xml: Initial presentation mode.  We should
10799         probably hide this until it's done, as it's quite rough.  Also,
10800         change full-screen to fullscreen and add two getters to EvView.
10801
10802 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10803
10804         * shell/ev-page-action.c: (update_page_cache),
10805         (ev_page_action_dispose):
10806         * shell/ev-window.c: (destroy_fullscreen_popup),
10807         (ev_window_create_fullscreen_popup):
10808
10809         Use connect_object rather than explicitly
10810         disconnect on dispose.
10811
10812 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10813
10814         * shell/ev-page-action.c: (update_page_cache),
10815         (ev_page_action_dispose):
10816
10817 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10818
10819         * backend/ev-page-cache.c: (_ev_page_cache_new),
10820         (ev_page_cache_set_page_label),
10821         (ev_page_cache_has_nonnumeric_page_labels):
10822         * backend/ev-page-cache.h:
10823         * shell/ev-page-action.c: (update_pages_label):
10824         
10825         If all page labels are numeric, fallback to default
10826         way to display number of pages. See bug 173185.
10827
10828 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10829
10830         * shell/ev-page-action.c: (ev_page_action_dispose):
10831         * shell/ev-view.c: (view_update_range_and_current_page):
10832         * shell/ev-window.c: (ev_window_dispose):
10833         
10834         Set page on scroll in continuous mode. Fixes bug 301986.
10835         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10836
10837 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10838
10839         * configure.ac:
10840
10841         Require poppler 0.3.0
10842
10843 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10844         
10845         * shell/Makefile.am, configure.ac: Fix build problems
10846         with t1lib. Bug 301996.
10847
10848 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10849
10850         * shell/ev-view.c: (ev_view_scroll_event):
10851         
10852         Scroll up increase zoom
10853
10854 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10855
10856         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10857         (ev_view_set_sizing_mode),
10858         (ev_view_zoom_for_size_continuous_and_dual_page),
10859         (ev_view_zoom_for_size_continuous):
10860         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10861         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10862         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10863         (ev_window_init):
10864
10865         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10866         Fix for 165473 and 165472.
10867
10868 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10869
10870         * po/POTFILES.in:
10871         * thumbnailer/Makefile.am:
10872         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10873         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10874         * thumbnailer/evince-thumbnailer.schemas.in:
10875         
10876         Make thumbnailer schemas translatable. Fix for bug 301773
10877         
10878         * thumbnailer/evince-thumbnailer-djvu.schemas:
10879         * thumbnailer/evince-thumbnailer-dvi.schemas:
10880         * thumbnailer/evince-thumbnailer.schemas:
10881
10882         Removed files
10883
10884 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10885
10886         * shell/ev-view.c (ev_view_init): forgot to set this.
10887
10888 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10889
10890         * shell/ev-view.c: (find_page_at_location),
10891         (get_link_at_location),
10892         (ev_view_set_show_border), (ev_view_set_spacing),
10893         (ev_view_zoom_for_size_continuous_and_dual_page),
10894         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10895         Also, add a quick fix measuring of widths.  Also, removed
10896         ev_view_set_spacing and ev_view_set_show_border.
10897         
10898         * shell/ev-window.c: (ev_window_unfullscreen),
10899         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10900
10901 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10902
10903         * shell/ev-view.c: (view_update_range_and_current_page),
10904         (page_changed_cb):
10905         
10906         Fix crash on exit and scrolling to page in continuous view.
10907
10908 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10909
10910         * TODO:
10911         * backend/ev-page-cache.c: (_ev_page_cache_new),
10912         (ev_page_cache_get_max_width_size),
10913         (ev_page_cache_get_max_height_size):
10914         * backend/ev-page-cache.h:
10915         * data/evince-ui.xml:
10916         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10917         * shell/ev-view.c: (view_update_adjustments),
10918         (view_update_range_and_current_page), (get_bounding_box_size),
10919         (ev_view_size_request_continuous_and_dual_page),
10920         (ev_view_size_request_continuous),
10921         (ev_view_size_request_dual_page),
10922         (ev_view_size_request_single_page), (ev_view_size_request),
10923         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10924         (ev_view_bin_expose), (ev_view_expose_event),
10925         (ev_view_set_property), (ev_view_get_property),
10926         (ev_view_class_init), (ev_view_init), (ev_view_new),
10927         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10928         (ev_view_set_dual_page), (ev_view_set_full_screen),
10929         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10930         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10931         (ev_view_zoom_out), (zoom_for_size_fit_width),
10932         (zoom_for_size_best_fit),
10933         (ev_view_zoom_for_size_continuous_and_dual_page),
10934         (ev_view_zoom_for_size_continuous),
10935         (ev_view_zoom_for_size_dual_page),
10936         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10937         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10938         * shell/ev-view.h:
10939         * shell/ev-window.c: (update_action_sensitivity),
10940         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10941         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10942         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10943         (ev_window_cmd_view_zoom_out), (update_view_size),
10944         (ev_window_set_sizing_mode), (ev_window_init):
10945
10946         Add Continuous and Dual page modes.
10947
10948 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10949
10950         * dvi/dvi-document.c: (dvi_document_load),
10951         (dvi_document_thumbnails_get_thumbnail),
10952         (dvi_document_init_params): Fix up some mixups between
10953         width and height to correct thumbnail rendering.
10954
10955 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10956
10957         * dvi/mdvi-lib/private.h:
10958         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10959         
10960         Suppess output for kpathsea during font generation. Thanks to
10961         James Bowes
10962
10963 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10964
10965         * NEWS:
10966         * configure.ac:
10967
10968         Release 0.2.1
10969
10970         * Makefile.am: fix distcheck.
10971
10972 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10973
10974         * shell/ev-sidebar-links.c: (selection_changed_callback),
10975         (update_page_callback), (row_activated_callback),
10976         (job_finished_callback), (ev_sidebar_links_set_document):
10977         
10978         Fix for bug #169901. Double click on links expands tree.
10979
10980 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10981
10982         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10983         hard-coded style. Fix for bug 170111
10984
10985 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10986
10987         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10988         locking.
10989
10990 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10991
10992         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10993
10994 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10995
10996         * pdf/ev-poppler.cc:
10997         * shell/ev-view.c: (highlight_find_results):
10998
10999         Fix find on single page documents
11000
11001 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11002
11003         * data/evince.schemas.in: fix for bug 301390
11004
11005 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11006
11007         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11008         (ev_view_zoom_out), (ev_view_zoom_normal):
11009         * shell/ev-view.h:
11010         * shell/ev-window.c: (update_action_sensitivity),
11011         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11012         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11013         (ev_window_cmd_view_normal_size):
11014
11015         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11016         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11017         better than oom. 
11018
11019 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11020
11021         * configure.ac:
11022
11023         Depend on 2.57, 2.59 doesnt seem to be necessary
11024
11025 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11026
11027         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11028         (create_tool_item):
11029
11030         Put back total number of pages as (1 of 1234)
11031
11032 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11033
11034         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11035         remove the job.
11036
11037         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11038         function.  This helps debugging.
11039
11040 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11041
11042         * djvu/djvu-document.c: (djvu_document_class_init),
11043         (djvu_document_get_info), (djvu_document_document_iface_init):
11044         * dvi/dvi-document.c: (dvi_document_class_init),
11045         (dvi_document_get_info), (dvi_document_document_iface_init):
11046
11047         Dummy implementation of get_info method for dvi and
11048         djvu. Fix crashes with those backends
11049
11050 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11051
11052         * data/evince.desktop.in:
11053
11054         Add application/x-gzpostscript
11055
11056 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11057
11058         * data/evince.schemas.in: Added real long descriptions, 
11059         closes bug 172496 
11060
11061         * README: Added actual text, closes bug 171869
11062
11063 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11064
11065         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11066
11067         Thumbnail page 0
11068
11069 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11070
11071         * backend/ev-document-info.h:
11072
11073         s/GDate */GDate so we can just use g_free
11074
11075 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11076
11077         * shell/ev-window.c: (update_document_mode),
11078         (ev_window_setup_document):
11079
11080         Show the window in fullscreen when specified by
11081         the document
11082
11083 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11084
11085         * backend/ev-document.c: (ev_document_class_init),
11086         (ev_document_get_info), (ev_document_render_pixbuf):
11087         * backend/ev-document.h:
11088         * backend/ev-page-cache.c: (_ev_page_cache_new):
11089         * pdf/ev-poppler.cc:
11090         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11091         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11092         * ps/ps-document.c: (ps_document_class_init), (document_load),
11093         (ps_document_get_info), (ps_document_document_iface_init):
11094
11095         Remove get_title from the interface, we can just use document info
11096
11097 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11098
11099         * backend/Makefile.am:
11100         * backend/ev-document.c: (ev_document_render_get_info):
11101         * backend/ev-document.h:
11102         * pdf/ev-poppler.cc:
11103
11104         Initial support for document info. Based on jrb patch.
11105
11106 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11107
11108         * shell/ev-window.c: (ev_window_state_event),
11109         (ev_window_class_init), (ev_window_init):
11110         
11111         Doesn't show resize grip when maximized. See bug #301053
11112
11113 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11114
11115         * po/POTFILES.in:
11116         
11117         ev-sidebar-thumbnails now has translatable labels
11118         
11119         * shell/Makefile.am:
11120         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11121         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11122         (ev_sidebar_links_page_iface_init):
11123         * shell/ev-sidebar-links.h:
11124         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11125         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11126         (ev_sidebar_page_get_label):
11127         * shell/ev-sidebar-page.h:
11128         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11129         (ev_sidebar_thumbnails_set_document),
11130         (ev_sidebar_thumbnails_support_document),
11131         (ev_sidebar_thumbnails_get_label),
11132         (ev_sidebar_thumbnails_page_iface_init):
11133         * shell/ev-sidebar-thumbnails.h:
11134         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11135         (ev_sidebar_set_document):
11136         * shell/ev-sidebar.h:
11137         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11138         
11139         Small rework of sidebar code. Now sidebar pages should implement
11140         EvSidebarPage interface. That makes page management in EvSidebar
11141         easier. See bug #164811 for details
11142
11143 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11144
11145         * shell/ev-application.c: (ev_application_open):
11146         * shell/ev-document-types.c:
11147         
11148         Fix build error and small problem with application exit
11149
11150 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11151
11152         * thumbnailer/Makefile.am:
11153         * thumbnailer/evince-thumbnailer-djvu.schemas:
11154         * thumbnailer/evince-thumbnailer-dvi.schemas:
11155         
11156         Conditionally install schemas for djvu/dvi thumbnailer
11157
11158 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11159
11160         * shell/ev-document-types.h: 
11161         * shell/ev-document-types.c: 
11162         New files, handling the mapping from mimetypes to backends
11163         
11164         * shell/ev-window.c: 
11165         * thumbnailer/evince-thumbnailer.c:     
11166         Use the ev-document-types code
11167         
11168         * shell/Makefile.am: 
11169         Added new convenience library libevbackendfactory_la, containing
11170         the new mimetype->backend logic; moved the backends into it.
11171
11172         * thumbnailer/Makefile.am:
11173         Make the thumbnailer link with the libevbackend.la convenience
11174         library, rather than having a duplicate of the backend logic here.
11175
11176 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11177
11178         * shell/ev-stock-icons.c: constify some vars.
11179         * shell/ev-window.c: ditto.
11180
11181 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11182
11183         * ps/ps-document.c (get_page_orientation):
11184
11185         Respect document orientation 
11186
11187 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11188
11189         * djvu/Makefile.am:
11190         * dvi/Makefile.am:
11191         * shell/Makefile.am:
11192         
11193         Move library dependencies to components.
11194         
11195         * shell/ev-window.c: (update_window_title),
11196         (start_loading_document):
11197         
11198         Fix display of uris with spaces. Bug 168358.
11199
11200 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11201
11202         * shell/ev-sidebar-links.c: (selection_changed_cb):
11203         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11204         (ev_view_button_release_event), (ev_view_set_document):
11205         * shell/ev-view.h:
11206         * shell/ev-window.c: (find_bar_search_changed_cb):
11207         * shell/ev-window.h: Minor cleanups removing some dead code.
11208
11209 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11210
11211         * backend/ev-page-cache.c: (_ev_page_cache_new):
11212         
11213         Set current page to 0 if document has pages.
11214
11215 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11216
11217         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11218
11219         Initialize GError to NULL, fix a crash when loading fails.
11220
11221 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11222
11223         * shell/ev-window.c: (update_view_size):
11224
11225         Calculate shadow size only when there is actually
11226         a shadow.
11227
11228 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11229
11230         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11231         * shell/ev-view.h:
11232
11233         Allow setting view spacing, default to 0
11234
11235         * shell/ev-window.c: (ev_window_unfullscreen),
11236         (ev_window_cmd_view_fullscreen), (ev_window_init):
11237
11238         Remove spacing in fullscreen mode
11239
11240 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11241
11242         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11243         (ev_view_size_request), (expose_bin_window),
11244         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11245         * shell/ev-view.h:
11246         * shell/ev-window.c: (ev_window_unfullscreen),
11247         (ev_window_cmd_view_fullscreen):
11248
11249         Do not draw the border in fulscreen
11250
11251 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11252
11253         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11254         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11255         (find_page_at_location), (page_changed_cb):
11256
11257         Rework border calculation, so that I can more easily disable it.
11258         Code somewhat cleaner too.
11259
11260 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11261
11262         * backend/ev-page-cache.c: (ev_page_cache_init),
11263         (_ev_page_cache_new):
11264
11265         Remove some assertions, documents can have 0 pages.
11266         Make initial current page -1.
11267
11268         * shell/ev-page-action.c: (page_changed_cb):
11269
11270         Show "" if current page is -1
11271
11272         * shell/ev-window.c: (update_action_sensitivity),
11273         (ev_window_setup_document):
11274
11275         When document has 0 pages do not set the view
11276         and make nearly everything insensitive.
11277
11278 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11279
11280         * shell/ev-page-view.c:
11281         * shell/ev-page-view.h:
11282
11283         Remove unused files.
11284         
11285         * shell/ev-sidebar-thumbnails.c:
11286         (ev_sidebar_thumbnails_set_document):
11287         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11288         (ev_sidebar_supports_document):
11289         * shell/ev-sidebar.h:
11290         * shell/ev-window.c: (ev_window_setup_document):
11291         
11292         Doesn't show thumbnails if document has 1 page. Make
11293         sidebar menu entries sensitive only if if they have 
11294         sense. Fix bug 164811. 
11295
11296 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11297
11298         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11299         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11300         (ev_view_zoom_out), (ev_view_set_size):
11301
11302         Rework sizing to deal with documents with not uniform page
11303         size.
11304
11305 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11306
11307         * backend/ev-page-cache.c: (_ev_page_cache_new):
11308
11309         Fix several page size caching bugs
11310
11311 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11312
11313         * shell/ev-window.c: (set_action_properties):
11314
11315         Make all toolbar items translatable
11316
11317 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11318
11319         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11320         (save_page_list), (ps_document_save),
11321         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11322         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11323         (ps_document_ps_exporter_iface_init):
11324         * ps/ps-document.h:
11325
11326         Based on a patch by J�rg Billeter <j@bitron.ch>
11327         
11328         Implement print and save a copy for the ps backend.
11329
11330 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11331
11332         * backend/ev-document.h:
11333         * djvu/djvu-document.c: (djvu_document_can_get_text),
11334         (djvu_document_document_iface_init):
11335         * dvi/dvi-document.c: (dvi_document_can_get_text),
11336         (dvi_document_document_iface_init):
11337         * pdf/ev-poppler.cc:
11338         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11339         (pixbuf_document_document_iface_init):
11340         * ps/ps-document.c: (ps_document_can_get_text),
11341         (ps_document_document_iface_init):
11342         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11343         * shell/ev-window.c: (update_action_sensitivity):
11344
11345         Fix the crash when trying to copy in backends that doesnt
11346         support it. We can implement a better solution once we
11347         do real text selection.
11348
11349 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11350
11351         * data/evince-ui.xml:
11352         * shell/ev-window.c: (ev_window_cmd_escape):
11353         
11354         Work around the Escape conflict (find bar and unfullscreen)
11355
11356 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11357
11358         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11359         
11360         Fix for #300233. Next page correctly handles document end.
11361         
11362         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11363         (ev_sidebar_thumbnails_class_init),
11364         (ev_sidebar_thumbnails_set_document),
11365         (ev_sidebar_thumbnails_clear_job),
11366         (ev_sidebar_thumbnails_clear_model):
11367         
11368         Cleanup thumbnail jobs on document changes.
11369         
11370         * shell/ev-view.c: (add_scroll_binding_keypad),
11371         (add_scroll_binding_shifted), (ev_view_class_init):
11372         
11373         Shift + Space scrolls up. Fix for #173184
11374         
11375         * shell/ev-window.c: (ev_window_open_page),
11376         (ev_window_cmd_view_reload):
11377         
11378         Fix reload (Bug #300094)
11379
11380 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11381
11382         
11383         * dvi/mdvi-lib/assoc.c:
11384         * dvi/mdvi-lib/assoc.h: Removed garbage files
11385         
11386         * dvi/mdvi-lib/bitmap.c:
11387         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11388         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11389         * dvi/mdvi-lib/color.h: Antialias of rules
11390         
11391         * dvi/mdvi-lib/common.h:
11392         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11393         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11394         * dvi/mdvi-lib/files.c:
11395         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11396         * dvi/mdvi-lib/mdvi.h:
11397         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11398         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11399         * dvi/mdvi-lib/util.c: Fix compile warnings
11400         
11401         * dvi/dvi-document.c:
11402         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11403         (dvi_document_thumbnails_get_thumbnail),
11404         (dvi_document_document_thumbnails_iface_init):
11405         * dvi/mdvi-lib/Makefile.am:
11406         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11407         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11408         
11409         Dvi backend now renders thumbnails
11410
11411 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11412
11413         * shell/main.c: (main): 
11414         
11415         Save accelerators on exit. Fixes bug #172095.
11416
11417 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11418
11419         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11420         update priority" comment.
11421
11422         * backend/ev-job-queue.c: Give a way to change priority.
11423
11424 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11425
11426         * shell/ev-page-action.c: Fix logic.
11427
11428 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11429
11430         * shell/ev-view.c: (ev_view_can_find_next):
11431         * shell/ev-window.c: (ev_window_setup_document):
11432
11433         Check that the document supports find
11434
11435 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11436
11437         * data/evince-ui.xml:
11438         * shell/ev-view.c: (ev_view_can_find_next):
11439         * shell/ev-view.h:
11440         * shell/ev-window.c: (update_action_sensitivity),
11441         (find_changed_cb), (ev_window_setup_document),
11442         (ev_window_cmd_edit_find_next):
11443
11444         Add Edit->Find Next
11445
11446 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11447
11448         * pdf/ev-poppler.cc:
11449         * shell/ev-print-job.c: (idle_print_handler):
11450
11451         Make printing work again
11452
11453 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11454
11455         * shell/ev-page-action.h:
11456         * shell/ev-page-action.c: (ev_page_action_widget_init),
11457         (ev_page_action_widget_class_init), (page_changed_cb),
11458         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11459         (get_filter_model_from_model), (match_selected_cb),
11460         (display_completion_text), (match_completion), (update_model),
11461         (connect_proxy), (ev_page_action_set_property),
11462         (ev_page_action_get_property), (ev_page_action_set_document),
11463         (ev_page_action_set_model), (ev_page_action_class_init): Big
11464         reworking to make completions work iff we have >= GTK-2.7.0
11465                 
11466         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11467         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11468         (job_finished_cb): We now have a 'model' property that is set when
11469         the links are loaded.  This can be caught with "notify::model"
11470
11471         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11472         listen for the model to be set, and propagate it to the action.
11473
11474 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11475
11476         * cut-n-paste/recent-files/egg-recent-item.c:
11477         (egg_recent_item_set_uri), (make_valid_utf8),
11478         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11479         * cut-n-paste/recent-files/egg-recent-item.h:
11480         
11481         Update egg-recent from libegg. This should fix long
11482         startup problem. For details see
11483         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11484
11485 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11486
11487         * cut-n-paste/recent-files/Makefile.am:
11488         * data/evince-ui.xml, shell/Makefile.am:
11489         * shell/ev-application.c, shell/ev-application.h:
11490         * shell/ev-window.c: Recent files support.
11491         
11492         * configure.ac: Added "ru" to ALL_LINGUAS.
11493         
11494         * dvju: new backend to support DJVU files.
11495         * dvi: new backend to support DVI.
11496
11497         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11498         * ev-application.c: Support for new backends.
11499         
11500         * help, ev-window.c, main.c shell/Makefile.am: 
11501         Evince user documentation.
11502
11503 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11504
11505         * po/POTFILES.in:
11506         * shell/ev-window.c:
11507         * thumbnailer/evince-thumbnailer.c:
11508
11509         s/pdf-document/ev-poppler
11510
11511 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11512
11513         * NEWS:
11514         * configure.ac:
11515
11516         Release 0.2.0
11517
11518         * ps/ps-document.c: (setup_pixmap):
11519
11520         Remove debug code
11521
11522 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11523
11524         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11525         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11526         (ev_window_cmd_go_first_page): Fix of by one errors.
11527
11528 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11529
11530         * ps/ps-document.c: (get_page_box):
11531
11532         Fix page size calculation
11533
11534 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11535
11536         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11537         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11538         (get_page_orientation), (setup_page), (document_load),
11539         (ps_document_get_page_size), (render_pixbuf_idle):
11540         * ps/ps-document.h:
11541
11542         More refactoring to adapt to EvDocument changes
11543
11544 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11545
11546         * ps/ps-document.c: (start_interpreter):
11547
11548         Actually add alpha args
11549
11550 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11551
11552         * pdf/ev-poppler.cc:
11553
11554         Make clipboard work again
11555
11556 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11557
11558         Make searching work again.
11559         
11560         * backend/ev-document.c:
11561         * backend/ev-document.h:
11562         * backend/ev-document-find.c:
11563         * backend/ev-document-find.h: Change EvDocumentIface so we no
11564         longer store the current page or zoom level in the document.  The
11565         consequence is that all calls that operate on the current page now
11566         instead take the page number as an extra argument, and all
11567         coordinates are now doubles in document coordinate system.
11568
11569         * pdf/ev-poppler.cc:
11570         * pixbuf/pixbuf-document.c:
11571         * ps/ps-document.c: Update backends accordingly.
11572
11573 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11574
11575         * autogen.sh:
11576
11577         Add required gettext version
11578
11579 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11580
11581         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11582         make F1 bring up non-existent help.
11583
11584         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11585         epiphany's find bar, #167477
11586
11587         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11588         <emil@nishra.com> to add space-bar scrolling, 
11589
11590         * shell/ev-window.c (static GtkActionEntry entries): add default
11591         keybinding for Help (F1)
11592         Fixes #171068
11593
11594         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11595         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11596         170110
11597
11598 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11599
11600         * Makefile.am: 
11601         * pixbuf/pixbuf-document.c: 
11602
11603         Got pixbuf backend working again
11604
11605 2005-04-01  Steve Murphy  <murf@e-tools.com>
11606
11607         * configure.in: Added "rw" to ALL_LINGUAS.
11608
11609 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11610
11611         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11612         model types, noticed by Martin Kretzschmar.
11613
11614 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11615
11616         * pdf/ev-poppler.cc: Implement search based on
11617         poppler_page_find_text().  Currently a bit crude since we remember
11618         all matches from all pages.  Also, we grab the big document lock
11619         when we search since searching changes the underlying stream and
11620         thus conflicts with the rendering thread.
11621         
11622         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11623         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11624         (ev_view_find_previous): Fix some page indexes to be 0 based,
11625         offset rubber band by view offset,
11626
11627 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11628
11629         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11630
11631 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11632
11633         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11634         completely because I didn't understand GtkActions.  I should
11635         read Marco's code more carefully in the future.
11636
11637         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11638         function
11639
11640 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11641
11642         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11643         PopplerRectangle change from poppler CVS.
11644
11645 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11646
11647         * backend/ev-document.c: (ev_document_get_page_label):
11648         * backend/ev-document.h:
11649         * backend/ev-page-cache.c: (_ev_page_cache_new),
11650         (ev_page_cache_get_page_label):
11651         * backend/ev-page-cache.h:
11652         * pdf/ev-poppler.cc:
11653         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11654         (links_page_num_func):
11655         * shell/ev-sidebar-thumbnails.c:
11656         (ev_sidebar_thumbnails_set_document):
11657         * shell/ev-view.c: (status_message_from_link),
11658         (ev_view_motion_notify_event):
11659         * shell/ev-window.c: (document_supports_sidebar): Add in page
11660         label support.  It's not perfect yet, but it's the first 'feature'
11661         in a while.
11662         Also, fix a bogus comment noticed by crispin. 
11663
11664 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11665
11666         * Makefile.am: Remove pixbuf backend for now
11667
11668         * configure.ac: Require poppler-glib instead of just poppler.
11669
11670         * backend/ev-document-thumbnails.h: Add a comment
11671
11672         * backend/ev-document.h:
11673         * backend/ev-document.c: (ev_document_class_init),
11674         (ev_document_load), (ev_document_get_link),
11675         (ev_document_get_links): Remove 3 methods and add get_links.
11676         Also, made 0 based.
11677
11678         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11679         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11680
11681         * backend/ev-link.c: (ev_link_set_title),
11682         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11683         (ev_link_mapping_find):
11684         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11685         
11686         * backend/ev-page-cache.c: (ev_page_cache_init),
11687         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11688         (ev_page_cache_get_size), (ev_page_cache_next_page),
11689         (ev_page_cache_prev_page): Fix to be 0 based.
11690
11691         * pdf/Makefile.am: 
11692         * pdf/ev-poppler.h:
11693         * pdf/ev-poppler.cc: New backend.
11694         
11695         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11696         (ps_document_get_page), (ps_document_document_iface_init):
11697
11698         * shell/ev-pixbuf-cache.h:
11699         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11700         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11701         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11702         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11703         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11704         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11705         based.
11706         
11707         * shell/ev-sidebar-thumbnails.c:
11708         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11709         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11710
11711         * shell/ev-view.c: (status_message_from_link),
11712         (find_page_at_location), (get_link_at_location),
11713         (ev_view_motion_notify_event), (ev_view_button_release_event),
11714         (ev_view_init): Use the new link code.  Fix to be 0 based.
11715
11716         * shell/ev-window.c: (update_action_sensitivity),
11717         (document_supports_sidebar): 0 based.
11718
11719 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11720
11721         * pdf/pdf-document.cc: Patch from Fernando Herrera
11722         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11723         *blush*
11724
11725 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11726
11727         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11728         1 to the page, as this seems to be 1 based.  I thought we has this
11729         fixed.  grump.
11730
11731 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11732
11733         * TODO:
11734         * backend/Makefile.am:
11735         * backend/ev-document-links.c:
11736         (ev_document_links_has_document_links),
11737         (ev_document_links_get_links_model):
11738         * backend/ev-document-links.h:
11739         * backend/ev-document.c: (ev_document_get_page_cache),
11740         (ev_document_get_doc_mutex), (ev_document_load),
11741         (ev_document_save), (ev_document_get_title),
11742         (ev_document_get_n_pages), (ev_document_set_page),
11743         (ev_document_get_page), (ev_document_set_target),
11744         (ev_document_set_scale), (ev_document_set_page_offset),
11745         (ev_document_get_page_size), (ev_document_get_text),
11746         (ev_document_get_link), (ev_document_render),
11747         (ev_document_render_pixbuf), (ev_document_scale_changed):
11748         * backend/ev-document.h:
11749         * backend/ev-job-queue.c: (remove_object_from_queue),
11750         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11751         (no_jobs_available_unlocked), (ev_render_thread),
11752         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11753         (ev_job_queue_remove_job):
11754         * backend/ev-job-queue.h:
11755         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11756         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11757         (ev_job_links_class_init), (ev_job_render_init),
11758         (ev_job_render_dispose), (ev_job_render_class_init),
11759         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11760         (ev_job_thumbnail_class_init), (ev_job_finished),
11761         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11762         (ev_job_render_run), (ev_job_thumbnail_new),
11763         (ev_job_thumbnail_run):
11764         * backend/ev-jobs.h:
11765         * backend/ev-link.c:
11766         * backend/ev-link.h:
11767         * backend/ev-page-cache.c: (ev_page_cache_init),
11768         (ev_page_cache_class_init), (ev_page_cache_finalize),
11769         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11770         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11771         (ev_page_cache_set_link), (ev_page_cache_get_title),
11772         (ev_page_cache_get_size), (ev_page_cache_next_page),
11773         (ev_page_cache_prev_page):
11774         * backend/ev-page-cache.h:
11775         * pdf/pdf-document.cc:
11776         * ps/gsdefaults.c:
11777         * ps/gsdefaults.h:
11778         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11779         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11780         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11781         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11782         (is_interpreter_ready), (output), (catchPipe), (input),
11783         (start_interpreter), (check_filecompressed), (compute_dimensions),
11784         (ps_document_enable_interpreter), (document_load),
11785         (ps_document_next_page), (render_page), (ps_document_set_page),
11786         (ps_document_set_scale), (render_pixbuf_idle),
11787         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11788         * ps/ps-document.h:
11789         * shell/Makefile.am:
11790         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11791         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11792         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11793         (ev_pixbuf_cache_new), (job_finished_cb),
11794         (check_job_size_and_unref), (move_one_job),
11795         (ev_pixbuf_cache_update_range), (find_job_cache),
11796         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11797         (ev_pixbuf_cache_add_jobs_if_needed),
11798         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11799         * shell/ev-pixbuf-cache.h:
11800         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11801         (idle_print_handler):
11802         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11803         (selection_changed_cb), (create_loading_model),
11804         (ev_sidebar_links_construct), (links_page_num_func),
11805         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11806         (update_page_callback), (job_finished_cb),
11807         (ev_sidebar_links_set_document):
11808         * shell/ev-sidebar-thumbnails.c:
11809         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11810         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11811         (page_changed_cb), (thumbnail_job_completed_callback),
11812         (ev_sidebar_thumbnails_set_document):
11813         * shell/ev-sidebar-thumbnails.h:
11814         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11815         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11816         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11817         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11818         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11819         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11820         (ev_view_button_release_event), (ev_view_scroll_view),
11821         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11822         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11823         (ev_view_new), (job_finished_cb), (page_changed_cb),
11824         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11825         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11826         (ev_view_find_previous):
11827         * shell/ev-view.h:
11828         * shell/ev-window.c: (update_action_sensitivity),
11829         (ev_window_open_page), (update_window_title), (update_total_pages),
11830         (page_changed_cb), (ev_window_setup_document),
11831         (password_dialog_response), (ev_window_cmd_save_as),
11832         (ev_window_print), (ev_window_cmd_go_previous_page),
11833         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11834         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11835         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11836         * shell/main.c: (main):
11837
11838         Merge evince-threads branch
11839
11840 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11841
11842         * configure.ac: Added "lt" to ALL_LINGUAS.
11843
11844 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11845
11846         * NEWS:
11847         * configure.ac:
11848
11849         Release 0.1.9
11850
11851 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11852
11853         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11854
11855         Fix here also the thumbnails 1-basedness :)
11856
11857 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11858
11859         * NEWS:
11860         * configure.ac:
11861
11862         Release 0.1.8
11863
11864 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11865
11866         * pdf/pdf-document.cc:
11867         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11868         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11869
11870         Fix the mess we did with thumbnails and 1-basedness
11871
11872 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11873
11874         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11875
11876 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11877
11878         * NEWS:
11879         * configure.ac:
11880
11881         Release 0.1.7
11882
11883 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11884
11885         * ps/Makefile.am:
11886         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11887         (gtk_gs_defaults_get_alpha_parameters),
11888         (gtk_gs_defaults_get_ungzip_cmd),
11889         (gtk_gs_defaults_get_unbzip2_cmd):
11890         * ps/gsdefaults.h:
11891         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11892         (ps_document_get_orientation), (document_load),
11893         (ps_document_goto_page), (ps_document_set_page_size):
11894         * ps/ps-document.h:
11895
11896         Some more sanitization of the ps backend. Remove a lot
11897         of unused code and do not base our defaults on ggv
11898         preferences (ugh!)
11899
11900 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11901
11902         * thumbnailer/evince-thumbnailer.schemas:
11903         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11904         (main): add -s option for thumbnail size.
11905
11906 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11907
11908         * configure.ac:
11909
11910         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11911         remove it.
11912
11913 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11914
11915         * pdf/pdf-document.cc:
11916
11917         Remove 4 pixels of useless border from the
11918         thumbnail.
11919
11920 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11921
11922         * backend/ev-document-thumbnails.c:
11923         (ev_document_thumbnails_get_thumbnail):
11924         * backend/ev-document-thumbnails.h:
11925
11926         Rework API a bit. Add a border flag and
11927         change sizing logic (now the size we specify
11928         applies to the bigger dimension).
11929
11930         * pdf/pdf-document.cc:
11931         * pixbuf/pixbuf-document.c:
11932         (pixbuf_document_thumbnails_get_thumbnail):
11933         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11934         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11935
11936         Adapt to the new API and do not draw a border for nautilus
11937         thumbnailer.
11938
11939 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11940
11941         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11942         take thumbnails from page "0" instead of "1". Added a copyright header.
11943
11944 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11945
11946         * ps/ps-document.c: (set_up_page), (start_interpreter):
11947
11948         Make it C89 compliant
11949
11950 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11951
11952         * Makefile.am:
11953         * configure.ac:
11954         * pdf/.cvsignore:
11955         * pdf/pdf-document.cc:
11956         * thumbnailer/Makefile.am:
11957         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11958         (main):
11959         * thumbnailer/evince-thumbnailer.schemas:
11960         * thumbnailer/pdf-icon.png:
11961
11962         Add a nautilus thumbnailer.
11963         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11964
11965 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11966
11967         * NEWS:
11968         * configure.ac:
11969         * po/POTFILES.in:
11970
11971         Release 0.1.6
11972
11973 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11974
11975         Use poppler instead of including xpdf source code.  Poppler is a
11976         fork of xpdf to build it as a shared library. See
11977         http://freedesktop.org/wiki/Software/poppler.
11978
11979         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11980         xpdf fork.
11981         
11982         * pdf/Makefile.am: Build libpdfdocument.a here.
11983         
11984         * pdf/GDKSplashOutputDev.cc:
11985         * pdf/GDKSplashOutputDev.h:
11986         * pdf/GnomeVFSStream.cc:
11987         * pdf/GnomeVFSStream.h:
11988         * pdf-document.cc:
11989         * pdf-document.h:
11990         * test-gdk-output-dev.cc
11991         * Thumb.cc:
11992         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11993         against poppler.
11994
11995 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11996
11997         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11998
11999         Clear idle stack before unsetting the document
12000
12001 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12002
12003         * ps/ps-document.c: (ps_document_widget_event),
12004         (ps_document_set_target), (ps_document_finalize),
12005         (ps_document_get_page):
12006
12007         Disconnect the widget event signal on finalize.
12008         Some code cleanups.
12009
12010 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12011
12012         * ps/ps-document.c: (set_up_page):
12013
12014         If there is no bpixmap create one, even if size
12015         is not changed.
12016
12017 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12018
12019         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12020         (set_up_page), (document_load), (ps_document_set_zoom):
12021
12022         Default page is 0. Calculate size even when we have no
12023         target yet.
12024
12025 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12026
12027         * shell/ev-sidebar.c: expand the selection widget to be always as
12028         wide as the sidebar
12029
12030 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12031
12032         * shell/ev-sidebar-thumbnails.c:
12033         (ev_sidebar_thumbnails_set_document):
12034
12035         Clear the list store when setting document
12036
12037 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12038
12039         * shell/ev-page-action.c: (update_entry), (sync_entry),
12040         (activate_cb), (entry_size_request_cb), (create_tool_item),
12041         (connect_proxy):
12042
12043         Use an entry for the page control instead of spinbuttons
12044
12045 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12046
12047         * data/evince.schemas.in:
12048
12049         Correct confusing string
12050
12051 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12052
12053         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12054         for real.  Gosh, how long has this been broken.
12055
12056         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12057         check for a NULL link.  We crash otherwise.
12058
12059 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12060
12061         * NEWS:
12062         * configure.ac:
12063
12064         Release 0.1.5
12065
12066 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12067
12068         * configure.ac: add the french translation.
12069
12070 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12071
12072         * shell/ev-window.c:
12073
12074         Remove unused header -> fix distcheck
12075
12076 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12077
12078         * shell/ev-window.c: (update_window_title),
12079         (ev_window_popup_password_dialog):
12080
12081         Unescape filename for display
12082
12083 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12084
12085         * pdf/xpdf/pdf-document.cc:
12086
12087         In get_page_size deal with rotation. Also
12088         cleanup the function a bit.
12089
12090 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12091
12092         * pdf/xpdf/pdf-document.cc:
12093
12094         Fix crash when opening in new window
12095
12096 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12097
12098         * configure.ac:
12099
12100         Check ghostscript >= 7
12101
12102 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12103
12104         * shell/ev-window.c:
12105
12106         Make page width the default sizing mode
12107
12108 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12109         Marco Pesenti Gritti <marco@gnome.org>
12110
12111         * shell/ev-window.c: Remember the sidebar size
12112
12113         * data/evince.schemas.in: Add a new gconf key to store the size of
12114         the sidebar
12115
12116 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12117
12118         * data/evince-ui.xml:
12119         * shell/ev-window.c: (update_action_sensitivity),
12120         (ev_window_cmd_view_reload):
12121         
12122         Add a "Reload" action and menu entry
12123
12124 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12125
12126         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12127         iff the type doesn't support thumbnailing and indexing.
12128
12129 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12130
12131         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12132
12133 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12134
12135         * pdf/splash/Splash.cc:
12136
12137         Port fix for a crasher from kde bug
12138         http://bugs.kde.org/show_bug.cgi?id=97131
12139
12140 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12141
12142         * pdf/xpdf/pdf-document.cc:
12143
12144         Return a link even if it's of an unrecognized
12145         type. Otherwise we go in an infinte cycle.
12146
12147 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12148
12149         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12150         (size_allocate_cb), (ev_window_set_sizing_mode):
12151
12152         Update size when switching mode
12153
12154 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12155
12156         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12157         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12158         (ev_window_cmd_view_normal_size):
12159
12160         Fix size toggle buttons behavior
12161
12162 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12163
12164         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12165         (doc_rect_to_view_rect), (ev_view_size_allocate),
12166         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12167         (scale_changed_callback):
12168
12169         Do not cache offsets in size_allocate.
12170
12171 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12172
12173         * shell/ev-view.c: (ev_view_size_allocate):
12174
12175         Calculate offsets before calling the parent
12176         class (which does a redraw)
12177
12178 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12179
12180         * pdf/xpdf/pdf-document.cc:
12181
12182         Fix a crasher on exit. Unused code, put a TODO
12183
12184 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12185
12186         * backend/ev-document.c: (ev_document_class_init),
12187         (ev_document_page_changed), (ev_document_scale_changed):
12188         * backend/ev-document.h:
12189
12190         Separate page/scale notifications
12191
12192         * pdf/xpdf/pdf-document.cc:
12193
12194         Emit the new signals.
12195         Do not display the pdf page in _render, do it
12196         when scale/page are requested.
12197
12198         * ps/ps-document.c: (ps_document_set_zoom),
12199         (ps_document_widget_event):
12200         * ps/ps-document.h:
12201
12202         Emit the new signals.
12203
12204         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12205         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12206         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12207         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12208         * shell/ev-view.h:
12209         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12210         (ev_window_cmd_view_page_width), (size_allocate_cb),
12211         (ev_window_set_sizing_mode):
12212
12213         Rework sizing to be pixel based.
12214         There are bugs but should be already way better.
12215
12216 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12217
12218         * shell/ev-window.c: (ev_window_init):
12219
12220         Do not allow to shrink sidebar smaller then
12221         child requisition
12222
12223 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12224
12225         * shell/ev-sidebar.[ch]
12226         * shell/ev-window.c:
12227
12228         Improved sidebar widget. Fixes #166683
12229
12230 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12231
12232         * shell/ev-view.c (update_find_status_message): Give translators
12233         more flexibility with ngettext plural handling.
12234
12235 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12236
12237         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12238         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12239         page when we get the page size.
12240
12241 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12242
12243         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12244
12245         ps pages are 0 based, convert 
12246
12247 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12248
12249         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12250
12251         Initialize correct parent class. Set GError on document load
12252
12253 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12254
12255         * pdf/xpdf/pdf-document.cc:
12256
12257         Fixup selection offset calculation
12258
12259         * shell/ev-view.c: (view_rect_to_doc_rect),
12260         (doc_rect_to_view_rect), (ev_view_size_allocate),
12261         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12262         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12263
12264         Store selection as document relative, so that zooming
12265         and offset changing doesnt break it.
12266
12267 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12268
12269         * shell/ev-view.c: (ev_view_best_fit):
12270
12271         Do not try to best fit if the view is not realized
12272
12273 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12274           
12275         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12276
12277 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12278
12279         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12280
12281 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12282
12283         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12284         the popup window.  That prevents it resizing when in full screen
12285         mode.
12286
12287         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12288         multiple rerenders.  This pretty much sucks.
12289
12290         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12291         rest of the toolbar.
12292
12293 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12294
12295         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12296
12297 2005-02-17  Alexander Shopov  <ash@contact.bg>
12298
12299         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12300
12301 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12302
12303         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12304
12305 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12306
12307         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12308         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12309         (set_document_page), (document_changed_callback),
12310         (ev_view_set_document), (ev_view_find_previous),
12311         (ev_view_hide_cursor), (ev_view_show_cursor):
12312         * shell/ev-view.h:
12313         * shell/ev-window.c: (update_chrome_visibility),
12314         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12315         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12316         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12317         (ev_window_unfullscreen):
12318         * shell/main.c: (main):
12319
12320         Automatically hide the fullscreen button.
12321         Patch by Kristian Høgsberg <krh@redhat.com>
12322
12323 2005-02-16  Vincent Noel  <vnoel@cox.net>
12324
12325         * shell/main.c (main): Specify an icon for the window. Patch by
12326         Jaap A. Haitsma. Fixes #166177.
12327
12328 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12329
12330         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12331
12332 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12333
12334         * backend/ev-document-misc.h:
12335         * backend/ev-document-misc.c:
12336         (ev_document_misc_get_page_border_size),
12337         (ev_document_misc_paint_one_page): New function to canonicalize
12338         sizing/painting a border.
12339
12340         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12341         used.
12342
12343         * pdf/xpdf/pdf-document.cc: use new function
12344
12345         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12346         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12347         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12348         shell/ev-window.c: (update_sizing_buttons),
12349         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12350         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12351         (ev_window_cmd_view_page_width), (size_allocate_cb),
12352         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12353         and "fit width" values act as toggle buttons so they stay
12354         toggled.  It's not 100% perfect, and it's a little slow, but it's
12355         good enough to commit I think.
12356
12357 2005-02-15  David Lodge  <dave@cirt.net>
12358
12359         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12360
12361 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12362
12363         * shell/ev-window.c (update_window_title): replace newlines in
12364         the title by spaces. Bug #166107.
12365
12366 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12367
12368         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12369         parameters providing allocation width and height without
12370         scrollbars and width of a possible vertical scrollbar. With this
12371         additional information the functions can work as
12372         intended. Unfortunately they're not idempotent. We should
12373         transform these commands to toggles. Fixes Bug #164976
12374         Initial patch by Stephane Loeuillet, then heavily modified.
12375
12376         * shell/ev-view.h: update prototypes.
12377
12378         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12379         (ev_window_cmd_view_page_width): provide EvView fit functions with
12380         all the information they need. Formulas to calculate this
12381         information taken from GtkScrolledWindow.
12382
12383 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12384
12385         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12386         created a thumbnail, the list store is updated to know
12387         that the thumbnail is set. Fixes bug #166792
12388
12389 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12390
12391         * shell/ev-window.c: fixed typo, closes bug 166897
12392
12393         * TODO: updated TODO with bug numbers that are relevant
12394
12395 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12396
12397         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12398
12399 2005-02-09  Vincent Noel  <vnoel@cox.net>
12400
12401         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12402         and "Next" toolbar buttons as important to make them stand out.
12403
12404 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * lib/ev-debug.c:
12407         * lib/ev-debug.h:
12408         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12409         (start_interpreter), (stop_interpreter), (document_load),
12410         (ps_document_next_page), (ps_document_goto_page),
12411         (ps_document_set_page_size), (ps_document_widget_event),
12412         (ps_document_render):
12413         * shell/ev-page-view.c: (ev_page_view_dispose):
12414         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12415
12416         Fix compilation on non-gcc platforms
12417
12418 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12419
12420         * NEWS:
12421         * configure.ac:
12422
12423         Release 0.1.4
12424
12425         * pdf/xpdf/Catalog.cc:
12426         * pdf/xpdf/XRef.cc:
12427
12428         Fix the fix for CAN-2004-0888
12429
12430 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12431
12432         * data/Makefile.am:
12433         * data/evince-ui.xml:
12434         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12435         * shell/ev-stock-icons.h:
12436         * shell/ev-window.c: (update_action_sensitivity),
12437         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12438         (set_action_properties):
12439
12440         Improve toolbar layout/icons
12441
12442 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12443
12444         * pdf/xpdf/pdf-document.cc:
12445
12446         Add warnings about unimplemented/unknown link
12447         types.
12448
12449 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12450
12451         * ps/ps-document.c: (set_up_page):
12452
12453         Log gs property
12454
12455 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12456
12457         * ps/ps-document.c: (start_interpreter):
12458
12459         Log gs env var
12460
12461 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12462
12463         * shell/ev-page-view.c: (ev_page_view_dispose):
12464         * shell/ev-view.c: (ev_view_finalize):
12465         * shell/ev-window.c: (ev_window_setup_document),
12466         (ev_window_dispose), (ev_window_init):
12467
12468         Solve more refs issues.
12469
12470         I commented out the page_view initialization for now:
12471         it was never destroyed (because it's never added
12472         to a container). Because of that we was leaking
12473         gs processes. Couldnt think to a clean fix.
12474         We need to figure this out, password view has the
12475         same issue probably.
12476
12477 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12478
12479         * ps/ps-document.c: (ps_document_finalize),
12480         (ps_document_get_n_pages), (ps_document_get_page):
12481
12482         Some cleanups, stop the interpreter on finalize
12483
12484         * shell/ev-page-view.c: (ev_page_view_dispose),
12485         (ev_page_view_class_init):
12486
12487         Release our reference on the document
12488
12489 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12490
12491         * Makefile.am:
12492         * configure.ac:
12493         * doc/debugging.txt:
12494         * lib/.cvsignore:
12495         * lib/Makefile.am:
12496         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12497         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12498         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12499         * lib/ev-debug.h:
12500
12501         Add debugging helpers
12502
12503         * ps/Makefile.am:
12504         * ps/ps-document.c: (set_up_page), (start_interpreter),
12505         (stop_interpreter), (document_load), (ps_document_next_page),
12506         (ps_document_goto_page), (ps_document_set_page_size),
12507         (ps_document_widget_event), (ps_document_render):
12508         * shell/Makefile.am:
12509         * shell/ev-view.c: (expose_bin_window):
12510         * shell/main.c: (main):
12511
12512         Add some logs
12513         
12514 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12515
12516         * ps/ps-document.c: (ps_document_widget_event):
12517
12518         Initialize message_window, this should make ps
12519         rendering really work! (Never noticed because I was
12520         testing with a ps that is causing gs to exit every time!)
12521
12522 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12523
12524         * data/evince.schemas.in: updated simple error in applyto closing tag
12525
12526 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12527
12528         * Makefile.am:
12529         * configure.ac:
12530         * data/.cvsignore:
12531         * data/Makefile.am:
12532         * data/evince-ui.xml:
12533         A data/evince.schemas.in:
12534         * po/POTFILES.in:
12535         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12536         * shell/ev-stock-icons.h:
12537         * shell/ev-window.c: (update_chrome_visibility),
12538         (update_chrome_flag), (ev_window_cmd_edit_find),
12539         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12540         (ev_window_unfullscreen), (ev_window_focus_in_event),
12541         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12542         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12543         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12544         (ev_window_dispose), (ev_window_class_init),
12545         (set_action_properties), (set_chrome_actions), (load_chrome),
12546         (ev_window_init):
12547
12548         Implement fullscreen mode changes from bug #164776.
12549         Also implement persistent chrome toggles.
12550
12551 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12552
12553         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12554
12555 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12556
12557         * NEWS:
12558         * configure.ac:
12559         * shell/ev-view.c:
12560
12561         Add another check for find interface
12562
12563         Release 0.1.3
12564
12565 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12566
12567         * shell/ev-application.c: (ev_application_open):
12568         * shell/ev-window.c: (ev_window_open):
12569
12570         Open gzipped ps documents
12571
12572 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12573
12574         * TODO:
12575         * shell/ev-view.c: (set_document_page):
12576
12577         Clamp page number, dont try to move to
12578         not existant pages.
12579
12580 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12581
12582         * backend/ev-document-find.c: (ev_document_find_changed):
12583         * backend/ev-document-find.h:
12584         * pdf/xpdf/pdf-document.cc:
12585         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12586         * shell/ev-window.c: (find_bar_search_changed_cb):
12587
12588         Fix several bugs with find
12589
12590 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12591
12592         * shell/ev-sidebar-thumbnails.c
12593         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12594         document. Prevents warning from scroll_to_cell.
12595
12596 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12597
12598         * configure.ac: Add «nb» to ALL_LINGUAS too.
12599
12600 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12601
12602         * NOTES: New file with some random thoughts.
12603
12604         * TODO: Update.
12605
12606         * backend/ev-document-misc.c:
12607         (ev_document_misc_get_page_border_size): New function to
12608         canonicalize shadow drawing sizes.  Possibly goofy.
12609
12610         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12611         (ev_view_best_fit), (ev_view_fit_width):
12612         * pdf/xpdf/pdf-document.cc:
12613         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12614         * ps/ps-document.c: (ps_document_get_page_size):
12615         * backend/ev-document-misc.h:
12616         * backend/ev-document.c: (ev_document_get_page_size):
12617         * backend/ev-document.h: get_page_size now takes a page number
12618         parameter.  Made all the backends/frontends honor it.
12619
12620         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12621         see.  Doesn't work yet.
12622
12623         * shell/Makefile.am:
12624         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12625         Doesn't do anything yet.
12626
12627         * shell/ev-sidebar-thumbnails.c:
12628         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12629         [0..n_pages-1]
12630
12631         * shell/ev-window.c: (update_action_sensitivity),
12632         (ev_window_setup_document), (ev_window_set_page_mode),
12633         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12634         view-swapping code a bit so we can have multiple views on a
12635         document.  Add the multi-page view, though it can't be turned on
12636         yet.
12637
12638 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12639
12640         * shell/ev-application.c: (ev_application_open):
12641         * shell/ev-view.c: (expose_bin_window):
12642         * shell/ev-window.c: (ev_window_open):
12643
12644         Support eps and check document supports find
12645         before drawing highlightings in expose.
12646
12647 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12648
12649         * pixbuf/pixbuf-document.c:
12650         (pixbuf_document_thumbnails_get_dimensions),
12651         (pixbuf_document_document_thumbnails_iface_init):
12652
12653         implement get_dimensions
12654
12655 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12656
12657         * NEWS:
12658         * configure.ac:
12659
12660         Release 0.1.2
12661
12662 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12663
12664         * shell/ev-view.c: (set_document_page):
12665
12666         Scroll at the top of the page when changing page
12667
12668 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12669
12670         * shell/ev-view.c: (ev_view_motion_notify_event):
12671
12672         Do not redraw unnecessarily
12673
12674 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12675
12676         * pdf/xpdf/pdf-document.cc:
12677         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12678         (expose_bin_window), (find_changed_cb):
12679
12680         Yay! find works now... Now to find bugs...
12681
12682 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12683
12684         * backend/ev-document-find.c: (ev_document_find_base_init),
12685         (ev_document_find_changed):
12686         * backend/ev-document-find.h:
12687         * pdf/xpdf/pdf-document.cc:
12688         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12689         (expose_bin_window), (ev_view_init), (set_document_page),
12690         (ensure_rectangle_is_visible), (jump_to_find_result),
12691         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12692         (ev_view_find_next), (ev_view_find_previous):
12693         * shell/ev-view.h:
12694         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12695
12696         More work on find implementation, mostly there now
12697
12698 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12699
12700         * backend/ev-backend-marshalers.list:
12701         * backend/ev-document-find.c: (ev_document_find_base_init),
12702         (ev_document_find_cancel), (ev_document_find_page_has_results),
12703         (ev_document_find_get_n_results), (ev_document_find_get_result),
12704         (ev_document_find_get_progress), (ev_document_find_changed):
12705         * backend/ev-document-find.h:
12706
12707         Enanche the find interface to be really able to do
12708         multi page find.
12709
12710         * pdf/xpdf/pdf-document.cc:
12711
12712         Implement
12713
12714         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12715         (expose_bin_window), (ev_view_init),
12716         (ev_view_get_find_status_message), (find_changed_cb),
12717         (ev_view_set_document), (set_document_page):
12718
12719         Adapt to the new interface. A few things are regressed sorry,
12720         I will finish it soon.
12721
12722 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12723
12724         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12725         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12726         ev_sidebar_thumbnails_parent_class variable, don't define another
12727         parent_class variable.
12728
12729         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12730         (ev_page_action_class_init): ditto.
12731
12732         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12733         (pixbuf_document_class_init): ditto.
12734
12735         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12736         ditto.
12737
12738         * .cvsignore: ignore various valgrind output files.
12739
12740 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12741
12742         * data/evince-ui.xml:
12743         * shell/Makefile.am:
12744         * shell/ev-history.c:
12745         * shell/ev-history.h:
12746         * shell/ev-navigation-action.c:
12747         * shell/ev-navigation-action.h:
12748         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12749         (ev_view_set_page), (ev_view_fit_width):
12750         * shell/ev-view.h:
12751         * shell/ev-window.c: (update_action_sensitivity),
12752         (ev_window_setup_document), (register_custom_actions):
12753
12754         Kill session history
12755
12756 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12757
12758         * shell/ev-window.c: (update_action_sensitivity):
12759
12760         Fix inverted up/down buttons
12761
12762 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12763
12764         * shell/ev-sidebar-thumbnails.c
12765         (ev_sidebar_thumbnails_select_page): make sure the selected
12766         thumbnail stays visible.
12767
12768 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12769
12770         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12771         scrolled window for Federico.
12772
12773 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12774
12775         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12776
12777 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12778
12779         * configure.ac:
12780         * pdf/splash/SplashFTFontEngine.cc:
12781
12782         Fix CID fonts with freetype 2.1.9
12783
12784 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12785
12786         * TODO: added item for desktop icon thumbnailer
12787
12788 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12789
12790         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12791         unloaded docs when the title is accessed.
12792
12793         * shell/ev-password-view.[hc]: New widget for displaying password
12794         state.
12795
12796         * shell/ev-window.[ch]: Refactor password handling code to handle
12797         the new view.
12798
12799 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12800
12801         * NEWS:
12802         * configure.ac:
12803         * data/Makefile.am:
12804
12805         Release 0.1.1
12806
12807 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12808
12809         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12810         ignore page offset here, to make search results independent of it,
12811
12812         * shell/ev-view.c (expose_bin_window): but take offsets into
12813         account here. Bug #164932
12814
12815         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12816         scale at the right time. Bug #164996
12817
12818 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12819
12820         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12821         fix the problem. Now I just removed the Adobe font names and hope
12822         that the URW fonts are always in outline format. Bug #164934
12823
12824         * shell/ev-window.c (update_window_title): empty titles are
12825         useless, use filename in that case too.
12826
12827         * NEWS: Add some content.
12828
12829 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12830
12831         * TODO: added one more TODO item and a TODONE section :)
12832
12833 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12834
12835         * ps/ps-document.h: add page_[xy]_offset fields.
12836
12837         * ps/ps-document.c (ps_document_set_page_offset)
12838         (ps_document_render): Keep offset in consideration in a few
12839         places. Bug #164752 "postscript documents are not centered in
12840         window"
12841
12842         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12843         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12844
12845         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12846         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12847         stub out missing methods for complete EvDocument implementation.
12848         Fixes segfaults with Save A Copy and Copy actions.
12849
12850         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12851         (ps_document_document_iface_init): ditto.
12852         
12853 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12854
12855         * data/.cvsignore:
12856         * data/Makefile.am:
12857         * data/evince.desktop.in:
12858
12859         Add desktop file
12860
12861 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12862
12863         * shell/ev-view.c: (ev_view_button_press_event),
12864         (ev_view_motion_notify_event):
12865
12866         Make selection work in any direction
12867
12868 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12869
12870         * TODO:
12871         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12872
12873         Use shorter labels for some of the toolbars items
12874
12875 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12876
12877         * pdf/xpdf/pdf-document.cc:
12878
12879         Check the links info is initialized before
12880         using it. Should fix a crash on startup.
12881
12882 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12883
12884         * pixbuf/pixbuf-document.c
12885         (pixbuf_document_thumbnails_get_dimensions): force floating point
12886         division to calculate page_ratio. Fixes crash with landscape
12887         format pixbufs.
12888
12889 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12890
12891         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12892
12893 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12894
12895         * shell/ev-view.c (set_document_page): unset has_selection when
12896         the page changes.
12897         (set_document_page): handle paper size changes when the page
12898         changes (test with Free Culture, page 2).
12899
12900 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12901
12902         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12903         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12904
12905         Use normal style color for the widget background and
12906         draw a black box around the page.
12907
12908 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12909
12910         * pdf/xpdf/pdf-document.cc:
12911
12912         Keep offset in consideration in a few places
12913
12914         * shell/ev-view.c: (expose_bin_window):
12915
12916         Set the offsets so that the document is ever centered
12917
12918 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12919
12920         * TODO: Added TODO items and finished off the first todo item
12921
12922         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12923         reflect current authors
12924
12925 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12926
12927         * pdf/xpdf/pdf-document.cc:
12928         * shell/ev-view.c: (ev_view_set_cursor),
12929         (ev_view_motion_notify_event), (document_changed_callback),
12930         (set_document_page):
12931
12932         Show a wait cursor while the page is rendering
12933
12934 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12935
12936         * shell/ev-sidebar-thumbnails.c:
12937         (ev_sidebar_tree_selection_changed),
12938         (ev_sidebar_thumbnails_select_page):
12939         * shell/ev-sidebar-thumbnails.h:
12940         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12941         (ev_view_can_go_forward):
12942         * shell/ev-window.c: (ev_window_open_page),
12943         (ev_window_setup_document), (update_current_page),
12944         (view_page_changed_cb), (ev_window_init):
12945         * shell/ev-window.h:
12946
12947         Ensure thumbnails selection, toolbar page control and
12948         current page are in sync.
12949
12950 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12951
12952         * pdf/xpdf/XRef.cc:
12953
12954         Fix CAN-2005-0064
12955
12956 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12957
12958         * backend/Makefile.am:
12959         * backend/ev-document-links.h:
12960         * backend/ev-document-security.c: (ev_document_security_get_type),
12961         (ev_document_security_has_document_security),
12962         (ev_document_security_set_password):
12963         * backend/ev-document-security.h:
12964         * backend/ev-document.c: (ev_document_error_quark):
12965         * backend/ev-document.h:
12966         * data/Makefile.am:
12967         * data/evince-password.glade:
12968         * pdf/xpdf/pdf-document.cc:
12969         * shell/Makefile.am:
12970         * shell/ev-password.c: (ev_password_set_bad_password_label),
12971         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12972         (ev_password_dialog_get_password),
12973         (ev_password_dialog_set_bad_pass):
12974         * shell/ev-password.h:
12975         * shell/ev-window.c: (ev_window_get_attribute),
12976         (ev_window_set_property), (update_action_sensitivity),
12977         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12978         (ev_window_setup_document), (ev_window_get_password),
12979         (ev_window_open), (ev_window_cmd_save_as),
12980         (using_postscript_printer), (ev_window_print),
12981         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12982         (update_fullscreen_popup), (ev_window_fullscreen),
12983         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12984         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12985         (menu_item_select_cb), (find_bar_search_changed_cb),
12986         (ev_window_dispose), (ev_window_init):
12987
12988         Add initial support for password-supported dialogs.  This could be
12989         a lot cooler, but it'll do for now.
12990
12991 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12992
12993         * pdf/xpdf/pdf-document.cc:
12994         * shell/ev-view.c: (status_message_from_link),
12995         (ev_view_set_status), (ev_view_set_cursor),
12996         (ev_view_motion_notify_event), (ev_view_init):
12997         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12998
12999         Fix bugs in the links implementation and change cursor
13000         when hovering a link.
13001
13002 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13003
13004         * viewer/.cvsignore: added cvsignore file for viewer directory
13005
13006         * TODO: created TODO document
13007
13008 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13009
13010         * shell/ev-view.h:
13011         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13012         new functions to help with implementation of sensitivity code
13013         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13014         of all actions that might require it.  Fixes a crash when you
13015         click on the Zoom actions in a window lacking a document.
13016
13017 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13018
13019         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13020         of the Find action
13021
13022 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13023
13024         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13025         (pixbuf_document_document_iface_init):
13026         * ps/ps-document.c: (ps_document_get_link),
13027         (ps_document_document_iface_init):
13028         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13029         (status_message_from_link), (ev_view_set_status),
13030         (ev_view_set_find_status), (ev_view_motion_notify_event),
13031         (ev_view_button_release_event), (ev_view_set_property),
13032         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13033         (ev_view_get_find_status_message), (update_find_results),
13034         (ev_view_get_status), (ev_view_get_find_status):
13035         * shell/ev-view.h:
13036         * shell/ev-window.c: (view_status_changed_cb),
13037         (view_find_status_changed_cb), (ev_window_init):
13038
13039         View status message support, use it to show the links.
13040         Needs work...
13041
13042 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13043
13044         * backend/ev-document.c: (ev_document_get_link):
13045         * backend/ev-document.h:
13046         * pdf/xpdf/pdf-document.cc:
13047         * shell/ev-application.c: (ev_application_open):
13048         * shell/ev-application.h:
13049         * shell/ev-sidebar-links.c: (selection_changed_cb):
13050         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13051         (ev_view_go_to_link):
13052
13053         Add support for document links
13054
13055 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13056
13057         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13058         (create_tool_item):
13059         Set the spin button limits correctly.
13060         
13061         * shell/ev-sidebar-thumbnails.c:
13062         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13063         Support changing pages by clicking on the thumbnails.
13064         
13065 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13066
13067         * pixbuf/pixbuf-document.c:
13068         (pixbuf_document_thumbnails_get_dimensions),
13069         (pixbuf_document_document_thumbnails_iface_init):
13070
13071         implement get_dimensions
13072
13073 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13074
13075         * ps/ps-document.c: (ps_document_goto_page):
13076
13077         Fix page switching on multipage documents
13078
13079 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13080
13081         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13082         
13083         check for NULL before assigning to width and height parameters
13084
13085 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13086
13087         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13088         (pixbuf_document_set_property), (pixbuf_document_get_property):
13089
13090         implement get/set properties
13091
13092 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13093
13094         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13095         
13096         return NULL instead of "Unknown", letting the title get set to
13097         the filename when the pdf has no title.
13098
13099 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13100
13101         * ps/ps-document.c: (ps_document_get_page_count),
13102         (ps_document_goto_page):
13103
13104 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13105
13106         * shell/ev-history.c: (ev_history_get_property),
13107         (ev_history_set_property), (ev_history_class_init),
13108         (ev_history_add_page), (ev_history_set_current_index):
13109         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13110         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13111         (ev_navigation_action_finalize):
13112         * shell/ev-navigation-action.h:
13113         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13114         (ev_view_go_forward), (ev_view_get_find_status_message),
13115         (history_index_changed_cb), (ev_view_set_history):
13116         * shell/ev-view.h:
13117         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13118         (update_current_page), (register_custom_actions):
13119
13120         Implement history dropdowns
13121
13122 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13123
13124         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13125         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13126         (ev_view_go_forward):
13127         * shell/ev-window.c: (register_custom_actions):
13128
13129         Fix several history bugs
13130
13131 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13132
13133         * configure.ac: Add «nb» to ALL_LINGUAS.
13134
13135 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13136
13137         * backend/Makefile.am:
13138         * backend/ev-bookmark.c:
13139         * backend/ev-bookmark.h:
13140         * backend/ev-document-bookmarks.c:
13141         * backend/ev-document-bookmarks.h:
13142         * backend/ev-document-links.c: (ev_document_links_get_type),
13143         (ev_document_links_has_document_links),
13144         (ev_document_links_begin_read), (ev_document_links_get_link),
13145         (ev_document_links_get_child), (ev_document_links_next),
13146         (ev_document_links_free_iter):
13147         * backend/ev-document-links.h:
13148         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13149         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13150         (ev_link_get_link_type), (ev_link_set_link_type),
13151         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13152         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13153         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13154         (ev_link_new_external):
13155         * backend/ev-link.h:
13156         * pdf/xpdf/pdf-document.cc:
13157         * shell/Makefile.am:
13158         * shell/ev-application.c: (ev_application_open_link):
13159         * shell/ev-application.h:
13160         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13161         (ev_history_get_link_nth):
13162         * shell/ev-history.h:
13163         * shell/ev-sidebar-bookmarks.c:
13164         * shell/ev-sidebar-bookmarks.h:
13165         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13166         (ev_sidebar_links_class_init), (selection_changed_cb),
13167         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13168         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13169         (do_one_iteration), (populate_links_idle),
13170         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13171         * shell/ev-sidebar-links.h:
13172         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13173         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13174         (go_to_index):
13175         * shell/ev-view.h:
13176         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13177         * shell/ev-window.h:
13178
13179         Rename bookmark to link, and use "Index" for the sidebar panel.
13180
13181 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13182
13183         * shell/Makefile.am:
13184         * shell/ev-application.c: (ev_application_open_bookmark):
13185         * shell/ev-application.h:
13186         * shell/ev-history.c: (ev_history_init), (free_links_list),
13187         (ev_history_finalize), (ev_history_class_init),
13188         (ev_history_add_link), (ev_history_add_page),
13189         (ev_history_get_link_nth), (ev_history_get_n_links),
13190         (ev_history_get_current_index), (ev_history_set_current_index),
13191         (ev_history_new):
13192         * shell/ev-history.h:
13193         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13194         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13195         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13196         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13197         (ev_view_set_page):
13198         * shell/ev-view.h:
13199         * shell/ev-window.c: (ev_window_open_bookmark),
13200         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13201         (goto_page_cb), (register_custom_actions):
13202         * shell/ev-window.h:
13203
13204         Initial history implementation. Needs work.
13205
13206 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13207
13208         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13209
13210 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13211
13212         * cut-n-paste/recent-files/egg-recent-item.c:
13213         * cut-n-paste/recent-files/egg-recent-item.h:
13214         * cut-n-paste/recent-files/egg-recent-model.c:
13215         * cut-n-paste/recent-files/egg-recent-util.c:
13216         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13217         * cut-n-paste/recent-files/egg-recent-view.c:
13218
13219         Update
13220
13221 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13222
13223         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13224         (fillGlyph, fillImageMask, drawImage):
13225         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13226         pdf/splash/SplashTypes.h:
13227         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13228         packed mode for Splash.
13229
13230         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13231         RGB8 packed mode, eliminates the pixbuf data creation loop.
13232
13233         * shell/ev-print-job.c (ev_print_job_finalize)
13234         (ev_print_job_set_property, ev_print_job_get_property)
13235         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13236         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13237         (print_closure_finalize, ev_print_job_print): implement
13238         printing (for backends with EvPsExporter)
13239
13240         * shell/ev_print_job.h: update prototypes.
13241
13242         * shell/ev-window.c (ev_window_print): unref print job after
13243         printing.
13244
13245         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13246         unless the document implements the EvDocumentFind interface.
13247
13248 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13249
13250         * configure.ac: Added ja to ALL_LINGUAS.
13251
13252 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13253
13254         * pdf/xpdf/pdf-document.cc:
13255
13256         add a FIXME. We should probably not allocate
13257         a bookmark object every time
13258
13259 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13260
13261         * shell/ev-application.c: (ev_application_open),
13262         (ev_application_open_bookmark):
13263         * shell/ev-application.h:
13264         
13265         Add a way to open bookmarks
13266
13267         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13268         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13269         (ev_bookmark_set_property), (ev_bookmark_class_init),
13270         (ev_bookmark_new_title), (ev_bookmark_new_link),
13271         (ev_bookmark_new_external):
13272
13273         Support for external uris, better constructors.
13274
13275         * backend/ev-bookmark.h:
13276         * pdf/xpdf/pdf-document.cc:
13277         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13278
13279         Handle external uris
13280
13281 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13282
13283         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13284         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13285
13286         Hook up bookmarks navigation
13287
13288 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13289
13290         * backend/Makefile.am:
13291         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13292         (ev_bookmark_get_title), (ev_bookmark_set_title),
13293         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13294         (ev_bookmark_get_page), (ev_bookmark_set_page),
13295         (ev_bookmark_get_property), (ev_bookmark_set_property),
13296         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13297         (ev_bookmark_new):
13298         * backend/ev-bookmark.h:
13299         * backend/ev-document-bookmarks.c:
13300         (ev_document_bookmarks_get_bookmark):
13301         * backend/ev-document-bookmarks.h:
13302         * pdf/xpdf/pdf-document.cc:
13303         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13304
13305         Add a bookmark object to the backend and use it instead of get_values
13306
13307 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13308
13309         * data/evince-ui.xml:
13310
13311         Cleanup and add select all.
13312
13313         * shell/ev-view.c: (ev_view_select_all),
13314         (ev_view_button_press_event):
13315         * shell/ev-view.h:
13316         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13317
13318         Add select all.
13319         Clear selection on click.
13320
13321 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13322
13323         * shell/ev-sidebar-thumbnails.c
13324         (ev_sidebar_thumbnails_set_document): forgot to unref the
13325         loading_icon.
13326
13327 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13328
13329         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13330         at the visible page, not just linearly.  This makes it look fast.
13331
13332 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13333
13334         * backend/ev-document-misc.c
13335         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13336         white.
13337         * backend/ev-document-thumbnails.h: New interface to get the size
13338         of a page.
13339
13340 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13341
13342         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13343         make dist works
13344
13345 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13346
13347         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13348         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13349         things up a bit.
13350
13351         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13352
13353 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13354
13355         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13356         fonts. Should fix font problems on systems that have the base
13357         fonts in bitmap format. Reported by James Henstridge
13358         <james@jamesh.id.au>.
13359
13360 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13361
13362         * pdf/xpdf/Gfx.cc:
13363         * pdf/xpdf/GfxState.cc:
13364
13365         Fix for CAN-2004-1125
13366
13367 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * shell/ev-view.c: (ev_view_copy):
13370         * shell/ev-view.h:
13371         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13372
13373         Implement Edit->Copy
13374
13375 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13376
13377         * backend/ev-document.c: (ev_document_get_text):
13378         * backend/ev-document.h:
13379         * pdf/xpdf/pdf-document.cc:
13380         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13381         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13382         (ev_view_update_primary_selection), (ev_view_button_press_event),
13383         (ev_view_motion_notify_event), (ev_view_button_release_event):
13384
13385         Beginnings of clipboard support. Incomplete but primary sort
13386         of work.
13387
13388 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13389
13390         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13391         (expose_bin_window):
13392
13393         Nicer rubberband drawing, from GtkIconView.
13394
13395 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * backend/ev-document.c: (ev_document_save):
13398         * backend/ev-document.h:
13399         * data/evince-ui.xml:
13400         * pdf/xpdf/pdf-document.cc:
13401         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13402
13403         Implement "Save a copy..." menu item
13404
13405 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13406
13407         * shell/ev-view.c: (ev_view_zoom):
13408
13409         Queue a resize when zoom changes
13410
13411 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13412
13413         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13414         shadows.
13415
13416         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13417         thumbnails..
13418
13419 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13420
13421         * pdf/xpdf/pdf-document.cc
13422         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13423
13424 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13425
13426         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13427         It's slow, but I'll speed it up next!
13428
13429 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13430
13431         * shell/main.c (load_files):
13432
13433         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13434         from the command line and because it seems more appropriate.
13435
13436 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13437
13438         * data/evince-ui.xml:
13439         * shell/ev-window.c: (update_action_sensitivity),
13440         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13441
13442         s/next page/page down
13443         s/previous page/page up
13444
13445 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13446
13447         * data/evince-ui.xml:
13448
13449         Change the layout to match clarkbw design.
13450
13451         * shell/Makefile.am:
13452         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13453         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13454         (ev_navigation_action_finalize),
13455         (ev_navigation_action_set_property),
13456         (ev_navigation_action_get_property),
13457         (ev_navigation_action_class_init):
13458         * shell/ev-navigation-action.h:
13459
13460         Implement clarkbw toolbar navigation controls (incomplete)
13461
13462         * shell/ev-page-action.c: (update_label), (update_spin),
13463         (value_changed_cb), (create_tool_item), (connect_proxy),
13464         (ev_page_action_init), (ev_page_action_finalize),
13465         (ev_page_action_set_property), (ev_page_action_get_property),
13466         (ev_page_action_set_current_page),
13467         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13468         * shell/ev-page-action.h:
13469
13470         Implement a page switcher in the toolbar
13471
13472         * shell/ev-view.c: (ev_view_scroll_view):
13473         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13474         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13475         (register_custom_actions), (ev_window_init):
13476
13477         Change page on PageUp/Down.
13478
13479 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13480
13481         * pdf/xpdf/pdf-document.cc
13482         (pdf_document_thumbnails_get_thumbnail): initial stab at
13483         implementing thumbnail support for pdfs.  It only does documents
13484         with precached pdfs now.
13485
13486 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13487
13488         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13489         thumbnail code into a time-based idle as well.  Also, turn off the
13490         shadow temporarily as it's really slow.
13491
13492 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13493
13494         * backend/ev-document.c: (ev_document_class_init):
13495         * pdf/xpdf/pdf-document.cc:
13496         * shell/ev-window.c: (ev_window_open):
13497
13498         Fix document title bugs and fallback to
13499         filename when not available.
13500
13501 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13502
13503         * backend/ev-document.c: (ev_document_get_type),
13504         (ev_document_class_init), (ev_document_load),
13505         (ev_document_get_title):
13506         * backend/ev-document.h:
13507         * pdf/xpdf/pdf-document.cc:
13508         * ps/ps-document.c: (ps_document_set_property),
13509         (ps_document_get_property), (ps_document_class_init),
13510         (document_load):
13511         * ps/ps-document.h:
13512         * ps/ps.h:
13513         * shell/ev-window.c: (update_window_title), (ev_window_open),
13514         (ev_window_init):
13515
13516         Initial support for document title. Not working yet.
13517
13518 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13519
13520         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13521
13522         Grab focus on the view when clicking it
13523
13524 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13525
13526         * shell/ev-marshal.list:
13527         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13528         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13529
13530         Add key bindings to the view. Now if the focus would work
13531         right...
13532
13533 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13534
13535         * Makefile.am:
13536         * backend/Makefile.am:
13537         * data/Makefile.am:
13538         * dvi/Makefile.am:
13539         * dvi/dvilib/Makefile.am:
13540         * pdf/xpdf/Makefile.am:
13541         * po/POTFILES.in:
13542         * ps/Makefile.am:
13543
13544         Fix distcheck
13545
13546 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13547
13548         * shell/ev-view.c: (ev_view_realize):
13549
13550         Fix mouse wheel scrolling
13551
13552 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13553
13554         * ps/Makefile.am:
13555         * ps/gstypes.h:
13556         * ps/gtkgs.c:
13557         * ps/gtkgs.h:
13558         * ps/ps-document.c: (catchPipe), (ps_document_init),
13559         (ps_document_class_init), (ps_document_cleanup),
13560         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13561         (set_up_page), (close_pipe), (is_interpreter_ready),
13562         (interpreter_failed), (output), (input), (start_interpreter),
13563         (stop_interpreter), (file_length), (file_readable),
13564         (check_filecompressed), (check_pdf), (compute_xdpi),
13565         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13566         (ps_document_get_type), (ps_document_emit_error_msg),
13567         (document_load), (ps_document_next_page),
13568         (ps_document_get_current_page), (ps_document_get_page_count),
13569         (ps_document_goto_page), (ps_document_set_page_size),
13570         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13571         (ps_document_load), (ps_document_get_n_pages),
13572         (ps_document_set_page), (ps_document_get_page),
13573         (ps_document_widget_event), (ps_document_set_target),
13574         (ps_document_set_scale), (ps_document_set_page_offset),
13575         (ps_document_get_page_size), (ps_document_render),
13576         (ps_document_document_iface_init):
13577         * ps/ps-document.h:
13578         * ps/ps.c:
13579         * shell/ev-window.c: (ev_window_open):
13580
13581         Rename GtkGS to PSDocument
13582
13583 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13584
13585         * ps/gtkgs.c: (gtk_gs_class_init):
13586         * ps/gtkgs.h:
13587
13588         Some more leftover...
13589
13590 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13591
13592         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13593         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13594         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13595         * ps/gtkgs.h:
13596
13597         Remove unused code and make a lot of stuff private
13598
13599 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13600
13601         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13602         (gtk_gs_defaults_changed):
13603         * ps/gsdefaults.h:
13604         * ps/gtkgs.c:
13605         * ps/gtkgs.h:
13606         * ps/ps.h:
13607
13608         Cleanup headers dependencies
13609
13610 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13611
13612         * ps/Makefile.am:
13613         * ps/ggvutils.c:
13614         * ps/ggvutils.h:
13615         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13616         * ps/gsdefaults.h:
13617         * ps/gtkgs.c: (file_length), (file_readable),
13618         (check_filecompressed), (check_pdf), (gtk_gs_load),
13619         (gtk_gs_get_postscript):
13620
13621         Get rid of ggvutils
13622
13623 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13624
13625         * ps/ggvutils.c:
13626         * ps/ggvutils.h:
13627         * ps/gsio.h:
13628         * ps/gtkgs.c: (gtk_gs_set_zoom):
13629
13630         Cleanups
13631
13632 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13633
13634         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13635
13636         Ensure the page is rerendered when changing zoom
13637
13638 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13639
13640         * backend/ev-document.c: (ev_document_base_init),
13641         (ev_document_changed):
13642         * backend/ev-document.h:
13643
13644         Add a changed event that is emitted when the page content
13645         changes. This is necessary to deal with the fact that
13646         in ps backend rendering happen asycrounously.
13647         This makes the ps backend mostly work.
13648
13649         * pdf/xpdf/pdf-document.cc:
13650
13651         Emit changed event
13652
13653         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13654         (ps_document_set_target):
13655
13656         Emit changed event
13657
13658         * shell/ev-view.c: (document_changed_callback),
13659         (ev_view_set_document), (ev_view_set_page):
13660
13661         Redraw on the changed signal
13662
13663 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13664
13665         * configure.ac: Added pt_BR to ALL_LINGUAS.
13666
13667 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13668
13669         * backend/ev-document-bookmarks.c:
13670         (ev_document_bookmarks_get_child): *
13671         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13672         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13673         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13674         (ev_sidebar_bookmarks_destroy),
13675         (ev_sidebar_bookmarks_class_init),
13676         (ev_sidebar_bookmarks_construct), (stack_data_free),
13677         (do_one_iteration), (populate_bookmarks_idle),
13678         (ev_sidebar_bookmarks_clear_document),
13679         (ev_sidebar_bookmarks_set_document): *
13680         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13681         (ev_sidebar_add_page),
13682         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13683         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13684         it displays both the topics and the page numbers.
13685
13686 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13687
13688         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13689         toggle.
13690         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13691         visible.
13692
13693 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13694
13695         * configure.ac: Added en_CA to ALL_LINGUAS.
13696
13697 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13698
13699         * ChangeLog: replace bottom of this ChangeLog (merged history of
13700         ggv and gpdf; where all paths were wrong and most of the files are
13701         not even in this tree) with ChangeLog (from arch) of the shell
13702         code.
13703
13704 2004-12-23  Havoc Pennington  <hp@redhat.com>
13705
13706         * shell/ev-window.c: hook up potentially-questionable "find
13707         results status text" feature - something involving the sidebar or
13708         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13709         might be better in the end.
13710
13711         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13712         with corresponding signal when it should be updated
13713
13714         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13715
13716 2004-12-22  Havoc Pennington  <hp@redhat.com>
13717
13718         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13719         find stuff on other pages, sort of (only returns one result on
13720         invisible pages, to show they have results; updates full results
13721         for a page when you view it). Currently repaints the current page
13722         every time a new result is found on any page, which isn't so nice.
13723
13724 2004-12-22  Havoc Pennington  <hp@redhat.com>
13725
13726         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13727         the document doesn't support find (better ideas?)
13728         (find_bar_search_changed_cb): handle missing document or document
13729         that doesn't support find
13730
13731         * pdf/xpdf/pdf-document.cc: port to implement the new
13732         EvDocumentFindIface
13733
13734         * backend/ev-document-find.c: create a new interface for searching
13735
13736         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13737
13738 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13739
13740         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13741         libevbackend.la.
13742
13743         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13744         EvPrintJob constructor arguments.
13745
13746         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13747         for documents that can export PostScript (page by page).
13748
13749         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13750         
13751         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13752         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13753         (pdf_document_ps_exporter_iface_init:
13754         Implement EvPSExporter.
13755
13756         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13757
13758 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13759
13760         * backend/Makefile.am:
13761         * backend/ev-document-thumbnails.c:
13762         (ev_document_thumbnails_get_type),
13763         (ev_document_thumbnails_get_thumbnail):
13764         * backend/ev-document-thumbnails.h:
13765         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13766         (pixbuf_document_thumbnails_get_thumbnail),
13767         (pixbuf_document_document_thumbnails_iface_init):
13768         * shell/Makefile.am:
13769         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13770         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13771         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13772         * shell/ev-sidebar-thumbnails.h:
13773         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13774         (ev_sidebar_set_document):
13775         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13776         (create_shadow), (ev_pixbuf_add_shadow):
13777         * shell/ev-utils.h:
13778         Add thumbnail support.
13779         
13780 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13781
13782         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13783         (using_postscript_printer): Set up a print dialog for "PostScript
13784         injection" method.
13785
13786         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13787         EvPrintJob.
13788
13789         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13790
13791 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13792
13793         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13794         (ps_document_set_target), (ps_document_get_page_size),
13795         (ps_document_render):
13796         * ps/gtkgs.h:
13797
13798         Fix a few bugs
13799
13800 2004-12-22  Christian Rose  <menthos@menthos.com>
13801
13802         * configure.ac: Added "sv" to ALL_LINGUAS.
13803
13804 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13805
13806         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13807         document supports bookmarks.
13808
13809 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13810
13811         * ps/ggvutils.c: (ggv_file_readable):
13812         * ps/ggvutils.h:
13813         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13814         (gtk_gs_get_postscript):
13815
13816         Remove unused utils
13817
13818 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13819
13820         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13821         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13822         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13823         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13824         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13825         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13826         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13827         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13828         (gtk_gs_set_antialiasing), (ps_document_load),
13829         (ps_document_render):
13830         * ps/gtkgs.h:
13831
13832         Another check point for the ps backend. Now I can get it to show
13833         pages!
13834
13835 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13836
13837         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13838         document setting code.
13839
13840 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13841
13842         * shell/eggfindbar.c: (entry_activate_callback):
13843         Animate the next button when activate is pressed.
13844         
13845 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13846
13847         * shell/ev-window.c: (ev_window_cmd_edit_find),
13848         (update_fullscreen_popup), (ev_window_fullscreen),
13849         (ev_window_unfullscreen), (ev_window_state_event_cb),
13850         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13851         Fix bugs in fullscreen code.
13852         
13853 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13854
13855         * Makefile.am:
13856         * configure.ac:
13857         * pixbuf/Makefile.am:
13858         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13859         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13860         (pixbuf_document_set_page), (pixbuf_document_get_page),
13861         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13862         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13863         (pixbuf_document_render), (pixbuf_document_begin_find),
13864         (pixbuf_document_end_find), (pixbuf_document_finalize),
13865         (pixbuf_document_class_init),
13866         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13867         * pixbuf/pixbuf-document.h:
13868         * shell/Makefile.am:
13869         * shell/ev-application.c: (ev_application_open):
13870         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13871         (ev_window_open):
13872         Add pixbuf backend.
13873         
13874 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13875
13876         * Makefile.am: 
13877         * dvi/dvilib/Makefile.am:
13878         * dvi/Makefile.am:
13879         * configure.ac: Auto*ify dvi and dvi/dvilib
13880
13881         * dvi/Makefile: Remove from CVS
13882         
13883         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13884         confusion.
13885
13886         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13887         
13888         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13889         
13890 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13891
13892         * ps/Makefile.am:
13893         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13894         (gtk_gs_value_adjustment_changed), (compute_size),
13895         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13896         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13897         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13898         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13899         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13900         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13901         (ps_document_load), (ps_document_get_n_pages),
13902         (ps_document_set_page), (ps_document_get_page),
13903         (ps_document_set_target), (ps_document_set_scale),
13904         (ps_document_set_page_offset), (ps_document_get_page_size),
13905         (ps_document_render), (ps_document_begin_find),
13906         (ps_document_end_find), (ps_document_document_iface_init):
13907         * ps/gtkgs.h:
13908         * shell/Makefile.am:
13909         * shell/ev-window.c: (ev_window_open):
13910
13911         Some work to integrate gtkgs with EvDocument
13912
13913 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13914
13915         * shell/ev-window.c: (update_fullscreen_popup),
13916         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13917         (exit_fullscreen_button_clicked_cb),
13918         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13919         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13920         (ev_window_state_event_cb), (ev_window_init):
13921         Add fullscreen support from Epiphany.
13922         
13923 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13924
13925         * data/ev-stock-zoom-fit-width.png: fit-width
13926         stock icon from gpdf.
13927         
13928         * shell/ev-stock-icons.[ch]: copied from gpdf.
13929         
13930         * shell/main.c: (main): init stock icons.
13931         
13932         * shell/ev-window.c: use the fit-width icon.
13933         
13934         * data/evince-ui.xml: add zooming toolbar items.
13935
13936 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13937
13938         * shell/ev-view.c: 
13939         (ev_view_best_fit), (ev_view_fit_width): because
13940         get_page_size() returns the scaled page size, we
13941         need to calculate the scale factor relative to
13942         the previous scale factor. Should really just
13943         add get_real_page_size().
13944
13945 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13946
13947         * shell/ev-view.[ch]:
13948         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13949         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13950         add zooming.
13951         
13952         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13953         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13954         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13955         hook it up.
13956         
13957         * pdf/xpdf/pdf-document.cc:
13958         (pdf_document_begin_find),
13959         (pdf_document_end_find): make static.
13960
13961 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13962
13963         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13964
13965         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13966         names to fontconfig patterns.
13967         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13968
13969         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13970         setupBaseFontsFc.
13971
13972 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13973
13974         * Makefile.am:
13975         * configure.ac:
13976         * ps/Makefile.am:
13977         * ps/ggvutils.c:
13978         * ps/ggvutils.h:
13979         * ps/gsdefaults.c:
13980         * ps/gsdefaults.h:
13981         * ps/gsio.c:
13982         * ps/gsio.h:
13983         * ps/gtkgs.c:
13984         * ps/gtkgs.h:
13985         * ps/ps.c:
13986         * ps/ps.h:
13987
13988         Import ggv backend. Not hooked up yet.
13989
13990 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13991
13992         * shell/main.c: (load_files), (main): load files
13993         from the command line.
13994
13995 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13996
13997         * configure.ac: don't require bonobo.
13998         
13999         * cut-n-paste/recent-files/*: kill bonobo recent
14000         view.
14001
14002         * shell/ev-window.c:
14003         (ev_window_is_empty): upd.
14004         (unable_to_load), (ev_window_open): load backend
14005         based on the mime type.
14006
14007 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14008
14009         * backend/.cvsignore: ignore generated marshalers source.
14010
14011         * shell/main.c (main): this is not epiphany.
14012
14013 2004-12-22  Havoc Pennington  <hp@redhat.com>
14014
14015         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14016         (expose_bin_window): draw find highlights
14017
14018         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14019         
14020         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14021         (pdf_document_end_find): implement this interface
14022
14023         * backend/ev-document.c (ev_document_found): add this to emit
14024         signal
14025
14026 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14027
14028         * data/evince-ui.xml: Add a few more toolbar items.
14029
14030         * shell/ev-window.c: Hook up page navigation toolbar 
14031         items.
14032
14033         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14034         a page-changed signal.
14035
14036         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14037         Add ev_document_get_page().
14038
14039         * shell/ev-window.c: Sensitize/desensitize navigation
14040         actions.
14041
14042 2004-12-21  Havoc Pennington  <hp@redhat.com>
14043
14044         * backend/ev-backend-marshal.c,
14045         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14046         marshaler-generator thingy. I'm sure there's a better way to do
14047         this in the modern world.
14048
14049         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14050         end_find methods and "found" signal.
14051
14052         * configure.ac: find glib-genmarshal
14053
14054 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14055
14056         * shell/ev-sidebar.c: Construct an actual sidebar.
14057         * shell/ev-sidebar-bookmarks.[ch]:
14058         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14059
14060 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14061
14062         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14063         Redo size handling.
14064         
14065         * shell/ev-view.c: Track the size from the document.
14066
14067 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14068
14069         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14070         constructor assumes ownership of the string passed in.
14071         
14072         * shell/ev-window.c (ev_window_open): Destroy the error
14073         dialog once we've displayed it.
14074
14075 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14076
14077         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14078         a bit, it works! (sort of)
14079
14080         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14081         Move to .cc since we need to use C++ in the implementation.
14082
14083         * shell/dummy.cc: Add a CC file to force evince
14084         to be linked as a C++ program.
14085
14086 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14087
14088         * shell/ev-view.[ch]: Start of content-area widget.
14089
14090         * shell/ev-window.c: Create a EvView, update it
14091         as we change documents.
14092
14093         * shell/Makefile.am shell/ev-marshal.list: Add
14094         generated marshalers.
14095
14096 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14097
14098         * Makefile.am (SUBDIRS): move shell.
14099
14100 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14101
14102         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14103         .a to libtool convenience libraries.
14104
14105         * shell/ev-window.c (ev_window_open): Hard code loading
14106         a PDF document.
14107         
14108         * backend/ev-document.h: Add a boolean return to load(),
14109         fix GError * to GError **.
14110
14111         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14112         object for a PDF backend EvDocument.
14113
14114 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14115
14116         * dvi/*: New directory with the beginning of a .dvi backend.
14117
14118 2004-12-21  Havoc Pennington  <hp@redhat.com>
14119
14120         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14121         previous/next instead of back/forward
14122
14123 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14124
14125         * backend/ev-document.[ch]: Fix a couple of problems so
14126         it compile.
14127
14128 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14129
14130         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14131         to backend/ directory, rename EvViewer to EvDocument.
14132
14133 2004-12-21  Havoc Pennington  <hp@redhat.com>
14134
14135         * shell/ev-window.c: hook up the find bar widget; now we just need
14136         a document to find things in
14137
14138         * shell/eggfindbar.c: a find bar widget
14139
14140 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14141
14142         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14143
14144 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14145
14146         * pdf/**: Import of xpdf code from gpdf. 
14147
14148         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14149
14150         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14151         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14152         Fix FreeType includes.
14153
14154         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14155         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14156         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14157         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14158         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14159         Include xpdfconfig.h
14160         
14161 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14162
14163         * shell/ev-window.c (ev_window_dispose): dispose can be called
14164         multiple times.
14165
14166 2004-12-21  Havoc Pennington  <hp@redhat.com>
14167
14168         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14169         rather than Evince
14170
14171         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14172         items; really they should be synced with the strings, etc. from
14173         current gpdf, but just getting the boring typing out of the way 
14174
14175 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14176
14177         * po/POTFILES.in:
14178         * shell/ev-application.c: (window_destroy_cb):
14179         * shell/ev-window.c:
14180         * shell/main.c: (main):
14181
14182         Actually show the window...
14183
14184 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14185
14186         * Makefile.am:
14187         * shell/Makefile.am:
14188         * shell/ev-application.c: (ev_application_class_init):
14189         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14190
14191         Make it build again
14192
14193 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14194
14195         Import to gnome cvs.
14196         
14197         * Remove copies of gpdf and ggv trees.
14198         * Rip out all the recursive configure code.
14199         * Remove bonobo machinery.
14200         * viewer/*: GInterfaces that backends should/can implement.
14201
14202 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14203
14204         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14205         typo
14206
14207 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14208
14209         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14210         (ev_application_finalize, ev_application_class_init)
14211         (ev_application_init): use GType instance private data for priv.
14212
14213         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14214         (ev_window_finalize, ev_window_class_init)
14215         (ev_window_init): ditto.
14216
14217 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14218
14219         * shell/ev-application.c (ev_application_new_window): make public
14220         (ev_application_show_initial_window): kill.
14221
14222         * shell/ev-application.h: update prototypes.
14223
14224         * shell/main.cc (main): inline ev_application_show_initial_window.
14225
14226 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14227
14228         * shell/ev-application.c (ev_application_new_window): impl.
14229         (ev_application_show_initial_window): use it.
14230         (is_window_empty, ev_application_get_empty_window): returns an
14231         existing empty window or a new one.
14232         (ev_application_open): from ev_window_cmd_file_open.
14233
14234         * shell/ev-application.h: update prototypes
14235
14236         * shell/ev-window.c (ev_window_is_empty): impl.
14237         (ev_window_open): make public.
14238         (ev_window_cmd_file_open): use ev_application_open
14239
14240         * shell/ev-window.h: update prototypes, remove unused.
14241
14242 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14243
14244         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14245         move destroy handler out of here...
14246
14247         * shell/ev-application.c, shell/ev-application.h: ...into this new
14248         class. Also handles initial window creation.
14249
14250         * shell/main.cc (main): use EvApplication to create initial
14251         window.
14252
14253 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14254
14255         * Makefile.am (SUBDIRS): add cut-n-paste
14256
14257         * cut-n-paste/Makefile.am: add
14258
14259         * configure.ac: generate Makefiles in cut-n-paste
14260
14261 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14262
14263         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14264         (ev_window_class_init): install ev_window_dispose.
14265
14266 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14267
14268         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14269         char (gchar looks stupid).
14270
14271 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14272
14273         * po/de.po: updated German translation.
14274
14275 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14276
14277         * configure.ac: add more pkg-config library checks for gnome-vfs,
14278         bonobo etc.
14279
14280         * gpdf/configure.in: temporarily disable libpaper
14281         checks. Otherwise I'd have to add the checks for the shell, too.
14282
14283 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14284
14285         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14286         and * file filters to the file choose.
14287
14288 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14289
14290         * po/de.po: Updated German translation.
14291
14292 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14293
14294         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14295
14296 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14297
14298         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14299
14300         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14301         (ev_window_init): implement those menuitems.
14302
14303 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14304
14305         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14306
14307         * shell/ev-window.c (ev_window_init): use the toolbar.
14308
14309 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14310
14311         * shell/ev-window.c (ev_window_init): use menu translations
14312
14313 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14314
14315         * configure.ac: add "de" to ALL_LINGUAS.
14316
14317         * po/de.po: add German translation.
14318
14319 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14320
14321         * Makefile.am (SUBDIRS): add po
14322
14323         * configure.ac: check intltool, glib-gettext etc, generate
14324         po/Makefile.in
14325
14326         * po, po/POTFILES.in, po/POTFILES.skip: new.
14327
14328 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14329
14330         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14331         already use (#ifdef ENABLE_NLS)
14332
14333         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14334         pointer indirection thinko.
14335
14336         * shell/main.c: include gi18n.h for bindtextdomain etc.
14337
14338 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14339
14340         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14341         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14342         tooltips for menu items in the statusbar.
14343
14344 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14345
14346         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14347         pkgdatadir drop UIDIR
14348
14349 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14350
14351         * data/evince-ui.xml: Add File->Open menu item
14352
14353         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14354         chooser), hook it up in the ui manager.
14355
14356 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14357
14358         * shell/ev-window.c: fix Help->About tooltip.
14359
14360 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14361
14362         * configure.ac: set CFLAGS for libevprivate.
14363
14364         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14365         definitions, factory etc.
14366
14367         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14368
14369         * shell/Makefile.am: link against libevprivate.a.
14370
14371         * shell/ev-window.c (entries): add stock icon to Help->About.
14372
14373         * shell/main.c (main): init stock icon code.
14374
14375 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14376
14377         * lib/recent-files: egg recent files code
14378
14379         * lib/Makefile.am: add.
14380
14381         * Makefile.am: add lib subdir.
14382
14383         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14384         set CFLAGS for recent-files.
14385
14386 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14387
14388         * configure.ac: disable -ansi and -pedantic gcc flags. They
14389         disable POSIX stuff in stdio.h, but egg-recent uses them.
14390
14391 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14392
14393         * configure.ac: add --disable-deprecated flag (defaults to on in
14394         "cvs" builds).
14395
14396         * shell/Makefile.am (INCLUDES): use it.
14397
14398 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14399
14400         * shell/main.c: add missing #include.
14401
14402         * shell/ev-window.c: fix for pedantic gcc.
14403         (ev_window_cmd_help_about): split license into paragraphs for
14404         translators and pedantic compilers.
14405
14406 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14407
14408         * configure.ac: add more warning flags if compiling with gcc from
14409         cvs (or explicitly requested with --enable-more-warnings).
14410
14411 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14412
14413         * data/evince-ui.xml: add File and File->Close menu.
14414
14415         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14416         (ev_window_destroy): quit after destroy.
14417         (ev_window_class_init): override GtkObject::destroy.
14418         (entries): install close_window callback.
14419
14420 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14421
14422         * Makefile.am (SUBDIRS): add data subdir.
14423
14424         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14425         gtk+ 2.5.0 for GtkAboutDialog.
14426
14427         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14428         main window.
14429
14430         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14431
14432         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14433         manager.
14434         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14435
14436 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14437
14438         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14439
14440 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14441
14442         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14443
14444 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14445
14446         * shell/*: Added shell directory boilerplate, build it.
14447
14448 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14449
14450         * configure.ac, Makefile.am: Added top-level configure.ac and
14451         Makefile.am