]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix memory leak. Fixes bug #555134.
[evince.git] / ChangeLog
1 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-view.c: (merge_selection_region), (clear_selection):
4
5         Fix memory leak. Fixes bug #555134.
6         
7 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
10
11         Emit the job finished signal when the job is handled before the
12         page_ready callback.
13         
14 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/ev-window.c: (launch_action):
17
18         Use GdkAppLaunchContext when available to launch external
19         applications.
20         
21 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * shell/ev-window.c: (launch_action):
24
25         Fix launching external applications for launch actions which seems
26         to be broken since the gio port. Fixes bug #554500.
27         
28 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * backend/dvi/Makefile.am:
31         * backend/dvi/cairo-device.c:
32         * backend/dvi/dvi-document.c:
33         * backend/dvi/mdvi-lib/Makefile.am:
34
35         Fix several compile warnings in the dvi backend.
36         
37 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * backend/dvi/mdvi-lib/common.h:
40         * backend/dvi/mdvi-lib/dviread.c:
41         * backend/dvi/mdvi-lib/font.c:
42         * backend/dvi/mdvi-lib/fontmap.c:
43         * backend/dvi/mdvi-lib/fontsrch.c:
44         * backend/dvi/mdvi-lib/gf.c:
45         * backend/dvi/mdvi-lib/pagesel.c:
46         * backend/dvi/mdvi-lib/pk.c:
47         * backend/dvi/mdvi-lib/sp-epsf.c:
48         * backend/dvi/mdvi-lib/special.c:
49         * backend/dvi/mdvi-lib/tfm.c:
50         * backend/dvi/mdvi-lib/tfmfile.c:
51         * backend/dvi/mdvi-lib/util.c:
52         * backend/dvi/mdvi-lib/vf.c:
53
54         Rename error as mdvi_error to avoid symbol conflicts with the libc
55         error. Rename also message, crash, fatal and warning for
56         consistency. Fixes bug #553369.
57         
58 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * backend/dvi/dvi-document.c: (dvi_document_load):
61
62         Fix memory leak.
63         
64 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
65
66         * backend/dvi/dvi-document.c:
67
68         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
69         G_IMPLEMENT_INTERFACE.
70         
71 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
74
75         Make sure copy_job_page_and_selection_to_job_info is always called
76         before copy_job_to_job_info. Fixes bug #552382.
77         
78 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * NEWS:
81         * configure.ac:
82
83         Update for release 2.24.0
84         
85 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * shell/ev-window.c: (launch_external_uri):
88
89         Use GdkAppLaunchContext when available to launch external uris.
90         
91 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * shell/ev-window.c: (launch_external_uri):
94
95         Use the message area to show errors when lauching external uris
96         instead of a popup window.
97         
98 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * shell/ev-window.c: (launch_external_uri):
101
102         Assume invalid uris are http uris. Fixes bug #552071.
103         
104 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * NEWS:
107         * configure.ac:
108
109         Update for release 2.23.92.
110         
111 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * shell/eggfindbar.c: (egg_find_bar_class_init):
114
115         Allow page scrolling with PageUp/PageDown keys when find bar is
116         active. Fixes bug #529833.
117         
118 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * shell/ev-view-private.h:
121         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
122         (ev_view_scroll), (ev_view_class_init):
123         * shell/ev-view-accessible.c:
124         (ev_view_accessible_action_do_action):
125         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
126         (ev_window_cmd_scroll_backward):
127
128         Use GtkScrollType instead of EvScrollType.
129         
130 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
131
132         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
133         
134         Patch for case unsensitive page label match by Michael Lee.
135         See bug #550136.
136         
137         * shell/ev-page-action.c (create_tool_item):    
138         * test/Makefile.am:
139         * test/test1.py:
140         * test/test4.py:
141         * test/test5.py:
142         
143         Added test for the above and updated other tests.
144
145 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * shell/ev-window.c: (image_save_dialog_response_cb):
148
149         Do not append the file extension twice when saving an image.
150         
151 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
154
155         Remove an invalid ifdef.
156         
157 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * shell/ev-view.c: (ev_view_motion_notify_event):
160
161         Make sure the cursor is correctly restored after showing the right
162         click menu.
163         
164 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
167         (ev_attachment_open):
168         * shell/ev-sidebar-attachments.c:
169         (ev_sidebar_attachments_button_press):
170         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
171
172         Use GdkAppLaunchContext when available to open attachments.
173         
174 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
175
176         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
177
178         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
179         by Eric Piel.
180         
181 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * shell/ev-application.c: (ev_application_get_media_keys):
184         * shell/ev-media-player-keys.[ch]:
185         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
186         (ev_media_player_keys_grab_keys),
187         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
188         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
189         * shell/ev-window.[ch]: (ev_window_dispose),
190         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
191         (ev_window_init):
192
193         Clean up the media player keys stuff.
194         
195 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
196
197         * NEWS:
198         * configure.ac:
199
200         Update for release 2.23.91.
201         
202 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
203
204         * cut-n-paste/smclient/eggsmclient-xsmp.c:
205         (sm_client_xsmp_set_initial_properties):
206
207         Fix memory leak.
208         
209 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
210
211         * shell/ev-application.c: (ev_application_open_window),
212         (ev_application_open_uri_at_dest):
213
214         Make sure evince starts up in the right workspace when resuming a
215         previous session.
216         
217 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * shell/ev-application.[ch]: (ev_application_open_window),
220         (ev_application_add_icon_path_for_screen),
221         (ev_application_open_uri_at_dest):
222
223         Fix window manager warnings shown in ~/.xsession-errors
224         
225 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * configure.ac:
228         * cut-n-paste/Makefile.am:
229         * cut-n-paste/smclient/Makefile.am:
230         * cut-n-paste/smclient/eggdesktopfile.[ch]:
231         * cut-n-paste/smclient/eggsmclient-private.h:
232         * cut-n-paste/smclient/eggsmclient-xsmp.c:
233         * cut-n-paste/smclient/eggsmclient.[ch]:
234
235         EggSMClient copied from libegg
236
237         * libdocument/ev-file-helpers.c: (ev_dot_dir):
238         * shell/Makefile.am:
239         * shell/ev-application.[ch]: (ev_application_load_session),
240         (smclient_save_state_cb), (smclient_quit_cb),
241         (ev_application_init_session), (ev_application_shutdown),
242         (ev_application_init):
243         * shell/main.c: (main):
244
245         Use EggSMClient instead of gnome-client and remove libgnome and
246         libgnomeui dependencies.
247         
248 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * shell/main.c: (main):
251
252         Remove gnome_authentication_manager_init.
253         
254 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * shell/ev-view.c: (ev_view_goto_window_create):
257
258         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
259         since it's now deprecated.
260         
261 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * backend/djvu/Makefile.am:
264         * backend/djvu/djvu-document-private.h:
265         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
266         (djvu_document_find_iface_init):
267         * backend/djvu/djvu-text-page.[ch]:
268         * backend/djvu/djvu-text.[ch]: Removed
269         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
270         (pdf_document_find_iface_init):
271         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
272         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
273         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
274         (ev_job_find_get_n_results), (ev_job_find_get_progress),
275         (ev_job_find_has_results), (ev_job_find_get_results):
276         * shell/ev-view-private.h:
277         * shell/ev-view.[ch]: (ev_view_expose_event),
278         (highlight_find_results), (ev_view_finalize),
279         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
280         (ev_view_set_document), (ev_view_find_get_n_results),
281         (ev_view_find_get_result), (jump_to_find_result),
282         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
283         (ev_view_find_previous), (ev_view_find_search_changed),
284         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
285         * shell/ev-window.c: (ev_window_update_actions),
286         (page_changed_cb), (ev_window_setup_document),
287         (ev_window_update_find_status_message),
288         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
289         (ev_window_clear_find_job), (find_bar_close_cb),
290         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
291         (ev_window_dispose), (ev_window_init):
292
293         Rework find interface. The find logic has been moved from backends
294         to the shell avoiding a lot of duplicated code in the backends and
295         making easier to implement the find interface in the backends.
296         
297 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * backend/pdf/ev-poppler.cc:
300         (pdf_document_thumbnails_get_dimensions):
301
302         Make sure thumbnail size returned by the PDF is actually
303         valid. Fixes bug #548462.
304         
305 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * shell/ev-window.c: (ev_window_setup_document),
308         (ev_window_set_document), (ev_window_dispose):
309
310         Remove the idle function for setting the document up when the
311         window is destroyed. Fixes bug #549163.
312         
313 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
316         (ev_job_attachments_dispose), (ev_job_attachments_run),
317         (ev_job_attachments_class_init), (ev_job_attachments_new):
318         * shell/ev-sidebar-attachments.c:
319         (ev_sidebar_attachments_set_document):
320
321         Add a new job to get the attachments in a thread with the document
322         lock held. Fixes bug #548653.
323         
324 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
325
326         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
327         (tiff_document_document_iface_init):
328
329         Implement document_get_page_label in tiff backend.
330         
331 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * backend/tiff/tiff-document.c: (tiff_document_render):
334
335         Handle document orientation in tiff backend. Fixes bug #548444.
336         
337 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
340
341         Do not crash when adjustment page size is 0. Fixes bug #547440.
342         
343 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * cut-n-paste/evmountoperation/ev-mount-operation.c:
346
347         Sync with current GTK+.
348         
349 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
350
351         * configure.ac:
352         
353         Update for release 2.23.6.
354
355 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
358         (ev_job_load_set_password):
359         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
360         * shell/ev-window.c: (password_dialog_response),
361         (ev_window_load_job_cb):
362
363         Fix loading encrypted documents since I broke it with the jobs
364         rework.
365         
366 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * NEWS:
369
370         Update NEWS for 2.23.6 release.
371         
372 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
373
374         * backend/impress/impress-document.c:
375         * backend/impress/render.h:
376         * libdocument/ev-document-factory.c:
377         * libdocument/ev-document-factory.h:
378         * libdocument/ev-document-links.h:
379         * libdocument/ev-document-misc.c:
380         * libdocument/ev-document-misc.h:
381         * properties/ev-properties-main.c:
382         * properties/ev-properties-view.c:
383         * properties/ev-properties-view.h:
384         * shell/eggfindbar.c:
385         * shell/eggfindbar.h:
386         * shell/ev-application.c:
387         * shell/ev-application.h:
388         * shell/ev-jobs.h:
389         * shell/ev-message-area.h:
390         * shell/ev-navigation-action.c:
391         * shell/ev-navigation-action.h:
392         * shell/ev-open-recent-action.c:
393         * shell/ev-open-recent-action.h:
394         * shell/ev-page-action-widget.c:
395         * shell/ev-page-action.c:
396         * shell/ev-page-action.h:
397         * shell/ev-page-cache.h:
398         * shell/ev-password-view.h:
399         * shell/ev-password.h:
400         * shell/ev-pixbuf-cache.h:
401         * shell/ev-properties-fonts.c:
402         * shell/ev-sidebar-attachments.c:
403         * shell/ev-sidebar-links.c:
404         * shell/ev-sidebar-links.h:
405         * shell/ev-sidebar-thumbnails.c:
406         * shell/ev-sidebar-thumbnails.h:
407         * shell/ev-sidebar.c:
408         * shell/ev-sidebar.h:
409         * shell/ev-stock-icons.c:
410         * shell/ev-tooltip.h:
411         * shell/ev-view.c:
412         * shell/ev-view.h:
413         * shell/ev-window.c:
414         * shell/ev-window.h:
415         * shell/main.c:
416
417         More #include cleanups. Again: reordering, single gtk.h
418         includes and other stuff.
419
420 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
421
422         * shell/eggfindbar.c:
423         * shell/ev-application.c:
424         * shell/ev-message-area.c:
425         * shell/ev-navigation-action.c:
426         * shell/ev-open-recent-action.c:
427         * shell/ev-page-action-widget.c:
428         * shell/ev-page-action.c:
429         * shell/ev-password-view.c:
430         * shell/ev-properties-dialog.c:
431         * shell/ev-properties-fonts.c:
432         * shell/ev-sidebar-attachments.c:
433         * shell/ev-sidebar-page.c:
434         * shell/ev-sidebar-thumbnails.c:
435         * shell/ev-stock-icons.c:
436         * shell/ev-tooltip.c:
437         * shell/ev-view.c:
438         * shell/ev-window.c:
439         * shell/main.c:
440
441         Cleanup many #include statements: reorder so that a
442         generic-to-specific order is used, use single gtk.h
443         includes, and some other cleanups.
444
445 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
446
447         * shell/ev-jobs.h:
448
449         Add gio header.
450         
451 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
452
453         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
454         (ev_document_fc_mutex_trylock):
455         * shell/Makefile.am:
456         * shell/ev-job-queue.[ch]:
457         * shell/ev-job-scheduler.[ch]:
458         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
459         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
460         (ev_job_run), (ev_job_cancel), (ev_job_failed),
461         (ev_job_failed_from_error), (ev_job_succeeded),
462         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
463         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
464         (ev_job_links_class_init), (ev_job_render_init),
465         (notify_page_ready), (ev_job_render_page_ready),
466         (ev_job_render_run), (ev_job_render_class_init),
467         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
468         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
469         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
470         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
471         (ev_job_save_dispose), (ev_job_save_run),
472         (ev_job_save_class_init), (ev_job_print_init),
473         (ev_job_print_dispose), (ev_job_print_run),
474         (ev_job_print_class_init):
475         * shell/ev-page-cache.c:
476         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
477         (check_job_size_and_unref), (move_one_job),
478         (copy_job_to_job_info), (add_job),
479         (ev_pixbuf_cache_add_jobs_if_needed):
480         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
481         (job_fonts_finished_cb), (job_fonts_updated_cb),
482         (ev_properties_fonts_set_document):
483         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
484         (ev_sidebar_links_set_document):
485         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
486         (ev_sidebar_thumbnails_set_document),
487         (ev_sidebar_thumbnails_clear_job):
488         * shell/ev-view-private.h:
489         * shell/ev-view.c:
490         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
491         (ev_window_refresh_window_thumbnail), (password_dialog_response),
492         (ev_window_clear_load_job), (ev_window_clear_reload_job),
493         (ev_window_load_job_cb), (ev_window_reload_job_cb),
494         (window_open_file_copy_ready_cb), (ev_window_open_uri),
495         (ev_window_reload_document), (ev_window_clear_save_job),
496         (ev_window_save_job_cb), (file_save_dialog_response_cb),
497         (ev_window_clear_print_job), (ev_window_print_job_cb),
498         (ev_window_print_dialog_response_cb):
499         * shell/main.c: (main):
500
501         Rework the jobs system in order to make it simpler and more
502         extensible. It allows to run jobs in the main loop instead of
503         using a thread when it's appropriate like the fonts job. Now it's
504         also possible to cancel jobs that are currently running. 
505         
506 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * libdocument/ev-debug.c: (profile_init):
509
510         Create the hash table also when profiling service is enabled for
511         all sections.
512         
513 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * libdocument/ev-debug.[ch]: (ev_profiler_start),
516         (ev_profiler_stop):
517         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
518         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
519         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
520         (ev_job_print_run):
521         * shell/main.c: (main):
522
523         Add a profile mode available when debug is enabled. Add profilers
524         in ev-jobs.
525         
526 2008-07-23  Götz Waschk <waschk@mandriva.org>
527
528         * configure.ac: Correctly build desktop file. Fixes
529         bug #544237.
530
531 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
532
533         * configure.ac:
534         
535         Update for release 2.23.5.
536
537 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
538
539         * NEWS:
540
541         Update NEWS for 2.23.5 release.
542         
543 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * shell/ev-window.c: (ev_window_state_event),
546         (ev_window_class_init):
547
548         Intercept window manager's fullscreen request in order to run/stop
549         fullscreen mode. Fixes bug #493541.
550         
551 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * shell/ev-window.c: (find_bar_visibility_changed_cb):
554
555         Restart the job search when the find bar is opened for the second
556         time. Fixes bug #531956.
557         
558 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
561         (get_document_from_uri):
562
563         Make sure we always return a valid error struct when
564         get_document_from_uri fails. Fixes nautilus crash, see bug
565         #542548.
566         
567 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
568
569         * libdocument/ev-transition-effect.c
570         (ev_transition_effect_type_get_type),
571         (ev_transition_effect_alignment_get_type),
572         (ev_transition_effect_direction_get_type):
573         
574         Fixes bug #542924. Makes enums static to fix Solaris build.
575
576 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * shell/ev-view.c: (ev_view_key_press_event):
579
580         Add '.' keybinding for blanking the screen in presentation
581         mode. Fixes bug #542001.
582         
583 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * libdocument/ev-document-misc.c:
586         (ev_document_misc_pixbuf_from_surface):
587
588         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
589         #540950.
590         
591 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
592
593         * backend/comics/comics-document.c (comics_document_load):
594         * backend/comics/comicsdocument.evince-backend.in:
595         * configure.ac:
596         * thumbnailer/evince-thumbnailer-comics.schemas.in:
597         
598         Added support for 7-zip based cb7 comic book. Patch by
599         Kartik Rustagi. Fixes bug #532312.
600
601 2008-06-24  Bastien Nocera  <hadess@hadess.net>
602
603         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
604         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
605         Fixes bug #539972.
606
607 2008-06-24  Bastien Nocera  <hadess@hadess.net>
608
609         * shell/Makefile.am:
610         * shell/ev-application.c (ev_application_init),
611         (ev_application_get_media_keys):
612         * shell/ev-application.h:
613         * shell/ev-marshal.list:
614         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
615         (proxy_destroy), (on_media_player_key_pressed),
616         (ev_media_player_keys_init), (ev_media_player_keys_focused),
617         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
618         * shell/ev-media-player-keys.h:
619         * shell/ev-window.c (ev_window_go_previous_page),
620         (ev_window_go_next_page), (ev_window_go_first_page),
621         (ev_window_go_last_page), (ev_window_start_presentation),
622         (ev_window_dispose), (view_actions_focus_in_cb):
623         * shell/ev-window.h: When building with D-Bus support, listen
624         for multimedia key events from gnome-settings-daemon. This allows
625         to go to the next/previous/first/last pages using, respectively,
626         Next/Previous/Rewing/Fast Forward. The Play button is used to start
627         a presentation. Fixes bug #539971.
628
629 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
630
631         * configure.ac:
632         
633         Update for release 2.23.4.
634
635 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * NEWS:
638
639         Update news for 2.23.4 release.
640         
641 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
644         * shell/ev-sidebar-thumbnails.c:
645         (ev_sidebar_thumbnails_set_loading_icon),
646         (ev_sidebar_thumbnails_refresh):
647         * shell/ev-window.c: (ev_window_error_message),
648         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
649         (ev_window_set_document):
650
651         Do not crash opening documents with no pages and show a warning
652         message in the message area. Fixes bugs #537574 and #171588.
653         
654 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * shell/Makefile.am:
657         * shell/ev-file-monitor.[ch]:
658         * shell/ev-window.c: (ev_window_document_changed),
659         (ev_window_clear_reload_job), (ev_window_load_job_cb),
660         (ev_window_reload_job_cb), (ev_window_open_uri),
661         (ev_window_reload_document), (ev_window_cmd_view_reload),
662         (ev_window_dispose):
663
664         Automaticly reload the document when the file has changed on
665         disk. Bug #304249.
666         
667 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
668
669         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
670         * libdocument/ev-image.c: (ev_image_save_tmp):
671         * libdocument/ev-module.c: (ev_module_load):
672         * shell/ev-application.c: (ev_application_shutdown),
673         (ev_application_get_print_settings):
674         * shell/ev-sidebar-attachments.c:
675         (ev_sidebar_attachments_button_press),
676         (ev_sidebar_attachments_drag_data_get):
677         * shell/ev-window.c: (window_save_file_copy_ready_cb),
678         (ev_window_print_finished), (ev_window_print_send),
679         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
680         (ev_window_preview_print_finished), (ev_window_do_preview_print),
681         (ev_window_cmd_preview_print):
682         * shell/main.c: (load_files_remote):
683         Fix some build warnings under GCC 4.3.0. (#537535).
684
685 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * shell/ev-jobs.c: (ev_job_render_dispose):
688
689         Fix a crash in debug mode. Patch by Daniel M German.
690         
691 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * shell/ev-window.c:
694
695         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
696         
697 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
698
699         * shell/ev-window.c: (ev_window_print_send),
700         (ev_window_do_preview_print):
701
702         Use the window title as print job name instead of just
703         "evince-print". Fixes bug #534493.
704         
705 2008-05-19  Frederic Peters  <fpeters@0d.be>
706
707         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
708         Bug #533897.
709
710 2008-05-19  Frederic Peters  <fpeters@0d.be>
711
712         * help/reference/Makefile.am: added missing libevmountoperation to
713         gtkdoc-scanobj libraries.  Bug #533896.
714
715 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
716
717         * properties/ev-properties-view.c (get_default_user_units):
718         Fixes check for default units string translation. Bug #533323.
719
720 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
721
722         * backend/impress/iksemel.c (sax_core): Fix a free() that should
723         be an iks_free(). Fix an array overflow in the XML parser that
724         would occur whenever the number of attributes in a tag was greater
725         than 0 and divisible by 6. Fixes GNOME bug #530852.
726
727 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * backend/djvu/djvu-document-private.h:
730         * backend/djvu/djvu-links.c:
731         * backend/djvu/djvu-text.c:
732         * backend/djvu/djvu-document.c: (djvu_handle_events),
733         (djvu_wait_for_message), (djvu_document_load),
734         (document_get_page_size), (djvu_document_render),
735         (djvu_document_thumbnails_get_thumbnail),
736         (djvu_document_file_exporter_end):
737
738         Make sure load job doesn't finish successfully when the document
739         is not successfully decoded by libdjvu. Fixes bug #530202.
740         
741 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * configure.ac:
744         * libdocument/Makefile.am:
745         * libdocument/ev-debug.[ch]:
746         * libdocument/ev-document.c:
747         * shell/ev-jobs.c: (ev_job_links_dispose),
748         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
749         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
750         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
751         (ev_job_render_page_ready), (ev_job_render_run),
752         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
753         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
754         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
755         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
756         (ev_job_print_new), (ev_job_print_run):
757         * shell/main.c: (main):
758
759         Add debug mode based on gedit code. Add debug messages in
760         ev-jobs.
761         
762 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * libdocument/ev-document-factory.c: (get_document_from_uri):
765
766         Fix memory leak.
767         
768 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
769
770         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
771         (get_mime_type_from_data), (get_document_from_uri),
772         (ev_document_factory_get_document):
773         
774         Improved error message about file opening failture.
775         Bug #529129.
776
777 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
778
779         * data/evince-toolbar.xml:
780         
781         Allow to add SaveAs to toolbar.
782
783 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * shell/ev-view-private.h:
786         * shell/ev-view.[ch]: (ev_view_button_release_event),
787         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
788         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
789         (ev_view_update_primary_selection), (clear_link_selected),
790         (ev_view_copy_link_address):
791         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
792
793         Update also the primary selection when copying a link
794         address. Fixes bug #520855.
795         
796 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * libdocument/ev-document-factory.c: (get_document_from_uri):
799
800         Use the pixbuf backend only when the mime type is not supported by
801         any of the other backend so that tiff documents, for instance, are
802         handled by the tiff backend instead of the pixbuf backend. fixes
803         bug #520290.
804         
805 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
806
807         * cut-n-paste/Makefile.am:
808
809         Add evmountoperation to subdirs list.
810         
811 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * configure.ac:
814
815         Fix libspectre check in configure script. Fixes bug #528549.
816         
817 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * configure.ac:
820         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
821         * shell/Makefile.am:
822         * shell/ev-window.c: (ev_window_load_remote_failed),
823         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
824
825         Add GtkMountOperation (renamed to avoid conflicts) to be able to
826         open documents in remote locations that are not mounted.
827         
828 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
831         (bitmap_convert_msb8):
832         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
833         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
834
835         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
836         
837 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
840         (ev_job_render_new), (ev_job_render_set_selection_info),
841         (ev_job_render_run):
842         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
843         (check_job_size_and_unref),
844         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
845         (add_job), (ev_pixbuf_cache_get_selection_surface):
846
847         Create the render context needed for rendering a page in the render
848         thread so that we don't block the main thread. Simplify
849         EvJobRender API.
850         
851 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
852
853         * libdocument/Makefile.am:
854         * libdocument/ev-page.[ch]:
855         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
856         (ev_render_context_new), (ev_render_context_set_page):
857         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
858         (ev_form_field_finalize), (ev_form_field_class_init):
859         * libdocument/ev-document-forms.[ch]:
860         (ev_document_forms_get_form_fields):
861         * libdocument/ev-document.[ch]: (ev_document_get_page),
862         (ev_document_get_page_size), (ev_document_get_page_label):
863         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
864         (ev_job_render_run), (ev_job_thumbnail_new),
865         (ev_job_thumbnail_run), (ev_job_print_run):
866         * shell/ev-page-cache.c: (ev_page_cache_new):
867         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
868         (check_job_size_and_unref), (add_job):
869         * shell/ev-sidebar-thumbnails.c: (add_range):
870         * shell/ev-view.c: (ev_view_form_field_get_region),
871         (ev_view_form_field_button_create_widget),
872         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
873         (ev_view_handle_form_field), (ev_view_size_allocate),
874         (get_selected_text):
875         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
876         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
877         (pdf_document_get_page), (pdf_document_get_page_label),
878         (pdf_document_render), (pdf_document_get_info),
879         (pdf_document_document_iface_init),
880         (pdf_document_thumbnails_get_thumbnail),
881         (pdf_document_thumbnails_get_dimensions),
882         (pdf_document_file_exporter_do_page),
883         (pdf_selection_render_selection),
884         (pdf_selection_get_selected_text),
885         (pdf_selection_get_selection_region),
886         (pdf_selection_get_selection_map),
887         (pdf_document_forms_get_form_fields),
888         (pdf_document_forms_form_field_text_get_text),
889         (pdf_document_forms_form_field_text_set_text),
890         (pdf_document_forms_form_field_button_set_state),
891         (pdf_document_forms_form_field_button_get_state),
892         (pdf_document_forms_form_field_choice_get_item),
893         (pdf_document_forms_form_field_choice_get_n_items),
894         (pdf_document_forms_form_field_choice_is_item_selected),
895         (pdf_document_forms_form_field_choice_select_item),
896         (pdf_document_forms_form_field_choice_toggle_item),
897         (pdf_document_forms_form_field_choice_unselect_all),
898         (pdf_document_forms_form_field_choice_set_text),
899         (pdf_document_forms_form_field_choice_get_text):
900         * backend/ps/ev-spectre.c: (ps_document_get_page),
901         (ps_document_get_page_size), (ps_document_get_page_label),
902         (ps_document_render), (ps_document_document_iface_init),
903         (ps_document_file_exporter_do_page):
904         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
905         (tiff_document_render), (tiff_document_render_pixbuf),
906         (tiff_document_file_exporter_do_page):
907         * backend/pixbuf/pixbuf-document.c:
908         (pixbuf_document_get_page_size):
909         * backend/comics/comics-document.c:
910         (comics_document_get_page_size), (comics_document_render_pixbuf):
911         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
912         (djvu_document_render), (djvu_selection_get_selected_text),
913         (djvu_document_thumbnails_get_thumbnail),
914         (djvu_document_file_exporter_do_page),
915         (djvu_document_find_get_result):
916         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
917         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
918         (dvi_document_thumbnails_get_thumbnail),
919         (dvi_document_file_exporter_do_page):
920         * backend/impress/impress-document.c:
921         (impress_document_get_page_size),
922         (impress_document_render_pixbuf):
923         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
924
925         Add EvPage so that we can hold a reference to the backend
926         page. Form fields keep now a reference to the poppler page
927         improving performance since we don't have to create/destroy the
928         poppler field for every form operation. This will be needed for
929         annotations too.
930         
931 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
932
933         * data/evince-ui.xml:
934         * shell/ev-window.c:
935
936         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
937         
938 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * configure.ac:
941         * backend/ps/Makefile.am:
942
943         Remove gs stuff from ps backend.
944         
945 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * configure.ac:
948         * backend/pdf/ev-poppler.cc:
949
950         Bump poppler requirement to 0.8.0.
951         
952 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
953
954         * NEWS:
955         * configure.ac:
956
957         Update for release 2.22.1.1
958
959 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * configure.ac:
962
963         Fix build (again) when poppler version is 0.6
964         
965 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * backend/djvu/djvu-links.c: (build_tree):
968
969         Make sure link title is a valid utf8 string. Fixes bug #526517.
970         
971 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * configure.ac:
974
975         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
976         #526799.
977         
978 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
979
980         * configure.ac:
981         
982         Update for release 2.22.1.
983
984 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * NEWS:
987
988         Update for upcoming release.
989
990 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * configure.ac:
993         * backend/dvi/dvidocument.evince-backend.in:
994
995         Add compressed dvi to the list of supported mime types. Patch by
996         Ed Catmur. Fixes bug #307087.
997
998 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1001
1002         Fix a crash when printing a range that doesn't specify the start or
1003         end page. Fixes bug #524288.
1004
1005 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * shell/ev-window.c: (ev_window_cmd_continuous),
1008         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1009         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1010         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1011         (ev_window_run_presentation), (ev_window_stop_presentation),
1012         (ev_window_cmd_view_presentation),
1013         (ev_window_cmd_leave_fullscreen),
1014         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1015
1016         Do not unfullscreen and fullscreen again the window when changing
1017         from fullscreen to presentation mode and vice versa. Fixes bug
1018         #524112.
1019         
1020 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1023
1024         Do not crash when thumbnail failed to render in PS backend. Fixes
1025         bug #525015.
1026         
1027 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1030         (ev_window_load_file_remote), (ev_window_open_uri):
1031
1032         Handle errors when opening remote files.
1033         
1034 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1037
1038         Only grab the focus for the current visible proxy widget. Fixes
1039         bug #521224.
1040         
1041 2008-03-30  Emil Soleyman  <emil@nishra.com>
1042
1043         * shell/ev-window.c: (launch_external_uri):
1044         
1045         Reuse g_app_info_launch_default_for_uri to
1046         save some code and fix bug #525009.
1047
1048 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1049
1050         * shell/ev-window.c (image_save_dialog_response_cb):
1051
1052         Use g_str_has_suffix. See bug #523069.
1053
1054 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * configure.ac:
1057
1058         Add a configure option to enable/diable DBus. Patch by Rémi
1059         Cardona. Fixes bug 521797.
1060
1061 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1064
1065         Fix printing in documents with rotated pages. Patch by Eugen
1066         Dedu. Fixes bug #512648.
1067         
1068 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1071         (ev_link_from_action):
1072
1073         Fix warning messages.
1074         
1075 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * shell/ev-window.c: (image_save_dialog_response_cb):
1078
1079         Do not append the extension to filename when saving an image
1080         if the filename alredy contains the extension. Fixes bug #523069.
1081         
1082 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * shell/ev-view.[ch]: (ev_view_find_cancel):
1085         * shell/ev-window.c: (find_bar_close_cb):
1086
1087         Cancel the find operation when the find bar is closed. Fixes bug
1088         #508845.
1089         
1090 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * backend/ps/psdocument.evince-backend.in:
1093
1094         Make ps backend module resident. Fixes bug #520607.
1095         
1096 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1097
1098         * shell/ev-jobs.c: (ev_job_print_run):
1099
1100         Invert collate action in order to work as expected, fix reverse
1101         printing so that it doesn't start with a blank page and fix number
1102         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1103         
1104 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1105
1106         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1107
1108         Fix build with poppler <= 0.7.2
1109         
1110 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * libdocument/ev-document-misc.c:
1113         (ev_document_misc_surface_from_pixbuf):
1114
1115         Fix selections with poppler-splash.
1116         
1117 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * configure.ac:
1120         * backend/pdf/ev-poppler.cc:
1121
1122         Fix build with poppler >= 0.7.2
1123         
1124 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1125
1126         * configure.ac:
1127         
1128         Update for release 2.22.0
1129
1130 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * NEWS:
1133
1134         Update for upcoming release.
1135
1136 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1137
1138         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1139
1140         Bug 495107 – Handle print dialog responses correctly
1141
1142         Correctly handle print dialog response. Properly fixes
1143         the above mentioned bug.
1144
1145 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1148
1149         Make sure print job is only run when the print button is
1150         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1151         
1152 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * backend/pdf/pdfdocument.evince-backend.in:
1155         * libdocument/ev-backends-manager.c:
1156         (ev_backends_manager_load_backend),
1157         (ev_backends_manager_get_document):
1158         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1159
1160         Allow making backend modules resident. This is needed only for
1161         some backends like pdf to avoid registering glib types more than
1162         once.
1163         
1164 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1165
1166         * backend/comics/comics-document.c:
1167         * backend/djvu/djvu-document.c:
1168         * backend/impress/impress-document.c:
1169         * backend/pdf/ev-poppler.cc:
1170         * backend/pixbuf/pixbuf-document.c:
1171         * backend/ps/ev-spectre.c:
1172         * backend/ps/ps-document.c:
1173         * backend/tiff/tiff-document.c:
1174         * libdocument/ev-document.h:
1175         * properties/ev-properties-main.c:
1176
1177         Use g_type_module_add_interface instead of
1178         g_type_add_interface_static. Fixes bug #519679.
1179         
1180 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1181
1182         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1183         Added. Returns whether the animation has everything necessary to run.
1184         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1185         is ready just because it's been created. Fixes #519106.
1186         (draw_one_page): Do not show the "Loading..." text in presentation
1187         mode, there was a slim probability that this could happen.
1188
1189 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1192
1193         Duplicate mime_type string before freeing it so that it doesn't
1194         always fail when getting mime type from uri. Fixes bug #518874.
1195         
1196 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1199
1200         Fix a crash when a choice form field doesn't have any item
1201         selected. Fixes bug #518831
1202         
1203 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1204
1205         * shell/ev-window.c (ev_window_clear_temp_file):
1206         Use g_file_has_prefix instead of renamed
1207         g_file_contains_file.
1208
1209         * configure.ac:
1210         Require new glib for above change.
1211         
1212 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1213
1214         * libdocument/ev-image.c: (ev_image_finalize),
1215         (ev_image_save_tmp):
1216
1217         Return a real uri instead of a filename when saving an
1218         image. Fixes images drag an drop from evince to nautilus. 
1219         
1220 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * backend/pdf/ev-poppler.cc:
1223         (pdf_document_images_get_image_mapping):
1224
1225         Return the image list in the right order. Fixes bug #516237.
1226         
1227 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1228
1229         * backend/impress/impress-document.c:
1230         (impress_document_thumbnails_get_thumbnail):
1231
1232         Remove unused variable to avoid a compiler warning.
1233
1234 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1235
1236         * configure.ac:
1237         
1238         Update for release 2.21.91.
1239
1240 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * configure.ac:
1243         * shell/Makefile.am:
1244         * shell/ev-application.[ch]:
1245         * shell/ev-sidebar-links.c:
1246         * shell/ev-utils.[ch]:
1247         * shell/ev-window.[ch]:
1248
1249         Remove libgnomeprint support. Fixes bug #512370.
1250         
1251 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1252
1253         * thumbnailer/evince-thumbnailer.c: (main):
1254
1255         Initialize glib type system before using it. Fixes bug #513934.
1256         
1257 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * properties/ev-properties-main.c:
1260
1261         Add missing #include.
1262         
1263 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * configure.ac:
1266         * backend/djvu/djvu-document.c: (djvu_document_render):
1267         * backend/tiff/tiff-document.c: (tiff_document_render):
1268
1269         Use the new cairo function cairo_format_stride_for_width when
1270         available. Fixes bug #482720.
1271
1272 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1275         (get_mime_type_from_data), (get_document_from_uri):
1276
1277         Use g_content_type_guess() only when slow is true in
1278         get_document_from_uri(). Fix several memory leaks.
1279         
1280 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1281
1282         * libdocument/ev-document-factory.c:
1283         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1284         (get_document_from_uri):
1285
1286         Use g_content_type_guess () to get mimetype for files.
1287         Bug #510401.
1288
1289 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * thumbnailer/Makefile.am:
1292
1293         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1294         
1295 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * configure.ac:
1298
1299         Fix build with --without-libgnome. Fixes bug #512771.
1300         
1301 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1302
1303         * backend/dvi/Makefile.am: Install only dvi
1304         module. Fixes bug #512718.
1305
1306 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1307
1308         * properties/ev-properties-main.c: (nautilus_module_initialize):
1309         
1310         Initialize backends in properties tab. Fixes bug
1311         #512720.
1312
1313 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1314
1315         * properties/Makefile.am: No need to link with 
1316         libraries. Fixes bug #512719.
1317
1318 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1319
1320         * NEWS:
1321         * configure.ac:
1322         
1323         Update for release 2.21.90.
1324
1325 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * shell/ev-window.c: (ev_window_cmd_escape):
1328
1329         Fix compile warning.
1330         
1331 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1334
1335         Fix printing in dvi backend when filename contains white
1336         espaces. Fixes bug #502839.
1337         
1338 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1341         (screensaver_disable_x11):
1342         * shell/Makefile.am:
1343         * shell/xdg-user-dir-lookup.c: Removed
1344         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1345         * shell/ev-view.c: (ev_view_presentation_transition_start):
1346         * shell/ev-window.c: (ev_window_cmd_file_open),
1347         (ev_window_cmd_save_as), (presentation_set_timeout):
1348
1349         Remove #ifdefs that are no longer needed.
1350         
1351 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-view.[ch]: (ev_view_button_release_event),
1354         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1355         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1356         (ev_window_cmd_escape):
1357
1358         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1359         
1360 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * configure.ac:
1363         * backend/comics/comics-document.c: (comics_document_load):
1364         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1365         (ev_attachment_set_property), (ev_attachment_init),
1366         (ev_attachment_save), (ev_attachment_launch_app),
1367         (ev_attachment_open):
1368         * libdocument/ev-document-factory.c: (get_document_from_uri):
1369         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1370         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1371         * shell/ev-jobs.c:
1372         * shell/ev-password.c: (ev_password_dialog_set_property),
1373         (ev_password_dialog_save_password):
1374         * shell/ev-sidebar-attachments.c:
1375         (ev_sidebar_attachments_drag_data_get):
1376         * shell/ev-window-title.c: (get_filename_from_uri):
1377         * shell/ev-window.c: (ev_window_clear_temp_file),
1378         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1379         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1380         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1381         (launch_external_uri), (image_save_dialog_response_cb),
1382         (attachment_save_dialog_response_cb):
1383         * shell/main.c: (load_files), (load_files_remote), (main):
1384         * thumbnailer/evince-thumbnailer.c: (main):
1385
1386         Port to gio and drop gnome-vfs dependency. Fixes bug
1387         #510401. Based on patch by Cosimo Cecchi.
1388         
1389 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1390
1391         * NEWS:
1392
1393         Fixed formatting inconsistencies (spaces vs. tabs)
1394
1395 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1396
1397         * shell/ev-window.c:
1398
1399         Use top/up/bottom/down arrows instead of
1400         first/left/last/right in the toolbar and menu actions.
1401         This fixes issues with RTL languages and is visually
1402         consistent with the page view. Fixes bug #170081.
1403
1404 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1405
1406         * NEWS:
1407
1408         Fixed some inaccuracies pointed out by Carlos Garcia
1409         Campos.
1410
1411 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1412
1413         * NEWS:
1414         * data/evince.schemas.in:
1415         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1416
1417         Override PDF restrictions by default. Fixes bug #382700.
1418
1419 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1420
1421         * NEWS: Updated for upcoming release
1422
1423 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1426
1427         Fix memory leak.
1428         
1429 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1430
1431         * shell/ev-window.c: (register_custom_actions):
1432         
1433         Added comment for translators
1434
1435 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * shell/ev-view.c: (ev_view_button_release_event):
1438
1439         Do not create the idle function for kinetic scrolling if we are
1440         not in a drag operation.
1441
1442 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1445         (ev_view_button_press_event), (ev_view_motion_notify_event),
1446         (ev_view_button_release_event):
1447
1448         Restore cursor after autoscrolling. Fixes bug #509958.
1449
1450 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * configure.ac:
1453         * backend/pdf/ev-poppler.cc:
1454         (pdf_document_images_get_image_mapping),
1455         (pdf_document_images_get_image),
1456         (pdf_document_document_images_iface_init):
1457         * libdocument/ev-document-images.[ch]:
1458         (ev_document_images_get_image_mapping),
1459         (ev_document_images_get_image):
1460         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1461         (ev_image_get_id), (ev_image_save_tmp):
1462         * shell/ev-jobs.c: (ev_job_render_run):
1463         * shell/ev-view.c: (ev_view_drag_data_get):
1464         * shell/ev-window.c: (image_save_dialog_response_cb),
1465         (ev_view_popup_cmd_copy_image):
1466
1467         Do not render images when rendering the page but on demand. It
1468         reduces the memory comsumption.
1469         
1470 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1471
1472         * configure.a:
1473         * shell/ev-password.c:
1474
1475         Make gnome-keyring optional. Fixes bug #509676.
1476         
1477 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1478
1479         * shell/ev-pixbuf-cache.c: (add_job):
1480
1481         Initialize include_images variable as FALSE instead of TRUE.
1482         
1483 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1484
1485         * configure.ac:
1486         * cut-n-paste/Makefile.am:
1487         * cut-n-paste/fileformatchooser/Makefile.am:
1488         * cut-n-paste/fileformatchooser/egg-macros.h:
1489         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1490         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1491         * shell/Makefile.am:
1492         * shell/ev-utils.c:
1493         (file_chooser_dialog_add_writable_pixbuf_formats),
1494         (get_gdk_pixbuf_format_by_extension):
1495         * shell/ev-utils.h:
1496         * shell/ev-window.c: (ev_window_error_message),
1497         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1498         
1499         Simplify image format selection on save.
1500
1501 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1502
1503         * shell/ev-view.c: (ev_view_scroll_event):
1504         
1505         Repair gorizontal scrolling with shift. Fixes
1506         bug #483412.
1507
1508 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1509         
1510         * MAINTAINERS:
1511
1512         Fix formatting issues.
1513         
1514 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1515
1516         * backend/comics/comics-document.c: (comics_regex_quote):
1517         
1518         Don't overquote special chars except of '. See bug 
1519         502500. Thanks to Tom Parker.
1520
1521 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1522
1523         * MAINTAINERS:
1524         
1525         Added Nickolay and Carlos, since they're doing most of
1526         the releases nowadays.
1527
1528 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1529
1530         * properties/Makefile.am:
1531
1532         Get the nautilus extension dir properly instead of using
1533         a hack. Fixes bug #505359.
1534
1535 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1536
1537         * properties/Makefile.am:
1538         
1539         Install nautilus extension into new place. See bug
1540         #505359. Thanks to Matthias Clasen, Brian Pepple and
1541         Damien Carbery.
1542
1543 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1544
1545         * shell/ev-window.c: (ev_window_get_recent_file_label):
1546         
1547         RTL marker in recent file list. See bug #509076.
1548
1549 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1552         * shell/ev-window.c: (image_save_dialog_response_cb):
1553
1554         Fix compile warnings due to unused variables.
1555         
1556 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * configure.ac:
1559         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1560         * backend/ps/ev-spectre.c: (ps_document_render):
1561
1562         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1563
1564 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1565
1566         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1567         (ev_transition_animation_paint): Implement "fade" effect.
1568
1569 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1570
1571         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1572         (ev_transition_animation_paint): Implement "uncover" effect.
1573
1574 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1575
1576         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1577         (ev_transition_animation_paint): Implement "cover" effect.
1578
1579 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1580
1581         * shell/ev-transition-animation.c (ev_transition_animation_push)
1582         (ev_transition_animation_paint): Implement "push" effect.
1583
1584 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1585
1586         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1587         (ev_transition_animation_paint): Implement "dissolve" effect.
1588
1589 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1590
1591         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1592         (ev_transition_animation_paint): Implement "wipe" effect.
1593
1594 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1595
1596         * shell/ev-transition-animation.c (ev_transition_animation_box)
1597         (ev_transition_animation_paint): Implement "box" effect.
1598
1599 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1600
1601         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1602         (ev_transition_animation_paint): Implement "blinds" effect.
1603
1604 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1605
1606         * shell/ev-transition-animation.c (ev_transition_animation_split)
1607         (ev_transition_animation_paint): Implement "split" effect.
1608
1609 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1610
1611         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1612         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1613         (ev_view_transition_animation_start) 
1614         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1615         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1616         (ev_view_next_page) (ev_view_previous_page):
1617         
1618         Use EvTransitionAnimation to drive page changes in the presentation
1619         mode, the animation will wait to start until both the origin and 
1620         destination page surfaces are available. Fixes #458460.
1621
1622         (draw_loading_text):
1623
1624         Remove workaround for bug #320352, it's now fixed properly.
1625
1626
1627 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1628
1629         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1630         will contain the implementations for page transition animations, at
1631         the moment it just has the "replace" effect.
1632         * shell/Makefile.am: Added these files to build.
1633
1634 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1635
1636         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1637         animations.
1638         * shell/Makefile.am: Added these files to build.
1639
1640 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1641
1642         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1643         implementation to get_effect() in EvDocumentTransitionIface.
1644
1645 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1646
1647         * libdocument/ev-transition-effect.[ch]: New files, define a page
1648         transition effect, at the moment it maps PopplerPageTransition to a
1649         GObject.
1650         * libdocument/Makefile.am: Added these files to build.
1651         * libdocument/ev-document-transition.[ch]
1652         (ev_document_transition_get_effect): New method, gets the
1653         EvTransitionEffect returned by the interface implementation, with
1654         fallback to the "replace" effect.
1655
1656 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1657
1658         * configure.ac:
1659         * cut-n-paste/Makefile.am:
1660         * cut-n-paste/fileformatchooser/Makefile.am:
1661         * cut-n-paste/fileformatchooser/egg-macros.h:
1662         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1663         * shell/Makefile.am:
1664         * shell/ev-window.c: (image_save_dialog_response_cb),
1665         (ev_view_popup_cmd_save_image_as):
1666
1667         Allow exporting images in any format supported by
1668         GdkPixbuf. Fixes bug #500209.
1669         
1670 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * backend/pixbuf/pixbuf-document.c:
1673
1674         More warnings fixed.
1675         
1676 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1679         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1680         * backend/djvu/djvu-text.h:
1681         * backend/tiff/tiff-document.c: (tiff_document_render):
1682
1683         Fix compile warnings.
1684         
1685 2007-12-28  Christian Persch  <chpe@gnome.org>
1686
1687         * **/*.c: Include config.h. Bug #504721.
1688
1689 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * configure.ac:
1692         * Makefile.am:
1693         * po/POTFILES.in:
1694         * backend/comics/Makefile.am:
1695         * backend/comics/comics-document.[ch]:
1696         * backend/comics/comicsdocument.evince-backend.in:
1697         * backend/djvu/Makefile.am:
1698         * backend/djvu/djvu-document.[ch]:
1699         * backend/djvu/djvudocument.evince-backend.in:
1700         * backend/dvi/Makefile.am:
1701         * backend/dvi/dvi-document.[c]:
1702         * backend/dvi/dvidocument.evince-backend.in:
1703         * backend/impress/Makefile.am:
1704         * backend/impress/impress-document.[ch]:
1705         * backend/impress/impressdocument.evince-backend.in:
1706         * backend/pdf/Makefile.am:
1707         * backend/pdf/ev-poppler.cc:
1708         * backend/pdf/ev-poppler.h:
1709         * backend/pdf/pdfdocument.evince-backend.in:
1710         * backend/pixbuf/Makefile.am:
1711         * backend/pixbuf/pixbuf-document.[ch]:
1712         * backend/pixbuf/pixbufdocument.evince-backend.in:
1713         * backend/ps/Makefile.am:
1714         * backend/ps/ev-spectre.[ch]:
1715         * backend/ps/ps-document.[ch]:
1716         * backend/ps/psdocument.evince-backend.in:
1717         * backend/tiff/Makefile.am:
1718         * backend/tiff/tiff-document.[ch]:
1719         * backend/tiff/tiffdocument.evince-backend.in:
1720         * libdocument/Makefile.am:
1721         * libdocument/ev-backends-manager.[ch]:
1722         * libdocument/ev-module.[ch]:
1723         * libdocument/ev-document.h:
1724         * libdocument/ev-document-factory.[ch]:
1725         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1726         (get_compression_from_mime_type), (get_document_from_uri),
1727         (ev_document_factory_get_document), (file_filter_add_mime_types),
1728         (ev_document_factory_add_filters):
1729         * shell/Makefile.am:
1730         * shell/ev-window-title.c: (get_filename_from_uri):
1731         * shell/main.c: (main):
1732         * thumbnailer/Makefile.am:
1733         * thumbnailer/evince-thumbnailer.c: (main):
1734
1735         Plugin system for backends. Fixes bug #351348.
1736         
1737 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1738
1739         * shell/ev-view-private.h:
1740         * shell/ev-view.c: (ev_view_drag_update_momentum),
1741         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1742         (ev_view_button_release_event), (ev_view_destroy):
1743         
1744         Kinetic scrolling implemented as requested in
1745         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1746
1747 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1748
1749         * data/evince-toolbar.xml:
1750         * data/evince-ui.xml:
1751         * shell/ev-view-private.h:
1752         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1753         (ev_view_button_press_event), (ev_view_motion_notify_event),
1754         (ev_view_button_release_event), (ev_view_init),
1755         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1756         (ev_view_set_cursor):
1757         * shell/ev-view.h:
1758         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1759         (ev_window_cmd_view_autoscroll):
1760         
1761         Autoscroll feature with the context menu. Fixes bug 
1762         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1763
1764 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1767
1768         Disconnect also page-ready signal when removing a job because the
1769         page size has changed. Thanks to kripken
1770         <kripkensteiner@gmail.com>.
1771
1772 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1773
1774         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1775         
1776         Scroll pages in page entry with mouse wheel. Fixes bug
1777         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1778
1779 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * backend/dvi/Makefile.am:
1782         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1783         (mdvi_cairo_device_init):
1784         * backend/dvi/mdvi-lib/common.h:
1785         * backend/dvi/mdvi-lib/mdvi.h:
1786         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1787         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1788         (mdvi_build_path_from_cwd):
1789
1790         Add ps specials support in dvi backend when libspectre is
1791         present. Fixes bug #386005.
1792         
1793 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * configure.ac:
1796         * backend/ps/Makefile.am:
1797         * backend/ps/ev-spectre.[ch]:
1798         
1799         Use libspectre, if available, for the ps backend. Fixes bugs
1800         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1801
1802 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1803         
1804         * backend/comics/comics-document.c: (comics_document_load):
1805         
1806         Cygwin build issue fix.
1807
1808 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * shell/ev-view.c: (ev_view_set_zoom):
1811
1812         Do not limit the minimum zoom factor when sizing mode is best bit
1813         or fit width. Fixes bug #503805.
1814         
1815 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1818         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1819         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1820         (ev_link_dest_get_property), (ev_link_dest_set_property),
1821         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1822         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1823         (ev_link_dest_new_fitr):
1824         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1825         (goto_fith_dest), (goto_xyz_dest):
1826
1827         Do not change left, top and zoom values when they are null in PDF
1828         destinations. Fixes bug #460658.
1829         
1830 2007-12-10  Christian Persch  <chpe@gnome.org>
1831
1832         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1833         (ev_view_accessible_class_init),
1834         (ev_view_accessible_idle_do_action),
1835         (ev_view_accessible_action_do_action),
1836         (ev_view_accessible_action_get_description),
1837         (ev_view_accessible_action_set_description),
1838         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1839         (ev_view_accessible_factory_init),
1840         (ev_view_accessible_factory_get_accessible_type):
1841         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1842         private data, and G_DEFINE_TYPE. Bug #502843.
1843
1844 2007-12-08  Christian Persch  <chpe@gnome.org>
1845
1846         * shell/ev-metadata-manager.c: (item_free),
1847         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1848         (value_free), (parse_value), (parseItem),
1849         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1850         (save_values): Use GSlice to allocate small amounts of memory. Bug
1851         #475972.
1852
1853 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1856
1857         Restore cursor to normal after a drag operation. Fixes bug
1858         #501603.
1859         
1860 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1861
1862         * NEWS:
1863         * configure.ac:
1864         
1865         Update for release 2.21.1
1866
1867 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1868
1869         * configure.ac:
1870         * cut-n-paste/gedit-message-area/Makefile.am:
1871         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1872         * shell/Makefile.am:
1873         * shell/ev-message-area.[ch]:
1874         * shell/ev-window.c: (ev_window_set_message_area),
1875         (ev_window_error_message_response_cb), (ev_window_error_message),
1876         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1877         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1878         (ev_attachment_popup_cmd_open_attachment),
1879         (attachment_save_dialog_response_cb), (ev_window_set_document),
1880         (ev_window_init):
1881
1882         Use a message area instead of a popup dialog for error
1883         notifications. Fixes bug #337495.
1884         
1885 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1888         (ev_window_run_fullscreen):
1889
1890         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1891         
1892 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * ev-sidebar-thumbnails.c: (update_visible_range),
1895         (ev_sidebar_thumbnails_refresh),
1896         (ev_sidebar_thumbnails_set_document),
1897         (ev_sidebar_thumbnails_support_document):
1898
1899         Show thumbnails for documents with one page. Fixes bug #358751.
1900         
1901 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1902
1903         * shell/ev-window.c:
1904         (ev_window_load_print_settings_from_metadata),
1905         (ev_window_save_print_settings), (ev_window_print_finished),
1906         (ev_window_print_range):
1907
1908         Print settings that are specific to the document are now saved per
1909         document in the metadata file. Fixes bug #488806.
1910         
1911 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1912
1913         * backend/tiff/tiff-document.c: (tiff_document_render):
1914
1915         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1916         
1917 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * shell/ev-application.[ch]: (get_find_string_from_args),
1920         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1921         (ev_application_open_uri_list):
1922         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1923         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1924         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1925         (ev_window_cmd_recent_file_activate),
1926         (ev_window_open_recent_action_item_activated),
1927         (ev_window_print_send), (open_remote_link):
1928         * shell/main.c: (arguments_parse):
1929
1930         Add a command line option for search. Fixes bug #497710.
1931         
1932 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1933
1934         * shell/ev-jobs.c: (ev_job_print_new):
1935
1936         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1937         
1938 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * data/evince-toolbar.xml:
1941         * shell/Makefile.am:
1942         * shell/ev-application.c: (ev_application_init):
1943         * shell/ev-open-recent-action.[ch]:
1944         * shell/ev-window.c:
1945         (ev_window_open_recent_action_item_activated),
1946         (register_custom_actions):
1947
1948         Add an expander to the open toolbar item which pops up a dropdown
1949         menu with the recently used documents. Fixes bug #487215.
1950         
1951 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1952
1953         * shell/ev-window.c: (ev_window_open_uri),
1954         (ev_window_cmd_view_reload):
1955
1956         Do not jump to the first page when reloading by running evince
1957         from the command line. Fixes bug #490847.
1958         
1959 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1960
1961         * shell/ev-window.c: (ev_window_cmd_help_contents):
1962
1963         Plugged memory leak when help file is not found. Fixes bug
1964         #490762.
1965         
1966 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * configure.ac:
1969
1970         Enable djvu, dvi and comics backends by default. Fixes bug
1971         #437121.
1972         
1973 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1974
1975         * configure.ac:
1976         * cut-n-paste/Makefile.am:
1977         * cut-n-paste/recent-files/*: Removed
1978         * help/reference/Makefile.am:
1979         * shell/Makefile.am:
1980         * shell/ev-application.[ch]: (ev_application_shutdown),
1981         (ev_application_init):
1982         * shell/ev-window.c: (ev_window_add_recent),
1983         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1984
1985         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1986         
1987 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1988
1989         * shell/ev-window.c: (launch_external_uri):
1990
1991         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1992         and report error if the URL is not supported (#489910).
1993
1994 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1997         (pdf_document_file_exporter_begin_page),
1998         (pdf_document_file_exporter_end_page):
1999
2000         Fix printing with poppler splash backend. Fixes bug #489774.
2001         
2002 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2005         * shell/ev-print-job.c: (ev_print_job_class_init):
2006
2007         Fix a crash when printing with the gnome-print dialog. Fixes bug
2008         #488939.
2009         
2010 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2011
2012         * backend/pixbuf/pixbuf-document.c:
2013
2014         Fix an implicit function definition warning (#487655)
2015
2016 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * shell/ev-window.c:
2019
2020         Fix conflicting shortcut for view sade pane and presentation.
2021         
2022 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2023
2024         * backend/pdf/ev-poppler.cc:
2025         (pdf_document_file_exporter_begin_page),
2026         (pdf_document_file_exporter_do_page),
2027         (pdf_document_file_exporter_end_page),
2028         (pdf_document_file_exporter_iface_init):
2029         * libdocument/ev-file-exporter.[ch]:
2030         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2031         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2032         (ev_job_print_run):
2033
2034         When printing multiple pages per sheet in reverse option, do not
2035         invert the order of the pages in every sheet, but the order of the
2036         sheets. Do not print blank pages when page range is invalid. Fixes
2037         bugs #484857 and #485521.
2038         
2039 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2042         (ev_job_print_run):
2043         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2044
2045         Respect ranges order when printing more than one range in random
2046         order.
2047         
2048 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2049
2050         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2051         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2052
2053         Rotate also the window icon when document is rotated. Fixes bug
2054         #474681.
2055         
2056 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2059         (pdf_document_forms_get_form_fields):
2060
2061         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2062         Matthias Drochner.
2063         
2064 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * configure.ac:
2067         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2068
2069         Use poppler_page_render_for_printing() instead of
2070         poppler_page_render() if available when exporting to a ps or pdf
2071         file. Fixes bug #476627.
2072         
2073 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * shell/ev-window.c: (ev_window_run_fullscreen):
2076
2077         Do not show the toolbar in fullscreen mode if the main toolbar is
2078         not visible. Fixes bug #483048.
2079         
2080 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * shell/ev-view.c: (ev_view_button_press_event):
2083
2084         Give priority to form fields over images when deciding whether a
2085         button press event is over an image or form field. It allows edit
2086         form fields when they are over a background image. Fixes bug
2087         #477841.
2088         
2089 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2090
2091         * NEWS:
2092         * configure.ac:
2093         
2094         Update for release 2.20.0
2095
2096 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * backend/pdf/ev-poppler.cc:
2099
2100         Remove #ifdef HAVE_FORMS, so that forms support works again.
2101
2102 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2103
2104         * configure.ac:
2105         * data/evince.desktop.in.in:
2106         
2107         Fixes desktop file issues. See bug #473471.
2108
2109 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2112         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2113         (ev_job_queue_remove_job):
2114         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2115         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2116         * shell/ev-window.c: (ev_window_clear_save_job),
2117         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2118         (ev_window_dispose):
2119
2120         Move save a copy task to its own job so that it's carried out in a
2121         thread avoiding another lock in the main thread. Use
2122         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2123         can be saved to a pathin another file system. Fixes bug #456891.
2124         
2125 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2126
2127         * NEWS:
2128         * configure.ac:
2129         
2130         Update for release 2.19.92
2131
2132 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * configure.ac:
2135         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2136         (pdf_selection_get_selection_region),
2137         (pdf_selection_get_selection_map),
2138         (ev_form_field_from_poppler_field):
2139
2140         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2141         and triple click selections are enabled again now.
2142
2143 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * shell/ev-window.c: (ev_window_add_history):
2146
2147         Make sure not to use the history with documents not supporting
2148         links. Fixes bug #468954.
2149
2150 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * shell/ev-window.c: (ev_window_load_job_cb):
2153
2154         Restart the search when reloading a document with the find bar
2155         visible. Fixes bug #461962.
2156
2157 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * shell/ev-window.c: (setup_document_from_metadata),
2160         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2161
2162         Do not jump to the first page when reloading a document from the
2163         last page.
2164
2165 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * shell/ev-window.c: (update_chrome_flag),
2168         (setup_sidebar_from_metadata),
2169         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2170         (ev_window_cmd_edit_find_next),
2171         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2172         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2173         (find_bar_close_cb), (view_actions_focus_in_cb):
2174
2175         Do not update visibility when changing a chrome flag so that it's
2176         possible to update several flags and update visibility only once
2177         for all of them.
2178
2179 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2182
2183         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2184         supported by gtk+. Fixes bug #460907.
2185
2186 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2187
2188         * shell/ev-view.c: (view_update_range_and_current_page):
2189
2190         Make sure current-page <= end-page in continuous mode. Fixes bug
2191         #454950.
2192
2193 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2194
2195         * backend/pdf/ev-poppler.cc: (build_tree):
2196
2197         Ignore outline items without a title. Fixes bug #453913.
2198
2199 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2200
2201         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2202         (ev_view_button_release_event), (ev_view_leave_notify_event):
2203
2204         Use always drag mouse cursor during a drag operation. Fixes bug
2205         #470564.
2206
2207 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2210         (pdf_selection_get_selection_region),
2211         (pdf_selection_get_selection_map):
2212
2213         Temporarily disable double and triple selections since it depends on
2214         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2215         released and the update of the external dependency minimal version
2216         approved.
2217
2218 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2221         (pdf_document_file_exporter_do_page):
2222         * libdocument/ev-file-exporter.h:
2223         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2224         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2225
2226         Actually fix printing regressions. Remove orientation from
2227         EvPrintContext since it's redundant.
2228
2229 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2232         * backend/impress/impress-document.c:
2233         (impress_document_document_iface_init):
2234         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2235         * backend/djvu/djvu-document.c:
2236         (djvu_document_document_iface_init),
2237         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2238         * backend/tiff/tiff-document.c:
2239         (tiff_document_document_iface_init):
2240         * backend/pixbuf/pixbuf-document.c:
2241         (pixbuf_document_document_iface_init):
2242         * backend/comics/comics-document.c:
2243         (comics_document_document_iface_init):
2244         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2245         (pdf_selection_render_selection),
2246         (pdf_selection_get_selected_text),
2247         (pdf_selection_get_selection_region),
2248         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2249         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2250         (ev_selection_get_selection_region),
2251         (ev_selection_get_selection_map):
2252         * libdocument/ev-document.[ch]:
2253         * shell/ev-pixbuf-cache.[ch]: (add_job),
2254         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2255         * shell/ev-view-private.h:
2256         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2257         (ev_job_render_run):
2258         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2259         * shell/ev-view.c: (start_selection_for_event),
2260         (ev_view_button_press_event), (ev_view_drag_data_get),
2261         (ev_view_drag_data_received), (ev_view_button_release_event),
2262         (compute_new_selection_text), (compute_selections),
2263         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2264         (ev_view_primary_get_cb):
2265
2266         Add support for double and triple click selections.
2267
2268 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2269
2270         * NEWS:
2271         * configure.ac:
2272
2273         Update for release 2.19.4
2274
2275 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2276
2277         * shell/ev-view-private.h:
2278         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2279         (ev_view_set_highlight_search):
2280         * shell/ev-view.h:
2281         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2282         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2283         (find_bar_visibility_changed_cb):
2284         
2285         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2286
2287 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2290         (pdf_document_file_exporter_begin),
2291         (pdf_document_file_exporter_do_page):
2292         * shell/ev-jobs.c: (ev_job_print_run):
2293         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2294
2295         Create always a portrait cairo surface and rotate when needed for
2296         landscape. It fixes printing problems in real printers.
2297
2298 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2299
2300         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2301         * libdocument/ev-file-exporter.[ch]:
2302         (ev_file_exporter_get_capabilities):
2303         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2304         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2305
2306         Adjust number of pages per row according to page orientation when
2307         printing 2 or 6 pages per sheet.
2308
2309 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * shell/ev-window.c: (ev_window_print_send):
2312
2313         Reset also cups setting to 1 when printing multiple pages per
2314         sheet. Fixes bug #468853.
2315
2316 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * libdocument/ev-document-misc.c:
2319         (ev_document_misc_surface_rotate_and_scale):
2320
2321         Use directly cairo_surface_get_content() when creating a similar
2322         surface as suggested by Jeff Muizelaar. Thanks again.
2323
2324 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2325
2326         * backend/djvu/djvu-document.c: (djvu_document_render):
2327         * backend/tiff/tiff-document.c: (tiff_document_render):
2328         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2329         * libdocument/ev-document-misc.c:
2330         (ev_document_misc_surface_from_pixbuf),
2331         (ev_document_misc_surface_rotate_and_scale):
2332
2333         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2334         creating page surfaces. Fixes bug #453123. Thank you very much to
2335         Jeff Muizelaar <jeff@infidigm.net>.
2336
2337 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * shell/ev-page-cache.c: (ev_page_cache_new),
2340         (ev_page_cache_get_thumbnail_size):
2341         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2342         (ev_sidebar_thumbnails_set_loading_icon):
2343
2344         Also store in page-cache the dimensions of the thumbnails so that
2345         they can be used to create the correct loading icon in the side
2346         pane. Fixes bug #466857.
2347
2348 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2349
2350         * backend/pdf/ev-poppler.cc:
2351         (pdf_document_thumbnails_get_thumbnail):
2352
2353         Fix thumbnails rotation in pdf documents that include embedded 
2354         thumbnails.
2355
2356 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2357
2358         * backend/pdf/ev-poppler.cc:
2359
2360         Don't use #ifdef in macro expansion. Some compilers don't
2361         like that. Closes bug #467042.
2362
2363 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2364
2365         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2366         
2367         Fixes memory leak in djvu backend.
2368
2369 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2370
2371         * data/icons/32x32/Makefile.am:
2372         * data/icons/32x32/actions/Makefile.am:
2373         * data/icons/32x32/actions/view-page-cont.svg:
2374         * data/icons/32x32/actions/view-page-facing.svg:
2375         * data/icons/48x48/Makefile.am:
2376         * data/icons/48x48/actions/Makefile.am:
2377         * data/icons/48x48/actions/view-page-cont.svg:
2378         * data/icons/48x48/actions/view-page-facing.svg:
2379         
2380         Icons for a new sizes.
2381
2382 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2383
2384         * shell/ev-page-cache.c: (build_height_to_page),
2385         (ev_page_cache_get_height_to_page):
2386         
2387         Fixes invalid read, see bug #466401.
2388
2389 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2390
2391         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2392         (set_drag_cursor):
2393         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2394         (configure_item_cursor), (new_pixbuf_from_widget):
2395
2396         Fix multihead problems in toolbar editor. Fixes bug #382055.
2397
2398 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2399
2400         * shell/ev-window.c: (ev_window_cmd_file_open),
2401         (ev_window_cmd_save_as):
2402
2403         Use g_get_user_special_dir when available instead of
2404         xdg_user_dir_lookup.
2405
2406 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2407
2408         * MAINTAINERS:
2409         
2410         Updated according to request on desktop-devel.
2411
2412 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2415
2416         Do not use cairo_rectangle and cairo_clip since we are
2417         not using cairo_fill but cairo_paint. Use the same cairo context
2418         for every page in the same expose event.
2419
2420 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2421
2422         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2423         leak.
2424
2425 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * configure.ac:
2428         * NEWS:
2429
2430         Release 0.9.3
2431
2432 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * libdocument/ev-document-info.h:
2435         * libdocument/ev-document.h:
2436         * shell/ev-page-action.h:
2437         * shell/ev-sidebar-links.h:
2438
2439         Fix a headers problem with ev-link
2440         
2441         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2442         * shell/ev-view-private.h:
2443         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2444         (get_link_area), (ev_view_query_tooltip),
2445         (ev_view_leave_notify_event), (ev_view_destroy),
2446         (ev_view_class_init):
2447
2448         Use new gtk tooltips when available instead of ev-tooltip.
2449         
2450 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * shell/ev-window.c: (update_chrome_visibility),
2453         (ev_window_sidebar_visibility_changed_cb):
2454
2455         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2456         
2457 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-navigation-action.c:
2460         (ev_navigation_action_history_changed),
2461         (ev_navigation_action_set_history):
2462         * shell/ev-navigation-action-widget.c:
2463         (ev_navigation_action_widget_init):
2464         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2465
2466         Fix compile warnings.
2467         
2468 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2471         (egg_editable_toolbar_dispose):
2472
2473         Fix memory leak.
2474         
2475 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2478         (screensaver_disable_x11):
2479         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2480         * shell/ev-window.c: (presentation_set_timeout):
2481         * shell/ev-view.c: (ev_view_presentation_transition_start):
2482
2483         Use g_timeout_add_seconds instead of g_timeout_add when
2484         available.
2485         
2486 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2489
2490         Set horizontal scrollbar policy to AUTOMATIC instead of
2491         NEVER. Workaround for bug #449462.
2492         
2493 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2494
2495         * shell/ev-jobs.c: (ev_job_render_page_ready):
2496
2497         Add page_ready callback to main loop with high priority and hold
2498         a reference to job during idle.
2499         
2500 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * configure.ac:
2503         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2504         (pdf_document_file_exporter_begin),
2505         (pdf_document_file_exporter_do_page),
2506         (pdf_document_file_exporter_get_capabilities):
2507         * libdocument/ev-file-exporter.h:
2508         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2509         * shell/ev-window.c: (ev_window_print_send),
2510         (ev_window_print_dialog_response_cb):
2511
2512         Allow printing multiple pages per sheet. Fixes bug #395573.
2513         
2514 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2515
2516         * shell/ev-view.c: (tip_from_link):
2517         
2518         Check for NULL, fixes bug #460862.
2519
2520 2007-07-29  Christian Persch  <chpe@gnome.org>
2521
2522         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2523         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2524         (ev_window_cmd_preview_print):
2525         
2526         Fixes bug #437681 - blocks while enumerating printers.
2527
2528 2007-07-29  Christian Persch  <chpe@gnome.org>
2529
2530         * shell/ev-window.c: (ev_window_screen_changed):
2531         
2532         Don't use deprecated gtk+ function. See bug #460909.
2533
2534 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2535
2536         * shell/ev-utils.c: (get_num_monitors):
2537         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2538
2539         Do not use display before initializing it. Remove compile
2540         warnings.
2541
2542 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2543
2544         * shell/ev-view.c: (ev_view_class_init):
2545         
2546         Unix-like hjkl bindings added. See bug #458111.
2547
2548 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2549
2550         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2551         * shell/ev-utils.h:
2552         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2553         (ev_view_update_view_size):
2554         * shell/ev-view.h:
2555         * shell/ev-window.c: (ev_window_update_actions),
2556         (setup_view_from_metadata), (ev_window_screen_changed),
2557         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2558         (zoom_control_changed_cb):
2559         * shell/ev-window.h:
2560         
2561         Reorganizes utility functions.
2562
2563 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2566         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2567         (add_job), (ev_pixbuf_cache_get_surface),
2568         (ev_pixbuf_cache_get_link_mapping),
2569         (ev_pixbuf_cache_get_image_mapping),
2570         (ev_pixbuf_cache_get_form_field_mapping),
2571         (ev_pixbuf_cache_get_text_mapping):
2572         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2573         (notify_page_ready), (ev_job_render_page_ready),
2574         (ev_job_render_run):
2575
2576         Add page_ready signal to notify that page is ready as soon as
2577         possible even if other page elements like links, forms, images or
2578         text mapping are not ready yet.
2579
2580 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2583         (dvi_document_file_exporter_do_page),
2584         (dvi_document_file_exporter_get_capabilities),
2585         (dvi_document_file_exporter_iface_init):
2586         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2587         (ps_document_file_exporter_do_page),
2588         (ps_document_file_exporter_get_capabilities),
2589         (ps_document_file_exporter_iface_init):
2590         * backend/djvu/djvu-document.c:
2591         (djvu_document_file_exporter_begin),
2592         (djvu_document_file_exporter_end),
2593         (djvu_document_file_exporter_get_capabilities),
2594         (djvu_document_file_exporter_iface_init):
2595         * backend/tiff/tiff-document.c:
2596         (tiff_document_file_exporter_begin),
2597         (tiff_document_file_exporter_get_capabilities),
2598         (tiff_document_document_file_exporter_iface_init):
2599         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2600         (pdf_document_file_exporter_do_page),
2601         (pdf_document_file_exporter_get_capabilities),
2602         (pdf_document_file_exporter_iface_init):
2603         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2604         (ev_file_exporter_get_capabilities):
2605         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2606         (idle_print_handler), (ev_print_job_print):
2607         * shell/ev-jobs.c: (ev_job_print_run):
2608         * shell/ev-window.c: (ev_window_print_send),
2609         (ev_window_print_range):
2610
2611         Use capabilities to know which options should be offered by the
2612         print dialog depending on the document backend.
2613
2614 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2615
2616         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2617
2618         Give priority to forms over text to set the cursor.
2619
2620 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * shell/ev-view-private.h:
2623         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2624         (ev_view_leave_notify_event), (ev_view_finalize),
2625         (ev_view_get_property), (ev_view_class_init):
2626
2627         Use IBEAM cursor for text form fields and NORMAL cursor for read
2628         only fields. Remove unused status attribute.
2629
2630 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2633
2634         Update region for current selected items also for checkbox
2635         buttons, since they can behave as radio buttons when they are in a
2636         set.
2637
2638 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2639
2640         * configure.ac:
2641         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2642
2643         Get max length of text form fields.
2644
2645 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2648         * libdocument/ev-form-field.h:
2649         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2650
2651         Fix build with current poppler cvs head.
2652
2653 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2656         * shell/eggfindbar.c: (egg_find_bar_init):
2657
2658         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2659         deprecation. Fixes bug #455667
2660
2661 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2662
2663         * NEWS:
2664         * configure.ac:
2665         
2666         Update for release 0.9.2
2667
2668 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * shell/ev-view.c: (ev_view_form_field_text_save),
2671         (ev_view_form_field_choice_save):
2672
2673         Fix a crash when closing whith a form widget visible.
2674
2675 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2676
2677         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2678
2679         Update also the region of the current selected button when
2680         clicking on another button if they are radio buttons.
2681
2682 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2685         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2686         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2687         (ev_pixbuf_cache_get_link_mapping),
2688         (ev_pixbuf_cache_get_image_mapping),
2689         (ev_pixbuf_cache_get_form_field_mapping),
2690         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2691         * shell/ev-view.c: (ev_view_form_field_get_region),
2692         (ev_view_form_field_button_create_widget),
2693         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2694         (job_finished_cb):
2695
2696         Redraw only form field region instead of the whole page when
2697         reloading a page to show changes on the form field.
2698
2699 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2700
2701         * shell/ev-view.c: (ev_view_form_field_choice_save):
2702
2703         Fix selection of first item in list form fields.
2704
2705 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2708         (ev_pixbuf_cache_reload_page),
2709         (ev_pixbuf_cache_get_form_field_mapping):
2710
2711         Some refactoring to avoid duplicated code.
2712
2713 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * configure.ac:
2716         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2717         (ev_form_field_from_poppler_field),
2718         (pdf_document_forms_get_form_fields),
2719         (pdf_document_forms_form_field_text_get_text),
2720         (pdf_document_forms_form_field_text_set_text),
2721         (pdf_document_forms_form_field_button_set_state),
2722         (pdf_document_forms_form_field_button_get_state),
2723         (pdf_document_forms_form_field_choice_get_item),
2724         (pdf_document_forms_form_field_choice_get_n_items),
2725         (pdf_document_forms_form_field_choice_is_item_selected),
2726         (pdf_document_forms_form_field_choice_select_item),
2727         (pdf_document_forms_form_field_choice_toggle_item),
2728         (pdf_document_forms_form_field_choice_unselect_all),
2729         (pdf_document_forms_form_field_choice_set_text),
2730         (pdf_document_forms_form_field_choice_get_text),
2731         (pdf_document_document_forms_iface_init):
2732         * libdocument/Makefile.am:
2733         * libdocument/ev-form-field.[ch]:
2734         * libdocument/ev-document-forms.[ch]:
2735         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2736         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2737         (add_job), (ev_pixbuf_cache_reload_page),
2738         (ev_pixbuf_cache_get_form_field_mapping):
2739         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2740         * shell/ev-view-private.h:
2741         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2742         (ev_view_handle_cursor_over_xy),
2743         (ev_view_get_form_field_at_location),
2744         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2745         (ev_view_form_field_button_create_widget),
2746         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2747         (ev_view_form_field_text_create_widget),
2748         (ev_view_form_field_choice_save),
2749         (ev_view_form_field_choice_changed),
2750         (ev_view_form_field_choice_create_widget),
2751         (ev_view_handle_form_field), (ev_view_size_allocate),
2752         (ev_view_realize), (draw_end_presentation_page),
2753         (ev_view_button_press_event), (ev_view_remove_all),
2754         (ev_view_motion_notify_event), (ev_view_key_press_event),
2755         (ev_view_enter_notify_event), (highlight_find_results),
2756         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2757         (ev_view_class_init), (page_changed_cb),
2758         (on_adjustment_value_changed), (ev_view_set_presentation),
2759         (merge_selection_region), (ev_view_set_cursor),
2760         (ev_view_reset_presentation_state):
2761         
2762         Merge evince-forms branch.
2763
2764 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2765
2766         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2767
2768         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2769         This script also updates itself from libegg
2770
2771         * cut-n-paste/toolbar-editor/egg*:
2772         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2773         libegg
2774
2775 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2776
2777         * shell/ev-window.c:
2778         
2779         Adds a nice icon to page action during toolbar editing.
2780         See bug #452872.
2781
2782 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2783
2784         * data/evince-toolbar.xml:
2785         * shell/ev-window.c:
2786         
2787         Let user add a presentation and fullscreen icons on toolbar.
2788         See bug #449734.
2789
2790 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2791
2792         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2793
2794         new script to keep in sync with toolbareditor in libegg
2795
2796         * cut-n-paste/toolbar-editor/*: 
2797
2798         Run update-toolbareditor-from-libegg so we are in sync again. 
2799         Fixes bug #452850.
2800         
2801
2802 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * shell/ev-sidebar-links.c: (job_finished_callback):
2805
2806         Do not connect selection changed signal more than once. Fixes bug
2807         #349433.
2808
2809 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2812
2813         Do not change sidebar chrome flag when pressing F9 key in
2814         presentation mode.
2815
2816 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * backend/pdf/ev-poppler.cc:
2819         (pdf_document_thumbnails_get_dimensions):
2820
2821         Make sure thumbnails width and height is not <= 0. Fixes a crash
2822         with some pdf documents which have really small pages.
2823
2824 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2825
2826         * shell/main.c: (main):
2827
2828         Fixes program description translation issue.
2829         Bug #450148.
2830
2831 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2832
2833         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2834
2835         Do not change current page when returning from black/white mode
2836         in presentation. Fixes bug #415032.
2837
2838 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2839
2840         * NEWS:
2841         * configure.ac:
2842         
2843         Update for release 0.9.1
2844
2845 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2846
2847         * backend/dvi/dvi-document.c:
2848         (dvi_document_finalize),
2849         (dvi_document_file_exporter_format_supported),
2850         (dvi_document_file_exporter_begin),
2851         (dvi_document_file_exporter_do_page),
2852         (dvi_document_file_exporter_end),
2853         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2854         
2855         PDF exporter for dvi documents. Fixes bug #441319.
2856
2857 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2858
2859         * shell/ev-window.c: (ev_window_clear_print_job):
2860
2861         Clear gtk print job when job has finished. Fixes bug #447612.
2862
2863 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * shell/ev-window.c: (ev_window_print_send),
2866         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2867
2868         Add preview button to print dialog. Fixes bug #445419.
2869
2870 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * backend/dvi/Makefile.am:
2873         * backend/dvi/pixbuf-device.[ch]: Removed
2874         * backend/dvi/cairo-device.[ch]: Added
2875         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2876         * backend/dvi/dvi-document.c: (dvi_document_load),
2877         (dvi_document_render), (dvi_document_finalize),
2878         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2879         (dvi_document_do_color_special):
2880         * libdocument/ev-document-misc.[ch]:
2881         (ev_document_misc_pixbuf_from_surface):
2882
2883         Port dvi backend to cairo and fix a problem with colors. 
2884
2885 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2886
2887         * shell/ev-view.c: (draw_one_page):
2888
2889         Draw only visible region.
2890
2891 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * backend/djvu/djvu-document.c: (djvu_document_render):
2894
2895         Fix rotation in djvu backend.
2896
2897 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2900         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2901         (ev_pixbuf_cache_get_image_mapping),
2902         (ev_pixbuf_cache_get_text_mapping):
2903
2904         Redraw view every time we have a new surface. Fixes bug #443587.
2905
2906 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2907
2908         * libdocument/ev-document.c: (ev_document_info_free):
2909
2910         Fix memory leaks.
2911
2912 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2913
2914         * backend/dvi/dvi-document.c: (dvi_document_render),
2915         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2916         * backend/impress/impress-document.c:
2917         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2918         (impress_document_render), (impress_document_document_iface_init),
2919         (impress_document_thumbnails_get_thumbnail):
2920         * backend/djvu/djvu-document-private.h:
2921         * backend/djvu/djvu-document.c: (djvu_document_render),
2922         (djvu_document_finalize), (djvu_document_document_iface_init),
2923         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2924         * backend/tiff/tiff-document.c: (tiff_document_render),
2925         (tiff_document_render_pixbuf),
2926         (tiff_document_document_iface_init):
2927         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2928         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2929         (pdf_selection_render_selection):
2930         * backend/comics/comics-document.c:
2931         (comics_document_render_pixbuf), (comics_document_render),
2932         (comics_document_document_iface_init):
2933         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2934         (pixbuf_document_document_iface_init):
2935         * libdocument/ev-document-misc.[ch]:
2936         (ev_document_misc_surface_from_pixbuf),
2937         (ev_document_misc_surface_rotate_and_scale):
2938         * libdocument/ev-document.[ch]: (ev_document_render):
2939         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2940         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2941         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2942         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2943         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2944         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2945         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2946         (render_finished_cb), (ev_job_render_run):
2947         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2948         (merge_selection_region):
2949
2950         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2951         and selections.
2952
2953 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * shell/ev-window-title.c: (ev_window_title_update):
2956
2957         Fix memory leak.
2958
2959 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2960
2961         * shell/ev-view.c: (draw_loading_text):
2962
2963         Show loading text centered. Fixes bug #433061
2964
2965 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2966
2967         * shell/ev-sidebar-thumbnails.c:
2968         (ev_sidebar_thumbnails_set_loading_icon):
2969
2970         Remove a mutex in the main thread that blocks the UI in heavy
2971         documents.
2972
2973 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2976
2977         Set points_set to TRUE so that selections don't disappear after a
2978         zoom change.
2979
2980 2007-06-07  Michael Monreal  <infernux@web.de>
2981
2982         * data/icons/16x16/actions/Makefile.am:
2983         * data/icons/16x16/actions/zoom.svg:
2984         * data/icons/22x22/actions/Makefile.am:
2985         * data/icons/22x22/actions/zoom.svg:
2986         * data/icons/24x24/actions/Makefile.am:
2987         * shell/ev-stock-icons.c:
2988         * shell/ev-stock-icons.h:
2989         * shell/ev-window.c:
2990         
2991         Zoom icon artwork. See bug #444795.
2992
2993 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2994
2995         * shell/ev-metadata-manager.c: Remove extraneous function
2996         (Closes: #444386)
2997
2998 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2999
3000         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3001         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3002         (ev_metadata_manager_set), (ev_metadata_manager_save):
3003         Simplify the timeout, no need for modified anymore
3004
3005 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3006
3007         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3008         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3009         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3010         (ev_metadata_manager_save): Adapted patch from Arjan van de
3011         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3012         time, saves on power (Closes: #443851)
3013
3014 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * configure.ac:
3017         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3018         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3019
3020         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3021
3022 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3023
3024         * shell/ev-window.c: (ev_window_add_history):
3025
3026         Check if history is NULL
3027
3028 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * libdocument/ev-image.c: (ev_image_finalize):
3031         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3032         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3033         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3034         (ev_tmp_uri_unlink):
3035
3036         Add functions to delete temporary files created by evince in a safe
3037         way.
3038
3039         * shell/ev-window.c: (ev_window_clear_local_uri),
3040         (open_xfer_update_progress_callback),
3041         (save_xfer_update_progress_callback), (ev_window_save_remote),
3042         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3043         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3044         (attachment_save_dialog_response_cb),
3045         (ev_attachment_popup_cmd_save_attachment_as):
3046
3047         Allow saving a copy of a document, image or attachment to a remote
3048         location. Fixes bug #440754. 
3049
3050 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3051
3052         * configure.ac:
3053         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3054
3055         Fix build with current poppler from cvs head. 
3056
3057 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3058
3059         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3060
3061         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3062         directory exists.
3063
3064 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3065
3066         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3067         * shell/ev-window.c:
3068
3069         Change sidebar ordering. Fixes bug #439939.
3070
3071 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3072
3073         * backend/comics/Makefile.am:
3074         
3075         Fixes build with --without-libgnome.
3076
3077 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3078         
3079         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3080
3081         Update cursor and tooltip on page change and view scroll. Fixes bug
3082         #439217.
3083
3084 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3085
3086         * NEWS:
3087         * configure.ac:
3088         
3089         Update for release 0.9.0
3090
3091 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3092
3093         * backend/djvu/djvu-document-private.h:
3094         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3095         (djvu_document_finalize),
3096         (djvu_document_file_exporter_format_supported),
3097         (djvu_document_file_exporter_begin),
3098         (djvu_document_file_exporter_do_page),
3099         (djvu_document_file_exporter_end),
3100         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3101         
3102         Implemented printing with djvu. Bug #437998.
3103
3104 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3105
3106         * backend/impress/zip.c:
3107         Add missing ulong definition.
3108
3109         * backend/ps/ps-interpreter.c:
3110         Add missing headers.
3111
3112         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3113
3114 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3117
3118         Add missing call to parent class dispose method. 
3119
3120 2007-05-12  Ross Burton  <ross@openedhand.com>
3121
3122         * shell/main.c:
3123         Sync keybindings manually when building without libgnome
3124         (#437925).
3125
3126 2007-05-12  Ross Burton  <ross@openedhand.com>
3127
3128         * shell/ev-window.c:
3129         Respect the screen when opening help (#437866).
3130
3131 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3132
3133         * data/evince-ui.xml:
3134         * shell/ev-application.[ch]: (get_print_settings_from_args),
3135         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3136         (ev_application_open_uri_list):
3137         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3138         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3139         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3140         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3141         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3142         (ev_window_dispose):
3143         * shell/main.c: (arguments_parse):
3144
3145         Add print button in preview mode. Fixes bug #396475. 
3146
3147 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3148
3149         * cut-n-paste/zoom-control/ephy-zoom.h:
3150         
3151         Fixes zoom level factors. See bug #408119 for details.
3152
3153 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3154
3155         * backend/comics/comics-document.c: (comics_regex_quote),
3156         (extract_argv):
3157         
3158         Correctly quote symbols. Fixes crash in the bug
3159         #415370.
3160
3161 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3162
3163         * shell/ev-navigation-action-widget.c:
3164         (ev_navigation_action_widget_init),
3165         (ev_navigation_action_widget_class_init),
3166         (ev_navigation_action_widget_button_press_event):
3167         
3168         Connect to button-press event on correct widget. Fixes
3169         bug #431988
3170
3171 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3172
3173         * shell/ev-application.c: (ev_application_open_window),
3174         (ev_application_add_icon_path_for_screen),
3175         (ev_application_open_uri_at_dest):
3176         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3177         * shell/ev-navigation-action.c: (build_menu):
3178         
3179         Add app-specific icons to our icon theme. Fixes bug
3180         #425508.
3181
3182 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3183
3184         * shell/ev-history.c: (ev_history_class_init),
3185         (ev_history_add_link):
3186         * shell/ev-history.h:
3187         * shell/ev-navigation-action.c:
3188         (ev_navigation_action_history_changed),
3189         (ev_navigation_action_set_history), (build_menu),
3190         (ev_navigation_action_finalize):
3191         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3192         
3193         Make navigation action unsensitive instead of showing
3194         menu with unsensitive word. Fixes bug #417392.
3195
3196 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3197
3198         * shell/ev-application.[ch]: (ev_application_shutdown),
3199         (ev_application_get_print_settings),
3200         (ev_application_set_print_settings):
3201         * shell/ev-window.c:
3202
3203         Remember print settings. Fixes bug #349102. 
3204
3205 2007-05-08  Christian Persch  <chpe@gnome.org>
3206
3207         * configure.ac:
3208         * properties/ev-properties-view.c:
3209
3210         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3211         Bug #382438.
3212
3213 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * configure.ac:
3216         * properties/ev-properties-view.c: (ev_regular_paper_size):
3217
3218         Use gtk+ builtin paper list to identify the document's paper size.
3219         Fixes bug #382438. 
3220
3221 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * configure.ac:
3224
3225         Fix build when compiling with thumbnailer and libgnome support. 
3226
3227 2007-05-04  Ross Burton  <ross@openedhand.com>
3228
3229         * configure.ac:
3230         Add --without-libgnome, check for libgnome and libgnomeui
3231         separately, and add them to the symbols as required.
3232
3233         * libdocument/ev-file-helpers.c:
3234         When building without libgnome, use g_get_user_config_dir instead
3235         of gnome_user_dir_get.
3236
3237         * shell/ev-application.c:
3238         When building without libgnome, don't use session management.
3239
3240         * shell/main.c:
3241         When building without libgnome, don't use GnomeProgram or
3242         initialise the authentication manager.
3243
3244         This fixes #328842.
3245
3246 2007-05-04  Ross Burton  <ross@openedhand.com>
3247
3248         * shell/ev-window.c:
3249         Don't use libgnome to open help, instead call Yelp directly.
3250
3251 2007-05-04  Ross Burton  <ross@openedhand.com>
3252
3253         * shell/ev-sidebar-attachments.c:
3254         Don't use libgnome to lookup icons for MIME types, instead copy
3255         code from GTK+ to do it manually.
3256
3257 2007-05-04  Ross Burton  <ross@openedhand.com>
3258
3259         * configure.ac:
3260         Add libxml to the dependencies for SHELL_CORE (#435818).
3261
3262 2007-05-02  Ross Burton  <ross@openedhand.com>
3263
3264         * configure.ac:
3265         * Makefile.am:
3266         Add --disable-thumbnailer (#434825)
3267
3268 2007-05-02  Ross Burton  <ross@openedhand.com>
3269
3270         * shell/ev-window.c:
3271         Add missing includes, fix indentation.
3272
3273         * shell/main.c:
3274         Fix indentation.
3275
3276 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3277
3278         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3279         ev_application_open_uri_at_dest instead of ev_application_open_uri
3280         preventing new document always being opened in a new window even if there
3281         is an empty window.
3282
3283 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3284
3285         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3286         (egg_recent_view_uimanager_finalize):
3287         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3288         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3289         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3290         (ev_pixbuf_cache_dispose):
3291         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3292         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3293         
3294         Add missing chain to parent class methods. Fixes
3295         bug #433128.
3296
3297 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3298
3299         * data/Makefile.am (update-icon-cache): Updates
3300         gtk-update-icon-cache in uninstall-hook.
3301
3302 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * shell/ev-window.c: (ev_window_setup_document),
3305         (ev_window_set_document), (ev_window_load_job_cb):
3306         * shell/ev-view.c: (setup_caches):
3307         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3308
3309         Start rendering pages before any other jobs. 
3310
3311 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3312
3313         * shell/ev-window.c: (ev_window_stop_fullscreen),
3314         (ev_window_stop_presentation):
3315
3316         Update chrome visibility before window unfullscreen. 
3317
3318 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3319
3320         * data/Makefile.am:
3321         * data/evince-ui.xml:
3322         * shell/ev-stock-icons.[ch]:
3323         * shell/ev-application.[ch]: (ev_application_shutdown),
3324         (ev_application_init), (ev_application_get_toolbars_model):
3325         * shell/ev-window.c: (update_chrome_visibility),
3326         (fullscreen_toolbar_setup_item_properties),
3327         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3328         (ev_window_run_presentation), (ev_window_stop_presentation),
3329         (ev_window_run_preview), (ev_window_screen_changed),
3330         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3331         (ev_window_dispose), (ev_window_init):
3332
3333         Make fullscreen toolbar always visible. Do not use egg toolbars for
3334         fullscreen and preview modes since such toolbars are not editables.
3335         Fixes bugs #300278, #338910 and #316188.  
3336
3337 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3338
3339         * shell/ev-application.c:
3340         * shell/ev-job-queue.c:
3341         * shell/ev-metadata-manager.c:
3342         * shell/ev-stock-icons.c:
3343         * shell/ev-window.c:
3344         * shell/main.c:
3345         
3346         Developers documentation updated.
3347
3348 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3349
3350         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3351
3352         Check whether uri is valid before launching it. Fixes bug #427664.
3353
3354 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3355
3356         * shell/ev-window.c:
3357
3358         Change key accelerator for Open a Copy menu entry which is in conflict
3359         with Close. Fixes bug #427321.
3360
3361 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3362
3363         * NEWS:
3364         * configure.ac:
3365         
3366         Update for release 0.8.1
3367
3368 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3369
3370         * shell/ev-window.c: (setup_size_from_metadata):
3371         
3372         Do not make window bigger than screen. Fixes bug 
3373         #388985.
3374
3375 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3376
3377         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3378         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3379
3380         Use default resolution when it's not provided by document. Fixes bug
3381         #408762.
3382
3383 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * configure.ac:
3386         * thumbnailer/Makefile.am:
3387         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3388         * thumbnailer/evince-thumbnailer.schemas.in:
3389         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3390
3391         Add support for ps, eps and compressed documents thumbnails. Do not
3392         ignore size parameter. 
3393
3394 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3395
3396         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3397         (dvi_document_do_color_special):
3398         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3399
3400         Implement font color specials in the DVI backend. Fixes bug #303651.
3401
3402 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3403
3404         Fixup the previous commit:
3405
3406         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3407         * shell/xdg-user-dir-lookup.c: Make the function non-static
3408         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3409
3410 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3411
3412         * shell/ev-window.c (file_open_dialog_response_cb): Use
3413         the xdg-user-dirs DOCUMENTS folder as default folder when
3414         opening a file chooser.  (#424858)
3415
3416         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3417         xdg-user-dirs.
3418
3419 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-window.c: (ev_window_load_job_cb):
3422
3423         Do not setup view from metadata on preview mode. 
3424
3425 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * shell/main.c:
3428
3429         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3430
3431 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * shell/ev-view.c: (ev_view_primary_get_cb):
3434
3435         Check pointer != NULL before using it. Fixes bug #416841. 
3436
3437 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3438
3439         * NEWS:
3440         * configure.ac:
3441         
3442         Release 0.8.0
3443
3444 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3447
3448         Do not render thumbnails when sidebar thumbnail page is not visible
3449         at startup. Fixes bug #416447. 
3450
3451 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3452
3453         * data/evince.desktop.in.in:
3454
3455         "Application" is not a valid category in the freedesktop specification.
3456
3457 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * libdocument/ev-file-helpers.[ch]: (compression_run),
3460         (ev_file_uncompress), (ev_file_compress):
3461         * shell/ev-window.c: (file_save_dialog_response_cb):
3462
3463         Save document compressed when saving a copy of a compressed document.
3464         Fixes bug #334542.
3465
3466 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3469
3470         Allow deleting in goto window entry in presentation mode. 
3471
3472 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3473
3474         * Makefile.am: Dist MAINTAINERS.
3475
3476 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3477
3478         * shell/ev-window.c: (ev_window_update_actions):
3479
3480         Fix zoom shortcut keys when searching. Fixes bug #409828.
3481
3482 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * shell/ev-window.c: (ev_window_setup_document):
3485
3486         Fix crash when loading documents with only one page. 
3487
3488 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3489
3490         * backend/dvi/dvi-document.c:
3491         (dvi_document_thumbnails_get_dimensions),
3492         (dvi_document_thumbnails_get_thumbnail):
3493         * backend/impress/impress-document.c:
3494         (impress_document_thumbnails_get_thumbnail),
3495         (impress_document_thumbnails_get_dimensions):
3496         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3497         (ps_document_thumbnails_get_dimensions):
3498         * backend/djvu/djvu-document.c:
3499         (djvu_document_thumbnails_get_dimensions),
3500         (djvu_document_thumbnails_get_thumbnail):
3501         * backend/tiff/tiff-document.c:
3502         (tiff_document_thumbnails_get_thumbnail),
3503         (tiff_document_thumbnails_get_dimensions):
3504         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3505         (pdf_document_thumbnails_get_thumbnail),
3506         (pdf_document_thumbnails_get_dimensions):
3507         * backend/comics/comics-document.c:
3508         (comics_document_thumbnails_get_thumbnail),
3509         (comics_document_thumbnails_get_dimensions):
3510         * backend/pixbuf/pixbuf-document.c:
3511         (pixbuf_document_thumbnails_get_thumbnail),
3512         (pixbuf_document_thumbnails_get_dimensions):
3513         * libdocument/ev-document-thumbnails.[ch]:
3514         (ev_document_thumbnails_get_thumbnail),
3515         (ev_document_thumbnails_get_dimensions):
3516         * libdocument/ev-document-misc.[ch]:
3517         (ev_document_misc_get_thumbnail_frame):
3518         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3519         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3520         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3521         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3522         (ev_sidebar_thumbnails_refresh):
3523         * shell/ev-window.c: (ev_window_setup_document):
3524         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3525
3526         Use an EvRenderContext for rendering thumbnails instead of a suggested
3527         width, so that different sized pages get sized proportionally.
3528
3529 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * shell/ev-view.c: (ev_view_button_press_event),
3532         (ev_view_key_press_event):
3533
3534         Fix critical warnings when there is no document loaded. 
3535
3536 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/ev-page-action-widget.c:
3539         * shell/ev-navigation-action.c:
3540         * shell/ev-window.c:
3541
3542         Fix compile warnings. 
3543
3544 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3545
3546         * backend/djvu/djvu-text.h:
3547         * backend/djvu/djvu-document.c:
3548         * backend/djvu/djvu-text-page.c:
3549         * backend/djvu/djvu-links.c:
3550         * backend/djvu/djvu-text-page.h:
3551         * backend/djvu/djvu-text.c:
3552         
3553         Fix build on Mac. Fixes bug #392186. Patch by
3554         <ephraim_owns@hotmail.com>
3555
3556 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3559
3560         Restore cairo context before rendering every page when printing a PDF
3561         document into a PDF file. 
3562
3563 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * backend/ps/gstypes.h:
3566         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3567         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3568         (ps_document_thumbnails_get_thumbnail):
3569
3570         Handle PostScript page orientation. Fixes bug #318568.
3571
3572 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3573
3574         * backend/ps/Makefile.am:
3575         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3576         (document_load), (ps_document_load), (save_document),
3577         (save_page_list), (ps_document_get_n_pages),
3578         (ps_document_get_page_size), (ps_document_get_info),
3579         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3580         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3581         (ps_document_thumbnails_get_thumbnail),
3582         (ps_document_thumbnails_get_dimensions),
3583         (ps_document_document_thumbnails_iface_init):
3584         * backend/ps/ps.[ch]: (psgetpagebox):
3585         * backend/ps/ps-interpreter.[ch]:
3586
3587         Add support for thumbnails in ps backend. Fixes bug #164755. 
3588
3589 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3590
3591         * NEWS:
3592         * configure.ac:
3593         
3594         Release 0.7.2
3595
3596 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3599         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3600         (ev_window_dispose):
3601
3602         Use document thumbnail as window icon. Fixes bug #384442.
3603
3604 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3605
3606         * configure.ac:
3607
3608         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3609         duplicated adding application/x-bzpostscript instead. 
3610
3611 2007-02-11  Tom Parker  <palfrey@tevp.net>
3612
3613         * backend/ps/ps-document.c: (document_load):
3614
3615         Check return value of psscan before trying
3616         to use it. Fixes bug #372414.
3617
3618 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3621
3622         Fix invalid free in ev-page-cache. Fixes bug #404745.
3623
3624 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3625
3626         * test/Makefile.am:
3627         * test/test3.py:
3628         
3629         Added reload test case.
3630
3631 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * po/POTFILES.in:
3634         * backend/djvu/djvu-document.c: (djvu_document_load):
3635
3636         Check whether there are missing files in indirect multipage djvu
3637         documents. Fixes bug #361683. 
3638
3639 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3640
3641         * test/Makefile.am:
3642         * test/test-mime.bin:
3643         * test/test3.py:
3644         
3645         Added test for slow mime type
3646
3647 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3650
3651         Add some checks and call parent_class->finalize. Fixes bug #404745.
3652
3653 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3654
3655         * shell/ev-navigation-action.c: (connect_proxy):
3656         
3657         Fixes dropdown history menu. Thanks a lot Carlos!
3658
3659 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3662
3663         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3664         bug #373715.
3665
3666 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3667
3668         * backend/ps/ps.c: (psscan):
3669
3670         Fix memory leak. 
3671
3672 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3673
3674         * configure.ac:
3675         * libdocument/ev-file-helpers.c: 
3676
3677         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3678
3679 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3680
3681         * configure.ac:
3682         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3683         (ps_interpreter_start), (document_load), (save_document),
3684         (save_page_list):
3685         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3686         * libdocument/ev-document-factory.c:
3687         (ev_document_factory_get_from_mime), (get_document_from_uri),
3688         (free_uncompressed_uri), (ev_document_factory_get_document):
3689         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3690
3691         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3692
3693 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3694
3695         * libdocument/ev-document.h:
3696
3697         Fix typo in function name. 
3698
3699 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * backend/ps/ps-document.c: (ps_interpreter_finished),
3702         (ps_interpreter_start), (ps_interpreter_failed):
3703
3704         Handle ghostscript interpreter crashes. 
3705
3706 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3707
3708         * shell/ev-window.c: (ev_window_open_uri),
3709         (window_configure_event_cb):
3710
3711         Setup window size and position before showing it. Fixes bug #401711.
3712
3713 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3714
3715         * backend/ps/Makefile.am:
3716         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3717         (ps_document_dispose), (ps_document_class_init),
3718         (ps_interpreter_input), (ps_interpreter_output),
3719         (ps_interpreter_error), (setup_interpreter_env),
3720         (ps_interpreter_start), (ps_interpreter_stop),
3721         (ps_interpreter_failed), (ps_interpreter_is_ready),
3722         (check_filecompressed), (document_load), (ps_document_load),
3723         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3724         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3725         (render_page):
3726
3727         Rework ps-document. Code cleanups, remove deprecated code. 
3728
3729 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3730
3731         * shell/ev-view.c: (ev_view_button_press_event):
3732
3733         Do not start an image drag and drop operation when pointer is on 
3734         text, so that we can select text when the whole background is an
3735         image. 
3736
3737 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3738
3739         * shell/ev-window.c: (ev_window_update_actions): 
3740
3741         Disable all zoom related actions during presentation mode. 
3742
3743 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3744
3745         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3746
3747         Do not zoom in or out on presentation mode. Fixes bug #401305.
3748
3749 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3750
3751         * shell/ev-navigation-action.c: (connect_proxy),
3752         (create_menu_item), (ev_navigation_action_class_init):
3753         
3754         Correctly show menu and fix crash when navigaton 
3755         action is out of toolbar visible area.
3756
3757 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3758
3759         * data/Makefile.am:
3760         * data/evince.1:
3761         
3762         Added man file
3763
3764 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3765
3766         * help/reference/* :
3767         * configure.ac:
3768         
3769         Added gtk-doc based documentation for Evince.
3770         Still in initial state but I hope it will
3771         grow.
3772         
3773         * configure.ac:
3774         
3775         Lower dbus requirement to 0.70
3776
3777 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * shell/ev-window.c: (ev_window_add_history):
3780
3781         Fix memory leak. 
3782
3783 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3784
3785         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3786         * shell/ev-view.h:
3787         * shell/ev-window.c: (ev_window_add_history):
3788         
3789         Correctly handle named destination links
3790
3791 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3792
3793         * NOTES:
3794         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3795         * backend/pdf/ev-poppler.cc:
3796         * libdocument/ev-document-links.h:
3797         * libdocument/ev-link.c: (ev_link_get_page):
3798         * libdocument/ev-link.h:
3799         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3800         (ev_history_add_link):
3801         * shell/ev-history.h:
3802         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3803         (new_history_menu_item), (build_menu):
3804         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3805         * shell/ev-sidebar-links.c: (create_loading_model),
3806         (print_section_cb), (ev_sidebar_links_construct),
3807         (fill_page_labels), (update_page_callback_foreach),
3808         (update_page_callback), (job_finished_callback):
3809         * shell/ev-view.c: (ev_view_handle_link):
3810         * shell/ev-window.c: (ev_window_find_chapter),
3811         (ev_window_add_history), (view_handle_link_cb),
3812         (history_changed_cb):
3813         
3814         Implements another history variant
3815
3816 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3817
3818         * shell/ev-window.c: (view_external_link_cb):
3819         * shell/ev-view.c: (ev_view_button_release_event):
3820
3821         Open links in new window when clicking with middle button. 
3822
3823 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3824
3825         * shell/ev-navigation-action.c: (new_history_menu_item):
3826         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3827         * shell/ev-view.c: (ev_view_handle_link):
3828         * shell/ev-window.c:
3829         
3830         Store link before jump, not the destination. For me it 
3831         seems like more natural history behavior.
3832
3833 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3834
3835         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3836         (ev_navigation_action_class_init):
3837         * shell/ev-navigation-action.h:
3838         * shell/ev-page-action.c: (activate_cb):
3839         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3840         (ev_page_cache_set_current_page_history):
3841         * shell/ev-page-cache.h:
3842         * shell/ev-sidebar-thumbnails.c:
3843         (ev_sidebar_tree_selection_changed),
3844         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3845         * shell/ev-view-private.h:
3846         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3847         * shell/ev-view.h:
3848         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3849         (ev_window_setup_document), (ev_window_load_job_cb):
3850         * shell/ev-window.h:
3851         
3852         History finally works as expected.
3853
3854 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3855
3856         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3857
3858         Do not update links treeview if it doesn't have a model assigned yet. 
3859
3860 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3861
3862         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3863         (ev_sidebar_links_class_init), (update_page_callback):
3864
3865         Do not update links treeview when sidepane is not visible. 
3866
3867 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3868
3869         * shell/ev-marshal.list:
3870         * shell/ev-page-action.c: (activate_cb),
3871         (ev_page_action_class_init):
3872         * shell/ev-page-action.h:
3873         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3874         * shell/ev-window.c:
3875         
3876         Remove activate_link signal, not required.
3877
3878 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3879
3880         * shell/ev-navigation-action.c: (build_menu):
3881         
3882         Reorder menu items and build menu with fixed length.
3883
3884 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3885
3886         * shell/ev-view.c: (get_selected_text):
3887         
3888         Normalize text to fix ligatures problem. See bug
3889         #341947 for details.
3890
3891 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3892
3893         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3894
3895         Fix memory leak in ev-page-cache. 
3896
3897 2007-01-25  Tom Parker <palfrey@tevp.net>
3898
3899         * backend/impress/impress-document.c: (impress_document_load),
3900         (impress_document_finalize), (impress_document_init):
3901         * properties/ev-properties-main.c: (ev_properties_get_pages):
3902         
3903         Correctly handle impress document errors. Fixes nautilus
3904         crash in property page #370491.
3905
3906 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3907
3908         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3909         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3910         (ev_job_queue_remove_job):
3911         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3912         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3913         (ev_job_load_run):
3914         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3915         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3916         (ev_window_load_job_cb), (xfer_update_progress_callback),
3917         (ev_window_open_uri), (ev_window_dispose):
3918         * shell/main.c: (main):
3919
3920         Do file transfer asynchronously in the main thread instead of
3921         synchronously in the load thread. Fixes bugs #399694, #398307 and
3922         #343542.
3923
3924 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3925
3926         * shell/ev-jobs.c: (ev_job_xfer_run):
3927
3928         Load the document with the font-config lock held. 
3929
3930 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3931
3932         * backend/ps/ps-document.c: (start_interpreter):
3933
3934         Fix memory leaks in ps backend. 
3935
3936 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3937
3938         * backend/impress/impress-document.c:
3939         (impress_document_render_pixbuf):
3940
3941         Do not acquire fontconfig lock in impress backend, since it is using
3942         the main loop for rendering. 
3943
3944 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3945
3946         * po/POTFILES.in: 
3947
3948         Remove mdvi files that shouldn't be translated. 
3949
3950 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3951
3952         * shell/ev-view-private.h:
3953         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3954         (ev_view_set_zoom):
3955
3956         Render "loading..." text into a cairo surface instead of directly into
3957         the window so that fontconfig lock is only needed once and UI is not
3958         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3959
3960 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3961
3962         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3963         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3964
3965         Use icon theme associated with the window screen rather than default. 
3966
3967 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3968
3969         * configure.ac:
3970
3971         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3972
3973 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3974
3975         * data/icons/*/apps/evince.*:
3976
3977         Move Evince icons under new apps directory.
3978
3979         * data/icons/*/actions/*:
3980
3981         Add new custom themeable Evince icons: view-page-continuous, 
3982         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3983         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3984
3985         * configure.ac:
3986
3987         Add new directories to AC_CONFIG_FILES.
3988
3989         * shell/ev-stock-icons.c:
3990         * shell/ev-stock-icons.h:
3991
3992         Use new custom themeable icons.
3993
3994 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3995
3996         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3997
3998         Do not draw white background page in presentation mode. 
3999
4000 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4001
4002         * shell/ev-view.c: Remove unused gnome-vfs include.
4003
4004 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4005
4006         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4007         
4008         Format string is corrected, fixes bug #397129.
4009
4010 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4011
4012         * shell/ev-window.c: (ev_window_setup_recent):
4013
4014         Do not include in recent menu inexistent documents. Fixes
4015         bug #339171.
4016
4017 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4018
4019         * po/POTFILES.skip: 
4020
4021         Update POTFILES.skip file according to current source tree. 
4022
4023 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-window.c: (file_save_dialog_response_cb):
4026
4027         Do Save a copy in atomic way. Fixes bug #328266. 
4028
4029 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4032
4033         Keep selected cell always visible in index treeview.
4034
4035 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4036         
4037         * shell/ev-view.c: (ev_view_size_allocate):
4038
4039         Restore horizontal scrollbar after switching to/from fullscreen
4040         or presentation mode. Fixes bug #331728.
4041
4042 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4043
4044         * shell/ev-view-private.h:
4045         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4046         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4047         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4048         (ev_view_can_zoom_out):
4049
4050         Use max and min scale values in the view iby taking dpi into account. 
4051
4052 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4053
4054         * configure.ac:
4055         * NEWS:
4056
4057         Release 0.7.1
4058
4059 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4060
4061         * shell/ev-window.c: (ev_window_print_send):
4062
4063         Send print job to printer with some settings set to default values,
4064         since we have already exported to a file according to such settings
4065         and they could be taken twice by some printers. 
4066
4067 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4068
4069         * shell/ev-jobs.c: (ev_job_xfer_run):
4070         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4071
4072         Show main window and load document with the font-config lock held. 
4073
4074 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4075
4076         * configure.ac:
4077         * shell/ev-application.c: (ev_application_register_service):
4078         * shell/main.c: (load_files_remote):
4079
4080         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4081
4082 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4083
4084         * doc/debugging.txt:
4085         
4086         Remove obsolete documentation.
4087
4088 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4089
4090         * Makefile.am:
4091         * backend/Makefile.am:
4092         * backend/comics/Makefile.am:
4093         * backend/djvu/Makefile.am:
4094         * backend/dvi/Makefile.am:
4095         * backend/ev-async-renderer.c:
4096         * backend/ev-async-renderer.h:
4097         * backend/ev-attachment.c:
4098         * backend/ev-attachment.h:
4099         * backend/ev-backend-marshal.c:
4100         * backend/ev-document-factory.c:
4101         * backend/ev-document-factory.h:
4102         * backend/ev-document-find.c:
4103         * backend/ev-document-find.h:
4104         * backend/ev-document-fonts.c:
4105         * backend/ev-document-fonts.h:
4106         * backend/ev-document-images.c:
4107         * backend/ev-document-images.h:
4108         * backend/ev-document-info.h:
4109         * backend/ev-document-links.c:
4110         * backend/ev-document-links.h:
4111         * backend/ev-document-misc.c:
4112         * backend/ev-document-misc.h:
4113         * backend/ev-document-security.c:
4114         * backend/ev-document-security.h:
4115         * backend/ev-document-thumbnails.c:
4116         * backend/ev-document-thumbnails.h:
4117         * backend/ev-document-transition.c:
4118         * backend/ev-document-transition.h:
4119         * backend/ev-document.c:
4120         * backend/ev-document.h:
4121         * backend/ev-file-exporter.c:
4122         * backend/ev-file-exporter.h:
4123         * backend/ev-image.c:
4124         * backend/ev-image.h:
4125         * backend/ev-link-action.c:
4126         * backend/ev-link-action.h:
4127         * backend/ev-link-dest.c:
4128         * backend/ev-link-dest.h:
4129         * backend/ev-link.c:
4130         * backend/ev-link.h:
4131         * backend/ev-render-context.c:
4132         * backend/ev-render-context.h:
4133         * backend/ev-selection.c:
4134         * backend/ev-selection.h:
4135         * backend/impress/Makefile.am:
4136         * backend/pdf/Makefile.am:
4137         * backend/pixbuf/Makefile.am:
4138         * backend/ps/Makefile.am:
4139         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4140         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4141         (start_interpreter), (stop_interpreter), (document_load),
4142         (ps_document_next_page), (render_page):
4143         * backend/tiff/Makefile.am:
4144         * comics/Makefile.am:
4145         * comics/comics-document.c:
4146         * comics/comics-document.h:
4147         * configure.ac:
4148         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4149         * djvu/Makefile.am:
4150         * djvu/djvu-document-private.h:
4151         * djvu/djvu-document.c:
4152         * djvu/djvu-document.h:
4153         * djvu/djvu-links.c:
4154         * djvu/djvu-links.h:
4155         * djvu/djvu-text-page.c:
4156         * djvu/djvu-text-page.h:
4157         * djvu/djvu-text.c:
4158         * djvu/djvu-text.h:
4159         * dvi/Makefile.am:
4160         * dvi/dvi-document.c:
4161         * dvi/dvi-document.h:
4162         * dvi/fonts.c:
4163         * dvi/fonts.h:
4164         * dvi/mdvi-lib/Makefile.am:
4165         * dvi/mdvi-lib/afmparse.c:
4166         * dvi/mdvi-lib/afmparse.h:
4167         * dvi/mdvi-lib/bitmap.c:
4168         * dvi/mdvi-lib/bitmap.h:
4169         * dvi/mdvi-lib/color.c:
4170         * dvi/mdvi-lib/color.h:
4171         * dvi/mdvi-lib/common.c:
4172         * dvi/mdvi-lib/common.h:
4173         * dvi/mdvi-lib/defaults.h:
4174         * dvi/mdvi-lib/dvimisc.c:
4175         * dvi/mdvi-lib/dviopcodes.h:
4176         * dvi/mdvi-lib/dviread.c:
4177         * dvi/mdvi-lib/files.c:
4178         * dvi/mdvi-lib/font.c:
4179         * dvi/mdvi-lib/fontmap.c:
4180         * dvi/mdvi-lib/fontmap.h:
4181         * dvi/mdvi-lib/fontsrch.c:
4182         * dvi/mdvi-lib/gf.c:
4183         * dvi/mdvi-lib/hash.c:
4184         * dvi/mdvi-lib/hash.h:
4185         * dvi/mdvi-lib/list.c:
4186         * dvi/mdvi-lib/mdvi.h:
4187         * dvi/mdvi-lib/pagesel.c:
4188         * dvi/mdvi-lib/paper.c:
4189         * dvi/mdvi-lib/paper.h:
4190         * dvi/mdvi-lib/pk.c:
4191         * dvi/mdvi-lib/private.h:
4192         * dvi/mdvi-lib/setup.c:
4193         * dvi/mdvi-lib/sp-epsf.c:
4194         * dvi/mdvi-lib/special.c:
4195         * dvi/mdvi-lib/sysdeps.h:
4196         * dvi/mdvi-lib/t1.c:
4197         * dvi/mdvi-lib/tfm.c:
4198         * dvi/mdvi-lib/tfmfile.c:
4199         * dvi/mdvi-lib/tt.c:
4200         * dvi/mdvi-lib/util.c:
4201         * dvi/mdvi-lib/vf.c:
4202         * dvi/pixbuf-device.c:
4203         * dvi/pixbuf-device.h:
4204         * impress/Makefile.am:
4205         * impress/common.h:
4206         * impress/document.c:
4207         * impress/f_oasis.c:
4208         * impress/f_oo13.c:
4209         * impress/iksemel.c:
4210         * impress/iksemel.h:
4211         * impress/imposter.h:
4212         * impress/impress-document.c:
4213         * impress/impress-document.h:
4214         * impress/internal.h:
4215         * impress/r_back.c:
4216         * impress/r_draw.c:
4217         * impress/r_geometry.c:
4218         * impress/r_gradient.c:
4219         * impress/r_style.c:
4220         * impress/r_text.c:
4221         * impress/render.c:
4222         * impress/render.h:
4223         * impress/zip.c:
4224         * impress/zip.h:
4225         * lib/Makefile.am:
4226         * lib/ev-debug.c:
4227         * lib/ev-debug.h:
4228         * lib/ev-file-helpers.c:
4229         * lib/ev-file-helpers.h:
4230         * lib/ev-gui.c:
4231         * lib/ev-gui.h:
4232         * lib/ev-tooltip.c:
4233         * lib/ev-tooltip.h:
4234         * libdocument/Makefile.am:
4235         * libdocument/ev-file-helpers.c:
4236         * pdf/Makefile.am:
4237         * pdf/ev-poppler.cc:
4238         * pdf/ev-poppler.h:
4239         * pixbuf/Makefile.am:
4240         * pixbuf/pixbuf-document.c:
4241         * pixbuf/pixbuf-document.h:
4242         * properties/Makefile.am:
4243         * ps/Makefile.am:
4244         * ps/gsdefaults.c:
4245         * ps/gsdefaults.h:
4246         * ps/gsio.c:
4247         * ps/gsio.h:
4248         * ps/gstypes.h:
4249         * ps/ps-document.c:
4250         * ps/ps-document.h:
4251         * ps/ps.c:
4252         * ps/ps.h:
4253         * shell/Makefile.am:
4254         * shell/ev-application.h:
4255         * shell/ev-sidebar-links.c:
4256         * shell/ev-sidebar-links.h:
4257         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4258         (ev_gui_menu_position_tree_selection):
4259         * shell/ev-utils.h:
4260         * shell/ev-view.c: (ev_view_finalize):
4261         * shell/ev-window.c:
4262         * shell/main.c: (main):
4263         * thumbnailer/Makefile.am:
4264         * tiff/Makefile.am:
4265         * tiff/tiff-document.c:
4266         * tiff/tiff-document.h:
4267         * tiff/tiff2ps.c:
4268         * tiff/tiff2ps.h:
4269         
4270         Reorganize source tree.
4271
4272 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4273
4274         * backend/ev-document-factory.c:
4275
4276         Do not include ev-poppler.h when pdf is disabled. 
4277
4278 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4279
4280         * configure.ac:
4281         * data/evince-ui.xml:
4282         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4283         (pdf_document_document_images_iface_init):
4284         * backend/Makefile.am:
4285         * backend/ev-document-images.[ch]:
4286         * backend/ev-image.[ch]:
4287         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4288         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4289         (ev_job_xfer_run):
4290         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4291         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4292         (ev_pixbuf_cache_get_image_mapping):
4293         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4294         (view_menu_popup_cb), (ev_window_dispose),
4295         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4296         (ev_view_popup_cmd_copy_image):
4297         * shell/ev-view-private.h:
4298         * shell/ev-view.c: (ev_view_get_image_at_location),
4299         (ev_view_do_popup_menu), (ev_view_popup_menu),
4300         (ev_view_button_press_event), (ev_view_drag_data_get),
4301         (ev_view_drag_motion), (ev_view_drag_data_received),
4302         (ev_view_motion_notify_event), (ev_view_button_release_event),
4303         (ev_view_finalize), (ev_view_class_init):
4304
4305         Add image handling support. Fixes bugs #310008 and #325047. Images
4306         selection is not supported yet. 
4307
4308 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4309
4310         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4311         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4312         (ev_view_init):
4313
4314         Move view drag and drop stuff to ev-view.
4315
4316 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4317
4318         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4319         * shell/ev-view.c: (clear_selection): 
4320
4321         Clear selection also in pixbuf cache.
4322
4323 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4324
4325         * data/evince.desktop.in.in:
4326         
4327         Change icon name in desktop file. See bug #390734
4328         for details.
4329
4330 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4331
4332         * thumbnailer/Makefile.am:
4333
4334         Use top_builddir instead top_srcdir for generated schema
4335         file installation. Fixes bug #390161.
4336
4337 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * configure.ac:
4340         * backend/Makefile.am:
4341         * backend/ev-document-transition.[ch]:
4342         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4343         (pdf_document_page_transition_iface_init):
4344         * shell/ev-view-private.h:
4345         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4346         (ev_view_set_presentation), (transition_next_page),
4347         (ev_view_presentation_transition_stop),
4348         (ev_view_presentation_transition_start), (ev_view_next_page):
4349
4350         Add page transition support in presentation mode. At the moment only
4351         page duration is supported, but not transition effects. Fixes bug
4352         #309815.
4353
4354 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4355
4356         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4357
4358         Run find_link_dest with document lock held, since it's called by links
4359         thread and main thread at the same time. 
4360
4361 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4362
4363         * shell/ev-view.c: (goto_dest):
4364
4365         Update page-cache when page is changed by the view, so that
4366         page-changed signal is emitted. 
4367
4368 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4369
4370         * test/test1.py:
4371         * test/test2.py:
4372
4373         Use C locale in tests. 
4374
4375 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * shell/ev-window.c: (ev_window_run_presentation):
4378         * shell/ev-view-private.h:
4379         * shell/ev-view.c: (ev_view_set_presentation):
4380
4381         Restore zoom settings when back from presentation mode. 
4382
4383 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4384
4385         * shell/ev-window.c: (ev_window_run_presentation):
4386
4387         Always use "best fit" zoom in presentation mode.
4388         Fixes bug #389195.
4389
4390 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4391
4392         * shell/ev-view.c: (ev_view_goto_window_create):
4393
4394         Show "Jump to page" label in the page jumping popup in
4395         presentation mode instead of just a GtkEntry.
4396
4397 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * shell/ev-window.c: (launch_external_uri):
4400
4401         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4402         #378085.
4403
4404 2006-12-22  Elijah Newren  <newren gmail com>
4405
4406         * configure.ac: explicitly check for libxml2.  Fixes #388795
4407
4408 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * shell/ev-view-private.h:
4411         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4412         (ev_view_goto_window_delete_event), (key_is_numeric),
4413         (ev_view_goto_window_key_press_event),
4414         (ev_view_goto_window_button_press_event),
4415         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4416         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4417         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4418
4419         Allow jumping to another page by typing a page number in presentation
4420         mode. It uses a popup window with an entry. Fixes bug #353625.
4421
4422 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4423
4424         * configure.ac:
4425         * properties/ev-properties-view.c: (ev_get_default_user_units),
4426         (ev_regular_paper_size):
4427         
4428         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4429         to Damien Carbery <damien.carbery@sun.com> and
4430         Yevgen Muntyan <muntyan@tamu.edu>.
4431
4432 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4433
4434         * shell/ev-window.c: (setup_document_from_metadata):
4435
4436         Make sure Evince doesn't restore the view on the last
4437         page when a document is reopened. Fixes bug #383381.
4438
4439 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4440
4441         * shell/ev-view.c: (draw_loading_text):
4442
4443         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4444
4445 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4446
4447         * configure.ac:
4448         * NEWS:
4449
4450         Release 0.7.0
4451
4452 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4453
4454         * configure.ac:
4455         * pdf/ev-poppler.cc: (pdf_print_context_free),
4456         (pdf_document_file_exporter_begin),
4457         (pdf_document_file_exporter_do_page):
4458
4459         Make cairo-pdf depedency optional. 
4460
4461 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4464
4465         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4466
4467 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4470         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4471         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4472         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4473         * shell/ev-view.c: (draw_loading_text):
4474         * shell/ev-window.c: (ev_window_cmd_file_properties):
4475
4476         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4477         related to using FontConfig from different threads.
4478         
4479 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4480
4481         * shell/ev-view.c: (draw_loading_text):
4482
4483         Acquire lock document when drawing "Loading..." text so that only one
4484         thread will use FontConfig at the same time. Fixes bug #374750.
4485
4486 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4487
4488         * shell/ev-page-action.[ch]: (activate_cb):
4489         * shell/ev-window.c: (activate_label_cb):
4490
4491         Check if text inserted in page entry is a valid page number when it
4492         doesn't match to any document page label. Fixes bug #383165.
4493
4494 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4495         * shell/ev-window.c:
4496
4497         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4498         available with GTK < 2.10. Added an ifdef to avoid compilation
4499         error.
4500
4501 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4502
4503         * configure.ac:
4504         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4505
4506         Fix ps backend in multihead systems.
4507
4508 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4509
4510         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4511         * shell/ev-window.c: (ev_window_get_screen_dpi),
4512         (ev_window_update_actions), (setup_view_from_metadata),
4513         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4514
4515         Take screen DPI into account when zooming. Fixes bug #318285.
4516
4517 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4518
4519         * data/Makefile.am:
4520
4521         Cleaned up/slightly refactored Makefile.am. Added GConf
4522         schemas uninstallation as well.
4523
4524 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4525
4526         * Makefile.am:
4527         * test/Makefile.am:
4528
4529         Fight with autotools to fix make check. Make distcheck
4530         works fine as well now!
4531
4532 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4533
4534         * shell/ev-view.c: (draw_end_presentation_page):
4535
4536         Corrected "end of presentation" string.
4537
4538 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4539
4540         * shell/ev-view.c: (ev_view_key_press_event):
4541
4542         Correctly propagate key press event so that up/down keys
4543         work as expected (correct behaviour was broken by
4544         black/white screen key bindings for presentations).
4545
4546 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4547
4548         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4549         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4550         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4551         (pdf_selection_get_selection_region),
4552         (pdf_selection_get_selection_map):
4553
4554         Add "static" to some private functions. 
4555
4556 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4557
4558         * lib/ev-tooltip.h:
4559         * properties/ev-properties-view.h:
4560         * shell/ev-jobs.h:
4561         * shell/ev-properties-dialog.h:
4562         * shell/ev-properties-fonts.h:
4563         * shell/ev-sidebar-links.h:
4564         * shell/ev-sidebar-thumbnails.h:
4565         * shell/ev-sidebar.h:
4566         * shell/ev-window.h:
4567         
4568         Fixes CHACK type in class casts. See bug #385343
4569         for details.
4570
4571 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4572
4573         * shell/ev-view-private.h:
4574         * shell/ev-view.c: (draw_end_presentation_page),
4575         (ev_view_expose_event), (ev_view_key_press_event),
4576         (ev_view_class_init), (ev_view_init):
4577
4578         Blank screen in presentation mode when pressing 'b' (filling with
4579         black) or 'w' (filling with white) keys. Fixes bug #358132.
4580
4581 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4582
4583         * data/evince-toolbar.xml:
4584         * shell/ev-window.c:
4585         
4586         Use stock icon for Select All action. Fixes
4587         bug #382652.
4588
4589 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4590
4591         * shell/ev-view.c: (get_doc_point_from_offset),
4592         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4593
4594         Add links support in rotated documents. Fixes bug #343733.
4595
4596 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4597
4598         * shell/ev-view-private.h:
4599         * shell/ev-view.c: (draw_end_presentation_page),
4600         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4601
4602         Show a blank page after the last page in presentation mode with a
4603         message indicating that presentation has finished and how to exit. 
4604
4605 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4606
4607         * shell/ev-window.c: (fullscreen_timeout_cb):
4608
4609         Hide cursor after a while in presentation mode. 
4610
4611 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4612
4613         * backend/ev-document-info.h:
4614         * data/evince-properties.glade:
4615         * pdf/ev-poppler.cc:
4616         * properties/ev-properties-view.c: (ev_regular_paper_size),
4617         (ev_properties_view_set_info):
4618         * ps/ps-document.c: (ps_document_get_info):
4619
4620         Adds a paper size field to the properties dialog. Fixes
4621         bug #307315. Patch by Kasper Svendsen (with some i18n
4622         changes done by me).
4623
4624 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4625
4626         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4627         (screensaver_init_dbus), (totem_scrsaver_new),
4628         (totem_scrsaver_init):
4629         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4630         * shell/ev-application.c: (ev_application_register_service),
4631         (ev_application_screensaver_enable),
4632         (ev_application_screensaver_disable):
4633         * shell/ev-application.h:
4634         * shell/ev-window.c: (ev_window_run_presentation),
4635         (ev_window_stop_presentation), (build_comments_string),
4636         (ev_window_init):
4637         
4638         Move screensaver handling to application. No more
4639         message on startup.
4640
4641 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4642
4643         * configure.ac:
4644         * backend/Makefile.am:
4645         * backend/ev-file-exporter.[ch]:
4646         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4647         * ps/ps-document.c: (ps_document_file_exporter_*):
4648         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4649         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4650         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4651         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4652
4653         Allow printing to PDF when suppoted by the backend.
4654         
4655 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * shell/ev-window.c: (build_comments_string):
4658
4659         Use always "Document Viewer" in about dialog. 
4660
4661 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * djvu/djvu-document.c: (djvu_document_get_page_size):
4664
4665         Display a warning message when get_pageinfo fails. 
4666
4667 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4668
4669         * Makefile.am:
4670         * backend/Makefile.am:
4671         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4672         * configure.ac:
4673         * shell/ev-window.c: (build_comments_string):
4674         
4675         Make pdf compilation optional. See bug #38007.
4676
4677 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4678
4679         * ps/ps.c: (get_next_text):
4680
4681         Fix CVE-2006-5864.
4682
4683 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4684
4685         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4686         * shell/ev-navigation-action.c: (connect_proxy),
4687         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4688         
4689         Do not call g_type_class_peek_parent twice.
4690
4691 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4692
4693         * configure.ac:
4694         * data/icons/24x24/.cvsignore:
4695         * data/icons/24x24/Makefile.am:
4696         * data/icons/24x24/evince.png:
4697         * data/icons/Makefile.am:
4698         
4699         Add 24x24 icon. Thanks to 
4700         Michael Monreal <infernux@web.de>.
4701
4702 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4703
4704         * configure.ac: Fix typo in configure.ac. Thanks
4705         to dmacks@netspace.org for notification.
4706
4707 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4708
4709         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4710         
4711         Drop dbus include, fixes compilation with older dbus.
4712
4713 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4714
4715         * configure.ac:
4716         * cut-n-paste/Makefile.am:
4717         * cut-n-paste/totem-screensaver/.cvsignore
4718         * cut-n-paste/totem-screensaver/Makefile.am:
4719         * cut-n-paste/totem-screensaver/README:
4720         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4721         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4722         * shell/Makefile.am:
4723         * shell/ev-window.c: (ev_window_run_presentation),
4724         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4725         (ev_window_init):
4726
4727         Implemented screensaver enabling/disabling for
4728         presentation mode (not fullscreen mode). Code stolen
4729         from Totem (with some minor tweaks). Fixes bug #338889.
4730
4731 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4732
4733         * configure.ac:
4734
4735         Bump gnome-icon-theme requirements. We use the rotation
4736         icons that appeared recently.
4737
4738 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4739
4740         * shell/ev-history.c: (ev_history_add_page):
4741         * shell/ev-history.h:
4742         * shell/ev-window.c: (page_changed_cb):
4743         
4744         Use page labels instead of numbers.
4745
4746 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4747
4748         * data/evince-toolbar.xml:
4749         * po/POTFILES.in:
4750         * shell/Makefile.am:
4751         * shell/ev-navigation-action-widget.c:
4752         (ev_navigation_action_widget_init),
4753         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4754         (menu_detacher), (ev_navigation_action_widget_set_menu),
4755         (menu_position_func), (popup_menu_under_arrow),
4756         (ev_navigation_action_widget_toggled),
4757         (ev_navigation_action_widget_button_press_event):
4758         * shell/ev-navigation-action-widget.h:
4759         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4760         (ev_navigation_action_set_window), (activate_menu_item_cb),
4761         (new_history_menu_item), (new_empty_history_menu_item),
4762         (build_menu), (menu_activated_cb), (connect_proxy),
4763         (create_tool_item), (ev_navigation_action_init),
4764         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4765         * shell/ev-navigation-action.h:
4766         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4767         (ev_page_action_widget_set_page_cache),
4768         (ev_page_action_widget_finalize),
4769         (ev_page_action_widget_class_init), (match_selected_cb),
4770         (display_completion_text), (match_completion), (build_new_tree_cb),
4771         (get_filter_model_from_model),
4772         (ev_page_action_widget_update_model):
4773         * shell/ev-page-action-widget.h:
4774         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4775         (connect_proxy):
4776         * shell/ev-page-action.h:
4777         * shell/ev-stock-icons.c:
4778         * shell/ev-stock-icons.h:
4779         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4780         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4781         (register_custom_actions):
4782         * shell/main.c:
4783         
4784         Preliminary history implementation
4785
4786 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4787
4788         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4789         (dvi_document_class_init), (dvi_document_init_params):
4790         * dvi/mdvi-lib/font.c: (font_reference):
4791         
4792         Add reference to subfont. Fixes bug #374277.
4793
4794 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4797         (ev_window_cmd_file_open_copy_at_dest):
4798
4799         Fix a race condition when creating symlink. Increase the counter
4800         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4801         Mathias Hasselmann).
4802
4803 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4804
4805         * backend/Makefile.am:
4806         * backend/ev-attachment.c: (ev_attachment_open):
4807         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4808         (ev_tmp_dir), (ev_tmp_filename):
4809         * shell/ev-sidebar-attachments.c:
4810         (ev_sidebar_attachments_drag_data_get):
4811         * shell/ev-window.c: (ev_window_clear_temp_file):
4812
4813         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4814         in ensure_dir_exists. Abort without crashing when we can't create
4815         user's directory.
4816
4817 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4818
4819         * data/evince-ui.xml:
4820         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4821         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4822         (ev_window_cmd_file_open_copy_at_dest),
4823         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4824         (ev_view_popup_cmd_open_link_new_window):
4825
4826         Allow opening a copy of the current document in a new window. Fixes bug
4827         #357472
4828
4829 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * data/evince-toolbar.xml:
4832         
4833         Add rotate right and rotate left to available items for toolbar.
4834         
4835         * data/evince-ui.xml:
4836         * shell/ev-window.c: (ev_window_init):
4837         
4838         Customize toolbar with right click. Fixes bug #372451.
4839
4840 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4841
4842         * shell/ev-window.c: 
4843         
4844         Use "object-rotate-{left,right}" stock icons. Fixes 
4845         bug #373863.
4846
4847 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4848
4849         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4850         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4851         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4852         (ev_window_open_uri):
4853         * shell/main.c: (arguments_parse):
4854
4855         Remove temp file created when evince is used by GTK+ in
4856         preview mode. Fixes bug #365282. 
4857
4858 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4859
4860         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4861         
4862         Fixes bug #372474 - Side pane disabled when entering 
4863         and leaving fullscreen mode.
4864
4865 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4866
4867         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4868         * data/Makefile.am:
4869         * data/evince-preview-toolbar.xml:
4870         * data/evince-toolbar.xml:
4871         * shell/ev-application.c: (ev_application_shutdown),
4872         (ev_application_init), (ev_application_get_toolbars_model):
4873         * shell/ev-application.h:
4874         * shell/ev-window.c: (update_chrome_visibility),
4875         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4876         (ev_window_cmd_edit_toolbar), (ev_window_init):
4877         
4878         Fixes bug #364364 - toolbar editor shows zoom actions again.
4879
4880 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4881
4882         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4883
4884         Do not take margins into consideration for paper size when printing.
4885         Really fixes bug #350491.
4886
4887 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4888
4889         * data/evince-ui.xml:
4890         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4891         (ev_window_cmd_file_print_setup),
4892         (ev_window_print_dialog_response_cb),
4893         (ev_window_setup_action_sensitivity):
4894
4895         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4896
4897 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4898
4899         * shell/ev-window.c: (ev_window_print_range):
4900
4901         Revert my previuos commit, since printing to PDF is not supported by
4902         evince yet. 
4903
4904 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4905
4906         * shell/ev-window.c: (ev_window_print_range):
4907
4908         Enable print to a PDF. Fixes bug #332121.
4909
4910 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4911
4912         * shell/ev-application-service.xml:
4913         * shell/ev-application.[ch]: (ev_application_open_window),
4914         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4915         (ev_application_open_uri), (ev_application_open_uri_list):
4916         * shell/ev-window.c: (file_open_dialog_response_cb),
4917         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4918         (drag_data_received_cb), (open_remote_link):
4919         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4920
4921         Add support for multiscreen systems. Fixes bug #316206.
4922
4923 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4924
4925         * shell/ev-jobs.[ch]: (ev_job_print_new),
4926         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4927         (ev_job_print_do_page):
4928         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4929
4930         Allow printing only odd/even pages. Fixes bug #367289.
4931
4932 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4933
4934         * test/test1.py:
4935         * test/test2.py:
4936
4937         Re-add locale settings to test files.
4938
4939 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4940
4941         * data/evince-ui.xml:
4942         * shell/ev-window.c: (set_action_properties):
4943         
4944         Removed garbage from code and ui.
4945
4946 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4947
4948         * shell/ev-window.c: (ev_window_cmd_help_about):
4949
4950         Shamelessly add my name to the list of contributors.
4951
4952 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4953
4954         * test/test1.py:
4955         * test/test2.py:
4956
4957         Cleaned up the dogtail scripts.
4958
4959 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4960
4961         * shell/ev-view.c: (draw_loading_text): Don't render
4962         "loading..." text in presentation mode. Temporary
4963         workaround for bug #320352.
4964
4965 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4966
4967         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4968         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4969
4970         Use print settings scale, copies, collate and reverse which were
4971         ignored. Fixes bug #359032.
4972
4973 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4974
4975         * configure.ac:
4976         * data/evince-password.glade:
4977         * test/Makefile.am:
4978         * test/test-encrypt.pdf:
4979         * test/test-links.pdf:
4980         * test/test1.py:
4981         * test/test2.py:
4982
4983         Add automated UI tests for evince with dogtail. See
4984         bug #300948.    
4985
4986 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4987
4988         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4989
4990         Hide fullscreen toolbar when switching to another desktop workspace.
4991         Fixes bug #338871
4992
4993 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4994
4995         * shell/ev-window-title.c: 
4996         
4997         Test for .dvi in title of pdf documents.
4998
4999 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5000
5001         * shell/ev-view.c: (ev_view_scroll):
5002
5003         Page Up/Down should do page jumps in "Best fit" mode.
5004         If a user has explicitly chosen to view exactly one page
5005         at a time, scrolling just a part of the page when
5006         pressing Page Up/Down is not right. Fixes bug #323107.
5007
5008 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * NEWS:
5011         * configure.ac:
5012         
5013         Update for 0.6.1
5014
5015 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5016
5017         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5018         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5019         
5020         Correctly disconnect from job signals on destroy.
5021
5022 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5023
5024         * shell/ev-view-private.h:
5025         * shell/ev-view.c: (view_set_adjustment_values),
5026         (view_update_range_and_current_page),
5027         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5028         
5029         Fixes bug #343199, current page now follows find page.
5030
5031 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5032
5033         * backend/ev-document-factory.c:
5034         * configure.ac:
5035         Assigned OpenDocument presenation MIME type to the
5036         Impress backend. Added some missing (but harmless)
5037         #ifdefs in the document factory as well to make things
5038         consistent again. Fixes bug #360658.
5039
5040 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5041
5042         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5043         * backend/ev-document-find.c: (ev_document_find_get_type):
5044         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5045         * backend/ev-document-links.c: (ev_document_links_get_type):
5046         * backend/ev-document-security.c: (ev_document_security_get_type):
5047         * backend/ev-document-thumbnails.c:
5048         (ev_document_thumbnails_get_type):
5049         * backend/ev-document.c: (ev_document_get_type):
5050         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5051         * backend/ev-selection.c: (ev_selection_get_type):
5052         * cut-n-paste/recent-files/egg-recent-model.c:
5053         (egg_recent_model_get_type):
5054         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5055         (egg_recent_view_uimanager_get_type):
5056         * cut-n-paste/recent-files/egg-recent-view.c:
5057         (egg_recent_view_get_type):
5058         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5059         (egg_editable_toolbar_get_type):
5060         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5061         (egg_toolbar_editor_get_type):
5062         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5063         (egg_toolbars_model_get_type):
5064         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5065         (egg_tree_multi_drag_source_get_type):
5066         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5067         (ephy_zoom_action_get_type):
5068         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5069         (ephy_zoom_control_get_type):
5070         * impress/r_back.c: (_imp_fill_back):
5071         * properties/ev-properties-main.c:
5072         (ev_properties_plugin_register_type):
5073         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5074         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5075         (ev_view_accessible_factory_get_type):
5076
5077         Reduce relocations. Bug #360616.
5078
5079 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5080
5081         * backend/ev-document-factory.c:
5082         (ev_document_factory_get_document):
5083         
5084         Load document even if extension is wrong.
5085
5086 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5087
5088         * shell/ev-metadata-manager.c: (save_values):
5089         * shell/ev-window.c: (setup_size_from_metadata),
5090         (setup_view_from_metadata), (ev_window_setup_document),
5091         (ev_window_xfer_job_cb), (window_configure_event_cb):
5092         
5093         Set size according to the document size/page size ratio.
5094         That should correct rather wierd behaviour of the previous
5095         commit.
5096
5097 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5098
5099         * shell/ev-window.c: (setup_view_from_metadata):
5100         
5101         Set size for new windows from previous window size.
5102         See bugs #354968 and #168450 for details. Thanks
5103         to Meik Hellmund.
5104
5105 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5106
5107         * djvu/djvu-links.c: (build_tree):
5108
5109         Fix memory leak.
5110
5111 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5112
5113         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5114         
5115         Don't make sidebar close button insensitive. Fixes
5116         bug #357871.
5117
5118 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5119
5120         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5121         (ev_window_set_view_accels_sensitivity):
5122         
5123         Don't enable Slash on documents which don't support
5124         find. Fixes bug #358648.
5125
5126 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5127
5128         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5129         open dialog fall back to the current document uri if the
5130         filechooser hasn't been used before. Fixes bug #356980.
5131
5132 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5133
5134         * shell/ev-window.c: (ev_window_setup_recent), 
5135         (ev_window_get_recent_file_label):
5136
5137         Escape underscores in filenames of recent file items.
5138
5139 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5140
5141         * configure.ac:
5142         
5143         Bumped poppler requirements, really 0.5.3 is very 
5144         buggy, now we require 0.5.4.
5145
5146 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5147
5148         * djvu/Makefile.am:
5149         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5150         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5151         (djvu_document_document_links_iface_init):
5152         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5153         (number_from_string_10), (get_djvu_link_dest),
5154         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5155         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5156         (djvu_links_get_links), (djvu_links_find_link_dest),
5157         (djvu_links_get_links_model):
5158         * djvu/djvu-links.h:
5159         
5160         Add support for links and bookmarks in djvu documents. Thanks
5161         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5162         patch.
5163
5164 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5165
5166         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5167         
5168         Reopen should reload document. Fixes 
5169         bug 327951.
5170
5171 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5172
5173         * configure.ac:
5174         * data/Makefile.am:
5175         * data/evince-16.png:
5176         * data/evince-22.png:
5177         * data/evince.png:
5178         * data/evince.svg:
5179         * data/icons/16x16/Makefile.am:
5180         * data/icons/16x16/evince.png:
5181         * data/icons/22x22/Makefile.am:
5182         * data/icons/22x22/evince.png:
5183         * data/icons/48x48/Makefile.am:
5184         * data/icons/48x48/evince.png:
5185         * data/icons/Makefile.am:
5186         * data/icons/scalable/Makefile.am:
5187         * data/icons/scalable/evince.svg:
5188         
5189         Install icons with correct names. Fixes
5190         bug #354429.
5191
5192 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5193
5194         * shell/ev-view.c: (ev_view_button_release_event):
5195
5196         Don't open links with middle mouse button. Fixes bug #353649
5197
5198 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * NEWS:
5201         * configure.ac:
5202         
5203         Update for release 0.6.0
5204
5205 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5206
5207         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5208         Implement Close named action. Patch by Carlos Garcia Campos.
5209
5210 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5211
5212         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5213         
5214         Don't clear link mapping on copy_job_to_job_info. Fixes
5215         bug 346168.
5216
5217 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5218
5219         * shell/main.c: (main):
5220
5221         Revert my previous commit, gnome_program_init owns the option context.
5222         Fix another memory leak in main. Both caught by Christian Persch. 
5223
5224 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5225
5226         * shell/main.c: (main):
5227
5228         Fix memory leak.
5229
5230 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5231
5232         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5233
5234         Fix crash when opening a pdf with password protection. 
5235
5236 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5237
5238         * pdf/ev-poppler.cc: (pdf_document_search_free):
5239
5240         Fix memory leak. 
5241
5242 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5243
5244         * backend/ev-document-factory.c:
5245         (ev_document_factory_get_document):
5246         * tiff/tiff-document.c: (tiff_document_finalize):
5247         
5248         More correct handling of document loading. Fixes
5249         bug #349043.
5250
5251 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5252
5253         * backend/ev-attachment.c: (ev_attachment_save):
5254
5255         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5256         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5257
5258 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5259         
5260         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5261         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5262
5263 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5264
5265         * shell/ev-sidebar-thumbnails.c:
5266
5267         Do not render thumbnails unless thumbnails page is active in the
5268         sidebar.
5269
5270 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5271
5272         * shell/ev-properties-dialog.c:
5273
5274         Fix dialogue spacing. Bug #351370.
5275
5276 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5277
5278         * configure.ac:
5279
5280         Use lowercase gettext catalog file names (evince.mo
5281         instead of Evince.mo)
5282
5283 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5284
5285         * shell/ev-sidebar-attachments.c:
5286
5287         GtkIconTheme is now screen safe too. Fixes bug #350878
5288
5289 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5290
5291         * shell/ev-window.c:
5292
5293         GtkRecent manager is now screen safe. Fixes bug #350145
5294
5295 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5296
5297         * shell/ev-sidebar.c: (ev_sidebar_init):
5298         
5299         Make sidebar close icon smaller. Fix for bug 350177.
5300         See also bugs 350176 and 165770.
5301
5302 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5303
5304         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5305
5306         Ignore zoom for xyz destinations when it's <= 1, keeping user
5307         preferences instead. Set correct sizing-mode for fith and fitv
5308         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5309
5310 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5311
5312         * NEWS:
5313         * configure.ac:
5314         
5315         Update for release 0.5.5
5316
5317 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5318         
5319         * shell/ev-window.c: (ev_window_cmd_escape)
5320
5321         Escape unfocus page entry. Fixes bug #345809.
5322
5323 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5324
5325         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5326         (build_tree), (pdf_document_links_get_links),
5327         (pdf_document_links_find_link_dest):
5328         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5329         (goto_xyz_dest):
5330
5331         Convert from PDF style coordinates to X style coordinates in the
5332         backend rather than in the view. Fixes bug #338440
5333
5334 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5335
5336         * shell/ev-window.c:
5337         
5338         Remove Ctrl+Shift+T shortcut for toolbars. See
5339         the bug #350098.
5340
5341 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * configure.ac:
5344
5345         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5346         of this. 
5347
5348 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5349
5350         * configure.ac:
5351         * cut-n-paste/Makefile.am:
5352         * data/evince-ui.xml:
5353         * shell/Makefile.am:
5354         * shell/ev-application.[ch]:
5355         * shell/ev-window.c:
5356
5357         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5358         #349273
5359
5360 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5361
5362         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5363         findbar code: s/help/search/
5364
5365 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5366
5367         * shell/ev-window.c: (setup_document_from_metadata),
5368         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5369         (setup_view_from_metadata):
5370         
5371         Fix memory leaks.
5372
5373 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5374
5375         * autogen.sh, configure.ac: 
5376         
5377         Update automake usage. See bug 349292.
5378
5379 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5380
5381         * shell/eggfindbar.c: (egg_find_bar_class_init),
5382         (entry_activate_callback), (egg_find_bar_init),
5383         (egg_find_bar_set_status_text):
5384         * shell/eggfindbar.h:
5385         
5386         Unify Evince findbar with Epiphany. Nice patch
5387         from Fabricio Silva <silva@crans.org> and
5388         Frederic Peters <fpeters@entrouvert.com>. See
5389         bug #339966 for details.
5390
5391 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5392
5393         * data/evince.desktop.in.in:
5394         
5395         Correct information for bugzilla. Thanks to
5396         Olaf Vitters, see bug #348855.
5397
5398 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5399
5400         * shell/ev-jobs.[ch]:
5401         * shell/ev-sidebar-links.c:
5402         * shell/ev-window.[ch]:
5403
5404         GtkPrintJob doesn't support print ranges or current page, so we export
5405         to a ps file now when printing ranges or current page.
5406
5407 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5408
5409         * pdf/ev-poppler.cc:
5410         * shell/ev-window.c: (do_action_named):
5411
5412         We should be more clear about bugzilla. See the
5413         poppler bug #7623.
5414
5415 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5416
5417         * configure.ac:
5418         * shell/Makefile.am:
5419         * shell/ev-job-queue.c:
5420         * shell/ev-jobs.[ch]:
5421         * shell/ev-sidebar-links.c:
5422         * shell/ev-window.[ch]:
5423         
5424         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5425         #348422
5426
5427 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5428
5429         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5430         * shell/ev-application-service.xml:
5431         * shell/ev-application.[ch]:
5432         * shell/ev-jobs.[ch]:
5433         * shell/ev-window.[ch]: (ev_window_run_preview):
5434         * shell/main.c: 
5435
5436         Add preview mode to use evince as a printing previewer. It also adds
5437         other command line options for fullscreen and presentation modes.
5438         Fixes bugs #347822, #317031
5439
5440 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5441
5442         * NEWS:
5443         * configure.ac:
5444         
5445         Update for release 0.5.4
5446
5447 2006-07-11  Bastien Nocera <hadess@hadess.net>
5448
5449         * Makefile.am:
5450         * backend/Makefile.am:
5451         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5452         * backend/ev-document-factory.h:
5453         * configure.ac:
5454         * impress/.cvsignore:
5455         * impress/Makefile.am:
5456         * impress/common.h:
5457         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5458         (imp_get_page), (imp_next_page), (imp_prev_page),
5459         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5460         * impress/f_oasis.c: (render_object), (render_page),
5461         (get_geometry), (_imp_oasis_load):
5462         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5463         (_imp_oo13_load):
5464         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5465         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5466         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5467         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5468         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5469         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5470         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5471         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5472         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5473         (iks_new_within), (iks_insert), (iks_insert_cdata),
5474         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5475         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5476         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5477         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5478         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5479         (iks_cdata), (iks_cdata_size), (iks_has_children),
5480         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5481         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5482         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5483         (iks_tree), (iks_load), (iks_save):
5484         * impress/iksemel.h:
5485         * impress/imposter.h:
5486         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5487         (imp_render_draw_bezier_real), (imp_render_get_size),
5488         (imp_render_set_fg_color), (imp_render_draw_line),
5489         (imp_render_draw_rect), (imp_render_draw_polygon),
5490         (imp_render_draw_arc), (imp_render_draw_bezier),
5491         (imp_render_open_image), (imp_render_get_image_size),
5492         (imp_render_scale_image), (imp_render_draw_image),
5493         (imp_render_close_image), (imp_render_markup),
5494         (imp_render_get_text_size), (imp_render_draw_text),
5495         (impress_document_load), (impress_document_save),
5496         (impress_document_get_n_pages), (impress_document_get_page_size),
5497         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5498         (impress_document_finalize), (impress_document_class_init),
5499         (impress_document_can_get_text), (impress_document_get_info),
5500         (impress_document_document_iface_init),
5501         (impress_document_thumbnails_get_thumbnail),
5502         (impress_document_thumbnails_get_dimensions),
5503         (impress_document_document_thumbnails_iface_init),
5504         (impress_document_init):
5505         * impress/impress-document.h:
5506         * impress/internal.h:
5507         * impress/r_back.c: (_imp_fill_back):
5508         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5509         (_imp_draw_image), (_imp_tile_image):
5510         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5511         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5512         (r_polyline):
5513         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5514         (r_draw_gradient_complex), (r_draw_gradient):
5515         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5516         (r_get_bullet):
5517         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5518         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5519         (r_text):
5520         * impress/render.c: (imp_create_context), (imp_context_set_page),
5521         (imp_context_set_step), (imp_render), (imp_delete_context):
5522         * impress/render.h:
5523         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5524         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5525         (zip_load_xml), (zip_get_size), (zip_load):
5526         * impress/zip.h:
5527         * shell/ev-utils.c:
5528         
5529         New backend to support impress slides. Fixes bug #30867.
5530
5531 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5532
5533         * shell/ev-utils.c: (using_postscript_printer):
5534         
5535         Fixes crash when print using PAPI backend,
5536         bug #345012.
5537
5538 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5539
5540         * shell/ev-jobs.c: (ev_job_xfer_run):
5541         * shell/ev-window.c: (password_dialog_response),
5542         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5543         (ev_window_dispose):
5544         Fixes bug #344160: if the xfer job doesn't complete
5545         because a password is required, reload the existing
5546         instance instead of creating a new one.
5547
5548 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5549
5550         * shell/main.c: (main): Call gdk_threads_init. Thus
5551         we'll avoid errors in auth dialog. Fix for the bug
5552         #343347.
5553
5554 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5555
5556         * configure.ac: Advertise pixbuf support, fix
5557         for the bug 343317.
5558
5559 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5560
5561         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5562         (ev_sidebar_thumbnails_set_document):
5563         
5564         Update sidebar thumbnails after reloading.
5565
5566 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5569         * shell/ev-jobs.h:
5570         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5571         (ev_window_cmd_view_reload), (ev_window_init):
5572         
5573         Don't crash on reload. Fix for the bug #343167.
5574
5575 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5576
5577         * shell/ev-jobs.c: (ev_job_render_run):
5578         
5579         Check for document links.
5580
5581 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5582
5583         * backend/ev-attachment.c: (ev_attachment_save),
5584         (ev_attachment_launch_app), (ev_attachment_open):
5585         * backend/ev-document-factory.c: (get_document_from_uri):
5586         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5587         (egg_recent_view_uimanager_set_list):
5588         * ps/ps-document.c: (check_filecompressed), (document_load),
5589         (ps_document_load):
5590         * shell/ev-metadata-manager.c: (load_values):
5591         * shell/ev-password.c: (ev_password_dialog_set_property):
5592         * shell/ev-view.c: (tip_from_link):
5593         * shell/ev-window.c: (file_save_dialog_response_cb),
5594         (ev_window_print_dialog_response_cb):
5595         
5596         Use consistent quoting style. Fix for the bug #320285.
5597
5598 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5599
5600         * shell/ev-jobs.c: (ev_job_xfer_run):
5601         * shell/main.c: (load_files):
5602                 
5603         Open links with anchors. Fix for the bug #339836.
5604
5605 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5606
5607         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5608         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5609         (ev_link_dest_set_property), (ev_link_dest_finalize),
5610         (ev_link_dest_class_init), (ev_link_dest_new_named),
5611         (ev_link_dest_new_page_label):
5612         * backend/ev-link-dest.h:
5613         * shell/ev-application.c: (ev_application_open_uri):
5614         * shell/ev-view.c: (goto_dest):
5615         * shell/ev-window.c:
5616         * shell/ev-window.h:
5617         
5618         Fix page-label command line option. Bug #342070.
5619
5620 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5621
5622         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5623         
5624         Don't show highlight rects if page can't be showed. Fix for 
5625         the bug #342076
5626
5627 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5628
5629         * shell/ev-window.c: (setup_sidebar_from_metadata),
5630         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5631         
5632         Setup sidebar from metadata even if there is no document
5633         loaded. Fix for the bug #342807.
5634
5635 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5636
5637         * cut-n-paste/toolbar-editor/Makefile.am:
5638         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5639         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5640         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5641         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5642         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5643         (popup_context_menu_cb), (button_press_event_cb),
5644         (configure_item_sensitivity), (configure_item_cursor),
5645         (configure_item_tooltip), (connect_widget_signals),
5646         (action_sensitive_cb), (create_item_from_action),
5647         (create_item_from_position), (toolbar_drag_data_received_cb),
5648         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5649         (toolbar_drag_leave_cb), (configure_drag_dest),
5650         (toggled_visibility_cb), (toolbar_visibility_refresh),
5651         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5652         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5653         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5654         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5655         (egg_editable_toolbar_dispose),
5656         (egg_editable_toolbar_set_ui_manager),
5657         (egg_editable_toolbar_get_selected),
5658         (egg_editable_toolbar_set_selected), (set_edit_mode),
5659         (egg_editable_toolbar_set_property),
5660         (egg_editable_toolbar_get_property),
5661         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5662         (egg_editable_toolbar_new_with_model),
5663         (egg_editable_toolbar_get_edit_mode),
5664         (egg_editable_toolbar_set_edit_mode),
5665         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5666         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5667         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5668         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5669         (item_added_or_removed_cb), (toolbar_removed_cb),
5670         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5671         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5672         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5673         (editor_create_item_from_name), (append_table),
5674         (update_editor_sheet), (egg_toolbar_editor_init):
5675         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5676         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5677         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5678         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5679         (toolbar_node_free), (egg_toolbars_model_get_flags),
5680         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5681         (egg_toolbars_model_get_name), (impl_add_item),
5682         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5683         (parse_data_list), (parse_item_list), (parse_toolbars),
5684         (egg_toolbars_model_load_toolbars), (parse_available_list),
5685         (parse_names), (egg_toolbars_model_load_names),
5686         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5687         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5688         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5689         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5690         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5691         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5692         (egg_toolbars_model_set_types), (fill_avail_array),
5693         (egg_toolbars_model_get_name_avail),
5694         (egg_toolbars_model_get_name_flags),
5695         (egg_toolbars_model_set_name_flags):
5696         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5697         * cut-n-paste/toolbar-editor/eggintl.h:
5698         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5699         (egg_tree_multi_drag_source_get_type),
5700         (egg_tree_multi_drag_source_row_draggable),
5701         (egg_tree_multi_drag_source_drag_data_delete),
5702         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5703         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5704         (path_list_free), (set_context_data), (get_context_data),
5705         (get_info), (egg_tree_multi_drag_drag_data_get),
5706         (egg_tree_multi_drag_motion_event),
5707         (egg_tree_multi_drag_button_press_event),
5708         (egg_tree_multi_drag_add_drag_support):
5709         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5710         * shell/ev-application.c: (ev_application_init),
5711         (ev_application_save_toolbars_model):
5712         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5713         (ev_window_cmd_edit_toolbar), (ev_window_init):
5714         
5715         Sync toolbareditor with epiphany and libegg
5716
5717 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5718
5719         * configure.ac: 
5720
5721         Depend on poppler 0.5.2
5722
5723 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5724
5725         * shell/ev-jobs.c: (ev_job_render_run):
5726         
5727         Check if document supports links iterface.
5728
5729 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5730
5731         * NEWS:
5732         * configure.ac:
5733         
5734         Update for release 0.5.3
5735
5736 2006-05-13  Michael Plump  <plumpy@skylab.org>
5737
5738         * configure.ac:
5739         * shell/Makefile.am:
5740         * shell/main.c: (main):
5741         
5742         Port to GOption command line parsing. Fix for the 
5743         bug #327518
5744
5745 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5746
5747         * shell/ev-window.c: (ev_window_cmd_help_about):
5748         
5749         Do not wrap license. Fix for the bug #309460.
5750
5751 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5752
5753         * configure.ac:
5754         * properties/ev-properties-main.c: (ev_properties_get_pages):
5755         * shell/ev-application.c: (ev_application_open_window),
5756         (ev_application_open_uri_at_dest):
5757         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5758         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5759         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5760         * shell/ev-utils.c: (save_print_config_to_file):
5761         * shell/ev-window.c: (ev_window_cmd_save_as),
5762         (ev_attachment_popup_cmd_save_attachment_as):
5763         * shell/main.c: (load_files_remote):
5764         
5765         Bump requirements to gtk 2.8 and drop all ifdefs used.
5766
5767 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5768
5769         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5770         * shell/ev-window.c: (ev_window_init):
5771         
5772         Show attachments page.
5773
5774 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5775
5776         * po/POTFILES.in:
5777         * shell/ev-attachment-bar.c:
5778         * shell/ev-attachment-bar.h:
5779         * shell/ev-sidebar-attachments.c:
5780         (ev_sidebar_attachments_icon_cache_add),
5781         (icon_theme_get_pixbuf_from_mime_type),
5782         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5783         (ev_sidebar_attachments_icon_cache_refresh),
5784         (ev_sidebar_attachments_get_attachment_at_pos),
5785         (ev_sidebar_attachments_popup_menu_show),
5786         (ev_sidebar_attachments_popup_menu),
5787         (ev_sidebar_attachments_button_press),
5788         (ev_sidebar_attachments_update_icons),
5789         (ev_sidebar_attachments_drag_data_get),
5790         (ev_sidebar_attachments_get_property),
5791         (ev_sidebar_attachments_destroy),
5792         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5793         (ev_sidebar_attachments_new),
5794         (ev_sidebar_attachments_set_document),
5795         (ev_sidebar_attachments_support_document),
5796         (ev_sidebar_attachments_get_label),
5797         (ev_sidebar_attachments_page_iface_init):
5798         * shell/ev-sidebar-attachments.h:
5799         * shell/ev-window.c: (update_chrome_visibility),
5800         (setup_sidebar_from_metadata), (ev_window_setup_document),
5801         (ev_window_sidebar_current_page_changed_cb),
5802         (attachment_bar_menu_popup_cb), (ev_window_init):
5803         
5804         Move attachments bar to sidebar.
5805
5806 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5807
5808         * pdf/ev-poppler.cc:
5809         * shell/ev-application.[ch]:
5810         * shell/main.c:
5811
5812         Fix some memory leaks.
5813
5814 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5815
5816         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5817
5818         Change the properties dialog response to
5819         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5820         will make the dialog go away when the user presses
5821         enter. With gtk+ >= 2.9 this will happen anyway, but for
5822         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5823         escape by default. Fixes bug #340539. See also bug
5824         #101293 for the gtk+ part.
5825
5826 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5827
5828         * shell/ev-view.c (tip_from_action_named): Replace some strings
5829         that were wrong. Closes #340970.
5830
5831 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5834
5835         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5836         #341049
5837
5838 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5839
5840         * djvu/Makefile.am:
5841         * dvi/Makefile.am:
5842         * dvi/mdvi-lib/Makefile.am:
5843         * properties/Makefile.am:
5844         * ps/Makefile.am:
5845         * shell/Makefile.am:
5846         * thumbnailer/Makefile.am:
5847         
5848         Due to broken libtool that is unable to track dependencies
5849         of noinst libraries we are forced to explicitely point
5850         libraries for binary. Fix for the bug #333334.
5851
5852 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5853
5854         * data/evince.desktop.in.in:
5855         * shell/ev-view.c: (view_update_range_and_current_page),
5856         (ev_view_next_page), (ev_view_previous_page):
5857         * shell/ev-window.c: (update_chrome_visibility),
5858         (setup_sidebar_from_metadata), (ev_window_setup_document),
5859         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5860         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5861         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5862         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5863         (ev_window_stop_presentation), (ev_window_focus_in_event),
5864         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5865         (ev_window_init):
5866         * thumbnailer/Makefile.am:
5867         
5868         Update fullscreen and presentation timeout handling. Hide
5869         cursor in presentation after timeout. Fix for the bugs
5870         #136359 and #336981.
5871
5872 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5873
5874         * backend/ev-link-action.[ch]:
5875         * pdf/ev-poppler.cc: (ev_link_from_action):
5876         * shell/ev-view-private.h:
5877         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5878         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5879
5880         Add support for Named Action links
5881
5882 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5883
5884         * backend/Makefile.am:
5885         * backend/ev-document-links.[ch]:
5886         * backend/ev-document.[ch]:
5887         * backend/ev-link-action.[ch]:
5888         * backend/ev-link-dest.[ch]:
5889         * backend/ev-link.[ch]:
5890         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5891         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5892         * shell/ev-page-action.c: (build_new_tree_cb):
5893         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5894         (links_page_num_func), (update_page_callback):
5895         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5896         (tip_from_link):
5897         * shell/ev-jobs.c:
5898         * shell/ev-window.[ch]: (ev_window_open_uri),
5899         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5900         * shell/ev-application.[ch]: (ev_application_open_window),
5901         (ev_application_open_uri):
5902
5903         Rework links system, it adds support for remote links now and it makes
5904         easier to add new kinds of actions and destinations. Fixes bug #317292
5905
5906 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5907
5908         * data/Makefile.am:
5909         * data/evince.png:
5910         * data/evince-16.png:
5911         * data/evince-22.png:
5912         * data/evince.svg:
5913         * shell/main.c: (main):
5914         
5915         Evince use it's own icon. Fix for the bug #313392.
5916
5917         * shell/ev-window.c: (fullscreen_timeout_cb),
5918         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5919         (ev_window_cmd_help_about), (ev_window_dispose):
5920         
5921         Simplify fullscreen timeout code.
5922
5923 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5924
5925         * backend/ev-attachment.c: 
5926         * shell/ev-attachment-bar.c:
5927         * shell/ev-window.c:
5928
5929         Allow multiple selection of attachments
5930
5931 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5932
5933         * shell/ev-view.c: (view_update_range_and_current_page),
5934         (ev_view_scroll):
5935         
5936         Fix for the bug #312573 – Optimal selection of current 
5937         page among visible pages.
5938
5939 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5940
5941         * configure.ac:
5942         * djvu/Makefile.am:
5943         * djvu/djvu-text.h:
5944         
5945         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5946         for the bug 339868.
5947
5948 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5949
5950         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5951
5952 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5953
5954         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5955         dictated by the GNOME HIG. Fixes bug #339235.
5956
5957 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5958
5959         * data/evince-ui.xml:
5960         * shell/ev-view.c: (ev_view_can_find_previous):
5961         * shell/ev-view.h:
5962         * shell/ev-window.c: (ev_window_update_actions),
5963         (ev_window_cmd_edit_find_previous):
5964
5965         Add support for "Find Previous" as dictated by the GNOME HIG. A
5966         menu item is added and some glue code to make it all work is added
5967         to various files.
5968
5969 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5970
5971         * configure.ac: Award myself the "useless use of cat" award.
5972
5973 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5974
5975         * po/LINGUAS: New file listing all supported languages.
5976
5977         * configure.in: Use po/LINGUAS instead of including all languages
5978         directly in this file. See the wiki for more information:
5979         http://live.gnome.org/GnomeGoals/PoLinguas
5980
5981 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5982
5983         * backend/ev-document-factory.c:
5984
5985         Do not load the document twice when there isn't errors
5986
5987 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5988
5989         * backend/ev-attachment.c: 
5990
5991         Fix a crash when there isn't a default application to open an
5992         attachment
5993
5994 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5995
5996         * backend/ev-attachment.[ch]:
5997         * shell/ev-attachment-bar.[ch]:
5998
5999         Added missing files. 
6000
6001 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6002
6003         * backend/Makefile.am:
6004         * data/evince-ui.xml:
6005         * backend/ev-attachment.[ch]:
6006         * backend/ev-document.[ch]: (ev_document_has_attachments),
6007         (ev_document_get_attachments):
6008         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6009         (attachment_save_to_buffer), (pdf_document_get_attachments),
6010         (pdf_document_document_iface_init):
6011         * shell/Makefile.am:
6012         * shell/ev-attachment-bar.[ch]:
6013         * shell/ev-window.c:
6014
6015         Add support for PDF attachments. Fixes bug #325143
6016
6017 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6018
6019         * backend/ev-document-factory.c: (get_document_from_uri),
6020         (ev_document_factory_get_document):
6021         * backend/ev-document-factory.h:
6022         * properties/ev-properties-main.c: (ev_properties_get_pages):
6023         * shell/Makefile.am:
6024         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6025         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6026         (ev_job_queue_remove_job):
6027         * shell/ev-job-queue.h:
6028         * shell/ev-job-xfer.c:
6029         * shell/ev-job-xfer.h:
6030         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6031         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6032         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6033         (ev_job_xfer_run):
6034         * shell/ev-jobs.h:
6035         * shell/ev-window.c: (ev_window_is_empty),
6036         (password_dialog_response), (ev_window_clear_xfer_job),
6037         (ev_window_xfer_job_cb), (ev_window_open_uri),
6038         (ev_window_cmd_focus_page_selector),
6039         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6040         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6041         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6042         (ev_window_dispose):
6043         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6044         
6045         * Cleanup mime type detection on document load. Fix for the
6046         bug #336448.
6047
6048 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6049
6050         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6051         
6052         Fix crash on exit, described in the bug #336825.
6053
6054 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6055
6056         * backend/ev-document-factory.c:
6057         (ev_document_factory_get_from_mime),
6058         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6059         (ev_document_factory_get_document),
6060         (file_filter_add_mime_list_and_free),
6061         (ev_document_factory_add_filters):
6062         * backend/ev-document-factory.h:
6063         * properties/ev-properties-main.c: (ev_properties_get_pages):
6064         * shell/Makefile.am:
6065         * shell/ev-application.c:
6066         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6067         * shell/ev-window.c: (ev_window_cmd_file_open),
6068         (ev_window_cmd_save_as):
6069         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6070         
6071         Rework factory functions so they are placed now in a single 
6072         file ev-document-factory.c
6073
6074 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6075
6076         * shell/ev-window.c: (update_chrome_visibility):
6077         
6078         Fix for the bug 166566 - don't show menubar in fullscreen
6079         mode.
6080
6081 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6082
6083         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6084
6085 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * shell/ev-view.c: (ev_view_expose_event):
6088         
6089         More correctly draw loading text when document
6090         is empty.
6091
6092 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6093
6094         * shell/ev-view.c: (ev_view_scroll):
6095         
6096         Fix for the bug #334854, page down and page up switch
6097         pages in presentation mode.
6098
6099 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6100
6101         * shell/ev-window.c: (ev_window_set_action_sensitive),
6102         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6103         (ev_window_set_view_accels_sensitivity),
6104         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6105         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6106         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6107         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6108         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6109         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6110         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6111         (view_actions_focus_in_cb), (ev_window_init):
6112         
6113         Fix for the bug #333902, now it's possible to search
6114         words with slash.
6115
6116 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6117
6118         * configure.ac: Added Breton translation.
6119         * po/br.po: Added Breton translation.
6120
6121 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6122
6123         * shell/ev-window-title (ev_window_title_update):
6124
6125         Fix memory leak in window title. Fixes bug #333944
6126
6127 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6128
6129         * shell/ev-metadata-manager.c (parseItem):
6130
6131         Fix memory leaks. Fixes bug #333945
6132
6133 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6134         
6135         * NEWS, configure.ac, TODO:
6136         
6137         Update for release 0.5.2.
6138
6139 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6140
6141         * shell/ev-view.c: (view_update_range_and_current_page),
6142         (page_changed_cb):
6143         
6144         Don't jump on scrolling, fix for the bug #333127.
6145
6146 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6147
6148         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6149         
6150         Scroll by one page in presentation mode. Fix for the bug
6151         #332993.
6152
6153 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6154
6155         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6156
6157 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6158
6159         * configure.ac  Added lv in ALL_LINGUAS line.
6160
6161 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6162         
6163         * NEWS, configure.ac:
6164         
6165         Update for release 0.5.1
6166
6167 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6168
6169         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6170         * backend/ev-document-misc.h:
6171         * shell/ev-view.c: (draw_one_page):
6172         
6173          Clairfy what page the toolbar page number applies to. Fix
6174          for the bug #328102.
6175
6176 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6177
6178         * shell/ev-view-private.h:
6179         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6180         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6181         (ev_view_search_changed):
6182         * shell/ev-view.h:
6183         * shell/ev-window.c: (find_bar_search_changed_cb):
6184         
6185         Dont't jump to find result if window was scrolled during search.
6186         Fix for the bug #313266.
6187
6188 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6189
6190         * shell/eggfindbar.c: (egg_find_bar_class_init):
6191         * shell/eggfindbar.h:
6192         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6193         * shell/ev-view-private.h:
6194         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6195         (ev_view_class_init), (ev_sizing_mode_get_type),
6196         (ev_scroll_type_get_type):
6197         * shell/ev-view.h:
6198         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6199         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6200         (ev_window_init):
6201         
6202         Fix for the bug 319133 - Find entry should allow text scroll.
6203
6204 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6205
6206         * shell/ev-view-private.h:
6207         * shell/ev-view.c: (view_update_range_and_current_page),
6208         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6209         (ev_view_set_document), (update_find_status_message),
6210         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6211         (ev_view_find_previous):
6212         
6213         Fix for the bug #319137. Search now takes account for scrolling.
6214
6215 2006-02-19  Michael Hofmann <mh21@piware.de>
6216
6217         * configure.ac:
6218         * djvu/Makefile.am:
6219         * djvu/djvu-document-private.h:
6220         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6221         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6222         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6223         (djvu_document_can_get_text), (djvu_document_get_text),
6224         (djvu_document_document_iface_init),
6225         (djvu_document_thumbnails_get_thumbnail),
6226         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6227         (djvu_document_find_get_result),
6228         (djvu_document_find_page_has_results),
6229         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6230         (djvu_document_find_iface_init):
6231         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6232         (djvu_text_page_selection), (djvu_text_page_limits_process),
6233         (djvu_text_page_limits), (djvu_text_page_copy),
6234         (djvu_text_page_position), (djvu_text_page_union),
6235         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6236         (djvu_text_page_box), (djvu_text_page_append_text),
6237         (djvu_text_page_search), (djvu_text_page_prepare_search),
6238         (djvu_text_page_new), (djvu_text_page_free):
6239         * djvu/djvu-text-page.h:
6240         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6241         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6242         (djvu_text_n_results), (djvu_text_has_results),
6243         (djvu_text_get_result), (djvu_text_get_progress):
6244         * djvu/djvu-text.h:
6245         
6246         Text search in djvu. Fix for the bug #303415.
6247
6248 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6249
6250         * configure.ac:
6251         * shell/ev-window.c: (ev_window_cmd_save_as):
6252         
6253         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6254         Thanks to Gary Coady <gary@lyranthe.org>
6255
6256 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6257
6258         * shell/ev-print-job.c: (idle_print_handler):
6259         
6260         Inverse order printing, bug #320919.
6261
6262 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6263
6264         * data/evince-toolbar.xml:
6265         * shell/ev-window.c:
6266         
6267         Allow to add sidebar checkbutton on toolbar. Fix
6268         for the bug #144577.
6269
6270 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6273         
6274         Add checks that have sense for empty ps document.
6275
6276 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6277
6278         * configure.ac: Include PS in mime types list. 
6279
6280 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6281
6282         * configure.ac:
6283         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6284         * ps/gsdefaults.h:
6285         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6286         
6287         Runtime check for gs interpreter. Fix for the bug #320868.
6288         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6289
6290 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6291
6292         * shell/ev-application.c: 
6293
6294         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6295         dbus>=0.60, so that the request is not queued. 
6296
6297 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * configure.ac:
6300         * shell/Makefile.am:
6301         * shell/ev-sidebar-links.c: (print_section_cb):
6302         * shell/ev-utils.c:
6303         * shell/ev-utils.h:
6304         * shell/ev-window.c: (update_action_sensitivity),
6305         (ev_window_close_dialogs), (ev_window_print):
6306         * shell/ev-window.h:
6307         
6308         Make printing support optional. Patch from Eduardo de Barros Lima
6309         <eduardo.lima@indt.org.br> for the bug #330546.
6310
6311 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6312
6313         * shell/ev-view-private.h:
6314         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6315         (ev_view_set_document):
6316         * shell/ev-view.h:
6317         * shell/ev-window.c: (ev_window_load_job_cb),
6318         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6319         (ev_window_init):
6320
6321         Draw Loading message during xfer job. Fix for the bug #329495.
6322
6323 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6324
6325         * comics/comics-document.c: (comics_regex_quote),
6326         (comics_document_load), (extract_argv):
6327         
6328         Correcly quote regexp before passing it to unzip.
6329
6330 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332         * shell/ev-page-cache.c: (build_height_to_page),
6333         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6334         (ev_page_cache_get_dual_even_left):
6335         * shell/ev-page-cache.h:
6336         * shell/ev-view.c: (view_update_range_and_current_page),
6337         (get_page_y_offset), (get_page_extents):
6338         
6339         Place even pages to the left if document has less then
6340         two pages. Fix for the bug #328856.
6341
6342 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6343
6344         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6345         
6346         Correct comics scheme. This make evince create thumbnails
6347         for comic books. Fix for the bug 329088.
6348
6349 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6350
6351         * data/evince-password.glade: Don't explicitly set
6352         invisible_char to the current default value in case
6353         the default changes; let GTK+ do its magic.
6354
6355 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6358         real filename to tmp filename since often document
6359         type is determined by extension.
6360
6361 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6362
6363         * shell/ev-view.c: (add_scroll_binding_keypad),
6364         (ev_view_binding_activated), (ev_view_class_init):
6365         
6366         Add keybindings for percision-scrolling of display area. 
6367         Fix for the bug #314072.
6368
6369 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6370
6371         * data/evince.desktop.in.in:
6372         
6373         Add GTK to the list of categories. Fix for the bug #328034.
6374
6375 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6376
6377         * shell/ev-application.c: (ev_application_shutdown),
6378         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6379         * shell/ev-application.h:
6380         * shell/ev-window.c: (file_open_dialog_response_cb),
6381         (ev_window_cmd_file_open):
6382         
6383         Save last uri in file chooser dialog. Fix for the bug #327950.
6384
6385 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * NEWS:
6388         * README:
6389         
6390         Final update for release 0.5.0
6391         
6392         * shell/Makefile.am:
6393         
6394         Remove disable deprecated until we'll require libgnome-2.13.7
6395         and port to GOption argument parsing. See bug 327518.
6396
6397 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6398
6399         * comics/comics-document.c: (comics_document_save):
6400         * djvu/djvu-document.c: (djvu_document_save):
6401         * dvi/dvi-document.c: (dvi_document_save):
6402         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6403         * lib/ev-file-helpers.h:
6404         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6405         * tiff/tiff-document.c: (tiff_document_save):
6406         
6407         Use common save function for backends.
6408
6409 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6410
6411         * backend/ev-document-types.c:
6412         
6413         Fix crash on saving pixbuf.
6414
6415 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6416
6417         * cut-n-paste/recent-files/egg-recent-item.c:
6418         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6419         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6420         (parse_info_free), (valid_element), (start_element_handler),
6421         (end_element_handler), (text_handler), (egg_recent_model_filter),
6422         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6423         (egg_recent_model_monitor), (egg_recent_model_read),
6424         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6425         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6426         (egg_recent_model_set_property), (egg_recent_model_class_init),
6427         (egg_recent_model_init), (egg_recent_model_add_full),
6428         (egg_recent_model_delete), (egg_recent_model_get_list),
6429         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6430         (egg_recent_model_set_filter_mime_types),
6431         (egg_recent_model_clear_group_filter),
6432         (egg_recent_model_set_filter_groups),
6433         (egg_recent_model_clear_scheme_filter),
6434         (egg_recent_model_set_filter_uri_schemes),
6435         (egg_recent_model_remove_expired):
6436         * cut-n-paste/recent-files/egg-recent-util.c:
6437         (egg_recent_util_get_icon):
6438         * cut-n-paste/recent-files/egg-recent-util.h:
6439         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6440         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6441         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6442         (egg_recent_view_uimanager_set_property),
6443         (egg_recent_view_uimanager_get_property),
6444         (egg_recent_view_uimanager_class_init),
6445         (egg_recent_view_uimanager_init),
6446         (egg_recent_view_uimanager_set_label_width),
6447         (egg_recent_view_uimanager_get_label_width):
6448         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6449         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6450         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6451         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6452         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6453         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6454         
6455         Update from libegg.
6456
6457 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6458
6459         * shell/ev-page-cache.c: (build_height_to_page),
6460         (ev_page_cache_get_height_to_page):
6461         * shell/ev-page-cache.h:
6462         * shell/ev-view.c: (view_update_range_and_current_page),
6463         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6464         (ev_view_previous_page):
6465         
6466         Dual mode places even pages to the left. Fix for the bug #309393.
6467
6468         * shell/ev-view.h:
6469         * shell/ev-window.c: (update_action_sensitivity),
6470         (setup_view_from_metadata), (view_menu_popup_cb):
6471         
6472         Don't restore presentation in empty windows, more intelligent
6473         next page behaviour in dual mode.
6474
6475         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6476         (ev_pixbuf_cache_clear_job_sizes):
6477         
6478         Cleanup job callback on removal. Fix for the bug #325886.
6479
6480 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6481
6482         * ps/ps.c: (psscan):
6483         
6484         Commit workaround Mozilla problem. Fix for the bug #325919
6485         
6486         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6487         (save_item):
6488         
6489         Fix for year 2038 problem.
6490
6491 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6492
6493         * shell/ev-window.c: (setup_document_from_metadata),
6494         (ev_window_cmd_view_reload):
6495
6496         Clamp page recieved from metadata in valid values. Fix
6497         for the bug #325986.
6498
6499 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6500
6501         * MAINTAINERS: 
6502         Add MAINTAINERS as requested on desktop-devel-list.
6503
6504 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6505
6506         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6507         (mime_type_supported_by_gdk_pixbuf),
6508         (ev_document_factory_get_mime_types),
6509         (ev_document_factory_get_all_mime_types):
6510         
6511         Don't add pixbuf mime types if pixbuf backend is disabled.
6512         
6513         * shell/ev-application.c: (ev_application_get_uri_window):
6514         
6515         Fix for the bug 325815 - unhandled MIME type message doesn't 
6516         appear a second time. 
6517         
6518         * shell/ev-document-types.c: (ev_document_types_add_filters):
6519         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6520         (password_dialog_response), (ev_window_popup_password_dialog),
6521         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6522         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6523         (ev_window_run_presentation), (ev_window_stop_presentation),
6524         (save_sizing_mode), (ev_window_zoom_changed_cb),
6525         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6526         (ev_window_dual_mode_changed_cb),
6527         (ev_window_sidebar_current_page_changed_cb),
6528         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6529         (window_state_event_cb), (window_configure_event_cb):
6530         
6531         Cleanup additional uris holded by EvWindow.
6532
6533 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6534
6535         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6536         (ev_view_can_previous_page), (ev_view_can_next_page):
6537         * shell/ev-view.h:
6538         * shell/ev-window.c: (update_action_sensitivity):
6539         
6540         Two page scrolling with Space and PageUp in dual mode. Second fix 
6541         for the bug #316608.
6542
6543 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6544
6545         * shell/ev-view.c: (scroll_to_current_page):
6546         
6547         Correctly clamp adjustment value. Fix for the bug
6548         #325808.
6549
6550 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6551
6552         * shell/ev-sidebar-links.c: (print_section_cb):
6553         * shell/ev-window.c: (ev_window_get_uri),
6554         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6555         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6556         (ev_window_dispose):
6557         
6558         Make print dialog non-modal. Fix for the bug #325622.
6559
6560 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6561
6562         * shell/ev-metadata-manager.c:
6563         * shell/ev-utils.c: (using_pdf_printer),
6564         (using_postscript_printer), (load_print_config_from_file),
6565         (save_print_config_to_file):
6566         * shell/ev-utils.h:
6567         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6568         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6569         (setup_view_from_metadata), (ev_window_setup_document),
6570         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6571         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6572         (ev_window_run_presentation), (ev_window_stop_presentation),
6573         (save_sizing_mode), (ev_window_zoom_changed_cb),
6574         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6575         (ev_window_dual_mode_changed_cb),
6576         (ev_window_sidebar_current_page_changed_cb),
6577         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6578         (window_state_event_cb), (window_configure_event_cb),
6579         (ev_window_init):
6580         
6581         Setting saving behaviour fixes.
6582
6583 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6584
6585         * configure.ac:
6586         
6587         Make antialiasing gs options better and allow
6588         to change them during configure. Fix for the 
6589         bug #319049.
6590
6591 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6592
6593         * shell/ev-window.c: (setup_view_from_metadata):
6594         
6595         Remember if last window was maximized. Fix for the
6596         bug #323797.
6597
6598 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6599
6600         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6601
6602 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6603
6604         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6605         * shell/ev-page-action.c: (build_new_tree_cb):
6606         * shell/ev-sidebar-links.c: (links_page_num_func),
6607         (update_page_callback_foreach), (update_page_callback):
6608         * shell/ev-view.c: (scroll_to_current_page):
6609         
6610         Fix for the bug #325067 with more intelligent selection
6611         of current link in sidebar. Make sidebar handle links
6612         of FITR-like type more correctly.
6613
6614         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6615         (dvi_pixbuf_put_pixel):
6616         
6617         Fix memory consumtion with disabled alpha channel.
6618
6619 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6620
6621         * data/evince-ui.xml:
6622         * shell/ev-window.c: (view_menu_popup_cb),
6623         (ev_popup_cmd_open_link), (ev_window_init):
6624         
6625         Update context menu for internal links. Fix for the bug
6626         #325066.
6627
6628 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6629
6630         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6631         
6632         Bind context menu to keyboard also. Fix for the bug
6633         #325065.
6634
6635 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6636
6637         * shell/ev-view.c: (selection_scroll_timeout_cb):
6638         
6639         Horizontal scroll on selection also.
6640
6641 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6642
6643         * shell/ev-metadata-manager.c: (parse_value):
6644         * shell/ev-view.c: (goto_xyz_link):
6645         
6646         Correct zoom setup and metadata save broken in 
6647         some locales.
6648
6649 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6650
6651         * shell/ev-view-private.h:
6652         * shell/ev-view.c: (scroll_to_current_page),
6653         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6654         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6655         (page_changed_cb), (ev_view_set_continuous),
6656         (ev_view_set_dual_page), (ev_view_set_presentation):
6657         
6658         Delay scroll until allocation to correctly position page. Fix
6659         for the bug #317334.
6660
6661 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6662
6663         * NEWS:
6664         * configure.ac:
6665         
6666         Update NEWS and require poppler 0.5.0.
6667
6668 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6669         
6670         * data/evince-ui.xml:
6671         * shell/ev-view-private.h:
6672         * shell/ev-view.c: (ev_view_get_link_at_location),
6673         (handle_link_over_xy), (ev_view_button_press_event),
6674         (ev_view_button_release_event), (ev_view_class_init):
6675         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6676         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6677         (ev_window_init):
6678         
6679         Implement right-click context menu.
6680
6681 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6682
6683         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6684         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6685         (mdvi_pixbuf_device_render):
6686         * pdf/ev-poppler.cc:
6687
6688         Don't generate thumbnails with alpha. See bug #324077.
6689         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6690
6691 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6692
6693         * shell/ev-window.c: (setup_chrome_from_metadata):
6694         
6695         Fix typo that was hiding toolbar.
6696
6697 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6698
6699         * shell/ev-view-private.h:
6700         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6701         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6702         (ev_view_button_release_event), (ev_view_destroy):
6703         
6704         Small cleanup and autoscrolling during selection. Thanks to 
6705         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6706
6707 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6708
6709         * configure.ac:
6710         
6711         Correctly check for comics option.
6712
6713 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6714         * Makefile.am:
6715         * configure.ac:
6716         * backend/Makefile.am:
6717         * backend/ev-document-factory.c:
6718         * shell/ev-document-types.c:
6719
6720         Included option in configure to make ps backend 
6721         compilation optional with --disable-ps.
6722
6723 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6724
6725         * backend/ev-document-factory.c:
6726         * comics/Makefile.am:
6727         * comics/comics-document.c: (comics_document_load):
6728         * comics/ev-cbr-mime.xml:
6729         * configure.ac:
6730         
6731         Comics mime types are added to shared-mime-info CVS. Now
6732         we don't need to install our own mime types.
6733
6734 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6735
6736         * shell/ev-window.c:
6737         
6738         Add shortcut for "save a copy" menu entry. Fix for
6739         the bug #324582.
6740
6741 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6742
6743         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6744         (job_finished_cb), (new_selection_pixbuf_needed),
6745         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6746         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6747         
6748         Rework selection job info logic and fix critical warning.
6749
6750 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6751
6752         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6753
6754 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6755
6756         * data/evince-ui.xml:
6757         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6758         
6759         Enter as shortcut key for next page. Fix for the bug
6760         #321394.
6761
6762 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6763
6764         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6765
6766 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6767
6768         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6769         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6770         (new_selection_pixbuf_needed),
6771         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6772         (clear_job_selection):
6773         
6774         Too early for 0.5. Pixbuf cache code cleaned a bit.
6775
6776 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6777
6778         * NEWS:
6779         * configure.ac:
6780         
6781         Release 0.5.0 preparation
6782
6783 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6784
6785         * comics/Makefile.am:
6786         * configure.ac:
6787         * shell/ev-document-types.c: (ev_document_types_add_filters):
6788         
6789         More advanced handling of custom mime type installation.
6790
6791 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6792
6793         * data/evince.schemas.in:
6794         * shell/ev-metadata-manager.c: (value_free),
6795         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6796         (ev_metadata_manager_get), (ev_metadata_manager_set):
6797         * shell/ev-metadata-manager.h:
6798         * shell/ev-window.c: (update_chrome_flag),
6799         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6800         (setup_document_from_metadata), (setup_chrome_from_metadata),
6801         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6802         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6803         (ev_window_view_toolbar_cb),
6804         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6805         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6806         
6807         Save last document settings and reuse them for new documents.
6808
6809 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6810
6811         * Makefile.am:
6812         * backend/Makefile.am:
6813         * backend/ev-document-factory.c:
6814         * backend/ev-document-factory.h:
6815         * comics/Makefile.am:
6816         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6817         (comics_document_load), (comics_document_save),
6818         (comics_document_get_n_pages), (comics_document_get_page_size),
6819         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6820         (comics_document_class_init), (comics_document_can_get_text),
6821         (comics_document_get_info), (comics_document_document_iface_init),
6822         (comics_document_init), (get_supported_image_extensions),
6823         (comics_document_thumbnails_get_geometry),
6824         (comics_document_thumbnails_get_thumbnail),
6825         (comics_document_thumbnails_get_dimensions),
6826         (comics_document_document_thumbnails_iface_init), (extract_argv):
6827         * comics/comics-document.h:
6828         * comics/ev-cbr-mime.xml:
6829         * configure.ac:
6830         * po/POTFILES.in:
6831         * shell/ev-application.c: (ev_application_register_service):
6832         * shell/ev-document-types.c: (ev_document_types_add_filters):
6833         * thumbnailer/Makefile.am:
6834         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6835         
6836         New CBR/CBZ backend for comic books.
6837
6838 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6839
6840         * shell/main.c: (load_files_remote):
6841
6842         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6843         warning on startup of second instance is fixed. It
6844         is bug #320353.
6845
6846 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6847
6848         * shell/ev-window.c: (ev_window_finalize):
6849         
6850         Fix double free that cause crash.
6851
6852 2005-10-29  Bastien Nocera <hadess@hadess.net>
6853
6854         * tiff/tiff-document.c: (tiff_document_load):
6855         
6856         Fix memory leak.
6857
6858 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * po/POTFILES.in:
6861         * shell/Makefile.am:
6862         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6863         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6864         (ev_view_accessible_get_text),
6865         (ev_view_accessible_get_character_at_offset),
6866         (ev_view_accessible_get_text_before_offset),
6867         (ev_view_accessible_get_text_at_offset),
6868         (ev_view_accessible_get_text_after_offset),
6869         (ev_view_accessible_get_character_count),
6870         (ev_view_accessible_get_caret_offset),
6871         (ev_view_accessible_set_caret_offset),
6872         (ev_view_accessible_get_run_attributes),
6873         (ev_view_accessible_get_default_attributes),
6874         (ev_view_accessible_get_character_extents),
6875         (ev_view_accessible_get_offset_at_point),
6876         (ev_view_accessible_get_n_selections),
6877         (ev_view_accessible_get_selection),
6878         (ev_view_accessible_add_selection),
6879         (ev_view_accessible_remove_selection),
6880         (ev_view_accessible_set_selection),
6881         (ev_view_accessible_text_iface_init),
6882         (ev_view_accessible_idle_do_action),
6883         (ev_view_accessible_action_do_action),
6884         (ev_view_accessible_action_get_n_actions),
6885         (ev_view_accessible_action_get_description),
6886         (ev_view_accessible_action_get_name),
6887         (ev_view_accessible_action_set_description),
6888         (ev_view_accessible_action_iface_init),
6889         (ev_view_accessible_get_type), (ev_view_accessible_new),
6890         (ev_view_accessible_factory_get_accessible_type),
6891         (ev_view_accessible_factory_create_accessible),
6892         (ev_view_accessible_factory_class_init),
6893         (ev_view_accessible_factory_get_type):
6894         * shell/ev-view-accessible.h:
6895         * shell/ev-view-private.h:
6896         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6897         * shell/ev-view.h:
6898         
6899         Initial accessibility support.
6900
6901 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6902
6903         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6904
6905 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6906
6907         * shell/ev-print-job.c: (idle_print_handler):
6908         
6909         Fix for bug Bug 318916: Printing multiple pages.
6910
6911 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6912
6913         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6914
6915 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6916
6917         * pdf/ev-poppler.cc:
6918         
6919         Thumnail dimensions unified with other backends.
6920         
6921         * shell/ev-window-title.c: (ev_window_title_update):
6922         
6923         Fix warning.
6924
6925 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6926
6927         * data/ev-stock-zoom-fit-width.png:
6928         
6929         Remove unused file.
6930
6931 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6932
6933         * configure.ac:
6934         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6935         (djvu_document_finalize):
6936         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6937         (dvi_document_finalize):
6938         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6939         (pixbuf_document_save), (pixbuf_document_finalize):
6940         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6941         (tiff_document_finalize):
6942         
6943         Save a copy implemented for various backends.
6944
6945 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6946
6947         * configure.ac:
6948         
6949         Don't link with ltiff if tiff is disabled.
6950
6951 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6952
6953         * pdf/GDKSplashOutputDev.cc:
6954         * pdf/GDKSplashOutputDev.h:
6955         * pdf/Thumb.cc:
6956         * pdf/Thumb.h:
6957         * pdf/pdf-document.cc:
6958         * pdf/pdf-document.h:
6959         * pdf/test-gdk-output-dev.cc:
6960         
6961         Remove old unused files.
6962
6963 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6964
6965         * shell/ev-window.c: (ev_window_setup_document):
6966         
6967         Fixed warnings on reload and probably crash reason.
6968
6969 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6970
6971         * properties/ev-properties-view.c:
6972         (ev_properties_view_format_date):
6973         
6974         Check if date is invalid. Fix for bug 318134.
6975
6976 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6977
6978         * shell/ev-window-title.c:
6979         
6980         Add .indd files (Adobe Indesign) to the list of "bad
6981         extensions".
6982
6983 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6984
6985         * data/evince-ui.xml:
6986         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6987         
6988         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6989
6990 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6991
6992         * shell/ev-window.c: (launch_link), (launch_external_uri),
6993         (view_external_link_cb):
6994
6995         URL-escape link before passing it to gnome_vfs_url_show.
6996
6997 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6998
6999         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7000         there isn't text selected.
7001
7002 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7003
7004         * shell/ev-view.c: (handle_link_over_xy):
7005
7006         Check tooltip is valid utf8 before showing it
7007
7008 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7009
7010         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7011
7012 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7013
7014         * shell/ev-window-title.c: (ev_window_title_update):
7015
7016         Guard against using g_strstrip on NULL. Fixes bug #317291.
7017
7018 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7019
7020         * pdf/ev-poppler.cc:
7021
7022         Show title even for unknown links
7023
7024 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7025
7026         * shell/ev-window-title.c: (ev_window_title_update):
7027
7028         Strip the title string
7029
7030 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7031
7032         * shell/ev-window-title.c:
7033
7034         Add .rtf to the bad extensions list
7035
7036 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7037
7038         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7039         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7040
7041         Ignore link coordinates if they are outside page bounds
7042
7043 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7044
7045         * backend/ev-link.c: (ev_link_type_get_type),
7046         (ev_link_get_filename), (ev_link_get_params),
7047         (ev_link_get_property), (ev_link_set_property),
7048         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7049         * backend/ev-link.h:
7050         * pdf/ev-poppler.cc:
7051         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7052         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7053         (ev_window_init):
7054
7055         Implement launch links. Delegate external link opening to
7056         the window.
7057
7058 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7059
7060         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7061         (ev_link_get_right), (ev_link_get_property),
7062         (ev_link_set_property), (ev_link_class_init),
7063         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7064         * backend/ev-link.h:
7065         * pdf/ev-poppler.cc:
7066         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7067
7068         Implement fitr links
7069
7070 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7071
7072         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7073         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7074         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7075         (ev_view_size_request_continuous),
7076         (ev_view_size_request_dual_page),
7077         (ev_view_size_request_single_page), (ev_view_size_allocate),
7078         (ev_view_zoom_for_size_continuous_and_dual_page),
7079         (ev_view_zoom_for_size_continuous),
7080         (ev_view_zoom_for_size_dual_page),
7081         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7082         (ev_sizing_mode_get_type):
7083         * shell/ev-view.h:
7084         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7085
7086         Do not use modes for link, we need to calculate size ad hoc.
7087         Still not perfect because of the usual scrollbar issues grrr.
7088
7089 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7090
7091         * backend/ev-link.c: (ev_link_type_get_type),
7092         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7093         * backend/ev-link.h:
7094         * pdf/ev-poppler.cc:
7095         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7096         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7097         (ev_view_size_request_continuous),
7098         (ev_view_size_request_dual_page),
7099         (ev_view_size_request_single_page), (ev_view_size_allocate),
7100         (zoom_for_size_fit_height),
7101         (ev_view_zoom_for_size_continuous_and_dual_page),
7102         (ev_view_zoom_for_size_continuous),
7103         (ev_view_zoom_for_size_dual_page),
7104         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7105         (ev_sizing_mode_get_type):
7106         * shell/ev-view.h:
7107         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7108
7109         Implement FIT_HEIGHT mode (only for links).
7110         Implement FITH links
7111
7112 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7113
7114         * shell/ev-window-title.c: (get_filename_from_uri),
7115         (ev_window_title_sanitize_extension), (ev_window_title_update),
7116         (ev_window_title_set_document), (ev_window_title_set_uri),
7117         (ev_window_title_free):
7118         * shell/ev-window-title.h:
7119         * shell/ev-window.c: (ev_window_setup_document),
7120         (ev_window_popup_password_dialog):
7121
7122         Refactor window title building while fixing it for
7123         password documents.
7124
7125 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7126
7127         * pdf/ev-poppler.cc:
7128
7129         Escape link title before setting it in the model
7130
7131 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7132
7133         * shell/ev-application.c: (removed_from_session), (save_session),
7134         (init_session), (ev_application_get_empty_window),
7135         (ev_application_init), (ev_application_get_windows):
7136         * shell/ev-application.h:
7137         * shell/ev-window.c: (ev_window_finalize):
7138
7139         Add a function to retrieve window list and share it where
7140         necessary.
7141         Implement session handling, works pretty well thanks to the
7142         metadata system.
7143
7144 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7145
7146         * shell/ev-password.c: (ev_password_item_created_callback),
7147         (ev_password_dialog_save_password):
7148         
7149         Fix for bug 316972. Use async gnome-keyring API.
7150
7151 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7152
7153         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7154         Remove unused unrealize handler. Add scroll handling to
7155         ev_view_scroll_event for presentation mode (bug #316708),
7156         and fix the event state checks there.
7157
7158 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7159
7160         * shell/ev-page-action.c: (page_changed_cb):
7161
7162         "marco, maybe we should be crazy and jump right to 6! :)"
7163
7164         Bryan Clark, Sep 2005
7165
7166 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7167
7168         * ps/ps-document.c: (save_document), (ps_document_save),
7169         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7170         (ps_document_ps_export_end):
7171
7172         Fix unstructured documents save and print
7173
7174 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7175
7176         * shell/ev-application.c: (ev_application_open_uri):
7177
7178         Fix window size persistance
7179
7180 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7181
7182         * shell/ev-view.c: (ev_view_button_release_event):
7183
7184         Based on a patch from carlosgc@gnome.org. Mouse buttons
7185         switch pages in presentation mode.
7186
7187 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7188
7189         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7190
7191         Dont cast to int before scaling
7192
7193 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7194
7195         * backend/ev-link.c: (ev_link_type_get_type),
7196         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7197         (ev_link_new_page_fith):
7198         * backend/ev-link.h:
7199         * pdf/ev-poppler.cc:
7200         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7201
7202         Implement FIT and FITH links
7203
7204 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7205
7206         * pdf/ev-poppler.cc:
7207
7208         Return 0 results when search is not in progress.
7209
7210         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7211         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7212
7213         Update menu sensitivity when cancelling search
7214
7215 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7216
7217         * shell/ev-view.c: (ev_view_can_find_next):
7218
7219         Take all pages in consideration, not just current one
7220
7221 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7222
7223         * shell/ev-page-cache.c:
7224         * shell/ev-page-cache.h:
7225         * shell/ev-view.c: (ev_view_binding_activated),
7226         (ev_view_next_page), (ev_view_previous_page),
7227         (ev_sizing_mode_get_type):
7228         * shell/ev-view.h:
7229         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7230         (ev_window_cmd_go_next_page):
7231
7232         Move page next/previous functions from page chace to
7233         view and change it to move by 2 page steps in dual mode.
7234
7235 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7236
7237         * shell/ev-window.c: (update_sidebar_visibility),
7238         (setup_sidebar_from_metadata), (ev_window_setup_document),
7239         (setup_view_from_metadata):
7240
7241         Show the index by default when there is one     
7242
7243 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * shell/ev-window-title.c: (ev_window_title_set_document):
7246
7247         Missing null check
7248
7249 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7250
7251         * shell/ev-view.c: (view_update_range_and_current_page):
7252         
7253         Allow display of last odd page in dual view. Fix for 316347.
7254
7255 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7256
7257         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7258         
7259         Make close button default. Fix for 316383.
7260
7261 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7262
7263         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7264         
7265         Mark close button as default. Fix for 316381.
7266
7267 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7268
7269         * backend/ev-link.c: (ev_link_class_init):
7270
7271         Allow negative doubles in left/top properties
7272
7273 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7274
7275         * shell/ev-window.c:
7276
7277         Remove a bunch of strings that was used only
7278         by the statusbar.
7279
7280 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7281
7282         * shell/ev-window-title.c: (get_filename_from_uri),
7283         (ev_window_title_set_document):
7284
7285         When title has a confusing extension, show also
7286         the document filename inside ()
7287
7288 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7289
7290         * shell/Makefile.am:
7291         * shell/ev-window-title.c: (ev_window_title_new),
7292         (ev_window_title_update), (ev_window_title_set_type),
7293         (ev_window_title_set_document), (ev_window_title_free):
7294         * shell/ev-window-title.h:
7295         * shell/ev-window.c: (ev_window_setup_document),
7296         (password_dialog_response), (ev_window_popup_password_dialog),
7297         (ev_window_dispose), (ev_window_init):
7298
7299         Factor out and cleanup window title code
7300
7301 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7302
7303         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7304         (unable_to_load):
7305
7306         Make dialog transient so it doesnt block other windows
7307
7308 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7309
7310         * pdf/ev-poppler.cc:
7311         
7312         Fix pdf thumbnails rendering.
7313
7314 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7315
7316         * shell/ev-window.c: (fullscreen_set_timeout):
7317         
7318         Increase timeout to hide full screen popup. Bug 
7319         316123. 
7320
7321 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7322
7323         * data/evince.schemas.in:
7324         * shell/ev-window.c: (update_action_sensitivity):
7325
7326         Allow the user to override document restrictions. Fix for bug
7327         305818.
7328
7329 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7330
7331         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7332         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7333         (ev_window_class_init): Fix multihead behaviour of fullscreen
7334         toolbar popup. Fixes bug #315451.
7335
7336 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7337
7338         * configure.ac:
7339         * data/evince-password.glade:
7340         * shell/ev-password.c: (ev_password_dialog_set_property),
7341         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7342         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7343         (ev_password_dialog_entry_changed_cb),
7344         (ev_password_dialog_entry_activated_cb),
7345         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7346         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7347         (ev_password_dialog_set_bad_pass):
7348         * shell/ev-password.h:
7349         * shell/ev-window.c: (password_dialog_response),
7350         (ev_window_popup_password_dialog):
7351         
7352         Support for gnome-keyring for encrypted PDF's.
7353
7354 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7355
7356         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7357         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7358         (ev_view_enter_notify_event), (ev_view_class_init):
7359         
7360         More precise handling of enter_notify/leave_notify events
7361         in EvView. Fix for bug 315470.
7362
7363 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7364
7365         * shell/ev-window.c: (fullscreen_timeout_cb),
7366         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7367         (ev_window_dispose):
7368
7369         leak fix: unref fullscreen_timeout_source before clearing it
7370
7371 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7372
7373         * configure.ac, dvi/mdvi/Makefile.am: 
7374         
7375         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7376
7377 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7378
7379         * backend/ev-link.c: (ev_link_new_page_xyz):
7380         * pdf/ev-poppler.cc:
7381         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7382
7383         Fix some bugs with xyz links, respect zoom
7384
7385 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7386
7387         * shell/ev-window.c: (page_changed_cb),
7388         (setup_document_from_metadata), (update_sidebar_visibility),
7389         (setup_view_from_metadata), (ev_window_run_fullscreen),
7390         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7391         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7392         (ev_window_dual_mode_changed_cb),
7393         (ev_window_sidebar_current_page_changed_cb):
7394
7395         null check uri before setting and getting metadata
7396
7397 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7398
7399         * dvi/Makefile.am:
7400         * properties/Makefile.am:
7401         * shell/Makefile.am:
7402         * thumbnailer/Makefile.am:
7403
7404         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7405
7406 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7407
7408         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7409         (selection_changed_callback):
7410         * shell/ev-sidebar-links.h:
7411
7412         Add a signal for link activation.
7413
7414         * shell/ev-view.c: (ev_view_goto_link),
7415         (ev_view_button_release_event):
7416         * shell/ev-view.h:
7417         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7418         (ev_window_init):
7419
7420         Implement the signal so that we can handle all link types.
7421
7422         * shell/ev-page-cache.c:
7423
7424         Remove unused set_link function
7425
7426 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7427
7428         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7429
7430         Add some space from the cursor, hardcoded but I couldnt
7431         find a better way.
7432
7433 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7434
7435         * lib/ev-tooltip.c:
7436
7437         Use mozilla style vs gtk style, way better for links.
7438
7439         * shell/ev-view.c: (ev_view_motion_notify_event),
7440         (ev_view_destroy), (ev_view_init):
7441
7442         Deactive tooltip when the link hovered is changed.
7443
7444 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7445
7446         * backend/ev-document.h:
7447         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7448         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7449         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7450         (ev_link_new_page), (ev_link_new_page_xyz):
7451         * backend/ev-link.h:
7452         * pdf/ev-poppler.cc:
7453         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7454         (go_to_link), (tip_from_link):
7455
7456         Implement xyz links, still not functional. Links are a total
7457         mess, will need to refactor and bugfix a lot :(
7458
7459 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7460
7461         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7462
7463 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7464
7465         * data/evince-ui.xml:
7466         * data/evince.schemas.in:
7467         * shell/Makefile.am:
7468         * shell/ev-window.c: (update_chrome_visibility),
7469         (password_dialog_response), (ev_window_load_job_cb),
7470         (ev_window_xfer_job_cb), (ev_window_open_uri),
7471         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7472         (ev_window_init):
7473
7474         Remove the statusbar. This regress loading feedback, need to
7475         check with Bryan what we want to do there...
7476
7477 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7478
7479         * lib/ev-tooltip.c: (ev_tooltip_init):
7480
7481         Fix tooltip border and size handling
7482
7483 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7484
7485         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7486         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7487         (ev_tooltip_timeout), (ev_tooltip_activate),
7488         (ev_tooltip_deactivate):
7489         * lib/ev-tooltip.h:
7490         * shell/ev-view.c: (ev_view_motion_notify_event):
7491
7492         Delay popup showing. Mirror gtk logic/times.
7493
7494 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7495
7496         * lib/Makefile.am:
7497         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7498         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7499         (ev_tooltip_set_text), (ev_tooltip_set_position):
7500         * lib/ev-tooltip.h:
7501
7502         Simple widget to show tooltips at a custom position
7503
7504         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7505         (ev_view_destroy):
7506
7507         Use it for links. First go, needs work
7508
7509 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7510
7511         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7512         HIG fixes.  Use title capitalization for window title. Use 12 
7513         pixels of space between the dialog's vbox and action area.
7514
7515 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7516
7517         * shell/ev-window.c: (file_open_dialog_response_cb),
7518         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7519         (ev_window_cmd_save_as):
7520
7521         Make file pickers not modal and refactor code some
7522
7523 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7524
7525         * shell/ev-sidebar.h:
7526         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7527         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7528         (ev_sidebar_class_init), (ev_sidebar_select_page),
7529         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7530         (ev_sidebar_set_page):
7531
7532         Add a current page property and allow to get/set it
7533
7534         * shell/ev-window.c: (setup_view_from_metadata),
7535         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7536
7537         Persist current sidebar page per document
7538
7539 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7540
7541         * data/evince.schemas.in:
7542         * shell/ev-window.c: (update_chrome_visibility),
7543         (setup_document_from_metadata), (update_sidebar_visibility),
7544         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7545         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7546         (ev_window_run_presentation), (ev_window_stop_presentation),
7547         (ev_window_view_sidebar_cb),
7548         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7549         (load_chrome), (ev_window_init):
7550
7551         Persist size/visibility of sidebar per document
7552
7553 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7554
7555         * shell/ev-view.c (draw_loading_text): Draw loading text.
7556
7557 2005-09-02  Dan Damian  <dand@gnome.ro>
7558
7559         * configure.in: Added "ro" to ALL_LINGUAS.
7560
7561 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7562
7563         * shell/ev-view.c: (clear_caches):
7564
7565         ev_page_cache_get doesnt return a reference,
7566         dont try to unref it.
7567
7568 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7569
7570         * shell/main.c: (load_files_remote):
7571
7572         Fix timestamp parameter with dbus <= 0.33
7573
7574 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7575
7576         * data/evince.schemas.in:
7577
7578         Add missing full stop
7579
7580 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7581
7582         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7583         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7584
7585         Plug some memory leaks
7586
7587 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7588
7589         * configure.ac:
7590         * lib/ev-debug.c: (trap_handler):
7591
7592         Check for execinfo.h and use it only if it exists.
7593         Ported from Epiphany (bug #314776).
7594
7595 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7596
7597         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7598
7599 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7600
7601         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7602         * po/id.po      : Added Indonesian translation
7603
7604 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7605
7606         * shell/main.c:
7607         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7608         * NEWS: Release 0.4.0
7609
7610 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7611
7612         * configure.ac: catch another gtk+-2.8ism
7613         * shell/main.c: Make work with gtk+-2.6
7614
7615 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7616
7617         * shell/ev-application-service.xml: Add 'timestamp' argument to
7618           ev_application_open_window and ev_application_open_uri methods.
7619
7620         * shell/ev-application.h: Add 'timestamp' argument to
7621           ev_application_open_window, ev_application_open_uri,
7622           and ev_application_open_uri_list functions.
7623
7624         * shell/ev-application.c (ev_application_open_window,
7625           ev_application_open_uri, ev_application_open_uri_list): Change
7626           functions that show/present windows to use a timestamp if one
7627           is passed in.
7628
7629         * shell/ev-window.c (ev_window_cmd_file_open,
7630           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7631         * shell/main.c (load_files): Modify calls to ev_application to
7632           include GDK_CURRENT_TIME as timestamp.
7633
7634         * shell/main.c (load_files_remote): Obtain timestamp for client
7635           instance from GDK and pass to server instance so new windows are
7636           focused properly.  Fix dbus_g_proxy_call() calls by including second
7637           G_TYPE_INVALID.
7638           
7639         Closes bug #314475.
7640
7641 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7642
7643         * shell/ev-window.c (ev_window_finalize): Check for
7644         avail. EvWindows when quiting to handle the finalize better,
7645         #314497
7646
7647 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7648         
7649         * properties/ev-properties-view.c: 
7650         
7651         Set textdomain to libglade. Fixes translation problem in property page.
7652
7653 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7654
7655         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7656         * dvi/Makefile.am:
7657         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7658         * dvi/mdvi-lib/Makefile.am:
7659         
7660         Fix rotation of thumbnails, ported to new API. Moved library
7661         dependencies earlier, probably it will fix linkage problem.
7662
7663 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7664
7665         * backend/ev-document-misc.c:
7666         (ev_document_misc_get_thumbnail_frame):
7667         * backend/ev-document-misc.h:
7668         * configure.ac:
7669         * pdf/ev-poppler.cc:
7670         * shell/Makefile.am:
7671         * shell/ev-sidebar-thumbnails.c: (add_range),
7672         (ev_sidebar_thumbnails_set_loading_icon),
7673         (ev_sidebar_thumbnails_refresh),
7674         (ev_sidebar_thumbnails_set_document):
7675         * shell/ev-sidebar-thumbnails.h:
7676         * shell/ev-view.c: (ev_view_motion_notify_event),
7677         (ev_view_set_property), (ev_view_get_property),
7678         (ev_view_class_init), (ev_view_set_rotation):
7679         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7680         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7681         (ev_window_init):
7682         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7683         Redo rotation (again).  prepare for 0.4.0
7684
7685 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7686
7687         * configure.ac: Bump poppler requirement to 0.4.1.
7688
7689         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7690         argument to poppler_page_render_selection() call.
7691
7692 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7693
7694         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7695         (djvu_document_thumbnails_get_thumbnail):
7696         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7697         (dvi_document_thumbnails_get_thumbnail):
7698         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7699         (pixbuf_document_thumbnails_get_thumbnail):
7700         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7701         
7702         Update rotation direction of backends to fit with pdf and ps.
7703
7704 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7705
7706         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7707         * backend/ev-async-renderer.h:
7708         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7709         (setup_page), (ps_document_get_page_size),
7710         (ps_async_renderer_render_pixbuf):
7711         * ps/ps-document.h:
7712         * shell/ev-jobs.c: (ev_job_render_run):
7713
7714         Fix orientation in the postscript document
7715
7716 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7717
7718         * pdf/ev-poppler.cc:
7719         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7720         * shell/ev-view.c: (highlight_find_results):
7721
7722         Adapt to the new poppler rotation API. Fix text maps on landscape
7723         documents.
7724
7725 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7726
7727         * shell/ev-view.c (compute_new_selection_text): get the correct
7728         region when selecting in modes other than continuous.
7729
7730 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7731
7732         * shell/main.c (main): remove redundant g_warnings.
7733
7734 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * shell/Makefile.am: Don't include autogenerated
7737         file ev-application-service.h into distribution, since
7738         it causes dbus crash. Fix for bugs 313724 and 313443. 
7739
7740 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7741
7742         * configure.ac: Fix sed expression for FreeBSD. Thanks
7743         to Joe Marcus Clark <marcus@freebsd.org>
7744         
7745         * shell/eggfindbar.c: (entry_activate_callback),
7746         (entry_changed_callback), (egg_find_bar_init),
7747         (egg_find_bar_set_search_string):
7748         
7749         Made findbar buttons unsensitive if there is no text in
7750         entry. Fix for the bug 313285.
7751
7752 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7753
7754         * ps/ps-document.c: Use g_filename_display_name for displaying
7755         filenames and revert string freeze breackage
7756
7757 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7758
7759         * NEWS:
7760         * configure.ac:
7761
7762         Update for 0.3.4
7763
7764         * shell/Makefile.am:
7765
7766         Add ev-application-service.xml to extra dist
7767
7768         * shell/ev-view.c: (find_page_at_location):
7769
7770         Remove unused function (fix warning)
7771
7772 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7773
7774         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7775         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7776         
7777         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7778         bug 313623.
7779
7780 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7781
7782         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7783         * shell/ev-window.c:
7784         Fix build warnings
7785
7786 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7787
7788         * configure.ac: Update script to get dbus version.
7789         Fix for the bug #313443.
7790
7791 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7792
7793         * shell/ev-window.c: (ev_window_cmd_escape):
7794         
7795         Return focus back to view on escape. Fix for bug 313295.
7796
7797 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7798
7799         * shell/ev-window.c: (update_window_title),
7800         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7801         (ev_window_cmd_save_as):
7802         
7803         Correct conversion from uri to displayable string. Fix for
7804         bug 313296.
7805
7806 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7807
7808         * ps/ps-document.c: convert filename to utf8 when there is an error
7809         loading document. Fixes #309915
7810
7811 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7812
7813         * configure.ac:
7814
7815         We depend on poppler 0.4.0
7816
7817 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7818
7819         * configure.ac:
7820         * NEWS: Release 0.3.3.
7821         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7822
7823 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7824
7825         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7826         add a couple missing mnemonics to menu items, use title 
7827         capitalization for menu items and window titles, and add 
7828         ellipsis to open menu item.     
7829
7830 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7831
7832         * pdf/ev-poppler.cc:
7833         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7834         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7835         (ev_view_get_rotation):
7836         * shell/ev-view.h:
7837         * shell/ev-window.c: (setup_view_from_metadata),
7838         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7839         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7840         disk.
7841
7842 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7843
7844         * configure.ac: Added tr to ALL_LINGUAS
7845
7846 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7847
7848         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7849         requires several clicks to find word. Thanks to 
7850         Colin Slater <kiltedtaco@gmail.com>.
7851
7852 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7853
7854         * data/evince.desktop.in.in: Hide menu entry and
7855         rename it to "Document Viewer". Fix for bug 
7856         #312399.
7857
7858 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7859
7860         * shell/ev-page-action.c (ev_page_action_class_init): 
7861
7862         Point to the correct function in constructor of the
7863         activate_label signal
7864
7865 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7866
7867         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7868         * shell/ev-jobs.h: Make thread safe.
7869
7870 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7871
7872         * shell/ev-view.c: (view_update_range_and_current_page):
7873         Don't update page range if we are scrolling to some document
7874         point.
7875
7876 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7879         when getting max_page_width, fix drawing in dual mode.
7880
7881 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7882
7883         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7884         getting the area for select_all.
7885
7886 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7887
7888         * backend/ev-selection.c: (ev_selection_render_selection):
7889         * backend/ev-selection.h:
7890         * pdf/ev-poppler.cc:
7891         * shell/ev-jobs.c: (ev_job_render_new):
7892         * shell/ev-jobs.h:
7893         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7894         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7895         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7896         (ev_view_class_init):
7897
7898         Change selection color on focus in and focus out events.  Also,
7899         poppler now uses GdkColor for specifying the selection colors, so
7900         drop some awkward conversion code.
7901
7902 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7903
7904         * configure.ac: Added Hebrew translation
7905
7906 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7907
7908         * NOTES:
7909         * backend/ev-selection.c: (ev_selection_render_selection):
7910         * backend/ev-selection.h:
7911         * pdf/ev-poppler.cc:
7912         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7913         (ev_job_render_run):
7914         * shell/ev-jobs.h:
7915         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7916         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7917         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7918         (ev_pixbuf_cache_style_changed),
7919         (ev_pixbuf_cache_get_selection_pixbuf),
7920         (ev_pixbuf_cache_set_selection_list),
7921         (ev_pixbuf_cache_get_selection_list):
7922         * shell/ev-pixbuf-cache.h:
7923         * shell/ev-utils.c: (ev_print_region_contents):
7924         * shell/ev-utils.h:
7925         * shell/ev-view.c: (ev_view_queue_draw_page),
7926         (selection_update_idle_cb), (ev_view_motion_notify_event),
7927         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7928         (setup_caches), (ev_view_find_next), (merge_selection_region),
7929         (selection_free):
7930         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7931
7932         Clean up selection to be much smoother!
7933
7934 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7935
7936         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7937         to poppler_page_render_selection().
7938
7939 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * ps/ps-document.c: (save_page_list): Use
7942         unzipped document when printing. Thanks to 
7943         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7944         311016.
7945
7946 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7947
7948         * shell/ev-window.c: (update_action_sensitivity):
7949         
7950         Disable print and save respect to lockdown gconf keys. Fix
7951         for 312342.
7952
7953 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7954
7955         * configure.ac:
7956         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7957         (write_to_temp_file), (ev_file_set_contents):
7958         * shell/ev-utils.h:
7959         * shell/ev-window.c: (save_print_config_to_file):
7960         
7961         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7962         Fix for bug 312238
7963
7964 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7965
7966         * shell/ev-window.c: (load_print_config_from_file),
7967         (save_print_config_to_file), (ev_window_print_range):
7968
7969         Persist the print settings. Fixes bug #311578.
7970
7971 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7972
7973         * djvu/djvu-document.c: (djvu_document_get_page_size),
7974         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7975         (djvu_document_thumbnails_get_thumbnail):
7976         * dvi/dvi-document.c: (dvi_document_get_page_size),
7977         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7978         (dvi_document_thumbnails_get_dimensions),
7979         (dvi_document_thumbnails_get_thumbnail):
7980         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7981         (pixbuf_document_render_pixbuf),
7982         (pixbuf_document_document_iface_init),
7983         (pixbuf_document_thumbnails_get_thumbnail):
7984         
7985         Update backends to make them build with new rotation system.
7986
7987 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7988
7989         * help/C/figures/evince_start_window.png:
7990         
7991         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7992
7993 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7994
7995         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7996         * shell/ev-pixbuf-cache.h:
7997         * shell/ev-sidebar-thumbnails.c:
7998         (ev_sidebar_thumbnails_get_property), (add_range),
7999         (adjustment_changed_cb):
8000         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8001         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8002         we were thumbnailing the entire docment on startup, slowing us
8003         down hugely. 
8004
8005 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8006
8007         * shell/ev-page-cache.c: (ev_page_cache_new):
8008         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8009         == 0, fixes #310306.
8010
8011 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8012
8013         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8014         (ev_view_rotate_left):
8015
8016         Account rotation in doc_rect_to_view_rect.
8017         Ensure rotation doesnt go out of bounds.
8018
8019 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8020
8021         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8022
8023         Correct and cleanup w/h swapping
8024
8025 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8026
8027         * backend/ev-document-thumbnails.c:
8028         (ev_document_thumbnails_get_thumbnail):
8029         * backend/ev-document-thumbnails.h:
8030         * backend/ev-document.c:
8031         * backend/ev-document.h:
8032         * backend/ev-render-context.c: (ev_render_context_new),
8033         (ev_render_context_set_rotation):
8034         * backend/ev-render-context.h:
8035         * pdf/ev-poppler.cc:
8036         * ps/ps-document.c: (ps_document_document_iface_init):
8037         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8038         * shell/ev-jobs.h:
8039         * shell/ev-page-cache.c: (build_height_to_page),
8040         (ev_page_cache_new), (ev_page_cache_get_size),
8041         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8042         (ev_page_cache_get_height_to_page):
8043         * shell/ev-page-cache.h:
8044         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8045         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8046         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8047         (ev_pixbuf_cache_get_selection_pixbuf):
8048         * shell/ev-pixbuf-cache.h:
8049         * shell/ev-print-job.c: (idle_print_handler):
8050         * shell/ev-sidebar-thumbnails.c: (add_range):
8051         * shell/ev-view.c: (view_update_range_and_current_page),
8052         (get_page_y_offset), (get_page_extents),
8053         (ev_view_size_request_continuous_dual_page),
8054         (ev_view_size_request_continuous),
8055         (ev_view_size_request_dual_page),
8056         (ev_view_size_request_single_page), (draw_one_page),
8057         (ev_view_set_rotation), (ev_view_rotate_right),
8058         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8059         (ev_view_zoom_for_size_continuous_and_dual_page),
8060         (ev_view_zoom_for_size_continuous),
8061         (ev_view_zoom_for_size_dual_page),
8062         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8063         (ev_view_select_all):
8064         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8065         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8066         (tiff_document_document_iface_init),
8067         (tiff_document_thumbnails_get_thumbnail):
8068
8069         Use rotation rather than orientation. It's easier and enough
8070         for our needs.
8071
8072 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8073
8074         * shell/ev-page-cache.c: (build_height_to_page),
8075         (ev_page_cache_new), (ev_page_cache_get_size),
8076         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8077         (ev_page_cache_get_height_to_page):
8078         * shell/ev-page-cache.h:
8079         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8080         (ev_view_size_request_continuous_dual_page),
8081         (ev_view_size_request_continuous),
8082         (ev_view_zoom_for_size_continuous_and_dual_page),
8083         (ev_view_zoom_for_size_continuous):
8084
8085         Make the page cache aware of page orientation.
8086
8087 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8088
8089         * backend/ev-document-thumbnails.c:
8090         (ev_document_thumbnails_get_thumbnail):
8091         * backend/ev-document-thumbnails.h:
8092         * backend/ev-document.c:
8093         * backend/ev-document.h:
8094         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8095         * backend/ev-ps-exporter.h:
8096         * pdf/ev-poppler.cc:
8097         * ps/ps-document.c: (ps_document_document_iface_init),
8098         (ps_document_ps_export_do_page):
8099         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8100         * shell/ev-jobs.h:
8101         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8102         (ev_page_cache_get):
8103         * shell/ev-page-cache.h:
8104         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8105         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8106         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8107         * shell/ev-pixbuf-cache.h:
8108         * shell/ev-print-job.c: (idle_print_handler):
8109         * shell/ev-sidebar-thumbnails.c: (add_range):
8110         * shell/ev-view.c: (view_update_range_and_current_page),
8111         (get_page_extents), (ev_view_size_request_dual_page),
8112         (ev_view_size_request_single_page), (draw_one_page),
8113         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8114         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8115         (ev_view_zoom_for_size_dual_page),
8116         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8117         (ev_view_select_all):
8118         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8119         * tiff/tiff-document.c: (tiff_document_get_page_size),
8120         (tiff_document_get_orientation), (rotate_pixbuf),
8121         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8122         (tiff_document_thumbnails_get_thumbnail),
8123         (tiff_document_ps_export_do_page), (tiff_document_init):
8124
8125         Really make use of the orientation bit of the render context.
8126         Use the render context in a few more places in the backend API.
8127         This regress orientation, but now it's done right. Will try to
8128         fix it up asap...
8129
8130 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8131
8132         * shell/ev-view.c: (ensure_rectangle_is_visible):
8133
8134         Patch by Nickolay V. Shmyrev to fix find flickering
8135
8136 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8137
8138         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8139         duplex parameters to ::begin.
8140
8141         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8142         * shell/ev-print-job.c (idle_print_handler): 
8143         * ps/ps-document.c (ps_document_ps_export_begin): 
8144         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8145         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8146         implementations. Poppler backend needs poppler cvs. Rest has
8147         unchanged behavior.
8148
8149 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8150
8151         * shell/ev-window.c (using_pdf_printer): new function.
8152         (ev_window_print_range): print a less techy message if someone
8153         tries to print to PDF.
8154
8155 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8156
8157         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8158         from "unknown font" string. Bug #311431
8159
8160 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8161
8162         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8163
8164 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8165
8166         Bug #311280
8167         
8168         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8169         name for PopplerFontTypes
8170         (pdf_document_fonts_fill_model): add font type to the detail column
8171
8172         * backend/ev-document-fonts.h: added
8173         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8174
8175         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8176         font name and font details, add a little markup.
8177         (ev_properties_fonts_init): use the new cell data func, specify ypad
8178         property for the cell renderer.
8179         (ev_properties_fonts_set_document): add the details column.
8180
8181 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8182
8183         * configure.ac: Added "pl" to ALL_LINGUAS.
8184
8185 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8186
8187         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8188
8189 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8190
8191         * help/ChangeLog: Started this for translations of manual.
8192         * configure.ac, autogen.sh, .cvsignore: Migrated to
8193         gnome-doc-utils. Patch in bug #311222.
8194
8195 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8196
8197         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8198         #ifdef this away to fix an unused-function warning.
8199
8200 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8201
8202         * configure.ac: Added 'gl' to ALL_LINGUAS.
8203
8204 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8205
8206         * configure.ac: Added ne in ALL_LINGUAS
8207         
8208 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8209
8210         * shell/ev-view.c: (ev_view_leave_notify_event):
8211         
8212         Clear status message when pointer leaves view. Fix for bug
8213         #310818 
8214
8215 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8216
8217         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8218
8219 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8220
8221         * shell/ev-view.c: (ev_view_leave_notify_event),
8222         (ev_view_class_init):
8223         
8224         Set cursor to normal then leaving view.
8225
8226 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8227
8228         * configure.ac:
8229         
8230         Fix required djvulibre version.
8231
8232 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8233
8234         *configure.ac: Hindi (hi) language added
8235
8236 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8237
8238         *configure.ac: Punjabi (pa) Language added
8239
8240 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8241
8242         * data/evince-ui.xml, shell/ev-window.c:
8243         
8244         Add keypad accelerators for zooming. Fix for bug 308128.
8245
8246 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8247
8248         * Makefile.am:
8249         * backend/Makefile.am:
8250         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8251         * configure.ac:
8252         * shell/ev-document-types.c: (ev_document_types_add_filters):
8253
8254         Allow to enable/disable the pixbuf backend.
8255         Default to off for now. If we want it enabled we should
8256         really put mime types in the desktop, implement properties etc.
8257
8258         * properties/evince-properties.c:
8259
8260         Initialize error to NULL.
8261         Check error is not NULL before freeing.
8262
8263 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * shell/ev-window.c:
8266
8267         Use F5 as presentation accell
8268
8269 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8270
8271         * shell/ev-window.c: (update_chrome_visibility),
8272         (ev_window_create_fullscreen_popup), (ev_window_init):
8273
8274         Do not leak the fullscreen toolbar
8275
8276 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8277
8278         * shell/ev-window.c: (view_actions_focus_in_cb),
8279         (view_actions_focus_out_cb):
8280
8281         These has a return value! Fix totally random focus
8282         issues we was seeing.
8283
8284 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8285
8286         * shell/main.c: (load_files_remote):
8287
8288         Allow open more than one file
8289
8290 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8291
8292         * shell/main.c: (load_files_remote):
8293
8294         Fix for dbus 0.33. bug #309975
8295
8296 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8297
8298         * properties/ev-properties-main.c: (ev_properties_get_pages):
8299
8300         Actually return NULL for types we dont support
8301
8302 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8303
8304         * po/POTFILES.in:
8305
8306         Remove empty lines.
8307
8308 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8309
8310         * backend/ev-document-factory.c:
8311         (ev_document_factory_get_document):
8312
8313         Do not try to create the object if type
8314         is invalid.
8315
8316 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8317
8318         * ps/ps-document.c: (ps_document_dispose),
8319         (ps_async_renderer_render_pixbuf):
8320         * ps/ps-document.h:
8321
8322         Do not leak the target window
8323
8324 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8325
8326         * shell/ev-application.c: (ev_application_init):
8327
8328         Let tbe check file existence for us.
8329         Add a comment about eggrecent mime filter.
8330
8331 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8332
8333         * data/evince-ui.xml:
8334         * shell/ev-application.c: (ev_application_shutdown),
8335         (ev_application_init), (ev_application_get_toolbars_model),
8336         (ev_application_get_recent_model),
8337         (ev_application_save_toolbars_model):
8338         * shell/ev-application.h:
8339         * shell/ev-window.c: (ev_window_add_recent),
8340         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8341         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8342         (ev_window_init):
8343
8344         Use common toolbar and recent models for all windows.
8345         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8346
8347 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8348
8349         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8350         successfully check for gtk_icon_view_get_visible_range.
8351
8352 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8353
8354         * djvu/Makefile.am:
8355         * dvi/Makefile.am:
8356         
8357         Fix djvu and dvi backend build.
8358
8359 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8360
8361         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8362         (new_separator_pixbuf):
8363
8364         Don't leak windows.
8365
8366 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8367
8368         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8369
8370         HIGification of toolbar editor dialogue.
8371
8372 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8373
8374         * configure.ac:
8375         * shell/Makefile.am:
8376
8377         Ever build metadata manager since it's just
8378         disabled at runtime now.
8379
8380 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8381
8382         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8383         (ev_metadata_manager_get), (ev_metadata_manager_set):
8384         * shell/ev-metadata-manager.h:
8385
8386         Add an _init functions that enabled metadata management
8387         at runtime.
8388
8389         * shell/ev-window.c: (page_changed_cb),
8390         (setup_document_from_metadata), (ev_window_setup_document),
8391         (setup_view_from_metadata), (ev_window_open_uri),
8392         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8393         (ev_window_run_presentation), (ev_window_stop_presentation),
8394         (save_sizing_mode), (ev_window_zoom_changed_cb),
8395         (ev_window_continuous_changed_cb),
8396         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8397         (window_configure_event_cb):
8398
8399         Remove all ugly metadata define since we deal with it
8400         at runtime now.
8401
8402         * shell/main.c: (load_files_remote), (main):
8403
8404         Add support for dbus cvs head. Hopefully didnt break one
8405         of the other versions now!
8406
8407         If we dont get a response from the dbus server just
8408         give up with it and not enable metadata.
8409
8410 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8411
8412         * Makefile.am:
8413         * backend/Makefile.am:
8414         * configure.ac:
8415         * cut-n-paste/recent-files/Makefile.am:
8416         * cut-n-paste/toolbar-editor/Makefile.am:
8417         * cut-n-paste/zoom-control/Makefile.am:
8418         * lib/Makefile.am:
8419         * pdf/Makefile.am:
8420         * pixbuf/Makefile.am:
8421         * properties/Makefile.am:
8422         * ps/Makefile.am:
8423         * shell/Makefile.am:
8424         * thumbnailer/Makefile.am:
8425         * tiff/Makefile.am:
8426
8427         Make frontends depend on just libev.
8428         Rework and group CFLAGS/LIBS definitions.
8429         Cleanups.
8430
8431 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8432
8433         * shell/ev-window:
8434
8435         do not unnecessarily save zoom
8436
8437         * configure.ac:
8438         * lib/ev-file-helpers.c: (ev_dot_dir):
8439         * shell/Makefile.am:
8440         * shell/dummy.cc:
8441
8442         Some cleanups
8443
8444 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * configure.ac:
8447         
8448         Remove unnecessary dependencies
8449
8450 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8451
8452         * properties/Makefile.am:
8453         * thumbnailer/Makefile.am:
8454         * tiff/Makefile.am:
8455
8456         Some more cleanups. Was really necessary
8457         but I probably introduced bugs, feel free
8458         to flame :)
8459
8460 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8461
8462         * backend/Makefile.am:
8463         * configure.ac:
8464         * cut-n-paste/recent-files/Makefile.am:
8465         * cut-n-paste/toolbar-editor/Makefile.am:
8466         * cut-n-paste/zoom-control/Makefile.am:
8467         * lib/Makefile.am:
8468         * pdf/Makefile.am:
8469         * pixbuf/Makefile.am:
8470         * properties/Makefile.am:
8471         * ps/Makefile.am:
8472         * shell/Makefile.am:
8473         * thumbnailer/Makefile.am:
8474         * tiff/Makefile.am:
8475
8476         Use gnome-common macros when possible.
8477         Cleanup dependencies.
8478         Actually disable deprecated where possible.
8479
8480 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8481
8482         * Makefile.am:
8483         * backend/Makefile.am:
8484         * properties/Makefile.am:
8485         * shell/Makefile.am:
8486         * thumbnailer/Makefile.am:
8487
8488         This should solve the circular dep without
8489         requiring dir reorg!
8490
8491         * shell/ev-window.c: (setup_view_from_metadata):
8492
8493         Never restore window size/position when the
8494         window is already visible.
8495
8496 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8497
8498         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8499
8500         Return a boolean from timeout func. Fix ported from gedit.
8501
8502 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8503
8504         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8505
8506 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8507
8508         * shell/ev-document-types.c: set "All Documents" as default filter in
8509         open dialog
8510
8511 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8512
8513         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8514         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8515         (ev_metadata_manager_set_boolean): fix value/val thinko.
8516
8517 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8518
8519         * shell/ev-window.c: (setup_view_from_metadata),
8520         (window_state_event_cb), (window_configure_event_cb),
8521         (ev_window_init):
8522
8523         Remember window position and maximized state
8524
8525 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8526
8527         * configure.ac:
8528
8529         Fix DBUS configure checks.
8530
8531         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8532         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8533         (ev_metadata_manager_set_boolean):
8534
8535         Plug mem leaks.
8536
8537         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8538         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8539         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8540         (ev_window_continuous_changed_cb),
8541         (ev_window_dual_mode_changed_cb), (ev_window_new):
8542
8543         Fix the build without DBUS.
8544
8545 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8546
8547         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8548         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8549         (ev_metadata_manager_set_string),
8550         (ev_metadata_manager_set_boolean):
8551         * shell/ev-metadata-manager.h:
8552
8553         Add support for some more types
8554
8555         * shell/ev-view.c: (scroll_to_current_page),
8556         (ev_view_get_continuous), (ev_view_set_continuous),
8557         (ev_view_get_dual_page):
8558         * shell/ev-view.h:
8559         * shell/ev-window.c: (page_changed_cb),
8560         (setup_document_from_metadata), (ev_window_setup_document),
8561         (setup_view_from_metadata), (ev_window_open_uri),
8562         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8563         (ev_window_run_presentation), (ev_window_stop_presentation),
8564         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8565         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8566         (ev_window_update_dual_page_action),
8567         (ev_window_continuous_changed_cb),
8568         (ev_window_dual_mode_changed_cb), (ev_window_init):
8569
8570         Remember a bunch of view/document properties. Prolly some
8571         are still missing but it's getting interesting.
8572
8573 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8574
8575         * configure.ac: check if dbus-binding-tool is installed. Not the
8576         case on current Ubuntu breezy, it seems.
8577
8578 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8579
8580         * data/evince.desktop.in.in:
8581         
8582         Allow open uri lists and add TryExec field.
8583
8584 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8585
8586         * configure.ac:
8587
8588         Enable dbus when available, do not require a configure
8589         option.
8590
8591 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8592
8593         * configure.ac:
8594
8595         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8596         disabled.
8597
8598 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8599         Marco Pesenti Gritti  <mpg@redhat.com>
8600
8601         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8602         
8603         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8604         functions to the format required by dbus
8605
8606         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8607         errors. Use the RPC parameters in the expected way
8608
8609 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8610
8611         * Makefile.am:
8612         * properties/Makefile.am:
8613         * properties/ev-properties-main.c: (ev_properties_get_pages):
8614
8615         Support all mime types
8616
8617         * shell/Makefile.am:
8618         * thumbnailer/Makefile.am:
8619         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8620         (evince_thumbnail_pngenc_get):
8621
8622         Use the document factory
8623
8624 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8625
8626         * backend/Makefile.am:
8627         * backend/ev-document-factory.c:
8628         (mime_type_supported_by_gdk_pixbuf),
8629         (ev_document_type_get_from_mime),
8630         (ev_document_factory_get_document),
8631         (ev_document_factory_get_backend),
8632         (ev_document_factory_get_mime_types),
8633         (ev_document_factory_get_all_mime_types):
8634         * backend/ev-document-factory.h:
8635         * shell/Makefile.am:
8636         * shell/ev-document-types.c: (get_document_from_uri),
8637         (ev_document_types_get_document),
8638         (file_filter_add_mime_list_and_free),
8639         (ev_document_types_add_filters):
8640         * shell/ev-document-types.h:
8641         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8642         * shell/ev-properties-dialog.c:
8643         (ev_properties_dialog_set_document):
8644         * shell/ev-window.c: (ev_window_cmd_file_open),
8645         (ev_window_cmd_save_as):
8646         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8647
8648         Rework document types managing to avoid code duplication
8649         and actually abstract from backend implementations.
8650         Also provide a minimal factory api that can be used by
8651         thumbnailer/properties.
8652
8653 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8654
8655         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8656         Plug a mem leak.
8657         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8658         HIG spacings.
8659
8660 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8661
8662         * shell/ev-properties-dialog.c
8663         (ev_properties_dialog_set_document): only call
8664         ev_properties_fonts_set_document() if the document implements the
8665         fonts interface
8666
8667 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * configure.ac:
8670         * properties/Makefile.am:
8671         * properties/ev-properties-view.c:
8672         (ev_properties_view_register_type):
8673         * properties/ev-properties-view.h:
8674         * properties/ev-properties-main.h:
8675
8676         Implement nautilus plugin for properties.
8677         Works only for pdf atm, I need to rework the
8678         document types stuff to get this to work
8679         for all backends...
8680
8681 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8682
8683         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8684         (ev_properties_fonts_set_document): use
8685         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8686
8687 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8688
8689         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8690         them
8691         (PlaceImage, tiff2ps_process_page): use
8692         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8693
8694
8695 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8696
8697         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8698         (main): to call gnome_authentication_manager_init. Should fix
8699         Bug #308510
8700
8701         * configure.ac: that requires libgnomeui 2.6.0.
8702
8703 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8704
8705         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8706         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8707         use the new tiff2ps interfaces
8708
8709         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8710         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8711
8712         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8713         structure instead of global variables.  Remove use of static
8714         variables in functions.
8715
8716 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8717
8718         * shell/ev-page-action.c: unref the completion after setting it to the
8719         entry
8720
8721 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8722
8723         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8724         postscript files
8725
8726 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8727
8728         * shell/ev-window.c (update_action_sensitivity): disable
8729         File->Print if the document does not implement the ps exporter
8730         interface
8731
8732 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8733
8734         * Makefile.am:
8735         * configure.ac:
8736         * data/evince-properties.glade:
8737         * properties/.cvsignore:
8738         * properties/Makefile.am:
8739         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8740         (ev_properties_view_class_init), (ev_properties_view_format_date),
8741         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8742         (ev_properties_view_init), (ev_properties_view_new):
8743         * properties/ev-properties-view.h:
8744         * shell/Makefile.am:
8745         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8746         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8747         (ev_properties_dialog_new):
8748         * shell/ev-properties-dialog.h:
8749         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8750         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8751         (update_progress_label), (job_fonts_finished_cb),
8752         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8753         * shell/ev-properties-fonts.h:
8754         * shell/ev-properties.c:
8755         * shell/ev-properties.h:
8756         * shell/ev-window.c: (ev_window_setup_document),
8757         (ev_window_cmd_file_properties):
8758
8759         Split the properties pages in two different objects, depend
8760         only on the backend where possible, use widgets instead
8761         of gobject for the glade part, reimplement the dialog
8762         itself with gtk.
8763         I need this to implement nautilus properties page.
8764
8765 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8766
8767         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8768         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8769         (tiff_document_document_ps_exporter_iface_init): implement the ps
8770         exporter interface for tiff documents
8771
8772         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8773         libtiff to implement TIFF postscript export
8774
8775         * tiff/tiff2ps.h: added a header file for external tiff2ps
8776         functions.
8777
8778         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8779         tiff2ps.h
8780
8781 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8782
8783         * shell/ev-view.c: (scroll_to_current_page),
8784         (ev_view_set_fullscreen), (ev_view_set_presentation):
8785         
8786         Scroll to current page when exit from presentation
8787
8788 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8789
8790         * shell/ev-window.c: (update_document_mode),
8791         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8792         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8793         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8794         
8795         Exit from fullscreen mode when switch to presentation. Fix for
8796         bug 309365
8797
8798 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8799
8800         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8801         return NULL if the document does not implement the selection
8802         interface.
8803
8804 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8805
8806         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8807         reported height by using the resolution aspect ratio
8808         (tiff_document_render_pixbuf): scale the pixbuf using the
8809         resolution aspect ratio
8810
8811 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8812
8813         * configure.ac:
8814         
8815         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8816         <kiltedaco@gmail.com>
8817         
8818         * djvu/djvu-document.c: (djvu_document_get_orientation),
8819         (djvu_document_set_orientation), (djvu_document_get_page_size),
8820         (rotate_pixbuf), (djvu_document_render_pixbuf),
8821         (djvu_document_document_iface_init):
8822         * dvi/dvi-document.c: (dvi_document_get_orientation),
8823         (dvi_document_set_orientation), (dvi_document_get_page_size),
8824         (rotate_pixbuf), (dvi_document_render_pixbuf),
8825         (dvi_document_document_iface_init):
8826         
8827         Dvi and djvu backends are ported to new API
8828
8829 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8830
8831         * backend/ev-selection.c: (ev_selection_get_selection_region),
8832         (ev_selection_get_selection_map):
8833         * backend/ev-selection.h:
8834         * pdf/ev-poppler.cc:
8835         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8836         * shell/ev-jobs.h:
8837         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8838         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8839         (ev_pixbuf_cache_get_text_mapping):
8840         * shell/ev-pixbuf-cache.h:
8841         * shell/ev-view.c: (location_in_text),
8842         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8843         support to EvView.  Now we can see where we can select!  Sweet!
8844
8845 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8846
8847         * shell/ev-view.c (ev_view_button_press_event): Fix
8848         event->y + view->scroll_x typo.
8849
8850 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8851
8852         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8853         sub-GdkPixbuf instead of passing dest_x and dest_y.
8854         
8855         * shell/ev-view.c: (view_point_to_doc_point),
8856         (view_rect_to_doc_rect), (ev_view_button_press_event),
8857         (ev_view_motion_notify_event), (compute_new_selection_rect),
8858         (gdk_rectangle_point_in), (compute_new_selection_text),
8859         (compute_selections): Update selection code to keep the selection
8860         around as two points and not as a normalized rectangle, and fix
8861         page level selection in two-column mode.
8862
8863 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8864
8865         * shell/ev-window.c: (window_configure_event_cb): 
8866         
8867         Fix compilation
8868         
8869 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8870
8871         * pdf/ev-poppler.cc:
8872
8873         Fix compilation
8874
8875 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8876
8877         * shell/Makefile.am:
8878         * shell/ev-metadata-manager.c: (item_free),
8879         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8880         (parse_value), (parseItem), (load_values),
8881         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8882         (save_values), (save_item), (get_oldest), (resize_items),
8883         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8884         * shell/ev-metadata-manager.h:
8885
8886         Metadata manager from gedit but modified to use GValue, so that
8887         we dont need to keep converting from strings.
8888
8889         * configure.ac:
8890
8891         ENABLE_METADATA conditional, on when dbus is on
8892
8893         * shell/ev-application.c: (ev_application_open_uri):
8894
8895         Show the window after load so that we can initialize
8896         window size before it's showed.
8897
8898         * shell/ev-window.c: (ev_window_setup_from_metadata),
8899         (ev_window_open_uri), (window_configure_event_cb),
8900         (ev_window_init):
8901
8902         Save and load metadata information about window size.
8903         Not yet keeping states in account.
8904
8905         * shell/main.c: (main):
8906
8907         Shutdown metadata manager.
8908
8909 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8910
8911         * shell/ev-application-service.xml:
8912         * configure.ac:
8913         * shell/Makefile.am:
8914         * shell/ev-application.c:
8915         * shell/ev-application.h:
8916         * shell/ev-window.c:
8917         * shell/ev-window.h:
8918         * shell/main.c:
8919
8920         Add an optional dbus interface (--enable-dbus).
8921         Rework application code, mainly to be easier to
8922         use "remotely".
8923         Do not open multiple windows with the same document,
8924         spatial evince!
8925
8926 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8927
8928         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8929         pixbuf iff it exists.
8930
8931 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8932
8933         * shell/*:
8934         * backend/ev-render-context.[ch]:
8935         * backend/ev-selection.[ch]:
8936
8937         Massive changes.  We now support text selection of pdfs, and not
8938         just rectangular selection.  This is pretty broken still, but I
8939         want to get something into CVS.
8940
8941 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8942
8943         * pdf/ev-poppler.cc:
8944         
8945         Fix for Bug 309080: crash on window close.
8946         
8947         * shell/ev-page-action.c: (page_changed_cb):
8948         
8949         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8950         jensgr@gmx.net (Jens Granseuer).
8951
8952 2005-06-25  Marcel Telka  <marcel@telka.sk>
8953
8954         * configure.in (ALL_LINGUAS): Added sk.
8955
8956 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8957
8958         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8959         not a document open
8960
8961 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8962
8963         * NEWS:
8964         * configure.ac:
8965
8966         Release 0.3.2
8967
8968         * cut-n-paste/recent-files/Makefile.am:
8969
8970         Fix make distcheck
8971
8972 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8973
8974         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8975         (pixbuf_document_set_orientation), (rotate_pixbuf),
8976         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8977         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8978
8979         Implement rotation and cleanup the code a bit.
8980
8981         * tiff/tiff-document.c: (tiff_document_get_page_size),
8982         (tiff_document_get_orientation), (tiff_document_set_orientation),
8983         (rotate_pixbuf), (tiff_document_render_pixbuf),
8984         (tiff_document_document_iface_init), (tiff_document_init):
8985
8986         Implement rotation. Was the quicker solution for the release
8987         but we really need to share this code in the shell.
8988
8989 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8990
8991         * pdf/ev-poppler.cc:
8992
8993         Enable rotation, require poppler cvs. Fix a leak.
8994
8995 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8996
8997         * shell/ev-window.c: (update_action_sensitivity):
8998         
8999         Make properties unsensitive if document backend doesn't provide
9000         any info
9001
9002 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9003
9004         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9005         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9006         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9007         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9008         (bitmap_flip_rotate_counter_clockwise):
9009         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9010         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9011         (buff_gets):
9012         * dvi/mdvi-lib/common.h:
9013         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9014         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9015         (opendvi), (mdvi_reload), (mdvi_init_context),
9016         (mdvi_destroy_context), (mdvi_dopage), (special):
9017         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9018         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9019         (file_hash_free), (register_encoding), (parse_spec),
9020         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9021         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9022         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9023         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9024         (mdvi_register_font_type), (mdvi_unregister_font_type),
9025         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9026         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9027         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9028         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9029         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9030         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9031         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9032         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9033         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9034         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9035         (mdvi_unregister_special), (mdvi_flush_specials):
9036         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9037         (t1_font_remove):
9038         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9039         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9040         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9041         (free_font_metrics), (flush_font_metrics):
9042         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9043         (tt_font_remove):
9044         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9045         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9046         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9047         (dstring_insert), (dstring_new), (dstring_reset):
9048         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9049         
9050         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9051         avoid conflict with libtool on FC4
9052         
9053         * shell/ev-window.c: (ev_window_cmd_help_about):
9054         
9055         Update copyright year. Fix for bug 308828.
9056
9057 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9058
9059         * shell/ev-view.c: (add_scroll_binding_keypad),
9060         (ev_view_binding_activated), (ev_view_class_init),
9061         (on_adjustment_value_changed):
9062         
9063         Bug 170874: Arrow keys switch pages in presentation mode
9064
9065 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9066
9067         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9068         
9069         Fix for Bug 308265: Sidebar dissappears coming out of 
9070         Presentation mode
9071
9072 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9073
9074         * shell/ev-application.c: (ev_application_open):
9075         * shell/ev-document-types.c: (ev_document_types_add_filters),
9076         (ev_document_types_add_filters_for_type):
9077         * shell/ev-document-types.h:
9078         * shell/ev-window.c: (ev_window_cmd_save_as):
9079         
9080         Suggest basename as template when saving, provide filters
9081         for save dialog. It's bug 308402
9082
9083 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9084
9085         * pdf/ev-poppler.cc:
9086         * shell/ev-sidebar-links.c: (job_finished_callback):
9087         * shell/ev-view.c: (update_find_status_message):
9088         
9089         Some leaks fixed
9090
9091 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9092
9093         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9094         (egg_recent_view_uimanager_set_list):
9095
9096         Fix buglet in !show_numbers case.
9097
9098 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9099
9100         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9101         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9102
9103         Use pango ellipsisation.
9104
9105         * pdf/ev-poppler.cc:
9106
9107         Fix refcount leak, from nsh.
9108
9109 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9110
9111         * cut-n-paste/recent-files/Makefile.am:
9112         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9113         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9114         
9115         Removed EggRecentViewGtk
9116         
9117         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9118         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9119         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9120         (ev_window_setup_recent):
9121         
9122         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9123         with other projects
9124
9125 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9126
9127         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9128         (egg_recent_view_gtk_finalize):
9129
9130         Fix memory leak
9131
9132         * cut-n-paste/toolbar-editor/Makefile.am:
9133         
9134         Fix location of cursor icon.
9135         
9136         * pdf/ev-poppler.cc:
9137         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9138         (display_completion_text), (match_completion):
9139         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9140         (selection_changed_callback), (create_loading_model),
9141         (print_section_cb), (links_page_num_func),
9142         (update_page_callback_foreach):
9143         * shell/ev-window.c: (ev_window_dispose):
9144         
9145         Small memory fixes. Links model now store objects instead
9146         of pointers to improve memory management. 
9147
9148 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9149
9150         * shell/ev-window.c: (zoom_control_changed_cb):
9151         
9152         Fix update of zoom control (bug 308268).
9153
9154 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9155
9156         * shell/ev-properties.c (set_property): escape the text correctly.
9157         Handles non-UTF-8 properties and escaped properties.  Also, sets
9158         the text to "<i>None</i>" if the property isn't set.
9159
9160         * data/evince-properties.glade: Change the label to be ellipsized,
9161         and give it a minimum size.
9162
9163 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9164
9165         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9166         * shell/ev-sidebar-links.c: (create_loading_model):
9167         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9168         * shell/ev-view.c: (ev_view_set_document):
9169         * shell/ev-window.c: (ev_window_dispose):
9170         
9171         Various small fixes, mostly memory leaks. Thanks to valgrind.
9172
9173 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9174
9175         * ps/ps-document.c: remove the locale.h include again ;-). And
9176         kill the (bogus) setlocale/savelocale business.
9177
9178 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9179
9180         * ps/ps-document.c:
9181         
9182         Include locale.h to fix build
9183         
9184         * shell/ev-sidebar.c:
9185         
9186         Remove unnecessary includes
9187
9188 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9189
9190         * dvi/dvi-document.c: (dvi_document_load):
9191         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9192         * po/POTFILES.in:
9193         
9194         Check for incorrect dvi files. Fix parsing dvi on AMD64
9195         platform. Thanks to tester@tester.ca (Olivier Crete).
9196
9197 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9198
9199         * shell/ev-page-action.c: (match_selected_cb),
9200         (display_completion_text), (match_completion), (update_model):
9201         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9202         (expand_open_links):
9203         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9204         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9205         (ev_sidebar_set_document):
9206         * shell/ev-window.c: (ev_window_xfer_job_cb),
9207         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9208         
9209         Fixed lot's of memory leaks, for example, memory leak on reload, 
9210         described in bug 307793.
9211
9212 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9213
9214         * pdf/ev-poppler.cc:
9215         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9216         (update_visible_range), (adjustment_changed_cb),
9217         (ev_sidebar_thumbnails_fill_model),
9218         (ev_sidebar_thumbnails_refresh),
9219         (ev_sidebar_tree_selection_changed),
9220         (ev_sidebar_icon_selection_changed),
9221         (ev_sidebar_thumbnails_use_icon_view),
9222         (ev_sidebar_thumbnails_set_document):
9223         * shell/ev-sidebar-thumbnails.h:
9224         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9225         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9226
9227         Refresh thumbnails when changing orientation. Not fully
9228         working yet becuase of a sidebar bug.
9229
9230         Set page orientation to poppler page everywhere. This sucks
9231         really need to fix poppler.
9232
9233 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9234
9235         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9236         (egg_recent_view_gtk_new_menu_item),
9237         (egg_recent_view_gtk_set_property),
9238         (egg_recent_view_gtk_get_property),
9239         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9240         (egg_recent_view_gtk_set_tooltip_func),
9241         (egg_recent_view_gtk_set_label_width),
9242         (egg_recent_view_gtk_get_label_width):
9243         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9244
9245         Sync with libegg (ellipsize labels)
9246
9247 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9248
9249         * data/evince-ui.xml:
9250         * shell/ev-window.c: (ev_window_cmd_go_forward),
9251         (ev_window_cmd_go_backward):
9252         
9253         Shift + PageUp moves 10 Pages. Fix for 306125
9254
9255 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9256
9257         * pdf/ev-poppler.cc:
9258
9259         Add a flag to check if orientation has been overriden
9260
9261 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9262
9263         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9264         field if necessary.
9265
9266         * ps/ps.h: add creator field to document.
9267
9268         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9269         set creator field.
9270
9271 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9272
9273         * data/evince-properties.glade:
9274         * shell/ev-properties.c: (ev_properties_set_document):
9275
9276         s/PDF Version/Format
9277
9278 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9279
9280         * shell/ev-properties.c: (ev_properties_set_document):
9281
9282         Remove unnecessary translations
9283
9284 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9285
9286         * cut-n-paste/toolbar-editor/Makefile.am:
9287
9288         Correct library name    
9289
9290 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9291
9292         * configure.ac:
9293         * cut-n-paste/recent-files/egg-recent-model.c:
9294         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9295         (egg_recent_model_unlock_file):
9296         * cut-n-paste/recent-files/egg-recent-util.c:
9297         (egg_recent_util_get_unique_id):
9298         * cut-n-paste/recent-files/update-from-egg.sh:
9299         * cut-n-paste/toolbar-editor/Makefile.am:
9300         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9301         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9302         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9303         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9304         (egg_toolbars_model_get_type):
9305         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9306
9307         Better makefile for toolbar editor and update everything
9308         to latest libegg.
9309
9310 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9311
9312         * shell/ev-window.c: (update_document_mode):
9313
9314         Prefer presentation mode when the document
9315         require fullscreen.
9316
9317 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9318
9319         * data/evince-ui.xml:
9320         * shell/ev-window.c:
9321
9322         Add control-equal for zooming
9323
9324 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9325
9326         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9327
9328 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9329
9330         * backend/ev-document.c: (ev_document_get_orientation):
9331         * backend/ev-document.h:
9332         * pdf/ev-poppler.cc:
9333         * ps/ps-document.c: (ps_document_get_orientation),
9334         (ps_document_set_orientation), (ps_document_document_iface_init):
9335
9336         Add a get_orientation api. Improve set_orientation.
9337
9338         * data/evince-ui.xml:
9339         * shell/ev-view.c: (ev_view_set_orientation),
9340         (ev_view_rotate_right), (ev_view_rotate_left):
9341         * shell/ev-view.h:
9342         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9343         (ev_window_cmd_edit_rotate_right):
9344
9345         Better ui for changing document orientation
9346
9347 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9348
9349         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9350         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9351         * shell/ev-sidebar-links.h:
9352         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9353         (ev_sidebar_page_iface_init):
9354         * shell/ev-sidebar-page.h:
9355         * shell/ev-sidebar-thumbnails.c:
9356         (ev_sidebar_thumbnails_get_property),
9357         (ev_sidebar_thumbnails_class_init),
9358         (ev_sidebar_thumbnails_set_document):
9359         * shell/ev-sidebar-thumbnails.h:
9360         * shell/ev-view.c: (ev_view_motion_notify_event):
9361         * shell/ev-window.c: (update_chrome_visibility),
9362         (ev_window_cmd_focus_page_selector),
9363         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9364         (sidebar_page_main_widget_update_cb), (ev_window_init):
9365         
9366         Autoraise toolbar on GoToPage binding and fix bindings in
9367         EvSidebarThumbnails page.
9368
9369 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9370
9371         * shell/ev-properties.c: (update_progress_label):
9372
9373         Hide the progress label when finished; bug #307697.
9374
9375 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9376
9377         * pdf/ev-poppler.cc:
9378
9379         Enable is_open for links, you will need poppler cvs
9380
9381         * shell/ev-properties.c: (job_fonts_finished_cb):
9382
9383         Get a lock on the document when filling the tree view
9384
9385 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9386
9387         * backend/ev-document-links.h:
9388         * pdf/ev-poppler.cc:
9389         * shell/ev-sidebar-links.c: (create_loading_model),
9390         (expand_open_links), (job_finished_callback):
9391
9392         Expand links when specified by the document.
9393         Depend on a poppler api (defined out for now)
9394
9395 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9396
9397         * shell/ev-properties.c: (ev_properties_dispose),
9398         (ev_properties_class_init), (dialog_destroy_cb),
9399         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9400         (ev_properties_set_document), (ev_properties_new),
9401         (ev_properties_show):
9402         * shell/ev-properties.h:
9403
9404         Make it an object, cleanup the code, api to show it as transient
9405         and to set the document.
9406
9407         * shell/ev-window.c: (ev_window_setup_document),
9408         (ev_window_cmd_file_properties):
9409
9410         Adapt to EvProperties changes, do not show multiple
9411         times, update it when document changes.
9412
9413 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9414
9415         * ps/gstypes.h:
9416         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9417         (ps_document_set_orientation), (ps_document_document_iface_init):
9418         * ps/ps-document.h:
9419
9420         Implement orientation here too
9421
9422         * shell/ev-properties.c: (ev_properties_new):
9423         * data/evince-properties.glade:
9424
9425         Hide the fonts page for backends that doesnt
9426         support it.     
9427
9428 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9429
9430         * backend/ev-document.c: (ev_document_set_orientation):
9431         * backend/ev-document.h:
9432         * pdf/ev-poppler.cc:
9433
9434         Add orientation api. Currently poppler api is not optimal,
9435         we need to set orientation every time we _get a page.
9436         I will try to fix that at some point.
9437
9438         * data/evince-ui.xml:
9439         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9440         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9441
9442         Add orientation menu items
9443
9444         * shell/ev-page-cache.c: (ev_page_cache_clear):
9445         * shell/ev-page-cache.h:
9446
9447         Add api to clear the cache
9448
9449         * shell/ev-view.c: (setup_caches), (clear_caches),
9450         (ev_view_set_document), (ev_view_zoom_out),
9451         (ev_view_set_orientation):
9452         * shell/ev-view.h:
9453
9454         Implement orientation changing
9455
9456 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9457
9458         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9459         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9460         * backend/ev-document-fonts.h:
9461
9462         Separate scan and fill so that we can incrementally fill from
9463         the main thread. Add a progress api.
9464
9465         * data/evince-properties.glade:
9466         * pdf/ev-poppler.cc:
9467         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9468         * shell/ev-jobs.h:
9469         * shell/ev-properties.c: (update_progress_label),
9470         (job_fonts_finished_cb), (setup_fonts_view):
9471
9472         Incrementally feel the list and show the progress
9473         percentage in a label like acrobat does.
9474
9475         You are going to need poppler cvs
9476
9477 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9478
9479         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9480         * backend/ev-document-fonts.h:
9481         * pdf/ev-poppler.cc:
9482
9483         Make fonts model fill incrementally.
9484
9485         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9486         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9487         (ev_job_queue_remove_job):
9488         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9489         (ev_job_fonts_new), (ev_job_fonts_run):
9490         * shell/ev-jobs.h:
9491
9492         New job for fonts scanning
9493
9494         * shell/ev-properties.c: (job_fonts_finished_cb),
9495         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9496         * shell/ev-properties.h:
9497         * shell/ev-window.c: (ev_window_cmd_file_properties):
9498
9499         Incrementally feel the treeview using the new job. Show Loading...
9500         message until scanning is completed.
9501
9502         Hopefully I didnt break the build without the poppler patch.
9503
9504 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9505
9506         * shell/ev-application.c: (ev_application_open):
9507         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9508         (ev_document_type_get_type), (ev_document_type_lookup):
9509         * shell/ev-document-types.h:
9510         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9511         * shell/ev-job-xfer.h:
9512         * shell/ev-window.c: (ev_window_clear_local_uri),
9513         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9514         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9515         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9516         
9517         Transfer remote documents to tmp directory to display them later.
9518
9519 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9520
9521         * backend/ev-document-info.h:
9522         * shell/ev-properties.c: (ev_properties_new):
9523
9524         s/GTime*/GTime. Not sure why we was using a pointer
9525         at all there!
9526
9527 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9528
9529         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9530         situations.  That situation is that you're using GTK+-HEAD with
9531         the patch at #306726 is applied, and you have a document with <
9532         1500 pages in it.  It's not quite as uniformly nice as the
9533         TreeView, but should be better in the long run.
9534
9535         I'm pretty sure I guarded against breaking compilation with
9536         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9537         I missed some.
9538
9539         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9540         widget yet, so I commented that code out
9541         enable_view_actions_for_widget() for now.  Need to figure this
9542         out.
9543
9544         * shell/ev-page-action.c (match_selected_cb): emit the right
9545         signals.  Our cool C-l completion now works.
9546
9547 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9548
9549         * backend/Makefile.am:
9550         * backend/ev-document-fonts.c:
9551         * backend/ev-document-links.c:
9552         * backend/ev-document.c: (ev_document_load):
9553         * backend/ev-document.h:
9554         * backend/ev-job-queue.c:
9555         * backend/ev-job-queue.h:
9556         * backend/ev-jobs.c:
9557         * backend/ev-jobs.h:
9558         * backend/ev-page-cache.c:
9559         * backend/ev-page-cache.h:
9560
9561         EvPageCache and EvJobs are moved to shell.
9562
9563         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9564         (ev_tmp_filename):
9565         * lib/ev-file-helpers.h:
9566         
9567         New helper to work with temporary files
9568         
9569         * shell/Makefile.am:
9570         * shell/ev-application.c: (ev_application_open):
9571         * shell/ev-application.h:
9572         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9573         (remove_job_from_async_queue), (add_job_to_async_queue),
9574         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9575         (handle_job), (search_for_jobs_unlocked),
9576         (no_jobs_available_unlocked), (ev_render_thread),
9577         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9578         (ev_job_queue_add_job), (move_job_async), (move_job),
9579         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9580         * shell/ev-job-queue.h:
9581         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9582         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9583         * shell/ev-job-xfer.h:
9584         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9585         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9586         (ev_job_links_class_init), (ev_job_render_init),
9587         (ev_job_render_dispose), (ev_job_render_class_init),
9588         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9589         (ev_job_thumbnail_class_init), (ev_job_load_init),
9590         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9591         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9592         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9593         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9594         * shell/ev-jobs.h:
9595         * shell/ev-page-action.c: (ev_page_action_set_document):
9596         * shell/ev-page-cache.c: (ev_page_cache_init),
9597         (ev_page_cache_class_init), (ev_page_cache_finalize),
9598         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9599         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9600         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9601         (ev_page_cache_get_title), (ev_page_cache_get_size),
9602         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9603         (ev_page_cache_get_height_to_page),
9604         (ev_page_cache_get_max_label_chars),
9605         (ev_page_cache_get_page_label),
9606         (ev_page_cache_has_nonnumeric_page_labels),
9607         (ev_page_cache_get_info), (ev_page_cache_next_page),
9608         (ev_page_cache_prev_page), (ev_page_cache_get):
9609         * shell/ev-page-cache.h:
9610         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9611         (ev_pixbuf_cache_clear_job_sizes),
9612         (ev_pixbuf_cache_add_jobs_if_needed),
9613         (ev_pixbuf_cache_set_page_range):
9614         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9615         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9616         * shell/ev-sidebar-thumbnails.c:
9617         (ev_sidebar_tree_selection_changed),
9618         (ev_sidebar_thumbnails_set_document):
9619         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9620         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9621         (ev_statusbar_get_context_id), (ev_statusbar_push),
9622         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9623         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9624         (ev_statusbar_set_progress):
9625         * shell/ev-statusbar.h:
9626         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9627         (ev_view_find_previous):
9628         * shell/ev-window.c: (ev_window_is_empty),
9629         (ev_window_setup_document), (password_dialog_response),
9630         (ev_window_clear_jobs), (ev_window_load_job_cb),
9631         (ev_window_xfer_job_cb), (ev_window_open_uri),
9632         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9633         (ev_window_print), (ev_window_print_range),
9634         (ev_window_state_event), (ev_window_cmd_view_reload),
9635         (menu_item_select_cb), (menu_item_deselect_cb),
9636         (view_status_changed_cb), (ev_window_dispose),
9637         (drag_data_received_cb), (ev_window_init):
9638         * shell/ev-window.h:
9639         * shell/main.c: (load_files):
9640         
9641         New statusbar to show progress on idle. Two new jobs - 
9642         xfer job and load job to load document in background. And update
9643         of page_cache clients to new location of code.
9644
9645 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9646
9647         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9648         selection in open dialog. It also remembers the last visited directory 
9649         in the current session.
9650
9651 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9652
9653         * shell/ev-properties.c: (ev_properties_new):
9654         * shell/ev-properties.h:
9655         * shell/ev-window.c: (ev_window_cmd_file_properties):
9656         
9657         Get document info from page cache instead of document itself.
9658         This should fix crash related to race conditions described in
9659         bug 306545.
9660
9661 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9662
9663         * ps/ps-document.c: (ps_document_init),
9664         (send_ps), (get_page_box), (output), (catchPipe), (input),
9665         (stop_interpreter), (file_length), (file_readable),
9666         (check_filecompressedb), (ps_document_enable_interpreter),
9667         (document_load), (ps_async_renderer_render_pixbuf):
9668         * ps/ps-document.h:
9669
9670         Big cleanup of the ps code
9671
9672 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9673
9674         * backend/Makefile.am:
9675         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9676         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9677         * backend/ev-async-renderer.h:
9678
9679         Add an async renderer interface (method + callback) which
9680         is useful for backends like ps.
9681
9682         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9683         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9684         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9685         (ev_job_queue_add_job), (move_job_async), (move_job),
9686         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9687
9688         Add queues for async renderer, these are executed on the
9689         main thread.
9690
9691         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9692         (ev_job_render_run):
9693         * backend/ev-jobs.h:
9694
9695         If the backend support async renderer interface use it.
9696
9697         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9698         (setup_pixmap), (ps_document_get_type),
9699         (ps_async_renderer_render_pixbuf),
9700         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9701
9702         Implement async renderer interface.
9703
9704 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9705
9706         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9707
9708         Cleanup links job on exit.
9709
9710 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9711
9712         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9713         (drag_data_get_cb), (drag_data_received_cb):
9714         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9715         (drag_data_get_cb), (parse_item_list),
9716         (egg_toolbar_editor_load_actions):
9717         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9718         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9719         (parse_item_list), (parse_toolbars):
9720         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9721         (dvi_pixbuf_put_pixel):
9722         
9723         Fix gcc 4.0 warnings
9724
9725 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9726
9727         * ps/ps-document.c: (start_interpreter):
9728
9729         Fix warning when loading ps
9730
9731 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9732
9733         * ps/ps-document.c: (output):
9734
9735         Fix crash when priting gs error messages.
9736
9737 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9738
9739         * backend/ev-page-cache.c: (_ev_page_cache_new):
9740         * backend/ev-page-cache.h:
9741
9742         Use a const to return title so that we dont double
9743         free it. Small cleanup and fix a leak.
9744
9745         * shell/ev-window.c: (update_window_title):
9746
9747         strdup value from get_title.
9748
9749 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9750
9751         * shell/ev-sidebar-links.c: (job_finished_callback),
9752         (ev_sidebar_links_set_document):
9753
9754         Cleanup the old job when changing document
9755
9756 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9757
9758         * shell/ev-stock-icons.c:
9759         * shell/ev-stock-icons.h:
9760         * shell/ev-window.c:
9761         
9762         Add stock icons for actions that can appear in toolbar. Fix for
9763         bug 306566.
9764
9765 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9766
9767         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9768         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9769         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9770         * backend/ev-page-cache.h:
9771         * shell/ev-view.c: (scroll_to_current_page),
9772         (view_update_range_and_current_page), (get_page_y_offset),
9773         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9774         (ev_view_size_request_continuous),
9775         (ev_view_zoom_for_size_continuous_and_dual_page),
9776         (ev_view_zoom_for_size_continuous):
9777         
9778         More compact EvView layout in document with pages of different size.
9779
9780 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9781
9782         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9783         compilation.
9784
9785 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9786
9787         * shell/ev-view.c: (view_set_adjustment_values):
9788         * shell/ev-window.c: (ev_window_cmd_file_properties):
9789         
9790         A bit different fix for rounding problem but it has no
9791         problems on startup. Make properties window transient to parent.
9792
9793 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9794
9795         * pdf/ev-poppler.cc:
9796         
9797         More commenting of font stuff.
9798
9799 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9800
9801         * pdf/ev-poppler.cc:
9802
9803         Comment out some more fonts stuff. Should really
9804         work without the poppler patch now.
9805
9806 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9807
9808         * pdf/ev-poppler.cc:
9809
9810         Adapt to api change
9811
9812 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9813
9814         * data/evince-properties.glade:
9815         * pdf/ev-poppler.cc:
9816         * shell/ev-properties.c: (setup_fonts_view):
9817
9818         Set the column title. Show the dialog only
9819         once everything is setup.
9820         Getting font info can be very slow... will
9821         prolly need to make this threaded too.
9822
9823 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9824
9825         * backend/Makefile.am:
9826         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9827         (ev_document_fonts_get_fonts_model):
9828         * backend/ev-document-fonts.h:
9829         * data/evince-properties.glade:
9830         * pdf/ev-poppler.cc:
9831         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9832         * shell/ev-properties.h:
9833         * shell/ev-window.c: (ev_window_cmd_file_properties):
9834
9835         Implement fonts list. Defined out for now, since it depends
9836         on a not yet committed poppler patch.
9837
9838 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9839
9840         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9841         page + 1.
9842
9843         * shell/ev-window.c: Make sure we add the timeout when we get a
9844         focus-in event.
9845
9846         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9847         adjustment->value before calculating the zoom factor to average
9848         out all of our rounding errors.  The page no longer 'drifts' when
9849         resizing.
9850
9851 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9852
9853         * data/evince-properties.glade:
9854         * shell/ev-properties.c: (ev_properties_format_date),
9855         (set_property):
9856         
9857         Labels don't expand when the dialogue is resized.
9858         strftime result needs to be converted to UTF-8. Thanks
9859         to Christian Persch <chpe@gnome.org>.
9860
9861 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9862
9863         * data/evince-properties.glade:
9864
9865         Hide the fonts tab
9866
9867 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9868
9869         * backend/ev-document-info.h:
9870         * backend/ev-document.c: (ev_document_info_free):
9871         * data/evince-properties.glade:
9872         * pdf/ev-poppler.cc:
9873         * ps/ps-document.c: (ps_document_get_info):
9874         * shell/ev-properties.c: (ev_properties_format_date),
9875         (set_property), (ev_properties_new):
9876         * shell/ev-properties.h:
9877         * shell/ev-window.c: (ev_window_cmd_file_properties):
9878
9879         Rework properties code to take only EvPropertyInfo
9880         in the constructor so that it can be useful for
9881         nautilus plugin too.
9882
9883         Deal with backends that doesnt support some properties.
9884         Make set property code generic.
9885
9886 2005-06-04  Christian Persch <chpe@gnome.org>
9887
9888         * data/evince-properties.glade:
9889
9890         fix spacings, make resizeable, and make data labels
9891         selectable + ellipsised
9892
9893 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9894
9895         * backend/ev-document-info.h:
9896         * data/Makefile.am:
9897         * data/evince-ui.xml:
9898         * pdf/ev-poppler.cc:
9899         * shell/Makefile.am:
9900         * shell/ev-window.c: (update_action_sensitivity),
9901         (ev_window_cmd_file_properties):
9902
9903         Initial go at file properties. Patch by
9904         Emil Soleyman-Zomalan <emil@soleyman.com>.
9905         Needs love see #169583
9906
9907 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9908
9909         * ps/ps-document.c: (output):
9910         * ps/ps.c: (psscan):
9911
9912         Try to render even if psscan fails.
9913
9914 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9915
9916         * ps/ps.c: (psscan), (pscopydoc):
9917
9918         Port buffered reading code from gv
9919
9920 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9921
9922         * ps/ps-document.c: (interpreter_message), (output):
9923
9924         Do not fail on interpreter messages
9925
9926 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9927
9928         * backend/ev-document-misc.c:
9929         (ev_document_misc_get_thumbnail_frame):
9930
9931         Pages can be 0 x 0, dont assert on this case
9932
9933 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9934
9935         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9936         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9937
9938         Correctly manage our reference on document. Finally the reload
9939         huge leak is gone...
9940
9941 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9942
9943         * ps/ps-document.c: (ps_document_dispose):
9944
9945         Forgot to chain it to the parent. Thanks chpe.
9946
9947 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9948
9949         * ps/ps-document.c: (ps_document_dispose),
9950         (ps_document_class_init), (stop_interpreter), (document_load):
9951
9952         Cleanup dispose a bit. Dont leak the whole pixmap.
9953
9954 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9955
9956         * pdf/ev-poppler.cc:
9957
9958         Release the poppler document on dispose
9959
9960 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9961
9962         * shell/ev-view.c: (ev_view_set_document):
9963
9964         Release ref on the pixbuf cache when changing
9965         document.
9966
9967 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9968
9969         * ps/ps-document.c: (ps_document_get_info):
9970
9971         Fix a double free
9972
9973 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9974
9975         * backend/ev-page-cache.c: (ev_page_cache_init),
9976         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9977         * backend/ev-page-cache.h:
9978         * shell/ev-page-action.c: (page_changed_cb):
9979         
9980         Set page action entry width depending on labels width. Fix
9981         for bug 305202.
9982
9983 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9984
9985         * backend/ev-link.c: (ev_link_class_init):
9986
9987         Allow -1 as page value (error)
9988
9989 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9990
9991         * shell/ev-sidebar-thumbnails.c:
9992         (ev_sidebar_thumbnails_set_document):
9993         * shell/ev-view.c: (scroll_to_current_page),
9994         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9995         (page_changed_cb), (on_adjustment_value_changed),
9996         (ev_view_set_document):
9997
9998         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9999         Fix bug 305377
10000
10001 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10002
10003         * configure.ac:
10004         * djvu/djvu-document.c: (djvu_document_get_page_size):
10005
10006         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10007         bug 301993.
10008
10009 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10010
10011         * shell/ev-view.c (draw_one_page): modify the expose handling to
10012         get the shadows.
10013
10014         * shell/ev-window.c (update_action_sensitivity): Respect
10015         permissions field.  Kowtow to the man.
10016
10017         * pdf/ev-poppler.cc: Get the permissions field.
10018
10019         * tiff/*c: Make a tiny bit more robust.
10020
10021 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10022
10023         * djvu/djvu-document.c:
10024         
10025         Pop messages from djvu context message queue.
10026
10027 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10028
10029         * configure.ac, Makefile.am, shell/Makefile.am:
10030         * tiff/Makefile.am, shell/ev-document-types.c:
10031         
10032         Cleanup tiff configure checks. Fix for bug 305218.
10033
10034 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10035
10036         * configure.ac: Added "uk" to ALL_LINGUAS.
10037
10038 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10039
10040         * cut-n-paste/zoom-control/ephy-zoom.c:
10041         (ephy_zoom_get_changed_zoom_level):
10042         * cut-n-paste/zoom-control/ephy-zoom.h:
10043         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10044         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10045         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10046         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10047         (zoom_control_changed_cb), (ev_window_init):
10048         
10049         Fix minor points related to moving best fit up. Introduce
10050         "zoom" property and make zoom control change it's value on
10051         notify::zoom signals. Fix for 305080.
10052
10053 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10054
10055         * data/evince-ui.xml:
10056         * shell/ev-window.c: (set_view_actions_sensitivity):
10057         
10058         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10059
10060 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10061
10062         * configure.ac:
10063
10064         Depends on poppler 0.3.2
10065
10066 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10067
10068         * cut-n-paste/recent-files/egg-recent-item.c:
10069         (egg_recent_item_get_short_name):
10070         * cut-n-paste/toolbar-editor/Makefile.am:
10071         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10072         (new_pixbuf_from_widget):
10073         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10074         * cut-n-paste/toolbar-editor/egg-marshal.c:
10075         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10076         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10077
10078         Sync
10079
10080 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10081
10082         * tiff/tiff-document.c: Rough TIFF backend.
10083
10084 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10085
10086         * NEWS:
10087         * configure.ac:
10088         * cut-n-paste/toolbar-editor/Makefile.am:
10089
10090         Release 0.3.1
10091
10092 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10093
10094         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10095         (ev_view_find_next), (ev_view_find_previous):
10096
10097         Remove the locks around get_n_results   
10098
10099 2005-05-21  Juerg Billeter  <j@bitron.ch>
10100
10101         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10102
10103         Pass correct number of pages to poppler.
10104
10105 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10106
10107         * configure.ac:
10108         * data/Makefile.am:
10109         * data/evince.desktop.in: 
10110         * data/evince.desktop.in.in:
10111         * po/POTFILES.in:
10112         
10113         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10114
10115 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10116
10117         * shell/ev-view.c: (view_update_adjustments),
10118         (view_set_adjustment_values): cast adjustmen->value to (int)
10119         before using it.  Otherwise, we get off by a pixel in some
10120         situations.
10121
10122         (draw_one_page): Draw the border on expose.
10123
10124 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10125
10126         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10127         adjustment when the mode changes, #304923
10128
10129 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10130
10131         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10132         flickering on resize but still use gdk_window_scroll on
10133         scrolling
10134
10135 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10136
10137         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10138         option, #170458
10139
10140 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10141
10142         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10143         second page on page_changed if possible, #304669
10144
10145 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10146
10147         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10148         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10149
10150 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10151
10152         * .cvsignore:
10153         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10154         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10155         (ev_view_zoom_for_size_presentation),
10156         (ev_view_zoom_for_size_continuous_and_dual_page),
10157         (ev_view_zoom_for_size_continuous),
10158         (ev_view_zoom_for_size_dual_page),
10159         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10160         * shell/ev-view.h:
10161         * shell/ev-window.c: (update_view_size),
10162         (ev_window_sizing_mode_changed_cb):
10163
10164         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10165         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10166         an infinite loop, #304769
10167
10168
10169 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10170
10171         * data/evince-ui.xml:
10172         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10173         * shell/ev-window.c: (set_view_actions_sensitivity):
10174
10175         Make PgUp/Down behave like Space
10176
10177 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10178
10179         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10180         * backend/ev-ps-exporter.h:
10181         * pdf/ev-poppler.cc:
10182         * ps/ps-document.c: (ps_document_ps_export_begin):
10183         * shell/ev-print-job.c: (idle_print_handler):
10184
10185         Adapt to new poppler api
10186
10187 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10188
10189         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10190         (ephy_zoom_control_init):
10191
10192         Translate zoom levels
10193
10194 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10195
10196         * cut-n-paste/zoom-control/ephy-zoom.c:
10197         (ephy_zoom_get_zoom_level_index):
10198
10199         Fix current zoom -> zoom control match
10200
10201 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10202
10203         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10204         rather than the scrolled_window that it's in. Fixes bug #304655.
10205
10206 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10207
10208         * shell/ev-view.c: (view_update_adjustments),
10209         (view_set_adjustment_values), (view_update_range_and_current_page),
10210         (view_scroll_to_page), (set_scroll_adjustment),
10211         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10212         (ev_view_scroll), (ev_view_scroll_view),
10213         (ensure_rectangle_is_visible), (find_page_at_location),
10214         (get_link_at_location), (go_to_link), (status_message_from_link),
10215         (ev_view_size_request_continuous_dual_page),
10216         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10217         (ev_view_unrealize), (ev_view_expose_event),
10218         (ev_view_button_press_event), (ev_view_motion_notify_event),
10219         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10220         (draw_rubberband), (highlight_find_results), (draw_one_page),
10221         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10222         (ev_view_init), (find_changed_cb), (page_changed_cb),
10223         (on_adjustment_value_changed), (ev_view_new),
10224         (ev_view_set_document), (ev_view_set_zoom),
10225         (ev_view_set_continuous), (ev_view_set_dual_page),
10226         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10227         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10228         (ev_view_zoom_for_size_presentation),
10229         (ev_view_zoom_for_size_continuous_dual_page),
10230         (ev_view_zoom_for_size_continuous),
10231         (ev_view_zoom_for_size_dual_page),
10232         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10233         (ev_view_get_status), (ev_view_set_status),
10234         (update_find_status_message), (ev_view_get_find_status),
10235         (ev_view_set_find_status), (jump_to_find_result),
10236         (jump_to_find_page), (compute_selections), (clear_selection),
10237         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10238         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10239         (ev_view_update_primary_selection),
10240         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10241         * shell/ev-view.h:
10242         * shell/ev-window.c: (ev_window_open_page_label),
10243         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10244         (ev_window_init):
10245         * shell/ev-window.h:
10246         * shell/main.c: (load_files):
10247
10248         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10249         when resizing.  Remove the bin_window().  Also, patch from James
10250         Bowes to fix command line page, #300641
10251         
10252 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10253
10254         * data/evince-ui.xml:
10255         * shell/ev-view.c:
10256         * shell/ev-view.h:
10257         * shell/ev-window.c: (update_action_sensitivity):
10258
10259         Get rid of View->Normal Size, it's just confusing
10260
10261 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10262
10263         * backend/ev-document-info.h:
10264         * backend/ev-document.c: (ev_document_info_free): Free the
10265         EvDocumentInfo.
10266
10267         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10268         (clear_range), (add_range), (update_visible_range),
10269         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10270         (ev_sidebar_thumbnails_set_document):
10271         * shell/ev-window.c: (ev_window_setup_document): Only render the
10272         visible thumbnails.  It takes an instant to render, but it uses
10273         much less memory.
10274
10275 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10276
10277         * shell/ev-sidebar-links.c: (popup_menu_cb):
10278
10279         Select first item
10280
10281 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10282
10283         * lib/Makefile.am:
10284         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10285         (button_press_cb), (ev_sidebar_links_construct):
10286
10287         Show the popup menu also on keybindings
10288
10289 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10290
10291         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10292         * shell/ev-window.h:
10293
10294         Expose api to print a range (with dialog). Make private _print use
10295         it.
10296
10297         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10298         (ev_sidebar_links_construct):
10299
10300         Show a print context menu on linkx, it prints the selected
10301         section.
10302
10303 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10304
10305         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10306         button.
10307
10308 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10309
10310         * AUTHORS:
10311
10312         Update
10313
10314         * shell/ev-window.c: (build_comments_string),
10315         (ev_window_cmd_help_about):
10316
10317         Show poppler version/backend and authors
10318
10319 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10320
10321         * cut-n-paste/zoom-control/ephy-zoom.c:
10322         (ephy_zoom_get_zoom_level_index):
10323         * cut-n-paste/zoom-control/ephy-zoom.h:
10324
10325         Move the best fit items at the top of the list
10326
10327 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10328
10329         * shell/ev-marshal.list:
10330         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10331         (activate_cb), (match_selected_cb), (activate_link_cb),
10332         (connect_proxy), (ev_page_action_class_init):
10333         * shell/ev-page-action.h:
10334
10335         Use signals to notify action activation. Hopefully
10336         I did not break completion since I cant test...
10337
10338         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10339         (register_custom_actions):
10340
10341         Connect to page selector actions and also grab focus on
10342         the view when activated.
10343
10344 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10345
10346         * pdf/ev-poppler.cc:
10347         * backend/ev-page-cache.c: make page size calculation consistent
10348         and set it to (int)( width * scale + 0.5).  This makes the weird
10349         line going through the middle of the page go away.
10350
10351         * shell/ev-view.c: move painting the background page after
10352         checking the expose area covers us.
10353
10354 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10355
10356         * data/evince-password.glade:
10357         
10358         Mark labels as not translatable. Fix for bug 302842.
10359
10360 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10361
10362         * configure.ac: Added "es" to ALL_LINGUAS.
10363
10364 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10365
10366         * data/evince-toolbar.xml:
10367         * shell/ev-window.c: (update_action_sensitivity),
10368         (ev_window_setup_document), (ev_window_set_page_mode),
10369         (ev_window_init):
10370
10371         Remove some leftover code from jrb first continous
10372         attempt. Use the new actions, we still need good icons
10373         though...
10374
10375 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10376
10377         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10378
10379         Update label when connecting proxy. Fix a warning with NULL
10380         page_cache.
10381
10382 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10383
10384         * data/evince-ui.xml:
10385         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10386         * shell/ev-page-action.h:
10387         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10388
10389         Add mnemonic for edit toolbar.
10390         ctrl+l focus the page entry.
10391
10392 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10393
10394         * lib/Makefile.am:
10395         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10396         (ev_window_init):
10397         * shell/main.c: (main):
10398
10399         Put the toolbar xml in evince own dot dir
10400
10401 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10402
10403         * shell/ev-window.c: (ev_window_init):
10404
10405         Make the toolbar not removable
10406
10407 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10408
10409         * data/evince-ui.xml:
10410         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10411         * shell/ev-sidebar-links.h:
10412         * shell/ev-sidebar-thumbnails.c:
10413         (ev_sidebar_thumbnails_get_treeview):
10414         * shell/ev-sidebar-thumbnails.h:
10415         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10416         (ev_view_class_init):
10417         * shell/ev-view.h:
10418         * shell/ev-window.c: (update_action_sensitivity),
10419         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10420         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10421         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10422         (ev_window_init):
10423
10424         This is evil... Make space/backspace global accelerators but
10425         enable them only for some widgets (sidebars and view).
10426         I dont like it, but I dont know a better way... :/
10427
10428 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10429
10430         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10431         (ev_page_action_widget_finalize),
10432         (ev_page_action_widget_class_init), (update_page_cache):
10433
10434         Keep a weak reference on proxy->page_cache so that we
10435         dont try to disconnect the signal if the object is already
10436         gone. Maybe there is a better way to cleanup reference handling
10437         in page action though...
10438
10439 2005-05-10  Juerg Billeter  <j@bitron.ch>
10440
10441         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10442         * backend/ev-ps-exporter.h:
10443         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10444         * ps/ps-document.c: (ps_document_ps_export_begin):
10445         
10446         Change api to pass print range to ps_exporter_begin. The pdf backend
10447         requires this information.
10448         
10449         * shell/ev-print-job.c: (idle_print_handler):
10450         
10451         Adapt to api change
10452
10453 2005-05-10  Juerg Billeter  <j@bitron.ch>
10454
10455         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10456         (idle_print_handler)
10457         * shell/ev-window.c: (ev_window_print):
10458
10459         Support printing page range, based on patch by Amaury Jacquot
10460
10461 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10462
10463         * data/evince-toolbar.xml:
10464
10465         Add zoom control to available items
10466
10467 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10468
10469         * shell/ev-window.c: (update_action_sensitivity):
10470
10471         Set slash action insensitive when appropriate
10472
10473 2005-05-10  Christian Persch <chpe@gnome.org>
10474
10475         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10476
10477         Fix warning on the overflow menu
10478
10479 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10480
10481         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10482
10483         Check for uri correctness/existence
10484
10485 2005-05-09  Juerg Billeter  <j@bitron.ch>
10486
10487         * shell/ev-window.c: (using_postscript_printer):
10488
10489         LPD printers use postscript, too
10490
10491 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10492
10493         * shell/ev-window.c: (register_custom_actions):
10494
10495         The zoom one is actually sort of useful,
10496         put it back
10497
10498 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10499
10500         * shell/ev-window.c: (register_custom_actions):
10501
10502         Hide page/zoom controls from overflow, they
10503         are useless.
10504
10505 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10506
10507         * cut-n-paste/update-from-egg.sh:
10508         
10509         Share it between all cut-n-paste subdirs
10510
10511         * cut-n-paste/recent-files/Makefile.am:
10512
10513         Fix to use "global" update-from-egg.sh
10514
10515         * cut-n-paste/recent-files/egg-recent-model.c:
10516         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10517         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10518         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10519         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10520
10521         Update from libegg
10522
10523         * cut-n-paste/toolbar-editor/Makefile.am:
10524
10525         Fix to use "global" update-from-egg.sh
10526
10527         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10528
10529         Update from libegg
10530
10531 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10532
10533         * configure.ac:
10534         * cut-n-paste/Makefile.am:
10535         * cut-n-paste/recent-files/Makefile.am:
10536         * cut-n-paste/toolbar-editor/.cvsignore:
10537         * cut-n-paste/toolbar-editor/Makefile.am:
10538         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10539         (egg_editable_toolbar_get_type), (get_toolbar_position),
10540         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10541         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10542         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10543         (set_item_drag_source), (create_item_from_action), (create_item),
10544         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10545         (popup_toolbar_context_menu_cb), (free_dragged_item),
10546         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10547         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10548         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10549         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10550         (item_added_cb), (item_removed_cb),
10551         (egg_editable_toolbar_construct),
10552         (egg_editable_toolbar_disconnect_model),
10553         (egg_editable_toolbar_deconstruct),
10554         (egg_editable_toolbar_set_model),
10555         (egg_editable_toolbar_set_ui_manager),
10556         (egg_editable_toolbar_set_property),
10557         (egg_editable_toolbar_get_property),
10558         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10559         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10560         (egg_editable_toolbar_new_with_model),
10561         (egg_editable_toolbar_get_edit_mode),
10562         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10563         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10564         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10565         (new_pixbuf_from_widget), (new_separator_pixbuf),
10566         (update_separator_image), (style_set_cb),
10567         (_egg_editable_toolbar_new_separator_image),
10568         (egg_editable_toolbar_get_model):
10569         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10570         * cut-n-paste/toolbar-editor/egg-marshal.c:
10571         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10572         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10573         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10574         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10575         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10576         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10577         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10578         (editor_drag_data_delete_cb), (drag_data_get_cb),
10579         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10580         (editor_create_item), (update_editor_sheet), (setup_editor),
10581         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10582         (parse_item_list), (model_has_action), (update_actions_list),
10583         (egg_toolbar_editor_load_actions):
10584         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10585         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10586         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10587         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10588         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10589         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10590         (egg_toolbars_model_add_separator), (impl_add_item),
10591         (parse_item_list), (egg_toolbars_model_add_toolbar),
10592         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10593         (impl_get_item_data), (impl_get_item_type),
10594         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10595         (egg_toolbars_model_init), (free_toolbar),
10596         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10597         (egg_toolbars_model_remove_toolbar),
10598         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10599         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10600         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10601         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10602         (egg_toolbars_model_get_item_data),
10603         (egg_toolbars_model_get_item_type):
10604         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10605         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10606         * data/Makefile.am:
10607         * data/evince-toolbar.xml:
10608         * data/evince-ui.xml:
10609         * data/hand-open.png:
10610         * po/POTFILES.in:
10611         * shell/Makefile.am:
10612         * shell/ev-window.c: (update_chrome_visibility),
10613         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10614         (ev_window_dispose), (ev_window_init):
10615
10616         Implement epiphany like toolbar editor. Based on patch by
10617         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10618
10619 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10620
10621         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10622
10623         Use set_cursor instead of set_selection, so that
10624         the keyboard focus moves too.
10625
10626 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10627
10628         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10629
10630         Fix infinite loop when loading Type1 fonts
10631
10632 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10633
10634         * data/evince-ui.xml:
10635         * shell/ev-window.c:
10636
10637         Slash -> Find
10638
10639 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10640
10641         * configure.ac:
10642
10643         Make --disable really disable
10644
10645 2005-05-07  Juerg Billeter  <j@bitron.ch>
10646
10647         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10648
10649         Compare page labels even without has_labels set, fixes setting page
10650         with entry
10651
10652 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10653
10654         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10655         (ev_view_set_cursor), (ev_view_button_press_event),
10656         (ev_view_motion_notify_event), (ev_view_button_release_event),
10657         (ev_view_init):
10658
10659         Implement middle button scrolling. Based on a patch
10660         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10661
10662 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10663
10664         * shell/ev-document-types.c: (get_slow_mime_type),
10665         (get_document_type_from_mime), (ev_document_type_lookup):
10666         * shell/ev-document-types.h:
10667
10668         Change api to lookup from uri. Do fast lookup first, if the
10669         type is unknown try with data sniffing.
10670
10671         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10672         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10673
10674         Adapt to api change
10675
10676 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10677
10678         * thumbnailer/Makefile.am:
10679
10680         Fix distcheck
10681
10682 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10683
10684         * NEWS:
10685         * configure.ac:
10686
10687         Release 0.3.0
10688
10689         * data/evince-ui.xml:
10690
10691         Hide presentation mode for now
10692
10693         * shell/ev-view.c: (highlight_find_results):
10694
10695         Show current find selection only on current page
10696
10697 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10698
10699         * shell/ev-view.c: (ev_view_select_all):
10700
10701         Compute size of the actual page, not of
10702         the current one.
10703
10704 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10705
10706         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10707         (view_rect_to_doc_rect), (compute_selections),
10708         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10709         (ev_view_copy), (ev_view_primary_get_cb),
10710         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10711         (ev_view_button_press_event), (ev_view_motion_notify_event),
10712         (ev_view_button_release_event), (page_changed_cb):
10713
10714         Fix text selection
10715
10716 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10717
10718         * shell/ev-view.c: (compute_border), (get_page_extents),
10719         (doc_rect_to_view_rect), (highlight_find_results),
10720         (ev_view_bin_expose), (ev_view_select_all),
10721         (ev_view_motion_notify_event), (update_find_status_message),
10722         (jump_to_find_result), (jump_to_find_page):
10723
10724         First go at fixing search, still buggy
10725
10726 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10727
10728         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10729         dropdown box and button at the top of the sidebar.
10730
10731 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10732
10733         * configure.ac: Output zoom-control Makefile.
10734         * cut-n-paste/Makefile.am: build zoom-control subdir.
10735         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10736         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10737         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10738         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10739         * cut-n-paste/zoom-control/ephy-zoom.c:
10740         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10741         from epiphany, and modified to add a separator into the menu.
10742         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10743         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10744         zoom-control action.
10745         * shell/Makefile.am: Include zoom-control flags.
10746         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10747         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10748         (ev_view_zoom_for_size_presentation),
10749         (ev_view_zoom_for_size_continuous_and_dual_page),
10750         (ev_view_zoom_for_size_continuous),
10751         (ev_view_zoom_for_size_dual_page),
10752         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10753         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10754         ev_view_get_zoom and ev_view_get_sizing_mode.
10755         * shell/ev-view.h:
10756         * shell/ev-window.c: (update_action_sensitivity),
10757         (update_sizing_buttons), (zoom_control_changed_cb),
10758         (register_custom_actions): Initialize and use the zoom-control 
10759         widget.
10760
10761 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10762
10763         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10764         preview cache back to 1.  Don't know when it got set to 0.
10765         
10766         * shell/ev-view.c: (compute_border), (ev_view_realize),
10767         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10768         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10769         (ev_view_get_fullscreen), (ev_view_set_presentation),
10770         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10771         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10772         * shell/ev-view.h:
10773         * shell/ev-window.c:
10774         (update_chrome_visibility),
10775         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10776         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10777         (update_document_mode), (ev_window_update_fullscreen_action),
10778         (ev_window_fullscreen), (ev_window_unfullscreen),
10779         (ev_window_cmd_view_fullscreen),
10780         (ev_window_update_presentation_action),
10781         (ev_window_run_presentation), (ev_window_stop_presentation),
10782         (ev_window_cmd_view_presentation), (ev_window_state_event),
10783         (ev_window_focus_in_event), (ev_window_focus_out_event),
10784         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10785         * data/evince-ui.xml: Initial presentation mode.  We should
10786         probably hide this until it's done, as it's quite rough.  Also,
10787         change full-screen to fullscreen and add two getters to EvView.
10788
10789 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10790
10791         * shell/ev-page-action.c: (update_page_cache),
10792         (ev_page_action_dispose):
10793         * shell/ev-window.c: (destroy_fullscreen_popup),
10794         (ev_window_create_fullscreen_popup):
10795
10796         Use connect_object rather than explicitly
10797         disconnect on dispose.
10798
10799 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10800
10801         * shell/ev-page-action.c: (update_page_cache),
10802         (ev_page_action_dispose):
10803
10804 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10805
10806         * backend/ev-page-cache.c: (_ev_page_cache_new),
10807         (ev_page_cache_set_page_label),
10808         (ev_page_cache_has_nonnumeric_page_labels):
10809         * backend/ev-page-cache.h:
10810         * shell/ev-page-action.c: (update_pages_label):
10811         
10812         If all page labels are numeric, fallback to default
10813         way to display number of pages. See bug 173185.
10814
10815 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10816
10817         * shell/ev-page-action.c: (ev_page_action_dispose):
10818         * shell/ev-view.c: (view_update_range_and_current_page):
10819         * shell/ev-window.c: (ev_window_dispose):
10820         
10821         Set page on scroll in continuous mode. Fixes bug 301986.
10822         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10823
10824 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10825
10826         * configure.ac:
10827
10828         Require poppler 0.3.0
10829
10830 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10831         
10832         * shell/Makefile.am, configure.ac: Fix build problems
10833         with t1lib. Bug 301996.
10834
10835 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10836
10837         * shell/ev-view.c: (ev_view_scroll_event):
10838         
10839         Scroll up increase zoom
10840
10841 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10842
10843         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10844         (ev_view_set_sizing_mode),
10845         (ev_view_zoom_for_size_continuous_and_dual_page),
10846         (ev_view_zoom_for_size_continuous):
10847         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10848         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10849         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10850         (ev_window_init):
10851
10852         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10853         Fix for 165473 and 165472.
10854
10855 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10856
10857         * po/POTFILES.in:
10858         * thumbnailer/Makefile.am:
10859         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10860         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10861         * thumbnailer/evince-thumbnailer.schemas.in:
10862         
10863         Make thumbnailer schemas translatable. Fix for bug 301773
10864         
10865         * thumbnailer/evince-thumbnailer-djvu.schemas:
10866         * thumbnailer/evince-thumbnailer-dvi.schemas:
10867         * thumbnailer/evince-thumbnailer.schemas:
10868
10869         Removed files
10870
10871 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10872
10873         * shell/ev-view.c (ev_view_init): forgot to set this.
10874
10875 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10876
10877         * shell/ev-view.c: (find_page_at_location),
10878         (get_link_at_location),
10879         (ev_view_set_show_border), (ev_view_set_spacing),
10880         (ev_view_zoom_for_size_continuous_and_dual_page),
10881         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10882         Also, add a quick fix measuring of widths.  Also, removed
10883         ev_view_set_spacing and ev_view_set_show_border.
10884         
10885         * shell/ev-window.c: (ev_window_unfullscreen),
10886         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10887
10888 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10889
10890         * shell/ev-view.c: (view_update_range_and_current_page),
10891         (page_changed_cb):
10892         
10893         Fix crash on exit and scrolling to page in continuous view.
10894
10895 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10896
10897         * TODO:
10898         * backend/ev-page-cache.c: (_ev_page_cache_new),
10899         (ev_page_cache_get_max_width_size),
10900         (ev_page_cache_get_max_height_size):
10901         * backend/ev-page-cache.h:
10902         * data/evince-ui.xml:
10903         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10904         * shell/ev-view.c: (view_update_adjustments),
10905         (view_update_range_and_current_page), (get_bounding_box_size),
10906         (ev_view_size_request_continuous_and_dual_page),
10907         (ev_view_size_request_continuous),
10908         (ev_view_size_request_dual_page),
10909         (ev_view_size_request_single_page), (ev_view_size_request),
10910         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10911         (ev_view_bin_expose), (ev_view_expose_event),
10912         (ev_view_set_property), (ev_view_get_property),
10913         (ev_view_class_init), (ev_view_init), (ev_view_new),
10914         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10915         (ev_view_set_dual_page), (ev_view_set_full_screen),
10916         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10917         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10918         (ev_view_zoom_out), (zoom_for_size_fit_width),
10919         (zoom_for_size_best_fit),
10920         (ev_view_zoom_for_size_continuous_and_dual_page),
10921         (ev_view_zoom_for_size_continuous),
10922         (ev_view_zoom_for_size_dual_page),
10923         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10924         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10925         * shell/ev-view.h:
10926         * shell/ev-window.c: (update_action_sensitivity),
10927         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10928         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10929         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10930         (ev_window_cmd_view_zoom_out), (update_view_size),
10931         (ev_window_set_sizing_mode), (ev_window_init):
10932
10933         Add Continuous and Dual page modes.
10934
10935 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10936
10937         * dvi/dvi-document.c: (dvi_document_load),
10938         (dvi_document_thumbnails_get_thumbnail),
10939         (dvi_document_init_params): Fix up some mixups between
10940         width and height to correct thumbnail rendering.
10941
10942 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10943
10944         * dvi/mdvi-lib/private.h:
10945         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10946         
10947         Suppess output for kpathsea during font generation. Thanks to
10948         James Bowes
10949
10950 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10951
10952         * NEWS:
10953         * configure.ac:
10954
10955         Release 0.2.1
10956
10957         * Makefile.am: fix distcheck.
10958
10959 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10960
10961         * shell/ev-sidebar-links.c: (selection_changed_callback),
10962         (update_page_callback), (row_activated_callback),
10963         (job_finished_callback), (ev_sidebar_links_set_document):
10964         
10965         Fix for bug #169901. Double click on links expands tree.
10966
10967 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10968
10969         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10970         hard-coded style. Fix for bug 170111
10971
10972 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10973
10974         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10975         locking.
10976
10977 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10978
10979         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10980
10981 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10982
10983         * pdf/ev-poppler.cc:
10984         * shell/ev-view.c: (highlight_find_results):
10985
10986         Fix find on single page documents
10987
10988 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10989
10990         * data/evince.schemas.in: fix for bug 301390
10991
10992 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10993
10994         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10995         (ev_view_zoom_out), (ev_view_zoom_normal):
10996         * shell/ev-view.h:
10997         * shell/ev-window.c: (update_action_sensitivity),
10998         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10999         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11000         (ev_window_cmd_view_normal_size):
11001
11002         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11003         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11004         better than oom. 
11005
11006 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11007
11008         * configure.ac:
11009
11010         Depend on 2.57, 2.59 doesnt seem to be necessary
11011
11012 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11013
11014         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11015         (create_tool_item):
11016
11017         Put back total number of pages as (1 of 1234)
11018
11019 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11020
11021         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11022         remove the job.
11023
11024         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11025         function.  This helps debugging.
11026
11027 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11028
11029         * djvu/djvu-document.c: (djvu_document_class_init),
11030         (djvu_document_get_info), (djvu_document_document_iface_init):
11031         * dvi/dvi-document.c: (dvi_document_class_init),
11032         (dvi_document_get_info), (dvi_document_document_iface_init):
11033
11034         Dummy implementation of get_info method for dvi and
11035         djvu. Fix crashes with those backends
11036
11037 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11038
11039         * data/evince.desktop.in:
11040
11041         Add application/x-gzpostscript
11042
11043 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11044
11045         * data/evince.schemas.in: Added real long descriptions, 
11046         closes bug 172496 
11047
11048         * README: Added actual text, closes bug 171869
11049
11050 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11051
11052         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11053
11054         Thumbnail page 0
11055
11056 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11057
11058         * backend/ev-document-info.h:
11059
11060         s/GDate */GDate so we can just use g_free
11061
11062 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11063
11064         * shell/ev-window.c: (update_document_mode),
11065         (ev_window_setup_document):
11066
11067         Show the window in fullscreen when specified by
11068         the document
11069
11070 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11071
11072         * backend/ev-document.c: (ev_document_class_init),
11073         (ev_document_get_info), (ev_document_render_pixbuf):
11074         * backend/ev-document.h:
11075         * backend/ev-page-cache.c: (_ev_page_cache_new):
11076         * pdf/ev-poppler.cc:
11077         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11078         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11079         * ps/ps-document.c: (ps_document_class_init), (document_load),
11080         (ps_document_get_info), (ps_document_document_iface_init):
11081
11082         Remove get_title from the interface, we can just use document info
11083
11084 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11085
11086         * backend/Makefile.am:
11087         * backend/ev-document.c: (ev_document_render_get_info):
11088         * backend/ev-document.h:
11089         * pdf/ev-poppler.cc:
11090
11091         Initial support for document info. Based on jrb patch.
11092
11093 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11094
11095         * shell/ev-window.c: (ev_window_state_event),
11096         (ev_window_class_init), (ev_window_init):
11097         
11098         Doesn't show resize grip when maximized. See bug #301053
11099
11100 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11101
11102         * po/POTFILES.in:
11103         
11104         ev-sidebar-thumbnails now has translatable labels
11105         
11106         * shell/Makefile.am:
11107         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11108         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11109         (ev_sidebar_links_page_iface_init):
11110         * shell/ev-sidebar-links.h:
11111         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11112         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11113         (ev_sidebar_page_get_label):
11114         * shell/ev-sidebar-page.h:
11115         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11116         (ev_sidebar_thumbnails_set_document),
11117         (ev_sidebar_thumbnails_support_document),
11118         (ev_sidebar_thumbnails_get_label),
11119         (ev_sidebar_thumbnails_page_iface_init):
11120         * shell/ev-sidebar-thumbnails.h:
11121         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11122         (ev_sidebar_set_document):
11123         * shell/ev-sidebar.h:
11124         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11125         
11126         Small rework of sidebar code. Now sidebar pages should implement
11127         EvSidebarPage interface. That makes page management in EvSidebar
11128         easier. See bug #164811 for details
11129
11130 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11131
11132         * shell/ev-application.c: (ev_application_open):
11133         * shell/ev-document-types.c:
11134         
11135         Fix build error and small problem with application exit
11136
11137 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11138
11139         * thumbnailer/Makefile.am:
11140         * thumbnailer/evince-thumbnailer-djvu.schemas:
11141         * thumbnailer/evince-thumbnailer-dvi.schemas:
11142         
11143         Conditionally install schemas for djvu/dvi thumbnailer
11144
11145 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11146
11147         * shell/ev-document-types.h: 
11148         * shell/ev-document-types.c: 
11149         New files, handling the mapping from mimetypes to backends
11150         
11151         * shell/ev-window.c: 
11152         * thumbnailer/evince-thumbnailer.c:     
11153         Use the ev-document-types code
11154         
11155         * shell/Makefile.am: 
11156         Added new convenience library libevbackendfactory_la, containing
11157         the new mimetype->backend logic; moved the backends into it.
11158
11159         * thumbnailer/Makefile.am:
11160         Make the thumbnailer link with the libevbackend.la convenience
11161         library, rather than having a duplicate of the backend logic here.
11162
11163 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11164
11165         * shell/ev-stock-icons.c: constify some vars.
11166         * shell/ev-window.c: ditto.
11167
11168 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11169
11170         * ps/ps-document.c (get_page_orientation):
11171
11172         Respect document orientation 
11173
11174 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11175
11176         * djvu/Makefile.am:
11177         * dvi/Makefile.am:
11178         * shell/Makefile.am:
11179         
11180         Move library dependencies to components.
11181         
11182         * shell/ev-window.c: (update_window_title),
11183         (start_loading_document):
11184         
11185         Fix display of uris with spaces. Bug 168358.
11186
11187 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11188
11189         * shell/ev-sidebar-links.c: (selection_changed_cb):
11190         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11191         (ev_view_button_release_event), (ev_view_set_document):
11192         * shell/ev-view.h:
11193         * shell/ev-window.c: (find_bar_search_changed_cb):
11194         * shell/ev-window.h: Minor cleanups removing some dead code.
11195
11196 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11197
11198         * backend/ev-page-cache.c: (_ev_page_cache_new):
11199         
11200         Set current page to 0 if document has pages.
11201
11202 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11203
11204         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11205
11206         Initialize GError to NULL, fix a crash when loading fails.
11207
11208 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11209
11210         * shell/ev-window.c: (update_view_size):
11211
11212         Calculate shadow size only when there is actually
11213         a shadow.
11214
11215 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11216
11217         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11218         * shell/ev-view.h:
11219
11220         Allow setting view spacing, default to 0
11221
11222         * shell/ev-window.c: (ev_window_unfullscreen),
11223         (ev_window_cmd_view_fullscreen), (ev_window_init):
11224
11225         Remove spacing in fullscreen mode
11226
11227 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11228
11229         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11230         (ev_view_size_request), (expose_bin_window),
11231         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11232         * shell/ev-view.h:
11233         * shell/ev-window.c: (ev_window_unfullscreen),
11234         (ev_window_cmd_view_fullscreen):
11235
11236         Do not draw the border in fulscreen
11237
11238 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11239
11240         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11241         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11242         (find_page_at_location), (page_changed_cb):
11243
11244         Rework border calculation, so that I can more easily disable it.
11245         Code somewhat cleaner too.
11246
11247 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11248
11249         * backend/ev-page-cache.c: (ev_page_cache_init),
11250         (_ev_page_cache_new):
11251
11252         Remove some assertions, documents can have 0 pages.
11253         Make initial current page -1.
11254
11255         * shell/ev-page-action.c: (page_changed_cb):
11256
11257         Show "" if current page is -1
11258
11259         * shell/ev-window.c: (update_action_sensitivity),
11260         (ev_window_setup_document):
11261
11262         When document has 0 pages do not set the view
11263         and make nearly everything insensitive.
11264
11265 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11266
11267         * shell/ev-page-view.c:
11268         * shell/ev-page-view.h:
11269
11270         Remove unused files.
11271         
11272         * shell/ev-sidebar-thumbnails.c:
11273         (ev_sidebar_thumbnails_set_document):
11274         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11275         (ev_sidebar_supports_document):
11276         * shell/ev-sidebar.h:
11277         * shell/ev-window.c: (ev_window_setup_document):
11278         
11279         Doesn't show thumbnails if document has 1 page. Make
11280         sidebar menu entries sensitive only if if they have 
11281         sense. Fix bug 164811. 
11282
11283 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11284
11285         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11286         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11287         (ev_view_zoom_out), (ev_view_set_size):
11288
11289         Rework sizing to deal with documents with not uniform page
11290         size.
11291
11292 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11293
11294         * backend/ev-page-cache.c: (_ev_page_cache_new):
11295
11296         Fix several page size caching bugs
11297
11298 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11299
11300         * shell/ev-window.c: (set_action_properties):
11301
11302         Make all toolbar items translatable
11303
11304 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11305
11306         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11307         (save_page_list), (ps_document_save),
11308         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11309         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11310         (ps_document_ps_exporter_iface_init):
11311         * ps/ps-document.h:
11312
11313         Based on a patch by J�rg Billeter <j@bitron.ch>
11314         
11315         Implement print and save a copy for the ps backend.
11316
11317 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11318
11319         * backend/ev-document.h:
11320         * djvu/djvu-document.c: (djvu_document_can_get_text),
11321         (djvu_document_document_iface_init):
11322         * dvi/dvi-document.c: (dvi_document_can_get_text),
11323         (dvi_document_document_iface_init):
11324         * pdf/ev-poppler.cc:
11325         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11326         (pixbuf_document_document_iface_init):
11327         * ps/ps-document.c: (ps_document_can_get_text),
11328         (ps_document_document_iface_init):
11329         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11330         * shell/ev-window.c: (update_action_sensitivity):
11331
11332         Fix the crash when trying to copy in backends that doesnt
11333         support it. We can implement a better solution once we
11334         do real text selection.
11335
11336 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11337
11338         * data/evince-ui.xml:
11339         * shell/ev-window.c: (ev_window_cmd_escape):
11340         
11341         Work around the Escape conflict (find bar and unfullscreen)
11342
11343 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11344
11345         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11346         
11347         Fix for #300233. Next page correctly handles document end.
11348         
11349         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11350         (ev_sidebar_thumbnails_class_init),
11351         (ev_sidebar_thumbnails_set_document),
11352         (ev_sidebar_thumbnails_clear_job),
11353         (ev_sidebar_thumbnails_clear_model):
11354         
11355         Cleanup thumbnail jobs on document changes.
11356         
11357         * shell/ev-view.c: (add_scroll_binding_keypad),
11358         (add_scroll_binding_shifted), (ev_view_class_init):
11359         
11360         Shift + Space scrolls up. Fix for #173184
11361         
11362         * shell/ev-window.c: (ev_window_open_page),
11363         (ev_window_cmd_view_reload):
11364         
11365         Fix reload (Bug #300094)
11366
11367 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11368
11369         
11370         * dvi/mdvi-lib/assoc.c:
11371         * dvi/mdvi-lib/assoc.h: Removed garbage files
11372         
11373         * dvi/mdvi-lib/bitmap.c:
11374         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11375         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11376         * dvi/mdvi-lib/color.h: Antialias of rules
11377         
11378         * dvi/mdvi-lib/common.h:
11379         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11380         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11381         * dvi/mdvi-lib/files.c:
11382         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11383         * dvi/mdvi-lib/mdvi.h:
11384         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11385         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11386         * dvi/mdvi-lib/util.c: Fix compile warnings
11387         
11388         * dvi/dvi-document.c:
11389         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11390         (dvi_document_thumbnails_get_thumbnail),
11391         (dvi_document_document_thumbnails_iface_init):
11392         * dvi/mdvi-lib/Makefile.am:
11393         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11394         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11395         
11396         Dvi backend now renders thumbnails
11397
11398 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11399
11400         * shell/main.c: (main): 
11401         
11402         Save accelerators on exit. Fixes bug #172095.
11403
11404 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11405
11406         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11407         update priority" comment.
11408
11409         * backend/ev-job-queue.c: Give a way to change priority.
11410
11411 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11412
11413         * shell/ev-page-action.c: Fix logic.
11414
11415 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11416
11417         * shell/ev-view.c: (ev_view_can_find_next):
11418         * shell/ev-window.c: (ev_window_setup_document):
11419
11420         Check that the document supports find
11421
11422 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11423
11424         * data/evince-ui.xml:
11425         * shell/ev-view.c: (ev_view_can_find_next):
11426         * shell/ev-view.h:
11427         * shell/ev-window.c: (update_action_sensitivity),
11428         (find_changed_cb), (ev_window_setup_document),
11429         (ev_window_cmd_edit_find_next):
11430
11431         Add Edit->Find Next
11432
11433 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11434
11435         * pdf/ev-poppler.cc:
11436         * shell/ev-print-job.c: (idle_print_handler):
11437
11438         Make printing work again
11439
11440 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11441
11442         * shell/ev-page-action.h:
11443         * shell/ev-page-action.c: (ev_page_action_widget_init),
11444         (ev_page_action_widget_class_init), (page_changed_cb),
11445         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11446         (get_filter_model_from_model), (match_selected_cb),
11447         (display_completion_text), (match_completion), (update_model),
11448         (connect_proxy), (ev_page_action_set_property),
11449         (ev_page_action_get_property), (ev_page_action_set_document),
11450         (ev_page_action_set_model), (ev_page_action_class_init): Big
11451         reworking to make completions work iff we have >= GTK-2.7.0
11452                 
11453         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11454         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11455         (job_finished_cb): We now have a 'model' property that is set when
11456         the links are loaded.  This can be caught with "notify::model"
11457
11458         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11459         listen for the model to be set, and propagate it to the action.
11460
11461 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11462
11463         * cut-n-paste/recent-files/egg-recent-item.c:
11464         (egg_recent_item_set_uri), (make_valid_utf8),
11465         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11466         * cut-n-paste/recent-files/egg-recent-item.h:
11467         
11468         Update egg-recent from libegg. This should fix long
11469         startup problem. For details see
11470         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11471
11472 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11473
11474         * cut-n-paste/recent-files/Makefile.am:
11475         * data/evince-ui.xml, shell/Makefile.am:
11476         * shell/ev-application.c, shell/ev-application.h:
11477         * shell/ev-window.c: Recent files support.
11478         
11479         * configure.ac: Added "ru" to ALL_LINGUAS.
11480         
11481         * dvju: new backend to support DJVU files.
11482         * dvi: new backend to support DVI.
11483
11484         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11485         * ev-application.c: Support for new backends.
11486         
11487         * help, ev-window.c, main.c shell/Makefile.am: 
11488         Evince user documentation.
11489
11490 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11491
11492         * po/POTFILES.in:
11493         * shell/ev-window.c:
11494         * thumbnailer/evince-thumbnailer.c:
11495
11496         s/pdf-document/ev-poppler
11497
11498 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11499
11500         * NEWS:
11501         * configure.ac:
11502
11503         Release 0.2.0
11504
11505         * ps/ps-document.c: (setup_pixmap):
11506
11507         Remove debug code
11508
11509 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11510
11511         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11512         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11513         (ev_window_cmd_go_first_page): Fix of by one errors.
11514
11515 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11516
11517         * ps/ps-document.c: (get_page_box):
11518
11519         Fix page size calculation
11520
11521 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11522
11523         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11524         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11525         (get_page_orientation), (setup_page), (document_load),
11526         (ps_document_get_page_size), (render_pixbuf_idle):
11527         * ps/ps-document.h:
11528
11529         More refactoring to adapt to EvDocument changes
11530
11531 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11532
11533         * ps/ps-document.c: (start_interpreter):
11534
11535         Actually add alpha args
11536
11537 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11538
11539         * pdf/ev-poppler.cc:
11540
11541         Make clipboard work again
11542
11543 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11544
11545         Make searching work again.
11546         
11547         * backend/ev-document.c:
11548         * backend/ev-document.h:
11549         * backend/ev-document-find.c:
11550         * backend/ev-document-find.h: Change EvDocumentIface so we no
11551         longer store the current page or zoom level in the document.  The
11552         consequence is that all calls that operate on the current page now
11553         instead take the page number as an extra argument, and all
11554         coordinates are now doubles in document coordinate system.
11555
11556         * pdf/ev-poppler.cc:
11557         * pixbuf/pixbuf-document.c:
11558         * ps/ps-document.c: Update backends accordingly.
11559
11560 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11561
11562         * autogen.sh:
11563
11564         Add required gettext version
11565
11566 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11567
11568         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11569         make F1 bring up non-existent help.
11570
11571         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11572         epiphany's find bar, #167477
11573
11574         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11575         <emil@nishra.com> to add space-bar scrolling, 
11576
11577         * shell/ev-window.c (static GtkActionEntry entries): add default
11578         keybinding for Help (F1)
11579         Fixes #171068
11580
11581         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11582         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11583         170110
11584
11585 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11586
11587         * Makefile.am: 
11588         * pixbuf/pixbuf-document.c: 
11589
11590         Got pixbuf backend working again
11591
11592 2005-04-01  Steve Murphy  <murf@e-tools.com>
11593
11594         * configure.in: Added "rw" to ALL_LINGUAS.
11595
11596 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11597
11598         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11599         model types, noticed by Martin Kretzschmar.
11600
11601 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11602
11603         * pdf/ev-poppler.cc: Implement search based on
11604         poppler_page_find_text().  Currently a bit crude since we remember
11605         all matches from all pages.  Also, we grab the big document lock
11606         when we search since searching changes the underlying stream and
11607         thus conflicts with the rendering thread.
11608         
11609         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11610         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11611         (ev_view_find_previous): Fix some page indexes to be 0 based,
11612         offset rubber band by view offset,
11613
11614 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11615
11616         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11617
11618 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11619
11620         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11621         completely because I didn't understand GtkActions.  I should
11622         read Marco's code more carefully in the future.
11623
11624         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11625         function
11626
11627 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11628
11629         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11630         PopplerRectangle change from poppler CVS.
11631
11632 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11633
11634         * backend/ev-document.c: (ev_document_get_page_label):
11635         * backend/ev-document.h:
11636         * backend/ev-page-cache.c: (_ev_page_cache_new),
11637         (ev_page_cache_get_page_label):
11638         * backend/ev-page-cache.h:
11639         * pdf/ev-poppler.cc:
11640         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11641         (links_page_num_func):
11642         * shell/ev-sidebar-thumbnails.c:
11643         (ev_sidebar_thumbnails_set_document):
11644         * shell/ev-view.c: (status_message_from_link),
11645         (ev_view_motion_notify_event):
11646         * shell/ev-window.c: (document_supports_sidebar): Add in page
11647         label support.  It's not perfect yet, but it's the first 'feature'
11648         in a while.
11649         Also, fix a bogus comment noticed by crispin. 
11650
11651 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11652
11653         * Makefile.am: Remove pixbuf backend for now
11654
11655         * configure.ac: Require poppler-glib instead of just poppler.
11656
11657         * backend/ev-document-thumbnails.h: Add a comment
11658
11659         * backend/ev-document.h:
11660         * backend/ev-document.c: (ev_document_class_init),
11661         (ev_document_load), (ev_document_get_link),
11662         (ev_document_get_links): Remove 3 methods and add get_links.
11663         Also, made 0 based.
11664
11665         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11666         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11667
11668         * backend/ev-link.c: (ev_link_set_title),
11669         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11670         (ev_link_mapping_find):
11671         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11672         
11673         * backend/ev-page-cache.c: (ev_page_cache_init),
11674         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11675         (ev_page_cache_get_size), (ev_page_cache_next_page),
11676         (ev_page_cache_prev_page): Fix to be 0 based.
11677
11678         * pdf/Makefile.am: 
11679         * pdf/ev-poppler.h:
11680         * pdf/ev-poppler.cc: New backend.
11681         
11682         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11683         (ps_document_get_page), (ps_document_document_iface_init):
11684
11685         * shell/ev-pixbuf-cache.h:
11686         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11687         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11688         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11689         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11690         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11691         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11692         based.
11693         
11694         * shell/ev-sidebar-thumbnails.c:
11695         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11696         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11697
11698         * shell/ev-view.c: (status_message_from_link),
11699         (find_page_at_location), (get_link_at_location),
11700         (ev_view_motion_notify_event), (ev_view_button_release_event),
11701         (ev_view_init): Use the new link code.  Fix to be 0 based.
11702
11703         * shell/ev-window.c: (update_action_sensitivity),
11704         (document_supports_sidebar): 0 based.
11705
11706 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11707
11708         * pdf/pdf-document.cc: Patch from Fernando Herrera
11709         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11710         *blush*
11711
11712 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11713
11714         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11715         1 to the page, as this seems to be 1 based.  I thought we has this
11716         fixed.  grump.
11717
11718 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11719
11720         * TODO:
11721         * backend/Makefile.am:
11722         * backend/ev-document-links.c:
11723         (ev_document_links_has_document_links),
11724         (ev_document_links_get_links_model):
11725         * backend/ev-document-links.h:
11726         * backend/ev-document.c: (ev_document_get_page_cache),
11727         (ev_document_get_doc_mutex), (ev_document_load),
11728         (ev_document_save), (ev_document_get_title),
11729         (ev_document_get_n_pages), (ev_document_set_page),
11730         (ev_document_get_page), (ev_document_set_target),
11731         (ev_document_set_scale), (ev_document_set_page_offset),
11732         (ev_document_get_page_size), (ev_document_get_text),
11733         (ev_document_get_link), (ev_document_render),
11734         (ev_document_render_pixbuf), (ev_document_scale_changed):
11735         * backend/ev-document.h:
11736         * backend/ev-job-queue.c: (remove_object_from_queue),
11737         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11738         (no_jobs_available_unlocked), (ev_render_thread),
11739         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11740         (ev_job_queue_remove_job):
11741         * backend/ev-job-queue.h:
11742         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11743         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11744         (ev_job_links_class_init), (ev_job_render_init),
11745         (ev_job_render_dispose), (ev_job_render_class_init),
11746         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11747         (ev_job_thumbnail_class_init), (ev_job_finished),
11748         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11749         (ev_job_render_run), (ev_job_thumbnail_new),
11750         (ev_job_thumbnail_run):
11751         * backend/ev-jobs.h:
11752         * backend/ev-link.c:
11753         * backend/ev-link.h:
11754         * backend/ev-page-cache.c: (ev_page_cache_init),
11755         (ev_page_cache_class_init), (ev_page_cache_finalize),
11756         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11757         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11758         (ev_page_cache_set_link), (ev_page_cache_get_title),
11759         (ev_page_cache_get_size), (ev_page_cache_next_page),
11760         (ev_page_cache_prev_page):
11761         * backend/ev-page-cache.h:
11762         * pdf/pdf-document.cc:
11763         * ps/gsdefaults.c:
11764         * ps/gsdefaults.h:
11765         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11766         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11767         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11768         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11769         (is_interpreter_ready), (output), (catchPipe), (input),
11770         (start_interpreter), (check_filecompressed), (compute_dimensions),
11771         (ps_document_enable_interpreter), (document_load),
11772         (ps_document_next_page), (render_page), (ps_document_set_page),
11773         (ps_document_set_scale), (render_pixbuf_idle),
11774         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11775         * ps/ps-document.h:
11776         * shell/Makefile.am:
11777         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11778         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11779         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11780         (ev_pixbuf_cache_new), (job_finished_cb),
11781         (check_job_size_and_unref), (move_one_job),
11782         (ev_pixbuf_cache_update_range), (find_job_cache),
11783         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11784         (ev_pixbuf_cache_add_jobs_if_needed),
11785         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11786         * shell/ev-pixbuf-cache.h:
11787         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11788         (idle_print_handler):
11789         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11790         (selection_changed_cb), (create_loading_model),
11791         (ev_sidebar_links_construct), (links_page_num_func),
11792         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11793         (update_page_callback), (job_finished_cb),
11794         (ev_sidebar_links_set_document):
11795         * shell/ev-sidebar-thumbnails.c:
11796         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11797         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11798         (page_changed_cb), (thumbnail_job_completed_callback),
11799         (ev_sidebar_thumbnails_set_document):
11800         * shell/ev-sidebar-thumbnails.h:
11801         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11802         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11803         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11804         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11805         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11806         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11807         (ev_view_button_release_event), (ev_view_scroll_view),
11808         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11809         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11810         (ev_view_new), (job_finished_cb), (page_changed_cb),
11811         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11812         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11813         (ev_view_find_previous):
11814         * shell/ev-view.h:
11815         * shell/ev-window.c: (update_action_sensitivity),
11816         (ev_window_open_page), (update_window_title), (update_total_pages),
11817         (page_changed_cb), (ev_window_setup_document),
11818         (password_dialog_response), (ev_window_cmd_save_as),
11819         (ev_window_print), (ev_window_cmd_go_previous_page),
11820         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11821         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11822         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11823         * shell/main.c: (main):
11824
11825         Merge evince-threads branch
11826
11827 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11828
11829         * configure.ac: Added "lt" to ALL_LINGUAS.
11830
11831 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11832
11833         * NEWS:
11834         * configure.ac:
11835
11836         Release 0.1.9
11837
11838 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11839
11840         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11841
11842         Fix here also the thumbnails 1-basedness :)
11843
11844 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11845
11846         * NEWS:
11847         * configure.ac:
11848
11849         Release 0.1.8
11850
11851 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11852
11853         * pdf/pdf-document.cc:
11854         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11855         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11856
11857         Fix the mess we did with thumbnails and 1-basedness
11858
11859 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11860
11861         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11862
11863 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11864
11865         * NEWS:
11866         * configure.ac:
11867
11868         Release 0.1.7
11869
11870 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11871
11872         * ps/Makefile.am:
11873         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11874         (gtk_gs_defaults_get_alpha_parameters),
11875         (gtk_gs_defaults_get_ungzip_cmd),
11876         (gtk_gs_defaults_get_unbzip2_cmd):
11877         * ps/gsdefaults.h:
11878         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11879         (ps_document_get_orientation), (document_load),
11880         (ps_document_goto_page), (ps_document_set_page_size):
11881         * ps/ps-document.h:
11882
11883         Some more sanitization of the ps backend. Remove a lot
11884         of unused code and do not base our defaults on ggv
11885         preferences (ugh!)
11886
11887 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11888
11889         * thumbnailer/evince-thumbnailer.schemas:
11890         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11891         (main): add -s option for thumbnail size.
11892
11893 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11894
11895         * configure.ac:
11896
11897         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11898         remove it.
11899
11900 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * pdf/pdf-document.cc:
11903
11904         Remove 4 pixels of useless border from the
11905         thumbnail.
11906
11907 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * backend/ev-document-thumbnails.c:
11910         (ev_document_thumbnails_get_thumbnail):
11911         * backend/ev-document-thumbnails.h:
11912
11913         Rework API a bit. Add a border flag and
11914         change sizing logic (now the size we specify
11915         applies to the bigger dimension).
11916
11917         * pdf/pdf-document.cc:
11918         * pixbuf/pixbuf-document.c:
11919         (pixbuf_document_thumbnails_get_thumbnail):
11920         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11921         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11922
11923         Adapt to the new API and do not draw a border for nautilus
11924         thumbnailer.
11925
11926 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11927
11928         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11929         take thumbnails from page "0" instead of "1". Added a copyright header.
11930
11931 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11932
11933         * ps/ps-document.c: (set_up_page), (start_interpreter):
11934
11935         Make it C89 compliant
11936
11937 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11938
11939         * Makefile.am:
11940         * configure.ac:
11941         * pdf/.cvsignore:
11942         * pdf/pdf-document.cc:
11943         * thumbnailer/Makefile.am:
11944         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11945         (main):
11946         * thumbnailer/evince-thumbnailer.schemas:
11947         * thumbnailer/pdf-icon.png:
11948
11949         Add a nautilus thumbnailer.
11950         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11951
11952 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11953
11954         * NEWS:
11955         * configure.ac:
11956         * po/POTFILES.in:
11957
11958         Release 0.1.6
11959
11960 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11961
11962         Use poppler instead of including xpdf source code.  Poppler is a
11963         fork of xpdf to build it as a shared library. See
11964         http://freedesktop.org/wiki/Software/poppler.
11965
11966         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11967         xpdf fork.
11968         
11969         * pdf/Makefile.am: Build libpdfdocument.a here.
11970         
11971         * pdf/GDKSplashOutputDev.cc:
11972         * pdf/GDKSplashOutputDev.h:
11973         * pdf/GnomeVFSStream.cc:
11974         * pdf/GnomeVFSStream.h:
11975         * pdf-document.cc:
11976         * pdf-document.h:
11977         * test-gdk-output-dev.cc
11978         * Thumb.cc:
11979         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11980         against poppler.
11981
11982 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11983
11984         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11985
11986         Clear idle stack before unsetting the document
11987
11988 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11989
11990         * ps/ps-document.c: (ps_document_widget_event),
11991         (ps_document_set_target), (ps_document_finalize),
11992         (ps_document_get_page):
11993
11994         Disconnect the widget event signal on finalize.
11995         Some code cleanups.
11996
11997 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11998
11999         * ps/ps-document.c: (set_up_page):
12000
12001         If there is no bpixmap create one, even if size
12002         is not changed.
12003
12004 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12005
12006         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12007         (set_up_page), (document_load), (ps_document_set_zoom):
12008
12009         Default page is 0. Calculate size even when we have no
12010         target yet.
12011
12012 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12013
12014         * shell/ev-sidebar.c: expand the selection widget to be always as
12015         wide as the sidebar
12016
12017 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12018
12019         * shell/ev-sidebar-thumbnails.c:
12020         (ev_sidebar_thumbnails_set_document):
12021
12022         Clear the list store when setting document
12023
12024 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12025
12026         * shell/ev-page-action.c: (update_entry), (sync_entry),
12027         (activate_cb), (entry_size_request_cb), (create_tool_item),
12028         (connect_proxy):
12029
12030         Use an entry for the page control instead of spinbuttons
12031
12032 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12033
12034         * data/evince.schemas.in:
12035
12036         Correct confusing string
12037
12038 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12039
12040         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12041         for real.  Gosh, how long has this been broken.
12042
12043         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12044         check for a NULL link.  We crash otherwise.
12045
12046 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12047
12048         * NEWS:
12049         * configure.ac:
12050
12051         Release 0.1.5
12052
12053 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12054
12055         * configure.ac: add the french translation.
12056
12057 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12058
12059         * shell/ev-window.c:
12060
12061         Remove unused header -> fix distcheck
12062
12063 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12064
12065         * shell/ev-window.c: (update_window_title),
12066         (ev_window_popup_password_dialog):
12067
12068         Unescape filename for display
12069
12070 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12071
12072         * pdf/xpdf/pdf-document.cc:
12073
12074         In get_page_size deal with rotation. Also
12075         cleanup the function a bit.
12076
12077 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12078
12079         * pdf/xpdf/pdf-document.cc:
12080
12081         Fix crash when opening in new window
12082
12083 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12084
12085         * configure.ac:
12086
12087         Check ghostscript >= 7
12088
12089 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12090
12091         * shell/ev-window.c:
12092
12093         Make page width the default sizing mode
12094
12095 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12096         Marco Pesenti Gritti <marco@gnome.org>
12097
12098         * shell/ev-window.c: Remember the sidebar size
12099
12100         * data/evince.schemas.in: Add a new gconf key to store the size of
12101         the sidebar
12102
12103 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12104
12105         * data/evince-ui.xml:
12106         * shell/ev-window.c: (update_action_sensitivity),
12107         (ev_window_cmd_view_reload):
12108         
12109         Add a "Reload" action and menu entry
12110
12111 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12112
12113         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12114         iff the type doesn't support thumbnailing and indexing.
12115
12116 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12117
12118         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12119
12120 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12121
12122         * pdf/splash/Splash.cc:
12123
12124         Port fix for a crasher from kde bug
12125         http://bugs.kde.org/show_bug.cgi?id=97131
12126
12127 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12128
12129         * pdf/xpdf/pdf-document.cc:
12130
12131         Return a link even if it's of an unrecognized
12132         type. Otherwise we go in an infinte cycle.
12133
12134 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12135
12136         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12137         (size_allocate_cb), (ev_window_set_sizing_mode):
12138
12139         Update size when switching mode
12140
12141 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12142
12143         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12144         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12145         (ev_window_cmd_view_normal_size):
12146
12147         Fix size toggle buttons behavior
12148
12149 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12150
12151         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12152         (doc_rect_to_view_rect), (ev_view_size_allocate),
12153         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12154         (scale_changed_callback):
12155
12156         Do not cache offsets in size_allocate.
12157
12158 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         * shell/ev-view.c: (ev_view_size_allocate):
12161
12162         Calculate offsets before calling the parent
12163         class (which does a redraw)
12164
12165 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12166
12167         * pdf/xpdf/pdf-document.cc:
12168
12169         Fix a crasher on exit. Unused code, put a TODO
12170
12171 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12172
12173         * backend/ev-document.c: (ev_document_class_init),
12174         (ev_document_page_changed), (ev_document_scale_changed):
12175         * backend/ev-document.h:
12176
12177         Separate page/scale notifications
12178
12179         * pdf/xpdf/pdf-document.cc:
12180
12181         Emit the new signals.
12182         Do not display the pdf page in _render, do it
12183         when scale/page are requested.
12184
12185         * ps/ps-document.c: (ps_document_set_zoom),
12186         (ps_document_widget_event):
12187         * ps/ps-document.h:
12188
12189         Emit the new signals.
12190
12191         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12192         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12193         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12194         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12195         * shell/ev-view.h:
12196         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12197         (ev_window_cmd_view_page_width), (size_allocate_cb),
12198         (ev_window_set_sizing_mode):
12199
12200         Rework sizing to be pixel based.
12201         There are bugs but should be already way better.
12202
12203 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12204
12205         * shell/ev-window.c: (ev_window_init):
12206
12207         Do not allow to shrink sidebar smaller then
12208         child requisition
12209
12210 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12211
12212         * shell/ev-sidebar.[ch]
12213         * shell/ev-window.c:
12214
12215         Improved sidebar widget. Fixes #166683
12216
12217 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12218
12219         * shell/ev-view.c (update_find_status_message): Give translators
12220         more flexibility with ngettext plural handling.
12221
12222 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12223
12224         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12225         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12226         page when we get the page size.
12227
12228 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12229
12230         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12231
12232         ps pages are 0 based, convert 
12233
12234 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12235
12236         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12237
12238         Initialize correct parent class. Set GError on document load
12239
12240 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12241
12242         * pdf/xpdf/pdf-document.cc:
12243
12244         Fixup selection offset calculation
12245
12246         * shell/ev-view.c: (view_rect_to_doc_rect),
12247         (doc_rect_to_view_rect), (ev_view_size_allocate),
12248         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12249         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12250
12251         Store selection as document relative, so that zooming
12252         and offset changing doesnt break it.
12253
12254 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12255
12256         * shell/ev-view.c: (ev_view_best_fit):
12257
12258         Do not try to best fit if the view is not realized
12259
12260 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12261           
12262         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12263
12264 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12265
12266         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12267
12268 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12269
12270         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12271         the popup window.  That prevents it resizing when in full screen
12272         mode.
12273
12274         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12275         multiple rerenders.  This pretty much sucks.
12276
12277         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12278         rest of the toolbar.
12279
12280 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12281
12282         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12283
12284 2005-02-17  Alexander Shopov  <ash@contact.bg>
12285
12286         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12287
12288 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12289
12290         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12291
12292 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12293
12294         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12295         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12296         (set_document_page), (document_changed_callback),
12297         (ev_view_set_document), (ev_view_find_previous),
12298         (ev_view_hide_cursor), (ev_view_show_cursor):
12299         * shell/ev-view.h:
12300         * shell/ev-window.c: (update_chrome_visibility),
12301         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12302         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12303         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12304         (ev_window_unfullscreen):
12305         * shell/main.c: (main):
12306
12307         Automatically hide the fullscreen button.
12308         Patch by Kristian Høgsberg <krh@redhat.com>
12309
12310 2005-02-16  Vincent Noel  <vnoel@cox.net>
12311
12312         * shell/main.c (main): Specify an icon for the window. Patch by
12313         Jaap A. Haitsma. Fixes #166177.
12314
12315 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12316
12317         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12318
12319 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12320
12321         * backend/ev-document-misc.h:
12322         * backend/ev-document-misc.c:
12323         (ev_document_misc_get_page_border_size),
12324         (ev_document_misc_paint_one_page): New function to canonicalize
12325         sizing/painting a border.
12326
12327         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12328         used.
12329
12330         * pdf/xpdf/pdf-document.cc: use new function
12331
12332         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12333         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12334         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12335         shell/ev-window.c: (update_sizing_buttons),
12336         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12337         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12338         (ev_window_cmd_view_page_width), (size_allocate_cb),
12339         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12340         and "fit width" values act as toggle buttons so they stay
12341         toggled.  It's not 100% perfect, and it's a little slow, but it's
12342         good enough to commit I think.
12343
12344 2005-02-15  David Lodge  <dave@cirt.net>
12345
12346         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12347
12348 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12349
12350         * shell/ev-window.c (update_window_title): replace newlines in
12351         the title by spaces. Bug #166107.
12352
12353 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12354
12355         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12356         parameters providing allocation width and height without
12357         scrollbars and width of a possible vertical scrollbar. With this
12358         additional information the functions can work as
12359         intended. Unfortunately they're not idempotent. We should
12360         transform these commands to toggles. Fixes Bug #164976
12361         Initial patch by Stephane Loeuillet, then heavily modified.
12362
12363         * shell/ev-view.h: update prototypes.
12364
12365         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12366         (ev_window_cmd_view_page_width): provide EvView fit functions with
12367         all the information they need. Formulas to calculate this
12368         information taken from GtkScrolledWindow.
12369
12370 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12371
12372         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12373         created a thumbnail, the list store is updated to know
12374         that the thumbnail is set. Fixes bug #166792
12375
12376 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12377
12378         * shell/ev-window.c: fixed typo, closes bug 166897
12379
12380         * TODO: updated TODO with bug numbers that are relevant
12381
12382 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12383
12384         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12385
12386 2005-02-09  Vincent Noel  <vnoel@cox.net>
12387
12388         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12389         and "Next" toolbar buttons as important to make them stand out.
12390
12391 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12392
12393         * lib/ev-debug.c:
12394         * lib/ev-debug.h:
12395         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12396         (start_interpreter), (stop_interpreter), (document_load),
12397         (ps_document_next_page), (ps_document_goto_page),
12398         (ps_document_set_page_size), (ps_document_widget_event),
12399         (ps_document_render):
12400         * shell/ev-page-view.c: (ev_page_view_dispose):
12401         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12402
12403         Fix compilation on non-gcc platforms
12404
12405 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12406
12407         * NEWS:
12408         * configure.ac:
12409
12410         Release 0.1.4
12411
12412         * pdf/xpdf/Catalog.cc:
12413         * pdf/xpdf/XRef.cc:
12414
12415         Fix the fix for CAN-2004-0888
12416
12417 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12418
12419         * data/Makefile.am:
12420         * data/evince-ui.xml:
12421         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12422         * shell/ev-stock-icons.h:
12423         * shell/ev-window.c: (update_action_sensitivity),
12424         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12425         (set_action_properties):
12426
12427         Improve toolbar layout/icons
12428
12429 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12430
12431         * pdf/xpdf/pdf-document.cc:
12432
12433         Add warnings about unimplemented/unknown link
12434         types.
12435
12436 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12437
12438         * ps/ps-document.c: (set_up_page):
12439
12440         Log gs property
12441
12442 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12443
12444         * ps/ps-document.c: (start_interpreter):
12445
12446         Log gs env var
12447
12448 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12449
12450         * shell/ev-page-view.c: (ev_page_view_dispose):
12451         * shell/ev-view.c: (ev_view_finalize):
12452         * shell/ev-window.c: (ev_window_setup_document),
12453         (ev_window_dispose), (ev_window_init):
12454
12455         Solve more refs issues.
12456
12457         I commented out the page_view initialization for now:
12458         it was never destroyed (because it's never added
12459         to a container). Because of that we was leaking
12460         gs processes. Couldnt think to a clean fix.
12461         We need to figure this out, password view has the
12462         same issue probably.
12463
12464 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12465
12466         * ps/ps-document.c: (ps_document_finalize),
12467         (ps_document_get_n_pages), (ps_document_get_page):
12468
12469         Some cleanups, stop the interpreter on finalize
12470
12471         * shell/ev-page-view.c: (ev_page_view_dispose),
12472         (ev_page_view_class_init):
12473
12474         Release our reference on the document
12475
12476 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12477
12478         * Makefile.am:
12479         * configure.ac:
12480         * doc/debugging.txt:
12481         * lib/.cvsignore:
12482         * lib/Makefile.am:
12483         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12484         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12485         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12486         * lib/ev-debug.h:
12487
12488         Add debugging helpers
12489
12490         * ps/Makefile.am:
12491         * ps/ps-document.c: (set_up_page), (start_interpreter),
12492         (stop_interpreter), (document_load), (ps_document_next_page),
12493         (ps_document_goto_page), (ps_document_set_page_size),
12494         (ps_document_widget_event), (ps_document_render):
12495         * shell/Makefile.am:
12496         * shell/ev-view.c: (expose_bin_window):
12497         * shell/main.c: (main):
12498
12499         Add some logs
12500         
12501 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12502
12503         * ps/ps-document.c: (ps_document_widget_event):
12504
12505         Initialize message_window, this should make ps
12506         rendering really work! (Never noticed because I was
12507         testing with a ps that is causing gs to exit every time!)
12508
12509 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12510
12511         * data/evince.schemas.in: updated simple error in applyto closing tag
12512
12513 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12514
12515         * Makefile.am:
12516         * configure.ac:
12517         * data/.cvsignore:
12518         * data/Makefile.am:
12519         * data/evince-ui.xml:
12520         A data/evince.schemas.in:
12521         * po/POTFILES.in:
12522         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12523         * shell/ev-stock-icons.h:
12524         * shell/ev-window.c: (update_chrome_visibility),
12525         (update_chrome_flag), (ev_window_cmd_edit_find),
12526         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12527         (ev_window_unfullscreen), (ev_window_focus_in_event),
12528         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12529         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12530         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12531         (ev_window_dispose), (ev_window_class_init),
12532         (set_action_properties), (set_chrome_actions), (load_chrome),
12533         (ev_window_init):
12534
12535         Implement fullscreen mode changes from bug #164776.
12536         Also implement persistent chrome toggles.
12537
12538 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12539
12540         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12541
12542 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12543
12544         * NEWS:
12545         * configure.ac:
12546         * shell/ev-view.c:
12547
12548         Add another check for find interface
12549
12550         Release 0.1.3
12551
12552 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12553
12554         * shell/ev-application.c: (ev_application_open):
12555         * shell/ev-window.c: (ev_window_open):
12556
12557         Open gzipped ps documents
12558
12559 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12560
12561         * TODO:
12562         * shell/ev-view.c: (set_document_page):
12563
12564         Clamp page number, dont try to move to
12565         not existant pages.
12566
12567 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12568
12569         * backend/ev-document-find.c: (ev_document_find_changed):
12570         * backend/ev-document-find.h:
12571         * pdf/xpdf/pdf-document.cc:
12572         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12573         * shell/ev-window.c: (find_bar_search_changed_cb):
12574
12575         Fix several bugs with find
12576
12577 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12578
12579         * shell/ev-sidebar-thumbnails.c
12580         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12581         document. Prevents warning from scroll_to_cell.
12582
12583 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12584
12585         * configure.ac: Add «nb» to ALL_LINGUAS too.
12586
12587 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12588
12589         * NOTES: New file with some random thoughts.
12590
12591         * TODO: Update.
12592
12593         * backend/ev-document-misc.c:
12594         (ev_document_misc_get_page_border_size): New function to
12595         canonicalize shadow drawing sizes.  Possibly goofy.
12596
12597         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12598         (ev_view_best_fit), (ev_view_fit_width):
12599         * pdf/xpdf/pdf-document.cc:
12600         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12601         * ps/ps-document.c: (ps_document_get_page_size):
12602         * backend/ev-document-misc.h:
12603         * backend/ev-document.c: (ev_document_get_page_size):
12604         * backend/ev-document.h: get_page_size now takes a page number
12605         parameter.  Made all the backends/frontends honor it.
12606
12607         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12608         see.  Doesn't work yet.
12609
12610         * shell/Makefile.am:
12611         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12612         Doesn't do anything yet.
12613
12614         * shell/ev-sidebar-thumbnails.c:
12615         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12616         [0..n_pages-1]
12617
12618         * shell/ev-window.c: (update_action_sensitivity),
12619         (ev_window_setup_document), (ev_window_set_page_mode),
12620         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12621         view-swapping code a bit so we can have multiple views on a
12622         document.  Add the multi-page view, though it can't be turned on
12623         yet.
12624
12625 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12626
12627         * shell/ev-application.c: (ev_application_open):
12628         * shell/ev-view.c: (expose_bin_window):
12629         * shell/ev-window.c: (ev_window_open):
12630
12631         Support eps and check document supports find
12632         before drawing highlightings in expose.
12633
12634 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12635
12636         * pixbuf/pixbuf-document.c:
12637         (pixbuf_document_thumbnails_get_dimensions),
12638         (pixbuf_document_document_thumbnails_iface_init):
12639
12640         implement get_dimensions
12641
12642 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12643
12644         * NEWS:
12645         * configure.ac:
12646
12647         Release 0.1.2
12648
12649 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12650
12651         * shell/ev-view.c: (set_document_page):
12652
12653         Scroll at the top of the page when changing page
12654
12655 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12656
12657         * shell/ev-view.c: (ev_view_motion_notify_event):
12658
12659         Do not redraw unnecessarily
12660
12661 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * pdf/xpdf/pdf-document.cc:
12664         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12665         (expose_bin_window), (find_changed_cb):
12666
12667         Yay! find works now... Now to find bugs...
12668
12669 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12670
12671         * backend/ev-document-find.c: (ev_document_find_base_init),
12672         (ev_document_find_changed):
12673         * backend/ev-document-find.h:
12674         * pdf/xpdf/pdf-document.cc:
12675         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12676         (expose_bin_window), (ev_view_init), (set_document_page),
12677         (ensure_rectangle_is_visible), (jump_to_find_result),
12678         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12679         (ev_view_find_next), (ev_view_find_previous):
12680         * shell/ev-view.h:
12681         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12682
12683         More work on find implementation, mostly there now
12684
12685 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12686
12687         * backend/ev-backend-marshalers.list:
12688         * backend/ev-document-find.c: (ev_document_find_base_init),
12689         (ev_document_find_cancel), (ev_document_find_page_has_results),
12690         (ev_document_find_get_n_results), (ev_document_find_get_result),
12691         (ev_document_find_get_progress), (ev_document_find_changed):
12692         * backend/ev-document-find.h:
12693
12694         Enanche the find interface to be really able to do
12695         multi page find.
12696
12697         * pdf/xpdf/pdf-document.cc:
12698
12699         Implement
12700
12701         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12702         (expose_bin_window), (ev_view_init),
12703         (ev_view_get_find_status_message), (find_changed_cb),
12704         (ev_view_set_document), (set_document_page):
12705
12706         Adapt to the new interface. A few things are regressed sorry,
12707         I will finish it soon.
12708
12709 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12710
12711         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12712         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12713         ev_sidebar_thumbnails_parent_class variable, don't define another
12714         parent_class variable.
12715
12716         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12717         (ev_page_action_class_init): ditto.
12718
12719         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12720         (pixbuf_document_class_init): ditto.
12721
12722         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12723         ditto.
12724
12725         * .cvsignore: ignore various valgrind output files.
12726
12727 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12728
12729         * data/evince-ui.xml:
12730         * shell/Makefile.am:
12731         * shell/ev-history.c:
12732         * shell/ev-history.h:
12733         * shell/ev-navigation-action.c:
12734         * shell/ev-navigation-action.h:
12735         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12736         (ev_view_set_page), (ev_view_fit_width):
12737         * shell/ev-view.h:
12738         * shell/ev-window.c: (update_action_sensitivity),
12739         (ev_window_setup_document), (register_custom_actions):
12740
12741         Kill session history
12742
12743 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12744
12745         * shell/ev-window.c: (update_action_sensitivity):
12746
12747         Fix inverted up/down buttons
12748
12749 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12750
12751         * shell/ev-sidebar-thumbnails.c
12752         (ev_sidebar_thumbnails_select_page): make sure the selected
12753         thumbnail stays visible.
12754
12755 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12756
12757         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12758         scrolled window for Federico.
12759
12760 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12761
12762         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12763
12764 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12765
12766         * configure.ac:
12767         * pdf/splash/SplashFTFontEngine.cc:
12768
12769         Fix CID fonts with freetype 2.1.9
12770
12771 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12772
12773         * TODO: added item for desktop icon thumbnailer
12774
12775 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12776
12777         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12778         unloaded docs when the title is accessed.
12779
12780         * shell/ev-password-view.[hc]: New widget for displaying password
12781         state.
12782
12783         * shell/ev-window.[ch]: Refactor password handling code to handle
12784         the new view.
12785
12786 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12787
12788         * NEWS:
12789         * configure.ac:
12790         * data/Makefile.am:
12791
12792         Release 0.1.1
12793
12794 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12795
12796         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12797         ignore page offset here, to make search results independent of it,
12798
12799         * shell/ev-view.c (expose_bin_window): but take offsets into
12800         account here. Bug #164932
12801
12802         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12803         scale at the right time. Bug #164996
12804
12805 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12806
12807         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12808         fix the problem. Now I just removed the Adobe font names and hope
12809         that the URW fonts are always in outline format. Bug #164934
12810
12811         * shell/ev-window.c (update_window_title): empty titles are
12812         useless, use filename in that case too.
12813
12814         * NEWS: Add some content.
12815
12816 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12817
12818         * TODO: added one more TODO item and a TODONE section :)
12819
12820 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12821
12822         * ps/ps-document.h: add page_[xy]_offset fields.
12823
12824         * ps/ps-document.c (ps_document_set_page_offset)
12825         (ps_document_render): Keep offset in consideration in a few
12826         places. Bug #164752 "postscript documents are not centered in
12827         window"
12828
12829         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12830         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12831
12832         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12833         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12834         stub out missing methods for complete EvDocument implementation.
12835         Fixes segfaults with Save A Copy and Copy actions.
12836
12837         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12838         (ps_document_document_iface_init): ditto.
12839         
12840 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12841
12842         * data/.cvsignore:
12843         * data/Makefile.am:
12844         * data/evince.desktop.in:
12845
12846         Add desktop file
12847
12848 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12849
12850         * shell/ev-view.c: (ev_view_button_press_event),
12851         (ev_view_motion_notify_event):
12852
12853         Make selection work in any direction
12854
12855 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12856
12857         * TODO:
12858         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12859
12860         Use shorter labels for some of the toolbars items
12861
12862 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12863
12864         * pdf/xpdf/pdf-document.cc:
12865
12866         Check the links info is initialized before
12867         using it. Should fix a crash on startup.
12868
12869 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12870
12871         * pixbuf/pixbuf-document.c
12872         (pixbuf_document_thumbnails_get_dimensions): force floating point
12873         division to calculate page_ratio. Fixes crash with landscape
12874         format pixbufs.
12875
12876 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12877
12878         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12879
12880 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12881
12882         * shell/ev-view.c (set_document_page): unset has_selection when
12883         the page changes.
12884         (set_document_page): handle paper size changes when the page
12885         changes (test with Free Culture, page 2).
12886
12887 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12888
12889         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12890         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12891
12892         Use normal style color for the widget background and
12893         draw a black box around the page.
12894
12895 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12896
12897         * pdf/xpdf/pdf-document.cc:
12898
12899         Keep offset in consideration in a few places
12900
12901         * shell/ev-view.c: (expose_bin_window):
12902
12903         Set the offsets so that the document is ever centered
12904
12905 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12906
12907         * TODO: Added TODO items and finished off the first todo item
12908
12909         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12910         reflect current authors
12911
12912 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12913
12914         * pdf/xpdf/pdf-document.cc:
12915         * shell/ev-view.c: (ev_view_set_cursor),
12916         (ev_view_motion_notify_event), (document_changed_callback),
12917         (set_document_page):
12918
12919         Show a wait cursor while the page is rendering
12920
12921 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12922
12923         * shell/ev-sidebar-thumbnails.c:
12924         (ev_sidebar_tree_selection_changed),
12925         (ev_sidebar_thumbnails_select_page):
12926         * shell/ev-sidebar-thumbnails.h:
12927         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12928         (ev_view_can_go_forward):
12929         * shell/ev-window.c: (ev_window_open_page),
12930         (ev_window_setup_document), (update_current_page),
12931         (view_page_changed_cb), (ev_window_init):
12932         * shell/ev-window.h:
12933
12934         Ensure thumbnails selection, toolbar page control and
12935         current page are in sync.
12936
12937 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12938
12939         * pdf/xpdf/XRef.cc:
12940
12941         Fix CAN-2005-0064
12942
12943 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12944
12945         * backend/Makefile.am:
12946         * backend/ev-document-links.h:
12947         * backend/ev-document-security.c: (ev_document_security_get_type),
12948         (ev_document_security_has_document_security),
12949         (ev_document_security_set_password):
12950         * backend/ev-document-security.h:
12951         * backend/ev-document.c: (ev_document_error_quark):
12952         * backend/ev-document.h:
12953         * data/Makefile.am:
12954         * data/evince-password.glade:
12955         * pdf/xpdf/pdf-document.cc:
12956         * shell/Makefile.am:
12957         * shell/ev-password.c: (ev_password_set_bad_password_label),
12958         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12959         (ev_password_dialog_get_password),
12960         (ev_password_dialog_set_bad_pass):
12961         * shell/ev-password.h:
12962         * shell/ev-window.c: (ev_window_get_attribute),
12963         (ev_window_set_property), (update_action_sensitivity),
12964         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12965         (ev_window_setup_document), (ev_window_get_password),
12966         (ev_window_open), (ev_window_cmd_save_as),
12967         (using_postscript_printer), (ev_window_print),
12968         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12969         (update_fullscreen_popup), (ev_window_fullscreen),
12970         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12971         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12972         (menu_item_select_cb), (find_bar_search_changed_cb),
12973         (ev_window_dispose), (ev_window_init):
12974
12975         Add initial support for password-supported dialogs.  This could be
12976         a lot cooler, but it'll do for now.
12977
12978 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12979
12980         * pdf/xpdf/pdf-document.cc:
12981         * shell/ev-view.c: (status_message_from_link),
12982         (ev_view_set_status), (ev_view_set_cursor),
12983         (ev_view_motion_notify_event), (ev_view_init):
12984         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12985
12986         Fix bugs in the links implementation and change cursor
12987         when hovering a link.
12988
12989 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12990
12991         * viewer/.cvsignore: added cvsignore file for viewer directory
12992
12993         * TODO: created TODO document
12994
12995 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12996
12997         * shell/ev-view.h:
12998         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12999         new functions to help with implementation of sensitivity code
13000         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13001         of all actions that might require it.  Fixes a crash when you
13002         click on the Zoom actions in a window lacking a document.
13003
13004 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13005
13006         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13007         of the Find action
13008
13009 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13010
13011         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13012         (pixbuf_document_document_iface_init):
13013         * ps/ps-document.c: (ps_document_get_link),
13014         (ps_document_document_iface_init):
13015         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13016         (status_message_from_link), (ev_view_set_status),
13017         (ev_view_set_find_status), (ev_view_motion_notify_event),
13018         (ev_view_button_release_event), (ev_view_set_property),
13019         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13020         (ev_view_get_find_status_message), (update_find_results),
13021         (ev_view_get_status), (ev_view_get_find_status):
13022         * shell/ev-view.h:
13023         * shell/ev-window.c: (view_status_changed_cb),
13024         (view_find_status_changed_cb), (ev_window_init):
13025
13026         View status message support, use it to show the links.
13027         Needs work...
13028
13029 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * backend/ev-document.c: (ev_document_get_link):
13032         * backend/ev-document.h:
13033         * pdf/xpdf/pdf-document.cc:
13034         * shell/ev-application.c: (ev_application_open):
13035         * shell/ev-application.h:
13036         * shell/ev-sidebar-links.c: (selection_changed_cb):
13037         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13038         (ev_view_go_to_link):
13039
13040         Add support for document links
13041
13042 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13043
13044         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13045         (create_tool_item):
13046         Set the spin button limits correctly.
13047         
13048         * shell/ev-sidebar-thumbnails.c:
13049         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13050         Support changing pages by clicking on the thumbnails.
13051         
13052 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13053
13054         * pixbuf/pixbuf-document.c:
13055         (pixbuf_document_thumbnails_get_dimensions),
13056         (pixbuf_document_document_thumbnails_iface_init):
13057
13058         implement get_dimensions
13059
13060 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13061
13062         * ps/ps-document.c: (ps_document_goto_page):
13063
13064         Fix page switching on multipage documents
13065
13066 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13067
13068         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13069         
13070         check for NULL before assigning to width and height parameters
13071
13072 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13073
13074         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13075         (pixbuf_document_set_property), (pixbuf_document_get_property):
13076
13077         implement get/set properties
13078
13079 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13080
13081         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13082         
13083         return NULL instead of "Unknown", letting the title get set to
13084         the filename when the pdf has no title.
13085
13086 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13087
13088         * ps/ps-document.c: (ps_document_get_page_count),
13089         (ps_document_goto_page):
13090
13091 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13092
13093         * shell/ev-history.c: (ev_history_get_property),
13094         (ev_history_set_property), (ev_history_class_init),
13095         (ev_history_add_page), (ev_history_set_current_index):
13096         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13097         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13098         (ev_navigation_action_finalize):
13099         * shell/ev-navigation-action.h:
13100         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13101         (ev_view_go_forward), (ev_view_get_find_status_message),
13102         (history_index_changed_cb), (ev_view_set_history):
13103         * shell/ev-view.h:
13104         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13105         (update_current_page), (register_custom_actions):
13106
13107         Implement history dropdowns
13108
13109 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13110
13111         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13112         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13113         (ev_view_go_forward):
13114         * shell/ev-window.c: (register_custom_actions):
13115
13116         Fix several history bugs
13117
13118 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13119
13120         * configure.ac: Add «nb» to ALL_LINGUAS.
13121
13122 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13123
13124         * backend/Makefile.am:
13125         * backend/ev-bookmark.c:
13126         * backend/ev-bookmark.h:
13127         * backend/ev-document-bookmarks.c:
13128         * backend/ev-document-bookmarks.h:
13129         * backend/ev-document-links.c: (ev_document_links_get_type),
13130         (ev_document_links_has_document_links),
13131         (ev_document_links_begin_read), (ev_document_links_get_link),
13132         (ev_document_links_get_child), (ev_document_links_next),
13133         (ev_document_links_free_iter):
13134         * backend/ev-document-links.h:
13135         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13136         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13137         (ev_link_get_link_type), (ev_link_set_link_type),
13138         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13139         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13140         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13141         (ev_link_new_external):
13142         * backend/ev-link.h:
13143         * pdf/xpdf/pdf-document.cc:
13144         * shell/Makefile.am:
13145         * shell/ev-application.c: (ev_application_open_link):
13146         * shell/ev-application.h:
13147         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13148         (ev_history_get_link_nth):
13149         * shell/ev-history.h:
13150         * shell/ev-sidebar-bookmarks.c:
13151         * shell/ev-sidebar-bookmarks.h:
13152         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13153         (ev_sidebar_links_class_init), (selection_changed_cb),
13154         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13155         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13156         (do_one_iteration), (populate_links_idle),
13157         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13158         * shell/ev-sidebar-links.h:
13159         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13160         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13161         (go_to_index):
13162         * shell/ev-view.h:
13163         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13164         * shell/ev-window.h:
13165
13166         Rename bookmark to link, and use "Index" for the sidebar panel.
13167
13168 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13169
13170         * shell/Makefile.am:
13171         * shell/ev-application.c: (ev_application_open_bookmark):
13172         * shell/ev-application.h:
13173         * shell/ev-history.c: (ev_history_init), (free_links_list),
13174         (ev_history_finalize), (ev_history_class_init),
13175         (ev_history_add_link), (ev_history_add_page),
13176         (ev_history_get_link_nth), (ev_history_get_n_links),
13177         (ev_history_get_current_index), (ev_history_set_current_index),
13178         (ev_history_new):
13179         * shell/ev-history.h:
13180         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13181         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13182         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13183         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13184         (ev_view_set_page):
13185         * shell/ev-view.h:
13186         * shell/ev-window.c: (ev_window_open_bookmark),
13187         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13188         (goto_page_cb), (register_custom_actions):
13189         * shell/ev-window.h:
13190
13191         Initial history implementation. Needs work.
13192
13193 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13194
13195         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13196
13197 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * cut-n-paste/recent-files/egg-recent-item.c:
13200         * cut-n-paste/recent-files/egg-recent-item.h:
13201         * cut-n-paste/recent-files/egg-recent-model.c:
13202         * cut-n-paste/recent-files/egg-recent-util.c:
13203         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13204         * cut-n-paste/recent-files/egg-recent-view.c:
13205
13206         Update
13207
13208 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13209
13210         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13211         (fillGlyph, fillImageMask, drawImage):
13212         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13213         pdf/splash/SplashTypes.h:
13214         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13215         packed mode for Splash.
13216
13217         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13218         RGB8 packed mode, eliminates the pixbuf data creation loop.
13219
13220         * shell/ev-print-job.c (ev_print_job_finalize)
13221         (ev_print_job_set_property, ev_print_job_get_property)
13222         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13223         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13224         (print_closure_finalize, ev_print_job_print): implement
13225         printing (for backends with EvPsExporter)
13226
13227         * shell/ev_print_job.h: update prototypes.
13228
13229         * shell/ev-window.c (ev_window_print): unref print job after
13230         printing.
13231
13232         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13233         unless the document implements the EvDocumentFind interface.
13234
13235 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13236
13237         * configure.ac: Added ja to ALL_LINGUAS.
13238
13239 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13240
13241         * pdf/xpdf/pdf-document.cc:
13242
13243         add a FIXME. We should probably not allocate
13244         a bookmark object every time
13245
13246 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13247
13248         * shell/ev-application.c: (ev_application_open),
13249         (ev_application_open_bookmark):
13250         * shell/ev-application.h:
13251         
13252         Add a way to open bookmarks
13253
13254         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13255         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13256         (ev_bookmark_set_property), (ev_bookmark_class_init),
13257         (ev_bookmark_new_title), (ev_bookmark_new_link),
13258         (ev_bookmark_new_external):
13259
13260         Support for external uris, better constructors.
13261
13262         * backend/ev-bookmark.h:
13263         * pdf/xpdf/pdf-document.cc:
13264         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13265
13266         Handle external uris
13267
13268 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13269
13270         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13271         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13272
13273         Hook up bookmarks navigation
13274
13275 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13276
13277         * backend/Makefile.am:
13278         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13279         (ev_bookmark_get_title), (ev_bookmark_set_title),
13280         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13281         (ev_bookmark_get_page), (ev_bookmark_set_page),
13282         (ev_bookmark_get_property), (ev_bookmark_set_property),
13283         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13284         (ev_bookmark_new):
13285         * backend/ev-bookmark.h:
13286         * backend/ev-document-bookmarks.c:
13287         (ev_document_bookmarks_get_bookmark):
13288         * backend/ev-document-bookmarks.h:
13289         * pdf/xpdf/pdf-document.cc:
13290         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13291
13292         Add a bookmark object to the backend and use it instead of get_values
13293
13294 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13295
13296         * data/evince-ui.xml:
13297
13298         Cleanup and add select all.
13299
13300         * shell/ev-view.c: (ev_view_select_all),
13301         (ev_view_button_press_event):
13302         * shell/ev-view.h:
13303         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13304
13305         Add select all.
13306         Clear selection on click.
13307
13308 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13309
13310         * shell/ev-sidebar-thumbnails.c
13311         (ev_sidebar_thumbnails_set_document): forgot to unref the
13312         loading_icon.
13313
13314 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13315
13316         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13317         at the visible page, not just linearly.  This makes it look fast.
13318
13319 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13320
13321         * backend/ev-document-misc.c
13322         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13323         white.
13324         * backend/ev-document-thumbnails.h: New interface to get the size
13325         of a page.
13326
13327 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13328
13329         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13330         make dist works
13331
13332 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13333
13334         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13335         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13336         things up a bit.
13337
13338         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13339
13340 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13341
13342         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13343         fonts. Should fix font problems on systems that have the base
13344         fonts in bitmap format. Reported by James Henstridge
13345         <james@jamesh.id.au>.
13346
13347 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13348
13349         * pdf/xpdf/Gfx.cc:
13350         * pdf/xpdf/GfxState.cc:
13351
13352         Fix for CAN-2004-1125
13353
13354 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13355
13356         * shell/ev-view.c: (ev_view_copy):
13357         * shell/ev-view.h:
13358         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13359
13360         Implement Edit->Copy
13361
13362 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13363
13364         * backend/ev-document.c: (ev_document_get_text):
13365         * backend/ev-document.h:
13366         * pdf/xpdf/pdf-document.cc:
13367         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13368         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13369         (ev_view_update_primary_selection), (ev_view_button_press_event),
13370         (ev_view_motion_notify_event), (ev_view_button_release_event):
13371
13372         Beginnings of clipboard support. Incomplete but primary sort
13373         of work.
13374
13375 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13376
13377         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13378         (expose_bin_window):
13379
13380         Nicer rubberband drawing, from GtkIconView.
13381
13382 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * backend/ev-document.c: (ev_document_save):
13385         * backend/ev-document.h:
13386         * data/evince-ui.xml:
13387         * pdf/xpdf/pdf-document.cc:
13388         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13389
13390         Implement "Save a copy..." menu item
13391
13392 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13393
13394         * shell/ev-view.c: (ev_view_zoom):
13395
13396         Queue a resize when zoom changes
13397
13398 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13399
13400         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13401         shadows.
13402
13403         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13404         thumbnails..
13405
13406 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13407
13408         * pdf/xpdf/pdf-document.cc
13409         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13410
13411 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13412
13413         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13414         It's slow, but I'll speed it up next!
13415
13416 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13417
13418         * shell/main.c (load_files):
13419
13420         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13421         from the command line and because it seems more appropriate.
13422
13423 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * data/evince-ui.xml:
13426         * shell/ev-window.c: (update_action_sensitivity),
13427         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13428
13429         s/next page/page down
13430         s/previous page/page up
13431
13432 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13433
13434         * data/evince-ui.xml:
13435
13436         Change the layout to match clarkbw design.
13437
13438         * shell/Makefile.am:
13439         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13440         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13441         (ev_navigation_action_finalize),
13442         (ev_navigation_action_set_property),
13443         (ev_navigation_action_get_property),
13444         (ev_navigation_action_class_init):
13445         * shell/ev-navigation-action.h:
13446
13447         Implement clarkbw toolbar navigation controls (incomplete)
13448
13449         * shell/ev-page-action.c: (update_label), (update_spin),
13450         (value_changed_cb), (create_tool_item), (connect_proxy),
13451         (ev_page_action_init), (ev_page_action_finalize),
13452         (ev_page_action_set_property), (ev_page_action_get_property),
13453         (ev_page_action_set_current_page),
13454         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13455         * shell/ev-page-action.h:
13456
13457         Implement a page switcher in the toolbar
13458
13459         * shell/ev-view.c: (ev_view_scroll_view):
13460         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13461         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13462         (register_custom_actions), (ev_window_init):
13463
13464         Change page on PageUp/Down.
13465
13466 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13467
13468         * pdf/xpdf/pdf-document.cc
13469         (pdf_document_thumbnails_get_thumbnail): initial stab at
13470         implementing thumbnail support for pdfs.  It only does documents
13471         with precached pdfs now.
13472
13473 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13474
13475         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13476         thumbnail code into a time-based idle as well.  Also, turn off the
13477         shadow temporarily as it's really slow.
13478
13479 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13480
13481         * backend/ev-document.c: (ev_document_class_init):
13482         * pdf/xpdf/pdf-document.cc:
13483         * shell/ev-window.c: (ev_window_open):
13484
13485         Fix document title bugs and fallback to
13486         filename when not available.
13487
13488 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13489
13490         * backend/ev-document.c: (ev_document_get_type),
13491         (ev_document_class_init), (ev_document_load),
13492         (ev_document_get_title):
13493         * backend/ev-document.h:
13494         * pdf/xpdf/pdf-document.cc:
13495         * ps/ps-document.c: (ps_document_set_property),
13496         (ps_document_get_property), (ps_document_class_init),
13497         (document_load):
13498         * ps/ps-document.h:
13499         * ps/ps.h:
13500         * shell/ev-window.c: (update_window_title), (ev_window_open),
13501         (ev_window_init):
13502
13503         Initial support for document title. Not working yet.
13504
13505 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13506
13507         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13508
13509         Grab focus on the view when clicking it
13510
13511 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13512
13513         * shell/ev-marshal.list:
13514         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13515         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13516
13517         Add key bindings to the view. Now if the focus would work
13518         right...
13519
13520 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13521
13522         * Makefile.am:
13523         * backend/Makefile.am:
13524         * data/Makefile.am:
13525         * dvi/Makefile.am:
13526         * dvi/dvilib/Makefile.am:
13527         * pdf/xpdf/Makefile.am:
13528         * po/POTFILES.in:
13529         * ps/Makefile.am:
13530
13531         Fix distcheck
13532
13533 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13534
13535         * shell/ev-view.c: (ev_view_realize):
13536
13537         Fix mouse wheel scrolling
13538
13539 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13540
13541         * ps/Makefile.am:
13542         * ps/gstypes.h:
13543         * ps/gtkgs.c:
13544         * ps/gtkgs.h:
13545         * ps/ps-document.c: (catchPipe), (ps_document_init),
13546         (ps_document_class_init), (ps_document_cleanup),
13547         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13548         (set_up_page), (close_pipe), (is_interpreter_ready),
13549         (interpreter_failed), (output), (input), (start_interpreter),
13550         (stop_interpreter), (file_length), (file_readable),
13551         (check_filecompressed), (check_pdf), (compute_xdpi),
13552         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13553         (ps_document_get_type), (ps_document_emit_error_msg),
13554         (document_load), (ps_document_next_page),
13555         (ps_document_get_current_page), (ps_document_get_page_count),
13556         (ps_document_goto_page), (ps_document_set_page_size),
13557         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13558         (ps_document_load), (ps_document_get_n_pages),
13559         (ps_document_set_page), (ps_document_get_page),
13560         (ps_document_widget_event), (ps_document_set_target),
13561         (ps_document_set_scale), (ps_document_set_page_offset),
13562         (ps_document_get_page_size), (ps_document_render),
13563         (ps_document_document_iface_init):
13564         * ps/ps-document.h:
13565         * ps/ps.c:
13566         * shell/ev-window.c: (ev_window_open):
13567
13568         Rename GtkGS to PSDocument
13569
13570 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13571
13572         * ps/gtkgs.c: (gtk_gs_class_init):
13573         * ps/gtkgs.h:
13574
13575         Some more leftover...
13576
13577 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13578
13579         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13580         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13581         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13582         * ps/gtkgs.h:
13583
13584         Remove unused code and make a lot of stuff private
13585
13586 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13587
13588         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13589         (gtk_gs_defaults_changed):
13590         * ps/gsdefaults.h:
13591         * ps/gtkgs.c:
13592         * ps/gtkgs.h:
13593         * ps/ps.h:
13594
13595         Cleanup headers dependencies
13596
13597 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13598
13599         * ps/Makefile.am:
13600         * ps/ggvutils.c:
13601         * ps/ggvutils.h:
13602         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13603         * ps/gsdefaults.h:
13604         * ps/gtkgs.c: (file_length), (file_readable),
13605         (check_filecompressed), (check_pdf), (gtk_gs_load),
13606         (gtk_gs_get_postscript):
13607
13608         Get rid of ggvutils
13609
13610 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13611
13612         * ps/ggvutils.c:
13613         * ps/ggvutils.h:
13614         * ps/gsio.h:
13615         * ps/gtkgs.c: (gtk_gs_set_zoom):
13616
13617         Cleanups
13618
13619 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13620
13621         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13622
13623         Ensure the page is rerendered when changing zoom
13624
13625 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13626
13627         * backend/ev-document.c: (ev_document_base_init),
13628         (ev_document_changed):
13629         * backend/ev-document.h:
13630
13631         Add a changed event that is emitted when the page content
13632         changes. This is necessary to deal with the fact that
13633         in ps backend rendering happen asycrounously.
13634         This makes the ps backend mostly work.
13635
13636         * pdf/xpdf/pdf-document.cc:
13637
13638         Emit changed event
13639
13640         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13641         (ps_document_set_target):
13642
13643         Emit changed event
13644
13645         * shell/ev-view.c: (document_changed_callback),
13646         (ev_view_set_document), (ev_view_set_page):
13647
13648         Redraw on the changed signal
13649
13650 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13651
13652         * configure.ac: Added pt_BR to ALL_LINGUAS.
13653
13654 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13655
13656         * backend/ev-document-bookmarks.c:
13657         (ev_document_bookmarks_get_child): *
13658         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13659         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13660         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13661         (ev_sidebar_bookmarks_destroy),
13662         (ev_sidebar_bookmarks_class_init),
13663         (ev_sidebar_bookmarks_construct), (stack_data_free),
13664         (do_one_iteration), (populate_bookmarks_idle),
13665         (ev_sidebar_bookmarks_clear_document),
13666         (ev_sidebar_bookmarks_set_document): *
13667         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13668         (ev_sidebar_add_page),
13669         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13670         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13671         it displays both the topics and the page numbers.
13672
13673 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13674
13675         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13676         toggle.
13677         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13678         visible.
13679
13680 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13681
13682         * configure.ac: Added en_CA to ALL_LINGUAS.
13683
13684 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13685
13686         * ChangeLog: replace bottom of this ChangeLog (merged history of
13687         ggv and gpdf; where all paths were wrong and most of the files are
13688         not even in this tree) with ChangeLog (from arch) of the shell
13689         code.
13690
13691 2004-12-23  Havoc Pennington  <hp@redhat.com>
13692
13693         * shell/ev-window.c: hook up potentially-questionable "find
13694         results status text" feature - something involving the sidebar or
13695         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13696         might be better in the end.
13697
13698         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13699         with corresponding signal when it should be updated
13700
13701         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13702
13703 2004-12-22  Havoc Pennington  <hp@redhat.com>
13704
13705         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13706         find stuff on other pages, sort of (only returns one result on
13707         invisible pages, to show they have results; updates full results
13708         for a page when you view it). Currently repaints the current page
13709         every time a new result is found on any page, which isn't so nice.
13710
13711 2004-12-22  Havoc Pennington  <hp@redhat.com>
13712
13713         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13714         the document doesn't support find (better ideas?)
13715         (find_bar_search_changed_cb): handle missing document or document
13716         that doesn't support find
13717
13718         * pdf/xpdf/pdf-document.cc: port to implement the new
13719         EvDocumentFindIface
13720
13721         * backend/ev-document-find.c: create a new interface for searching
13722
13723         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13724
13725 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13726
13727         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13728         libevbackend.la.
13729
13730         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13731         EvPrintJob constructor arguments.
13732
13733         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13734         for documents that can export PostScript (page by page).
13735
13736         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13737         
13738         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13739         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13740         (pdf_document_ps_exporter_iface_init:
13741         Implement EvPSExporter.
13742
13743         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13744
13745 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13746
13747         * backend/Makefile.am:
13748         * backend/ev-document-thumbnails.c:
13749         (ev_document_thumbnails_get_type),
13750         (ev_document_thumbnails_get_thumbnail):
13751         * backend/ev-document-thumbnails.h:
13752         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13753         (pixbuf_document_thumbnails_get_thumbnail),
13754         (pixbuf_document_document_thumbnails_iface_init):
13755         * shell/Makefile.am:
13756         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13757         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13758         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13759         * shell/ev-sidebar-thumbnails.h:
13760         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13761         (ev_sidebar_set_document):
13762         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13763         (create_shadow), (ev_pixbuf_add_shadow):
13764         * shell/ev-utils.h:
13765         Add thumbnail support.
13766         
13767 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13768
13769         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13770         (using_postscript_printer): Set up a print dialog for "PostScript
13771         injection" method.
13772
13773         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13774         EvPrintJob.
13775
13776         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13777
13778 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13779
13780         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13781         (ps_document_set_target), (ps_document_get_page_size),
13782         (ps_document_render):
13783         * ps/gtkgs.h:
13784
13785         Fix a few bugs
13786
13787 2004-12-22  Christian Rose  <menthos@menthos.com>
13788
13789         * configure.ac: Added "sv" to ALL_LINGUAS.
13790
13791 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13792
13793         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13794         document supports bookmarks.
13795
13796 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13797
13798         * ps/ggvutils.c: (ggv_file_readable):
13799         * ps/ggvutils.h:
13800         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13801         (gtk_gs_get_postscript):
13802
13803         Remove unused utils
13804
13805 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13806
13807         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13808         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13809         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13810         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13811         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13812         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13813         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13814         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13815         (gtk_gs_set_antialiasing), (ps_document_load),
13816         (ps_document_render):
13817         * ps/gtkgs.h:
13818
13819         Another check point for the ps backend. Now I can get it to show
13820         pages!
13821
13822 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13823
13824         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13825         document setting code.
13826
13827 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13828
13829         * shell/eggfindbar.c: (entry_activate_callback):
13830         Animate the next button when activate is pressed.
13831         
13832 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13833
13834         * shell/ev-window.c: (ev_window_cmd_edit_find),
13835         (update_fullscreen_popup), (ev_window_fullscreen),
13836         (ev_window_unfullscreen), (ev_window_state_event_cb),
13837         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13838         Fix bugs in fullscreen code.
13839         
13840 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13841
13842         * Makefile.am:
13843         * configure.ac:
13844         * pixbuf/Makefile.am:
13845         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13846         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13847         (pixbuf_document_set_page), (pixbuf_document_get_page),
13848         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13849         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13850         (pixbuf_document_render), (pixbuf_document_begin_find),
13851         (pixbuf_document_end_find), (pixbuf_document_finalize),
13852         (pixbuf_document_class_init),
13853         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13854         * pixbuf/pixbuf-document.h:
13855         * shell/Makefile.am:
13856         * shell/ev-application.c: (ev_application_open):
13857         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13858         (ev_window_open):
13859         Add pixbuf backend.
13860         
13861 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13862
13863         * Makefile.am: 
13864         * dvi/dvilib/Makefile.am:
13865         * dvi/Makefile.am:
13866         * configure.ac: Auto*ify dvi and dvi/dvilib
13867
13868         * dvi/Makefile: Remove from CVS
13869         
13870         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13871         confusion.
13872
13873         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13874         
13875         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13876         
13877 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13878
13879         * ps/Makefile.am:
13880         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13881         (gtk_gs_value_adjustment_changed), (compute_size),
13882         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13883         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13884         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13885         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13886         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13887         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13888         (ps_document_load), (ps_document_get_n_pages),
13889         (ps_document_set_page), (ps_document_get_page),
13890         (ps_document_set_target), (ps_document_set_scale),
13891         (ps_document_set_page_offset), (ps_document_get_page_size),
13892         (ps_document_render), (ps_document_begin_find),
13893         (ps_document_end_find), (ps_document_document_iface_init):
13894         * ps/gtkgs.h:
13895         * shell/Makefile.am:
13896         * shell/ev-window.c: (ev_window_open):
13897
13898         Some work to integrate gtkgs with EvDocument
13899
13900 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13901
13902         * shell/ev-window.c: (update_fullscreen_popup),
13903         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13904         (exit_fullscreen_button_clicked_cb),
13905         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13906         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13907         (ev_window_state_event_cb), (ev_window_init):
13908         Add fullscreen support from Epiphany.
13909         
13910 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13911
13912         * data/ev-stock-zoom-fit-width.png: fit-width
13913         stock icon from gpdf.
13914         
13915         * shell/ev-stock-icons.[ch]: copied from gpdf.
13916         
13917         * shell/main.c: (main): init stock icons.
13918         
13919         * shell/ev-window.c: use the fit-width icon.
13920         
13921         * data/evince-ui.xml: add zooming toolbar items.
13922
13923 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13924
13925         * shell/ev-view.c: 
13926         (ev_view_best_fit), (ev_view_fit_width): because
13927         get_page_size() returns the scaled page size, we
13928         need to calculate the scale factor relative to
13929         the previous scale factor. Should really just
13930         add get_real_page_size().
13931
13932 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13933
13934         * shell/ev-view.[ch]:
13935         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13936         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13937         add zooming.
13938         
13939         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13940         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13941         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13942         hook it up.
13943         
13944         * pdf/xpdf/pdf-document.cc:
13945         (pdf_document_begin_find),
13946         (pdf_document_end_find): make static.
13947
13948 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13949
13950         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13951
13952         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13953         names to fontconfig patterns.
13954         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13955
13956         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13957         setupBaseFontsFc.
13958
13959 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13960
13961         * Makefile.am:
13962         * configure.ac:
13963         * ps/Makefile.am:
13964         * ps/ggvutils.c:
13965         * ps/ggvutils.h:
13966         * ps/gsdefaults.c:
13967         * ps/gsdefaults.h:
13968         * ps/gsio.c:
13969         * ps/gsio.h:
13970         * ps/gtkgs.c:
13971         * ps/gtkgs.h:
13972         * ps/ps.c:
13973         * ps/ps.h:
13974
13975         Import ggv backend. Not hooked up yet.
13976
13977 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13978
13979         * shell/main.c: (load_files), (main): load files
13980         from the command line.
13981
13982 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13983
13984         * configure.ac: don't require bonobo.
13985         
13986         * cut-n-paste/recent-files/*: kill bonobo recent
13987         view.
13988
13989         * shell/ev-window.c:
13990         (ev_window_is_empty): upd.
13991         (unable_to_load), (ev_window_open): load backend
13992         based on the mime type.
13993
13994 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13995
13996         * backend/.cvsignore: ignore generated marshalers source.
13997
13998         * shell/main.c (main): this is not epiphany.
13999
14000 2004-12-22  Havoc Pennington  <hp@redhat.com>
14001
14002         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14003         (expose_bin_window): draw find highlights
14004
14005         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14006         
14007         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14008         (pdf_document_end_find): implement this interface
14009
14010         * backend/ev-document.c (ev_document_found): add this to emit
14011         signal
14012
14013 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14014
14015         * data/evince-ui.xml: Add a few more toolbar items.
14016
14017         * shell/ev-window.c: Hook up page navigation toolbar 
14018         items.
14019
14020         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14021         a page-changed signal.
14022
14023         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14024         Add ev_document_get_page().
14025
14026         * shell/ev-window.c: Sensitize/desensitize navigation
14027         actions.
14028
14029 2004-12-21  Havoc Pennington  <hp@redhat.com>
14030
14031         * backend/ev-backend-marshal.c,
14032         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14033         marshaler-generator thingy. I'm sure there's a better way to do
14034         this in the modern world.
14035
14036         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14037         end_find methods and "found" signal.
14038
14039         * configure.ac: find glib-genmarshal
14040
14041 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14042
14043         * shell/ev-sidebar.c: Construct an actual sidebar.
14044         * shell/ev-sidebar-bookmarks.[ch]:
14045         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14046
14047 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14048
14049         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14050         Redo size handling.
14051         
14052         * shell/ev-view.c: Track the size from the document.
14053
14054 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14055
14056         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14057         constructor assumes ownership of the string passed in.
14058         
14059         * shell/ev-window.c (ev_window_open): Destroy the error
14060         dialog once we've displayed it.
14061
14062 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14063
14064         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14065         a bit, it works! (sort of)
14066
14067         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14068         Move to .cc since we need to use C++ in the implementation.
14069
14070         * shell/dummy.cc: Add a CC file to force evince
14071         to be linked as a C++ program.
14072
14073 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14074
14075         * shell/ev-view.[ch]: Start of content-area widget.
14076
14077         * shell/ev-window.c: Create a EvView, update it
14078         as we change documents.
14079
14080         * shell/Makefile.am shell/ev-marshal.list: Add
14081         generated marshalers.
14082
14083 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14084
14085         * Makefile.am (SUBDIRS): move shell.
14086
14087 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14088
14089         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14090         .a to libtool convenience libraries.
14091
14092         * shell/ev-window.c (ev_window_open): Hard code loading
14093         a PDF document.
14094         
14095         * backend/ev-document.h: Add a boolean return to load(),
14096         fix GError * to GError **.
14097
14098         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14099         object for a PDF backend EvDocument.
14100
14101 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14102
14103         * dvi/*: New directory with the beginning of a .dvi backend.
14104
14105 2004-12-21  Havoc Pennington  <hp@redhat.com>
14106
14107         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14108         previous/next instead of back/forward
14109
14110 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14111
14112         * backend/ev-document.[ch]: Fix a couple of problems so
14113         it compile.
14114
14115 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14116
14117         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14118         to backend/ directory, rename EvViewer to EvDocument.
14119
14120 2004-12-21  Havoc Pennington  <hp@redhat.com>
14121
14122         * shell/ev-window.c: hook up the find bar widget; now we just need
14123         a document to find things in
14124
14125         * shell/eggfindbar.c: a find bar widget
14126
14127 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14128
14129         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14130
14131 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14132
14133         * pdf/**: Import of xpdf code from gpdf. 
14134
14135         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14136
14137         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14138         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14139         Fix FreeType includes.
14140
14141         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14142         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14143         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14144         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14145         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14146         Include xpdfconfig.h
14147         
14148 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14149
14150         * shell/ev-window.c (ev_window_dispose): dispose can be called
14151         multiple times.
14152
14153 2004-12-21  Havoc Pennington  <hp@redhat.com>
14154
14155         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14156         rather than Evince
14157
14158         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14159         items; really they should be synced with the strings, etc. from
14160         current gpdf, but just getting the boring typing out of the way 
14161
14162 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14163
14164         * po/POTFILES.in:
14165         * shell/ev-application.c: (window_destroy_cb):
14166         * shell/ev-window.c:
14167         * shell/main.c: (main):
14168
14169         Actually show the window...
14170
14171 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14172
14173         * Makefile.am:
14174         * shell/Makefile.am:
14175         * shell/ev-application.c: (ev_application_class_init):
14176         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14177
14178         Make it build again
14179
14180 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14181
14182         Import to gnome cvs.
14183         
14184         * Remove copies of gpdf and ggv trees.
14185         * Rip out all the recursive configure code.
14186         * Remove bonobo machinery.
14187         * viewer/*: GInterfaces that backends should/can implement.
14188
14189 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14190
14191         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14192         typo
14193
14194 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14195
14196         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14197         (ev_application_finalize, ev_application_class_init)
14198         (ev_application_init): use GType instance private data for priv.
14199
14200         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14201         (ev_window_finalize, ev_window_class_init)
14202         (ev_window_init): ditto.
14203
14204 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14205
14206         * shell/ev-application.c (ev_application_new_window): make public
14207         (ev_application_show_initial_window): kill.
14208
14209         * shell/ev-application.h: update prototypes.
14210
14211         * shell/main.cc (main): inline ev_application_show_initial_window.
14212
14213 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14214
14215         * shell/ev-application.c (ev_application_new_window): impl.
14216         (ev_application_show_initial_window): use it.
14217         (is_window_empty, ev_application_get_empty_window): returns an
14218         existing empty window or a new one.
14219         (ev_application_open): from ev_window_cmd_file_open.
14220
14221         * shell/ev-application.h: update prototypes
14222
14223         * shell/ev-window.c (ev_window_is_empty): impl.
14224         (ev_window_open): make public.
14225         (ev_window_cmd_file_open): use ev_application_open
14226
14227         * shell/ev-window.h: update prototypes, remove unused.
14228
14229 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14230
14231         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14232         move destroy handler out of here...
14233
14234         * shell/ev-application.c, shell/ev-application.h: ...into this new
14235         class. Also handles initial window creation.
14236
14237         * shell/main.cc (main): use EvApplication to create initial
14238         window.
14239
14240 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14241
14242         * Makefile.am (SUBDIRS): add cut-n-paste
14243
14244         * cut-n-paste/Makefile.am: add
14245
14246         * configure.ac: generate Makefiles in cut-n-paste
14247
14248 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14249
14250         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14251         (ev_window_class_init): install ev_window_dispose.
14252
14253 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14254
14255         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14256         char (gchar looks stupid).
14257
14258 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14259
14260         * po/de.po: updated German translation.
14261
14262 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14263
14264         * configure.ac: add more pkg-config library checks for gnome-vfs,
14265         bonobo etc.
14266
14267         * gpdf/configure.in: temporarily disable libpaper
14268         checks. Otherwise I'd have to add the checks for the shell, too.
14269
14270 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14271
14272         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14273         and * file filters to the file choose.
14274
14275 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14276
14277         * po/de.po: Updated German translation.
14278
14279 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14280
14281         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14282
14283 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14284
14285         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14286
14287         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14288         (ev_window_init): implement those menuitems.
14289
14290 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14291
14292         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14293
14294         * shell/ev-window.c (ev_window_init): use the toolbar.
14295
14296 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14297
14298         * shell/ev-window.c (ev_window_init): use menu translations
14299
14300 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14301
14302         * configure.ac: add "de" to ALL_LINGUAS.
14303
14304         * po/de.po: add German translation.
14305
14306 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14307
14308         * Makefile.am (SUBDIRS): add po
14309
14310         * configure.ac: check intltool, glib-gettext etc, generate
14311         po/Makefile.in
14312
14313         * po, po/POTFILES.in, po/POTFILES.skip: new.
14314
14315 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14316
14317         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14318         already use (#ifdef ENABLE_NLS)
14319
14320         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14321         pointer indirection thinko.
14322
14323         * shell/main.c: include gi18n.h for bindtextdomain etc.
14324
14325 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14326
14327         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14328         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14329         tooltips for menu items in the statusbar.
14330
14331 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14332
14333         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14334         pkgdatadir drop UIDIR
14335
14336 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14337
14338         * data/evince-ui.xml: Add File->Open menu item
14339
14340         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14341         chooser), hook it up in the ui manager.
14342
14343 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14344
14345         * shell/ev-window.c: fix Help->About tooltip.
14346
14347 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14348
14349         * configure.ac: set CFLAGS for libevprivate.
14350
14351         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14352         definitions, factory etc.
14353
14354         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14355
14356         * shell/Makefile.am: link against libevprivate.a.
14357
14358         * shell/ev-window.c (entries): add stock icon to Help->About.
14359
14360         * shell/main.c (main): init stock icon code.
14361
14362 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14363
14364         * lib/recent-files: egg recent files code
14365
14366         * lib/Makefile.am: add.
14367
14368         * Makefile.am: add lib subdir.
14369
14370         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14371         set CFLAGS for recent-files.
14372
14373 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14374
14375         * configure.ac: disable -ansi and -pedantic gcc flags. They
14376         disable POSIX stuff in stdio.h, but egg-recent uses them.
14377
14378 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14379
14380         * configure.ac: add --disable-deprecated flag (defaults to on in
14381         "cvs" builds).
14382
14383         * shell/Makefile.am (INCLUDES): use it.
14384
14385 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14386
14387         * shell/main.c: add missing #include.
14388
14389         * shell/ev-window.c: fix for pedantic gcc.
14390         (ev_window_cmd_help_about): split license into paragraphs for
14391         translators and pedantic compilers.
14392
14393 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14394
14395         * configure.ac: add more warning flags if compiling with gcc from
14396         cvs (or explicitly requested with --enable-more-warnings).
14397
14398 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14399
14400         * data/evince-ui.xml: add File and File->Close menu.
14401
14402         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14403         (ev_window_destroy): quit after destroy.
14404         (ev_window_class_init): override GtkObject::destroy.
14405         (entries): install close_window callback.
14406
14407 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14408
14409         * Makefile.am (SUBDIRS): add data subdir.
14410
14411         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14412         gtk+ 2.5.0 for GtkAboutDialog.
14413
14414         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14415         main window.
14416
14417         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14418
14419         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14420         manager.
14421         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14422
14423 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14424
14425         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14426
14427 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14428
14429         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14430
14431 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14432
14433         * shell/*: Added shell directory boilerplate, build it.
14434
14435 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14436
14437         * configure.ac, Makefile.am: Added top-level configure.ac and
14438         Makefile.am